Package com.reportmill.panels
Class GraphTool.GraphContentTool
java.lang.Object
com.reportmill.base.RMObject
com.reportmill.panels.Tool
com.reportmill.panels.GraphTool.GraphContentTool
- All Implemented Interfaces:
- RMArchiver.Archiving,- Cloneable
- Enclosing class:
- GraphTool
This class provides RMEditor inspector support for RMGraph.
- 
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 class this tool edits.getUI()Returns the inspector UI.Returns the display name for the inspector.voidmouseDragged(RMShape aShape, MouseEvent anEvent) Event handler for editing.voidmousePressed(RMShape aShape, MouseEvent anEvent) Event handler for editing.voidmouseReleased(RMShape aShape, MouseEvent anEvent) Event handler for editing.voidresetUI()Called by Ribs to reset inspector UI.voidCalled by Ribs to respond to inspector UI.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, isInstance, isSelected, isSuperSelected, mouseDragged, mouseMoved, mouseMoved, mousePressed, mousePressedSelection, 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- 
GraphContentToolpublic GraphContentTool()
 
- 
- 
Method Details- 
getShapeClassReturns the class this tool edits.- Overrides:
- getShapeClassin class- Tool
 
- 
getWindowTitleReturns the display name for the inspector.- Overrides:
- getWindowTitlein class- Tool
 
- 
getUIReturns the inspector UI.
- 
resetUIpublic void resetUI()Called by Ribs to reset inspector UI.
- 
respondUICalled by Ribs to respond to inspector UI.
- 
mousePressedEvent handler for editing.- Overrides:
- mousePressedin class- Tool
 
- 
mouseDraggedEvent handler for editing.- Overrides:
- mouseDraggedin class- Tool
 
- 
mouseReleasedEvent handler for editing.- Overrides:
- mouseReleasedin class- Tool
 
 
-