Package com.reportmill.panels
Class TextToolAdvanced
java.lang.Object
com.reportmill.base.RMObject
com.reportmill.panels.Tool
com.reportmill.panels.TextToolAdvanced
- All Implemented Interfaces:
- RMArchiver.Archiving,- Cloneable
This tool provides inspector functionality for advanced text attributes.
- 
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 shape class that this tool edits.getUI()Returns the Swing GUI panel for this tool.Returns the name to be presented to user.booleanisInstance(Object anObj) Returns whether the given object can be edited by this tool.voidresetUI()Refreshes Swing GUI controls from currently selected text shape (usually called by Ribs).voidHandles changes from Swing GUI panel controls.Methods inherited from class com.reportmill.panels.ToolactivateTool, deactivateTool, didBecomeSuperSelectedShapeInEditor, editor, flushChanges, getCoreTool, getCoreToolIndex, getHandleAtPoint, getHandleCount, getHandlePoint, getHandleRect, getImageIcon, getImageIcon, getSelectedShape, getSelectedShapes, getSelectTool, getShapeHandleAtPoint, getTool, getTool, isSelected, isSuperSelected, mouseDragged, mouseDragged, mouseMoved, mouseMoved, mousePressed, mousePressed, mousePressedSelection, mouseReleased, mouseReleased, moveShapeHandle, newInstance, paintSelectedShape, paintSuperSelectedShape, paintTool, processKeyEvent, reactivateTool, willLoseSuperSelectionInEditorMethods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
- 
Constructor Details- 
TextToolAdvancedCreates a new text tool.
 
- 
- 
Method Details- 
getShapeClassReturns the shape class that this tool edits.- Overrides:
- getShapeClassin class- Tool
 
- 
getWindowTitleReturns the name to be presented to user.- Overrides:
- getWindowTitlein class- Tool
 
- 
isInstanceReturns whether the given object can be edited by this tool.- Overrides:
- isInstancein class- Tool
 
- 
getUIReturns the Swing GUI panel for this tool.
- 
resetUIpublic void resetUI()Refreshes Swing GUI controls from currently selected text shape (usually called by Ribs).
- 
respondUIHandles changes from Swing GUI panel controls.
 
-