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
,java.lang.Cloneable
public class TableGroupTool extends Tool
This class handles UI editing of table groups.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TableGroupTool.TGTree
-
Nested classes/interfaces inherited from class com.reportmill.panels.Tool
Tool.RMShapeHandle
-
-
Field Summary
-
Fields inherited from class com.reportmill.panels.Tool
HandleMaxXMaxY, HandleMaxXMidY, HandleMaxXMinY, HandleMidXMaxY, HandleMidXMinY, HandleMinXMaxY, HandleMinXMidY, HandleMinXMinY, HandleWidth
-
-
Constructor Summary
Constructors Constructor Description TableGroupTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class
getShapeClass()
Returns the shape class for this tool (table group).RJPanel
getUI()
Returns the Swing UI panel for this inspector.java.lang.String
getWindowTitle()
Returns the display name for this inspector.void
mousePressed(RMShape aShape, java.awt.event.MouseEvent anEvent)
MousePressed.void
resetUI()
Updates the Swing UI (called by ribs).void
respondUI(java.lang.Object anObj)
Handles updates from Swing GUI controls (called by controls).void
superSelectTable()
Super selects the current table in the table tree.-
Methods inherited from class com.reportmill.panels.Tool
activateTool, 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, willLoseSuperSelectionInEditor
-
Methods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
-
-
-
-
Method Detail
-
getShapeClass
public java.lang.Class getShapeClass()
Returns the shape class for this tool (table group).- Overrides:
getShapeClass
in classTool
-
getWindowTitle
public java.lang.String getWindowTitle()
Returns the display name for this inspector.- Overrides:
getWindowTitle
in classTool
-
getUI
public RJPanel getUI()
Returns the Swing UI panel for this inspector.
-
resetUI
public void resetUI()
Updates the Swing UI (called by ribs).
-
respondUI
public void respondUI(java.lang.Object anObj)
Handles updates from Swing GUI controls (called by controls).
-
superSelectTable
public void superSelectTable()
Super selects the current table in the table tree.
-
mousePressed
public void mousePressed(RMShape aShape, java.awt.event.MouseEvent anEvent)
MousePressed.- Overrides:
mousePressed
in classTool
-
-