uk.ac.ic.doc.automed.p2p.qproc.commands
Class GComponentCommandFactory

java.lang.Object
  extended by uk.ac.ic.doc.automed.p2p.gui.graph.commands.GCommandFactory
      extended by uk.ac.ic.doc.automed.p2p.qproc.commands.GComponentCommandFactory

public class GComponentCommandFactory
extends GCommandFactory


Field Summary
 
Fields inherited from class uk.ac.ic.doc.automed.p2p.gui.graph.commands.GCommandFactory
cmdClassMap, cmdGUIMapArray, cmdMap, instance, menuMap, mode
 
Constructor Summary
protected GComponentCommandFactory()
           
 
Method Summary
static GCommandFactory getInstance()
           
static GCommandFactory getInstance(boolean fork)
           
protected  void initCommandClasses()
           
protected  void initCommonClasses()
           
 
Methods inherited from class uk.ac.ic.doc.automed.p2p.gui.graph.commands.GCommandFactory
addCommand, addDefaultCommand, clear, getCanvasMenuItems, getCommand, getCommand, getDefaultCanvasCommand, getDefaultCommand, getDefaultCommand, getDefaultDeactiveCommand, getDefaultEdgeCommand, getDefaultGraphComponentCommand, getDefaultNodeCommand, getDefaultShapeCommand, getEdgeMenuItems, getLayoutPosition, getMenuItems, getMenuUI, getNodeMenuItems, getShapeGroupMenuItems, invokeAutoCommands, loadCommands, removeCommand, setMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GComponentCommandFactory

protected GComponentCommandFactory()
Method Detail

getInstance

public static GCommandFactory getInstance()

getInstance

public static GCommandFactory getInstance(boolean fork)

initCommonClasses

protected void initCommonClasses()
Overrides:
initCommonClasses in class GCommandFactory

initCommandClasses

protected void initCommandClasses()
Overrides:
initCommandClasses in class GCommandFactory