org.oddjob.monitor.actions
Class ActionProviderBean
java.lang.Object
org.oddjob.monitor.actions.ActionProviderBean
- All Implemented Interfaces:
- ActionProvider
public class ActionProviderBean
- extends Object
- implements ActionProvider
An ActionProvider
that is a Java Bean.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionProviderBean
public ActionProviderBean()
setExplorerActions
public void setExplorerActions(ExplorerAction[] actions)
- Setter.
- Parameters:
actions
- The Actions.
getExplorerActions
public ExplorerAction[] getExplorerActions()
- Description copied from interface:
ActionProvider
- Return an array of
ExplorerAction
s.
- Specified by:
getExplorerActions
in interface ActionProvider
- Returns:
- ExplorerActions. Never null.