Uses of Class
org.eclipse.nebula.widgets.opal.multichoice.MultiChoice
-
Packages that use MultiChoice Package Description org.eclipse.nebula.widgets.opal.multichoice org.eclipse.nebula.widgets.opal.multichoice.snippets -
-
Uses of MultiChoice in org.eclipse.nebula.widgets.opal.multichoice
Fields in org.eclipse.nebula.widgets.opal.multichoice declared as MultiChoice Modifier and Type Field Description private MultiChoice<T>MultiChoiceSelectionListener. parentMethods in org.eclipse.nebula.widgets.opal.multichoice with parameters of type MultiChoice Modifier and Type Method Description abstract voidMultiChoiceSelectionListener. handle(MultiChoice<T> parent, T receiver, boolean selected, org.eclipse.swt.widgets.Shell popup)This method contains the code that is called when the selection has changedConstructors in org.eclipse.nebula.widgets.opal.multichoice with parameters of type MultiChoice Constructor Description MultiChoiceSelectionListener(MultiChoice<T> parent) -
Uses of MultiChoice in org.eclipse.nebula.widgets.opal.multichoice.snippets
Methods in org.eclipse.nebula.widgets.opal.multichoice.snippets with parameters of type MultiChoice Modifier and Type Method Description private static voidMultiChoiceSnippet. addButons(MultiChoice<?> mc)
-