lacam.container
Class ActionProvider

java.lang.Object
  extended bylacam.container.ActionProvider

public class ActionProvider
extends java.lang.Object

A static class holding the most common actions in the system.

Author:
Dimitrij Zub

Field Summary
static java.awt.event.ActionListener closeAction
           
static RefreshSystemAction refreshSystemAction
           
static java.awt.event.ActionListener showPluginsExplorerAction
           
static java.awt.event.ActionListener showTasksExplorerAction
           
 
Constructor Summary
ActionProvider()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

closeAction

public static final java.awt.event.ActionListener closeAction

showPluginsExplorerAction

public static final java.awt.event.ActionListener showPluginsExplorerAction

showTasksExplorerAction

public static final java.awt.event.ActionListener showTasksExplorerAction

refreshSystemAction

public static final RefreshSystemAction refreshSystemAction
Constructor Detail

ActionProvider

public ActionProvider()