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

public interface IPresenter
Presenter is responsible for presenting some widget in the scene. Its job is to update the widget according to the stuff the widget should reflect. It also provides context menu actions, edit action and accept actions.
| 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 | |||||||||