org.sourceforge.espro.gui
Class ActionProvider

java.lang.Object
  extended by org.sourceforge.espro.gui.ActionProvider

public class ActionProvider
extends java.lang.Object

ActionProvider provides application wide global actions.

Version:
1.1
Author:
Martin Kaffanke

Method Summary
static ActionProvider getInstance()
          Returns the singleton object of this class.
 javax.swing.AbstractAction getQuitAction()
          Returns the quit application action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ActionProvider getInstance()
Returns the singleton object of this class.

Returns:
An instance of the ActionProvider.

getQuitAction

public javax.swing.AbstractAction getQuitAction()
Returns the quit application action.

Returns:
The quit application action.