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,- java.lang.Cloneable
 
 public class TextToolAdvanced extends Tool This tool provides inspector functionality for advanced text attributes.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.reportmill.panels.ToolTool.RMShapeHandle
 
- 
 - 
Field Summary- 
Fields inherited from class com.reportmill.panels.ToolHandleMaxXMaxY, HandleMaxXMidY, HandleMaxXMinY, HandleMidXMaxY, HandleMidXMinY, HandleMinXMaxY, HandleMinXMidY, HandleMinXMinY, HandleWidth
 
- 
 - 
Constructor SummaryConstructors Constructor Description TextToolAdvanced(TextTool aTextTool)Creates a new text tool.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ClassgetShapeClass()Returns the shape class that this tool edits.RJPanelgetUI()Returns the Swing GUI panel for this tool.java.lang.StringgetWindowTitle()Returns the name to be presented to user.booleanisInstance(java.lang.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).voidrespondUI(java.lang.Object anObj)Handles 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, willLoseSuperSelectionInEditor
 - 
Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
 
- 
 
- 
- 
- 
Constructor Detail- 
TextToolAdvancedpublic TextToolAdvanced(TextTool aTextTool) Creates a new text tool.
 
- 
 - 
Method Detail- 
getShapeClasspublic java.lang.Class getShapeClass() Returns the shape class that this tool edits.- Overrides:
- getShapeClassin class- Tool
 
 - 
getWindowTitlepublic java.lang.String getWindowTitle() Returns the name to be presented to user.- Overrides:
- getWindowTitlein class- Tool
 
 - 
isInstancepublic boolean isInstance(java.lang.Object anObj) Returns whether the given object can be edited by this tool.- Overrides:
- isInstancein class- Tool
 
 - 
getUIpublic RJPanel getUI() Returns the Swing GUI panel for this tool.
 - 
resetUIpublic void resetUI() Refreshes Swing GUI controls from currently selected text shape (usually called by Ribs).
 
- 
 
-