Package com.ribsapp.shapes
Class JLabelTool
- All Implemented Interfaces:
RMArchiver.Archiving,Cloneable
This class provides a UI inspector for JLabelShape.
-
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 label tool's class.getUI()Returns the Swing UI panel.Returns the name for the inspector window title bar.voidresetUI()Updates the Swing UI from the currently selected panel shape.voidUpdates the currently selected panel shape from the Swing UI controls.Methods 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
-
JLabelTool
public JLabelTool()Creates a new label tool.
-
-
Method Details
-
getShapeClass
Returns the label tool's class.- Overrides:
getShapeClassin classTool
-
getWindowTitle
Returns the name for the inspector window title bar.- Overrides:
getWindowTitlein classTool
-
getUI
Returns the Swing UI panel.- Overrides:
getUIin classRJButtonOrLabelTool
-
resetUI
public void resetUI()Updates the Swing UI from the currently selected panel shape.- Overrides:
resetUIin classRJButtonOrLabelTool
-
respondUI
Updates the currently selected panel shape from the Swing UI controls.- Overrides:
respondUIin classRJButtonOrLabelTool
-