org.wilmascope.gui
Class Actions

java.lang.Object
  extended by org.wilmascope.gui.Actions

public class Actions
extends java.lang.Object


Constructor Summary
protected Actions()
           
 
Method Summary
 void closeOpenFrames()
           
 javax.swing.JMenu getEditMenu()
           
 javax.swing.JMenu getFileMenu()
           
static Actions getInstance()
           
 javax.swing.JToolBar getToolPanel()
           
 javax.swing.JMenu getToolsMenu()
           
 javax.swing.JMenu getViewMenu()
           
 void init(java.awt.Component parent, GraphControl graphControl, ControlPanel controlPanel)
           
 void setEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Actions

protected Actions()
Method Detail

setEnabled

public void setEnabled(boolean enabled)

init

public void init(java.awt.Component parent,
                 GraphControl graphControl,
                 ControlPanel controlPanel)

getToolPanel

public javax.swing.JToolBar getToolPanel()

getEditMenu

public javax.swing.JMenu getEditMenu()

getFileMenu

public javax.swing.JMenu getFileMenu()

getViewMenu

public javax.swing.JMenu getViewMenu()

getToolsMenu

public javax.swing.JMenu getToolsMenu()

getInstance

public static Actions getInstance()

closeOpenFrames

public void closeOpenFrames()