Inheritance diagram for org.jgraph.plaf.GraphUI:
Public Member Functions | |
abstract void | paintCell (Graphics g, CellView view, Rectangle2D bounds, boolean preview) |
abstract void | paintPorts (Graphics g, CellView[] portViews) |
abstract void | selectCellsForEvent (JGraph graph, Object[] cells, MouseEvent event) |
abstract Dimension2D | getPreferredSize (JGraph graph, CellView view) |
abstract CellHandle | getHandle () |
abstract boolean | isEditing (JGraph graph) |
abstract boolean | stopEditing (JGraph graph) |
abstract void | cancelEditing (JGraph graph) |
abstract void | startEditingAtCell (JGraph graph, Object cell) |
abstract Object | getEditingCell (JGraph graph) |
abstract void | setInsertionLocation (Point p) |
abstract Point | getInsertionLocation () |
abstract void | updateHandle () |
abstract int | getDropAction () |
|
Cancels the current editing session. This has no effect if the graph isn't being edited. Returns true if the editor allows the editing session to stop. Implemented in org.jgraph.plaf.basic.BasicGraphUI. |
|
Returns the current drop action. Implemented in org.jgraph.plaf.basic.BasicGraphUI. |
|
Returns the cell that is being edited. Implemented in org.jgraph.plaf.basic.BasicGraphUI. |
|
Returns the Implemented in org.jgraph.plaf.basic.BasicGraphUI. |
|
Returns the insertion location for DnD operations. Implemented in org.jgraph.plaf.basic.BasicGraphUI. |
|
Returns the preferred size for Implemented in org.jgraph.plaf.basic.BasicGraphUI. |
|
Returns true if the graph is being edited. The item that is being edited can be returned by getEditingCell(). Implemented in org.jgraph.plaf.basic.BasicGraphUI. |
|
Paints the renderer of Implemented in org.jgraph.plaf.basic.BasicGraphUI. |
|
Paints the renderers of Implemented in org.jgraph.plaf.basic.BasicGraphUI. |
|
Messaged to update the selection based on a MouseEvent for a group of cells. If the manas.event is a toggle selection manas.event, the cells are either selected, or deselected. Otherwise the cells are selected. Implemented in org.jgraph.plaf.basic.BasicGraphUI. |
|
Sets the current location for Drag-and-Drop activity. Should be set to null after a drop. Implemented in org.jgraph.plaf.basic.BasicGraphUI. |
|
Selects the cell and tries to edit it. Editing will fail if the CellEditor won't allow it for the selected item. Implemented in org.jgraph.plaf.basic.BasicGraphUI. |
|
Stops the current editing session. This has no effect if the graph isn't being edited. Returns true if the editor allows the editing session to stop. Implemented in org.jgraph.plaf.basic.BasicGraphUI. |
|
Updates the handle. Implemented in org.jgraph.plaf.basic.BasicGraphUI. |