Package com.ribsapp.shapes
Class RBTextTool
java.lang.Object
com.reportmill.base.RMObject
com.reportmill.panels.Tool
com.reportmill.panels.TextTool
com.ribsapp.shapes.RBTextTool
- All Implemented Interfaces:
- RMArchiver.Archiving,- Cloneable
- 
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 image icon used to represent shapes that this tool represents.Returns the shape class that this tool edits.getUI()Returns the Swing UI for this inspector.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.TextToolactivateTool, convertToText, didBecomeSuperSelectedShapeInEditor, flushChanges, getHandleCount, getHandleRect, getWindowTitle, isInstance, mouseDragged, mouseDragged, mouseMoved, mousePressed, mousePressed, mousePressedSelection, mouseReleased, mouseReleased, paintSelectedShape, paintSuperSelectedShape, paintTextLinkIndicator, willLoseSuperSelectionInEditorMethods inherited from class com.reportmill.panels.TooldeactivateTool, editor, getCoreTool, getCoreToolIndex, getHandleAtPoint, getHandlePoint, getImageIcon, getSelectedShape, getSelectedShapes, getSelectTool, getShapeHandleAtPoint, getTool, getTool, isSelected, isSuperSelected, mouseMoved, moveShapeHandle, newInstance, paintTool, processKeyEvent, reactivateToolMethods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
- 
Constructor Details- 
RBTextToolpublic RBTextTool()
 
- 
- 
Method Details- 
getShapeClassReturns the shape class that this tool edits.- Overrides:
- getShapeClassin class- TextTool
 
- 
getUIReturns the Swing UI for this inspector.
- 
resetUIpublic void resetUI()Refreshes Swing GUI controls from currently selected text shape (usually called by Ribs).
- 
respondUIHandles changes from Swing GUI panel controls.
- 
getImageIconReturns the image icon used to represent shapes that this tool represents.- Overrides:
- getImageIconin class- Tool
 
 
-