Package com.ribsapp.shapes
Class JButtonTool
- All Implemented Interfaces:
RMArchiver.Archiving,Cloneable
- Direct Known Subclasses:
JToggleButtonTool
An inner class to act as RJButtonShape'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 to be used for this tool in inspector window title.voidresetUI()Updates the Swing GUI panel controls from the currently selected button shape.voidUpdates the currently selected button shape from the Swing GUI panel controls.Methods inherited from class com.ribsapp.shapes.RJButtonOrLabelTool
getUIMethods inherited from class com.ribsapp.shapes.RJTextTool
didBecomeSuperSelectedShapeInEditor, willLoseSuperSelectionInEditorMethods inherited from class com.ribsapp.shapes.RBTool
buildShapesFromComponents, BuildShapesFromComponents, getComponentPacked, getHandleCount, getToolRB, syncComponentsFromShapes, SyncComponentsFromShapesMethods 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, reactivateToolMethods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
-
Constructor Details
-
JButtonTool
public JButtonTool()Creates a new button tool.
-
-
Method Details
-
getShapeClass
Returns the class that this tool is responsible for.- Overrides:
getShapeClassin classTool
-
getWindowTitle
Returns the name to be used for this tool in inspector window title.- Overrides:
getWindowTitlein classTool
-
resetUI
public void resetUI()Updates the Swing GUI panel controls from the currently selected button shape.- Overrides:
resetUIin classRJButtonOrLabelTool
-
respondUI
Updates the currently selected button shape from the Swing GUI panel controls.- Overrides:
respondUIin classRJButtonOrLabelTool
-