|
Gridarta Editor
|
The action for saving modified plugins. More...
Inheritance diagram for net.sf.gridarta.gui.scripts.SavePluginsAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
Collaboration diagram for net.sf.gridarta.gui.scripts.SavePluginsAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:Public Member Functions | |
| void | savePlugins () |
| Saves all unsaved plugins. More... | |
| SavePluginsAction (@NotNull final PluginController< G, A, R > pluginController) | |
| Creates a new instance. More... | |
| void | setAction (@NotNull final Action action, @NotNull final String name) |
| Sets the Action instance for this editor action. More... | |
Private Attributes | |
| final PluginController< G, A, R > | pluginController |
| The plugin controller to use. More... | |
The action for saving modified plugins.
Definition at line 35 of file SavePluginsAction.java.
| net.sf.gridarta.gui.scripts.SavePluginsAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.SavePluginsAction | ( | @NotNull final PluginController< G, A, R > | pluginController | ) |
Creates a new instance.
| pluginController | the plugin controller to use |
Definition at line 47 of file SavePluginsAction.java.
| void net.sf.gridarta.gui.scripts.SavePluginsAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.savePlugins | ( | ) |
Saves all unsaved plugins.
Definition at line 55 of file SavePluginsAction.java.
Here is the call graph for this function:| void net.sf.gridarta.gui.scripts.SavePluginsAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.setAction | ( | @NotNull final Action | action, |
| @NotNull final String | name | ||
| ) |
Sets the Action instance for this editor action.
| action | the action instance |
| name | the name of the action |
Implements net.sf.gridarta.utils.EditorAction.
Definition at line 60 of file SavePluginsAction.java.
|
private |
The plugin controller to use.
Definition at line 41 of file SavePluginsAction.java.