|
Gridarta Editor
|
Utility class for NamedObjects related functions. More...
Collaboration diagram for net.sf.gridarta.gui.data.NamedObjectsUtils:Static Public Member Functions | |
| static< E extends NamedObject > String | showNodeChooserDialog (@NotNull final Component parentComponent, @NotNull final String initial, @NotNull final FaceObjectProviders faceObjectProviders, @NotNull final NamedObjects< E > namedObjects) |
| Show a dialog for choosing from the object tree. More... | |
Private Member Functions | |
| NamedObjectsUtils () | |
| Private constructor to prevent instantiation. More... | |
Static Private Attributes | |
| static final ActionBuilder | ACTION_BUILDER = ActionBuilderFactory.getInstance().getActionBuilder("net.sf.gridarta") |
| The ActionBuilder. More... | |
Utility class for NamedObjects related functions.
Definition at line 46 of file NamedObjectsUtils.java.
|
private |
Private constructor to prevent instantiation.
Definition at line 57 of file NamedObjectsUtils.java.
|
static |
Show a dialog for choosing from the object tree.
| parentComponent | parent component to show dialog on |
| initial | initially selected node name |
| faceObjectProviders | the face object providers for looking up faces |
| namedObjects | the named objects tree to show |
Definition at line 71 of file NamedObjectsUtils.java.
References net.sf.gridarta.model.data.NamedObject.getPath().
Referenced by net.sf.gridarta.gui.utils.TreeChooseAction.actionPerformed().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
The ActionBuilder.
Definition at line 52 of file NamedObjectsUtils.java.