public class TableGroupTool extends Tool
| Modifier and Type | Class and Description |
|---|---|
static class |
TableGroupTool.TGTree |
Tool.RMShapeHandleHandleMaxXMaxY, HandleMaxXMidY, HandleMaxXMinY, HandleMidXMaxY, HandleMidXMinY, HandleMinXMaxY, HandleMinXMidY, HandleMinXMinY, HandleWidth| Constructor and Description |
|---|
TableGroupTool() |
| Modifier and Type | Method and 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.
|
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, willLoseSuperSelectionInEditorclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEqualspublic java.lang.Class getShapeClass()
getShapeClass in class Toolpublic java.lang.String getWindowTitle()
getWindowTitle in class Toolpublic RJPanel getUI()
public void resetUI()
public void respondUI(java.lang.Object anObj)
public void superSelectTable()
public void mousePressed(RMShape aShape, java.awt.event.MouseEvent anEvent)
mousePressed in class Tool