Package | Description |
---|---|
org.netbeans.api.visual.widget |
This package contains
Widget class. |
Modifier and Type | Method and Description |
---|---|
WidgetAction.Chain |
Widget.createActions(String tool)
Creates and returns an action chain for a specified tool.
|
WidgetAction.Chain |
Widget.getActions()
Returns a default action chain.
|
WidgetAction.Chain |
Widget.getActions(String tool)
Returns already created action chain for a specified tool.
|
WidgetAction.Chain |
Scene.getPriorActions()
Returns a prior actions.
|