Package com.iizigo.prop
Class PropertyEditorGroupInfo
- java.lang.Object
- com.iizigo.prop.PropertyEditorGroupInfo
public class PropertyEditorGroupInfo extends java.lang.Object
Grouped group information class that is used to place groups into button-selectable properties.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.swt.graphics.Image
getImage()
Gets the image to use for the group button.IFlatToolbarButtonIntegration
getIntegration()
Returns the class implementor for the flat toolbar interface.boolean
getSelection()
Gets the current selection state.java.lang.String
getTooltipText()
Gets the tooltip text for the group button.void
setSelection(boolean on)
Sets the selection state.
Method Detail
getImage
public org.eclipse.swt.graphics.Image getImage()
Gets the image to use for the group button.
getTooltipText
public java.lang.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.