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.void
resetUI()
Updates the Swing UI from the currently selected panel shape.void
Updates the currently selected panel shape from the Swing UI controls.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
-
JLabelTool
public JLabelTool()Creates a new label tool.
-
-
Method Details
-
getShapeClass
Returns the label tool's class.- Overrides:
getShapeClass
in classTool
-
getWindowTitle
Returns the name for the inspector window title bar.- Overrides:
getWindowTitle
in classTool
-
getUI
Returns the Swing UI panel.- Overrides:
getUI
in classRJButtonOrLabelTool
-
resetUI
public void resetUI()Updates the Swing UI from the currently selected panel shape.- Overrides:
resetUI
in classRJButtonOrLabelTool
-
respondUI
Updates the currently selected panel shape from the Swing UI controls.- Overrides:
respondUI
in classRJButtonOrLabelTool
-