Package | Description |
---|---|
org.netbeans.api.visual.action |
This package contains
ActionFactory class which is factory of all built-in widget-actions provided by the library. |
Modifier and Type | Method and Description |
---|---|
static <C extends JComponent> |
ActionFactory.createInplaceEditorAction(InplaceEditorProvider<C> provider)
Creates an in-place editor action for a specific provider.
|