net.sourceforge.demetrix.ui
Class ProcessChainEditorActions

java.lang.Object
  extended bynet.sourceforge.demetrix.ui.ProcessChainEditorActions

public class ProcessChainEditorActions
extends Object

Author:
Dimitri Pissarenko *

Field Summary
private  Logger logger
           
 
Constructor Summary
ProcessChainEditorActions()
           
 
Method Summary
 void aboutAction()
           
 void balanceSheetAction()
           
private  SwixMLTaskBalanceSheetRenderer createBalanceSheet(Task task)
           
 void createTaskSubGraphAction(ListenableDirectedGraph graph, JGraph jgraph)
           
 void deleteAction(JGraph jgraph)
           
private  void deleteSeveralCells(JGraph jgraph)
           
private  void deleteSingleCell(JGraph jgraph, DefaultGraphCell cell)
           
 void descendIntoSubGraphAction()
           
 void exportToPNGAction(JGraph graph)
           
 void loadProcessChainActionAction()
           
 void newLinkAction(JGraph jgraph, ListenableDirectedGraph grapht)
           
 void newProcessChainAction()
           
 Resource newResourceAction(ListenableDirectedGraph grapht)
           
 void newResourcePopupAction(ListenableDirectedGraph grapht, int x, int y, JGraphModelAdapter jgraphAdapter)
           
 Task newTaskAction(ListenableDirectedGraph grapht)
           
 void newTaskPopupAction(ListenableDirectedGraph grapht, int x, int y, JGraphModelAdapter jgraphAdapter)
           
 void saveProcessChainAction()
           
 void systemBalanceSheetAction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private Logger logger
Constructor Detail

ProcessChainEditorActions

public ProcessChainEditorActions()
Method Detail

newLinkAction

public void newLinkAction(JGraph jgraph,
                          ListenableDirectedGraph grapht)

balanceSheetAction

public void balanceSheetAction()

createBalanceSheet

private SwixMLTaskBalanceSheetRenderer createBalanceSheet(Task task)

loadProcessChainActionAction

public void loadProcessChainActionAction()

newProcessChainAction

public void newProcessChainAction()

newResourceAction

public Resource newResourceAction(ListenableDirectedGraph grapht)

newResourcePopupAction

public void newResourcePopupAction(ListenableDirectedGraph grapht,
                                   int x,
                                   int y,
                                   JGraphModelAdapter jgraphAdapter)

newTaskAction

public Task newTaskAction(ListenableDirectedGraph grapht)

newTaskPopupAction

public void newTaskPopupAction(ListenableDirectedGraph grapht,
                               int x,
                               int y,
                               JGraphModelAdapter jgraphAdapter)

saveProcessChainAction

public void saveProcessChainAction()

systemBalanceSheetAction

public void systemBalanceSheetAction()

aboutAction

public void aboutAction()

exportToPNGAction

public void exportToPNGAction(JGraph graph)

createTaskSubGraphAction

public void createTaskSubGraphAction(ListenableDirectedGraph graph,
                                     JGraph jgraph)

descendIntoSubGraphAction

public void descendIntoSubGraphAction()

deleteAction

public void deleteAction(JGraph jgraph)

deleteSingleCell

private void deleteSingleCell(JGraph jgraph,
                              DefaultGraphCell cell)

deleteSeveralCells

private void deleteSeveralCells(JGraph jgraph)