|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.monitor.view.ExplorerJobActions
public class ExplorerJobActions
Group the Job Actions for Explorer.
Constructor Summary | |
---|---|
ExplorerJobActions(ExplorerAction[] actions)
Constructor. |
Method Summary | |
---|---|
void |
addKeyStrokes(JComponent component)
Add the accelerator keys to the given component if applicable. |
void |
contributeTo(ActionRegistry actionRegistry)
Contribute actions using the given registry. |
void |
prepare()
Called after the job has been selected, but before any action is to be performed. |
void |
setSelectedContext(ExplorerContext context)
Called when the Model changes it's selected node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExplorerJobActions(ExplorerAction[] actions)
explorer
- The owning explorer.Method Detail |
---|
public void setSelectedContext(ExplorerContext context)
setSelectedContext
in interface SelectedContextAware
context
- The context. Will never be null.public void prepare()
SelectedContextAware
prepare
in interface SelectedContextAware
public void contributeTo(ActionRegistry actionRegistry)
ActionContributor
contributeTo
in interface ActionContributor
public void addKeyStrokes(JComponent component)
ActionContributor
addKeyStrokes
in interface ActionContributor
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |