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,- java.lang.Cloneable
 
 public class RBTextTool extends TextTool 
- 
- 
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 RBTextTool()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.ImageIcongetImageIcon()Returns the image icon used to represent shapes that this tool represents.java.lang.ClassgetShapeClass()Returns the shape class that this tool edits.RJPanelgetUI()Returns the Swing UI for this inspector.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.TextToolactivateTool, convertToText, didBecomeSuperSelectedShapeInEditor, flushChanges, getHandleCount, getHandleRect, getWindowTitle, isInstance, mouseDragged, mouseDragged, mouseMoved, mousePressed, mousePressed, mousePressedSelection, mouseReleased, mouseReleased, paintSelectedShape, paintSuperSelectedShape, paintTextLinkIndicator, willLoseSuperSelectionInEditor
 - 
Methods 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, reactivateTool
 - 
Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
 
- 
 
- 
- 
- 
Method Detail- 
getShapeClasspublic java.lang.Class getShapeClass() Returns the shape class that this tool edits.- Overrides:
- getShapeClassin class- TextTool
 
 - 
getUIpublic RJPanel getUI() Returns the Swing UI for this inspector.
 - 
resetUIpublic void resetUI() Refreshes Swing GUI controls from currently selected text shape (usually called by Ribs).
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Handles changes from Swing GUI panel controls.
 - 
getImageIconpublic javax.swing.ImageIcon getImageIcon() Returns the image icon used to represent shapes that this tool represents.- Overrides:
- getImageIconin class- Tool
 
 
- 
 
-