|
Gridarta Editor
|
An EditorAction that saves all modified maps. More...
Inheritance diagram for net.sf.gridarta.action.SaveAllMapsAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
Collaboration diagram for net.sf.gridarta.action.SaveAllMapsAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:Public Member Functions | |
| void | saveAllMaps () |
| Saves all modified maps. More... | |
| SaveAllMapsAction (@NotNull final DefaultFileControl< G, A, R > fileControl) | |
| 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 DefaultFileControl< G, A, R > | fileControl |
| The global DefaultFileControl instance. More... | |
An EditorAction that saves all modified maps.
Definition at line 35 of file SaveAllMapsAction.java.
| net.sf.gridarta.action.SaveAllMapsAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.SaveAllMapsAction | ( | @NotNull final DefaultFileControl< G, A, R > | fileControl | ) |
Creates a new instance.
| fileControl | the global file control instance |
Definition at line 47 of file SaveAllMapsAction.java.
| void net.sf.gridarta.action.SaveAllMapsAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.saveAllMaps | ( | ) |
Saves all modified maps.
Definition at line 55 of file SaveAllMapsAction.java.
Here is the call graph for this function:| void net.sf.gridarta.action.SaveAllMapsAction< 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 SaveAllMapsAction.java.
|
private |
The global DefaultFileControl instance.
Definition at line 41 of file SaveAllMapsAction.java.