Package com.ribsapp.shapes
Class JToggleButtonTool
- All Implemented Interfaces:
- RMArchiver.Archiving,- Cloneable
An inner class to act as RJToggleButtonShape's Tool
- 
Nested Class SummaryNested classes/interfaces inherited from class com.reportmill.panels.ToolTool.RMShapeHandle
- 
Field SummaryFields inherited from class com.reportmill.panels.ToolHandleMaxXMaxY, HandleMaxXMidY, HandleMaxXMinY, HandleMidXMaxY, HandleMidXMinY, HandleMinXMaxY, HandleMinXMidY, HandleMinXMinY, HandleWidth
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the class that this tool is responsible for.Returns the name for the inspector window title.voidresetSelectionAndGroup(AbstractButton button, AbstractButtonHpr buttonHelper) Resets the selected state button and button group comboboxvoidresetUI()Updates the Swing UI from the currently selected toggle button shape.voidrespondSelectionAndGroup(Object anObj, JToggleButtonShape buttonShape) Resets the selected state button and button group comboboxvoidUpdates the currently selected toggle button shape from the Swing UI.Methods inherited from class com.ribsapp.shapes.RJButtonOrLabelToolgetUIMethods inherited from class com.ribsapp.shapes.RJTextTooldidBecomeSuperSelectedShapeInEditor, willLoseSuperSelectionInEditorMethods inherited from class com.ribsapp.shapes.RBToolbuildShapesFromComponents, BuildShapesFromComponents, getComponentPacked, getHandleCount, getToolRB, syncComponentsFromShapes, SyncComponentsFromShapesMethods inherited from class com.reportmill.panels.ToolactivateTool, deactivateTool, editor, flushChanges, getCoreTool, getCoreToolIndex, getHandleAtPoint, getHandlePoint, getHandleRect, getImageIcon, getImageIcon, getSelectedShape, getSelectedShapes, getSelectTool, getShapeHandleAtPoint, getTool, getTool, isInstance, isSelected, isSuperSelected, mouseDragged, mouseDragged, mouseMoved, mouseMoved, mousePressed, mousePressed, mousePressedSelection, mouseReleased, mouseReleased, moveShapeHandle, newInstance, paintSelectedShape, paintSuperSelectedShape, paintTool, processKeyEvent, reactivateToolMethods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
- 
Constructor Details- 
JToggleButtonToolpublic JToggleButtonTool()Creates a new toggle button shape inspector.
 
- 
- 
Method Details- 
getShapeClassReturns the class that this tool is responsible for.- Overrides:
- getShapeClassin class- JButtonTool
 
- 
getWindowTitleReturns the name for the inspector window title.- Overrides:
- getWindowTitlein class- JButtonTool
 
- 
resetUIpublic void resetUI()Updates the Swing UI from the currently selected toggle button shape.- Overrides:
- resetUIin class- JButtonTool
 
- 
respondUIUpdates the currently selected toggle button shape from the Swing UI.- Overrides:
- respondUIin class- JButtonTool
 
- 
resetSelectionAndGroupResets the selected state button and button group combobox
- 
respondSelectionAndGroupResets the selected state button and button group combobox
 
-