Class PropertyEditorGroupInfo

java.lang.Object
com.iizigo.prop.PropertyEditorGroupInfo

public class PropertyEditorGroupInfo extends Object
Grouped group information class that is used to place groups into button-selectable properties.
Author:
Christopher Mindus
  • Method Details

    • getImage

      public Image getImage()
      Gets the image to use for the group button.
    • getTooltipText

      public String getTooltipText()
      Gets the tooltip text for the group button.
    • getIntegration

      public IFlatToolbarButtonIntegration getIntegration()
      Returns the class implementor for the flat toolbar interface.
      Returns:
      null for none, otherwise the implementation.
    • getSelection

      public boolean getSelection()
      Gets the current selection state.
    • setSelection

      public void setSelection(boolean on)
      Sets the selection state.