Uses of Class
org.eclipse.nebula.widgets.xviewer.util.EnumStringMultiSelectionDialog.Selection
-
Packages that use EnumStringMultiSelectionDialog.Selection Package Description org.eclipse.nebula.widgets.xviewer.util -
-
Uses of EnumStringMultiSelectionDialog.Selection in org.eclipse.nebula.widgets.xviewer.util
Fields in org.eclipse.nebula.widgets.xviewer.util declared as EnumStringMultiSelectionDialog.Selection Modifier and Type Field Description private EnumStringMultiSelectionDialog.Selection
EnumStringMultiSelectionDialog. selected
Methods in org.eclipse.nebula.widgets.xviewer.util that return EnumStringMultiSelectionDialog.Selection Modifier and Type Method Description EnumStringMultiSelectionDialog.Selection
EnumStringMultiSelectionDialog. getSelected()
static EnumStringMultiSelectionDialog.Selection
EnumStringMultiSelectionDialog.Selection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EnumStringMultiSelectionDialog.Selection[]
EnumStringMultiSelectionDialog.Selection. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-