Package com.reportmill.panels
Class TableGroupTool
java.lang.Object
com.reportmill.base.RMObject
com.reportmill.panels.Tool
com.reportmill.panels.TableGroupTool
- All Implemented Interfaces:
- RMArchiver.Archiving,- Cloneable
This class handles UI editing of table groups.
- 
Nested Class SummaryNested ClassesNested 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 for this tool (table group).getUI()Returns the Swing UI panel for this inspector.Returns the display name for this inspector.voidmousePressed(RMShape aShape, MouseEvent anEvent) MousePressed.voidresetUI()Updates the Swing UI (called by ribs).voidHandles updates from Swing GUI controls (called by controls).voidSuper selects the current table in the table tree.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, mouseDragged, mouseMoved, mouseMoved, 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- 
TableGroupToolpublic TableGroupTool()
 
- 
- 
Method Details- 
getShapeClassReturns the shape class for this tool (table group).- Overrides:
- getShapeClassin class- Tool
 
- 
getWindowTitleReturns the display name for this inspector.- Overrides:
- getWindowTitlein class- Tool
 
- 
getUIReturns the Swing UI panel for this inspector.
- 
resetUIpublic void resetUI()Updates the Swing UI (called by ribs).
- 
respondUIHandles updates from Swing GUI controls (called by controls).
- 
superSelectTablepublic void superSelectTable()Super selects the current table in the table tree.
- 
mousePressedMousePressed.- Overrides:
- mousePressedin class- Tool
 
 
-