|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface IPresenter
Provider of actions for a widget. Menu actions, accept actions...Generally implemented as part of the presenter.
| Method Summary | |
|---|---|
AbstractAcceptAction[] |
getAcceptProviders()
Get array of accept providers of this |
org.netbeans.api.visual.action.WidgetAction |
getEditAction()
Get edit action that will be invoked upon double click. |
Action[] |
getMenuActions()
Get(create) actions that should be displayed in the context menu of the widgets that use this presenter. |
void |
register()
Register its listeners into the lap tree. |
void |
unregister()
Unregister its listeners that were registered in the register()
method. |
| Method Detail |
|---|
void register()
void unregister()
register()
method.
Action[] getMenuActions()
AbstractAcceptAction[] getAcceptProviders()
org.netbeans.api.visual.action.WidgetAction getEditAction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||