|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ActionSourceProvider
This interface should be implemented by components which support the
registration of EodispActions. Usually, components which
support this are of type EodispView.
| Method Summary | |
|---|---|
void |
registerActions()
Registers all actions defined by this component in the EodispActionRegistry for further usage. |
void |
updateRegistrations()
This is used to update the enable state of actions registered by the implementing component. |
| Method Detail |
|---|
void registerActions()
EodispActionRegistry for further usage.
void updateRegistrations()
New components should not be added here, but always with the
registerActions() method.
For actions that should be added/removed to the menus at runtime,
implement the DynamicActionSourceProvider interface.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||