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 Link icon

    • getImage Link icon

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

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

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

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

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