Package org.eclipse.nebula.widgets.opal.multichoice

  • Interface Summary 
    Interface Description
    MultiChoiceLabelProvider
    Classes which implement this interface provide methods that determine what to show in a MultiChoice control.
  • Class Summary 
    Class Description
    MultiChoice<T>
    The MultiChoice class represents a selectable user interface object that combines a read-only text-field and a set of checkboxes.
    MultiChoiceDefaultLabelProvider
    Default MultiChoiceLabelProvider that uses the toString() method to determine the content of a given element
    MultiChoiceSelectionListener<T>
    Classes which extend this abstract class provide methods that deal with the events that are generated when selection occurs in a MultiChoice control.