public class GraphPresenter.CallbackHandler
extends java.lang.Object
ActionManager
and the actual handling methods in
GraphPresenter
.Modifier | Constructor and Description |
---|---|
protected |
GraphPresenter.CallbackHandler() |
Modifier and Type | Method and Description |
---|---|
void |
addEdge(java.awt.event.ActionEvent e) |
protected void |
addEdge(java.awt.event.ActionEvent e,
boolean orderEdge) |
void |
addNode(java.awt.event.ActionEvent e) |
void |
addOrderEdge(java.awt.event.ActionEvent e) |
void |
clearGraph(java.awt.event.ActionEvent e) |
void |
cloneCells(java.awt.event.ActionEvent e) |
void |
collapseCells(java.awt.event.ActionEvent e) |
void |
copyCells(java.awt.event.ActionEvent e) |
void |
deleteCells(java.awt.event.ActionEvent e) |
void |
editCell(java.awt.event.ActionEvent e) |
void |
expandCells(java.awt.event.ActionEvent e) |
void |
exportCells(java.awt.event.ActionEvent e) |
void |
importCells(java.awt.event.ActionEvent e) |
void |
moveCells(java.awt.event.ActionEvent e) |
void |
openPreferences(java.awt.event.ActionEvent e) |
void |
pasteCells(java.awt.event.ActionEvent e) |
void |
printGraph(java.awt.event.ActionEvent e) |
void |
rebuildGraph(java.awt.event.ActionEvent e) |
void |
redoEdit(java.awt.event.ActionEvent e) |
void |
resetZoom(java.awt.event.ActionEvent e) |
void |
toggleAutoZoom(java.awt.event.ActionEvent e) |
void |
toggleAutoZoom(boolean b) |
void |
toggleCompress(java.awt.event.ActionEvent e) |
void |
toggleCompress(boolean b) |
void |
toggleMarkIncoming(java.awt.event.ActionEvent e) |
void |
toggleMarkIncoming(boolean b) |
void |
toggleMarkOutgoing(java.awt.event.ActionEvent e) |
void |
toggleMarkOutgoing(boolean b) |
void |
undoEdit(java.awt.event.ActionEvent e) |
void |
zoomIn(java.awt.event.ActionEvent e) |
void |
zoomOut(java.awt.event.ActionEvent e) |
public void cloneCells(java.awt.event.ActionEvent e)
GraphPresenter.cloneCells(Object[])
public void deleteCells(java.awt.event.ActionEvent e)
GraphPresenter.deleteCells(Object[])
public void moveCells(java.awt.event.ActionEvent e)
public void pasteCells(java.awt.event.ActionEvent e)
GraphPresenter.pasteCells()
public void copyCells(java.awt.event.ActionEvent e)
GraphPresenter#copyCells(Object[])
public void editCell(java.awt.event.ActionEvent e)
GraphPresenter.editCell(Object)
public void clearGraph(java.awt.event.ActionEvent e)
GraphPresenter.clearGraph()
public void exportCells(java.awt.event.ActionEvent e)
GraphPresenter.exportCells(Object[])
public void importCells(java.awt.event.ActionEvent e)
public void printGraph(java.awt.event.ActionEvent e)
GraphPresenter.printGraph()
public void addNode(java.awt.event.ActionEvent e)
GraphPresenter.addNode()
public void addEdge(java.awt.event.ActionEvent e)
public void addOrderEdge(java.awt.event.ActionEvent e)
protected void addEdge(java.awt.event.ActionEvent e, boolean orderEdge)
public void undoEdit(java.awt.event.ActionEvent e)
GraphPresenter.undo()
public void redoEdit(java.awt.event.ActionEvent e)
GraphPresenter.redo()
public void zoomIn(java.awt.event.ActionEvent e)
mxGraphComponent.zoomIn()
public void zoomOut(java.awt.event.ActionEvent e)
mxGraphComponent.zoomOut()
public void resetZoom(java.awt.event.ActionEvent e)
mxGraphComponent.zoomActual()
public void openPreferences(java.awt.event.ActionEvent e)
GraphPresenter.openConfig()
public void rebuildGraph(java.awt.event.ActionEvent e)
GraphPresenter.rebuildGraph()
public void collapseCells(java.awt.event.ActionEvent e)
public void expandCells(java.awt.event.ActionEvent e)
GraphPresenter.expandCells(Object[])
public void toggleAutoZoom(java.awt.event.ActionEvent e)
public void toggleAutoZoom(boolean b)
public void toggleCompress(java.awt.event.ActionEvent e)
public void toggleCompress(boolean b)
public void toggleMarkIncoming(java.awt.event.ActionEvent e)
public void toggleMarkIncoming(boolean b)
public void toggleMarkOutgoing(java.awt.event.ActionEvent e)
public void toggleMarkOutgoing(boolean b)