Uses of Class
org.eclipse.nebula.widgets.opal.roundedtoolbar.RoundedToolbar
-
Packages that use RoundedToolbar Package Description org.eclipse.nebula.widgets.opal.roundedtoolbar org.eclipse.nebula.widgets.opal.roundedtoolbar.snippets -
-
Uses of RoundedToolbar in org.eclipse.nebula.widgets.opal.roundedtoolbar
Fields in org.eclipse.nebula.widgets.opal.roundedtoolbar declared as RoundedToolbar Modifier and Type Field Description private RoundedToolbar
RoundedToolItem. parentToolbar
Methods in org.eclipse.nebula.widgets.opal.roundedtoolbar that return RoundedToolbar Modifier and Type Method Description RoundedToolbar
RoundedToolItem. getParent()
Returns the receiver's parent, which must be aRoundedToolBar
.Constructors in org.eclipse.nebula.widgets.opal.roundedtoolbar with parameters of type RoundedToolbar Constructor Description RoundedToolItem(RoundedToolbar parent)
Constructs a new instance of this class given its parent (which must be aToolBar
) and a style value describing its behavior and appearance.RoundedToolItem(RoundedToolbar parent, int style)
Constructs a new instance of this class given its parent (which must be aToolBar
) and a style value describing its behavior and appearance. -
Uses of RoundedToolbar in org.eclipse.nebula.widgets.opal.roundedtoolbar.snippets
Methods in org.eclipse.nebula.widgets.opal.roundedtoolbar.snippets that return RoundedToolbar Modifier and Type Method Description private static RoundedToolbar
RoundedToolbarSnippet. createCheckButtons(org.eclipse.swt.widgets.Shell shell, boolean verticalAlignment)
private static RoundedToolbar
RoundedToolbarSnippet. createPushButtons(org.eclipse.swt.widgets.Shell shell, boolean verticalAlignment)
private static RoundedToolbar
RoundedToolbarSnippet. createRadioButtons(org.eclipse.swt.widgets.Shell shell, boolean verticalAlignment, boolean drawRadio)
-