G O S

G

getAlwaysShowScrollBars() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns the Always Show Scrollbars flag.
getContent() - Method in class org.eclipse.swt.custom.ScrolledComposite
Get the content that is being scrolled.
getExpandHorizontal() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns true if the content control will be expanded to fill available horizontal space.
getExpandVertical() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns true if the content control will be expanded to fill available vertical space.
getMinHeight() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns the minimum height of the content control.
getMinWidth() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns the minimum width of the content control.
getOrigin() - Method in class org.eclipse.swt.custom.ScrolledComposite
Return the point in the content that currently appears in the top left corner of the scrolled composite.
getShowFocusedControl() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns true if the receiver automatically scrolls to a focused child control to make it visible.

G O S