Package com.ribsapp.shapes
Class JToggleButtonTool
- All Implemented Interfaces:
RMArchiver.Archiving
,Cloneable
An inner class to act as RJToggleButtonShape's Tool
-
Nested Class Summary
Nested classes/interfaces inherited from class com.reportmill.panels.Tool
Tool.RMShapeHandle
-
Field Summary
Fields inherited from class com.reportmill.panels.Tool
HandleMaxXMaxY, HandleMaxXMidY, HandleMaxXMinY, HandleMidXMaxY, HandleMidXMinY, HandleMinXMaxY, HandleMinXMidY, HandleMinXMinY, HandleWidth
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the class that this tool is responsible for.Returns the name for the inspector window title.void
resetSelectionAndGroup
(AbstractButton button, AbstractButtonHpr buttonHelper) Resets the selected state button and button group comboboxvoid
resetUI()
Updates the Swing UI from the currently selected toggle button shape.void
respondSelectionAndGroup
(Object anObj, JToggleButtonShape buttonShape) Resets the selected state button and button group comboboxvoid
Updates the currently selected toggle button shape from the Swing UI.Methods inherited from class com.ribsapp.shapes.RJButtonOrLabelTool
getUI
Methods inherited from class com.ribsapp.shapes.RJTextTool
didBecomeSuperSelectedShapeInEditor, willLoseSuperSelectionInEditor
Methods inherited from class com.ribsapp.shapes.RBTool
buildShapesFromComponents, BuildShapesFromComponents, getComponentPacked, getHandleCount, getToolRB, syncComponentsFromShapes, SyncComponentsFromShapes
Methods inherited from class com.reportmill.panels.Tool
activateTool, 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, reactivateTool
Methods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
-
Constructor Details
-
JToggleButtonTool
public JToggleButtonTool()Creates a new toggle button shape inspector.
-
-
Method Details
-
getShapeClass
Returns the class that this tool is responsible for.- Overrides:
getShapeClass
in classJButtonTool
-
getWindowTitle
Returns the name for the inspector window title.- Overrides:
getWindowTitle
in classJButtonTool
-
resetUI
public void resetUI()Updates the Swing UI from the currently selected toggle button shape.- Overrides:
resetUI
in classJButtonTool
-
respondUI
Updates the currently selected toggle button shape from the Swing UI.- Overrides:
respondUI
in classJButtonTool
-
resetSelectionAndGroup
Resets the selected state button and button group combobox -
respondSelectionAndGroup
Resets the selected state button and button group combobox
-