Class MultiChoiceSnippet
- java.lang.Object
-
- org.eclipse.nebula.widgets.opal.multichoice.snippets.MultiChoiceSnippet
-
public class MultiChoiceSnippet extends java.lang.Object
A simple snippet for the MultiChoice Widget
-
-
Constructor Summary
Constructors Constructor Description MultiChoiceSnippet()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static void
addButons(MultiChoice<?> mc)
private static void
drawLabel(org.eclipse.swt.widgets.Shell shell, java.lang.String text)
static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
drawLabel
private static void drawLabel(org.eclipse.swt.widgets.Shell shell, java.lang.String text)
-
addButons
private static void addButons(MultiChoice<?> mc)
-
-