|
Gridarta Editor
|
An EditorAction that opens the bookmarks manager. More...
Inheritance diagram for net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
Collaboration diagram for net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:Public Member Functions | |
| void | manageBookmarks () |
| Action method for "manage bookmarks". More... | |
| ManageBookmarksAction (@NotNull final MapMenu mapMenu, @NotNull final MapImageCache< G, A, R > mapImageCache, @NotNull final Component parentComponent) | |
| 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 | |
| ManageBookmarksDialog< G, A, R > | manageBookmarksDialog |
| The ManageBookmarksDialog instance. More... | |
| final MapImageCache< G, A, R > | mapImageCache |
| The MapImageCache for creating map previews. More... | |
| final MapMenu | mapMenu |
| The MapMenu defining the bookmarks menu entries. More... | |
| final Component | parentComponent |
| The parent component for dialogs. More... | |
An EditorAction that opens the bookmarks manager.
Definition at line 39 of file ManageBookmarksAction.java.
| net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.ManageBookmarksAction | ( | @NotNull final MapMenu | mapMenu, |
| @NotNull final MapImageCache< G, A, R > | mapImageCache, | ||
| @NotNull final Component | parentComponent | ||
| ) |
Creates a new instance.
| mapMenu | the map menu definition the bookmarks menu entries |
| mapImageCache | the map image cache for creating map previews |
| parentComponent | the parent component for dialogs |
Definition at line 72 of file ManageBookmarksAction.java.
References net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.mapImageCache, net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.mapMenu, and net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.parentComponent.
| void net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.manageBookmarks | ( | ) |
Action method for "manage bookmarks".
Opens the dialog for editing existing bookmarks.
Definition at line 83 of file ManageBookmarksAction.java.
References net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.mapImageCache, net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.mapMenu, net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.parentComponent, and net.sf.gridarta.gui.dialog.bookmarks.ManageBookmarksDialog< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.showDialog().
Here is the call graph for this function:| void net.sf.gridarta.action.ManageBookmarksAction< 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 91 of file ManageBookmarksAction.java.
|
private |
The ManageBookmarksDialog instance.
Set to
if not yet created.
Definition at line 64 of file ManageBookmarksAction.java.
|
private |
The MapImageCache for creating map previews.
Definition at line 51 of file ManageBookmarksAction.java.
Referenced by net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.manageBookmarks(), and net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.ManageBookmarksAction().
|
private |
The MapMenu defining the bookmarks menu entries.
Definition at line 45 of file ManageBookmarksAction.java.
Referenced by net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.manageBookmarks(), and net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.ManageBookmarksAction().
|
private |
The parent component for dialogs.
Definition at line 57 of file ManageBookmarksAction.java.
Referenced by net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.manageBookmarks(), and net.sf.gridarta.action.ManageBookmarksAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.ManageBookmarksAction().