Package com.iizigo.prop
Class PropertyEditorGroupInfo
java.lang.Object
com.iizigo.prop.PropertyEditorGroupInfo
Grouped group information class that is used to place groups into button-selectable properties.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptiongetImage()
Gets the image to use for the group button.Returns the class implementor for the flat toolbar interface.boolean
Gets the current selection state.Gets the tooltip text for the group button.void
setSelection
(boolean on) Sets the selection state.
Method Details
getImage
Gets the image to use for the group button.getTooltipText
Gets the tooltip text for the group button.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.