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 SummaryModifier and TypeMethodDescription- getImage()Gets the image to use for the group button.Returns the class implementor for the flat toolbar interface.- booleanGets the current selection state.Gets the tooltip text for the group button.- void- setSelection- (boolean on) Sets the selection state.
- Method Details- getImageGets the image to use for the group button.
- getTooltipTextGets the tooltip text for the group button.
- getIntegrationReturns the class implementor for the flat toolbar interface.- Returns:
- null for none, otherwise the implementation.
 
- getSelectionpublic boolean getSelection()Gets the current selection state.
- setSelectionpublic void setSelection- (boolean on) Sets the selection state.