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 | Description |
---|---|---|
static InplaceEditorProvider.ExpansionDirection |
InplaceEditorProvider.ExpansionDirection.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static InplaceEditorProvider.ExpansionDirection[] |
InplaceEditorProvider.ExpansionDirection.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
EnumSet<InplaceEditorProvider.ExpansionDirection> |
InplaceEditorProvider.getExpansionDirections(InplaceEditorProvider.EditorController controller,
Widget widget,
C editor) |
Called to obtain directions where an editor component can expand to.
|
Modifier and Type | Method | Description |
---|---|---|
static WidgetAction |
ActionFactory.createInplaceEditorAction(TextFieldInplaceEditor editor,
EnumSet<InplaceEditorProvider.ExpansionDirection> expansionDirections) |
Creates a text in-place editor action visualized using JTextField.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.