org.netbeans.modules.uihandler.api |
Package with interfaces that other modules may implement in order to
be notified about important lifecycle points during collecting the UI
Gestures.
|
Java Source File Name | Type | Comment |
Activated.java | Interface | Shall be registered in
org.openide.util.Lookup.getDefault and
is then called when the UI logger module is activated. |
Controller.java | Class | Class that allows other modules to control the behaviour of the UI
Gestures submit process. |
Deactivated.java | Interface | Shall be registered in
org.openide.util.Lookup.getDefault and
is then called when the UI logger module is about to produce results. |