 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.gui.mapfiles;
22 import java.awt.event.ActionEvent;
23 import javax.swing.AbstractAction;
24 import javax.swing.AbstractButton;
28 import org.jetbrains.annotations.NotNull;
29 import org.jetbrains.annotations.Nullable;
81 public boolean equals(@Nullable
final Object obj) {
96 }
catch (
final CloneNotSupportedException ex) {
97 throw new AssertionError(ex);
final MapFolder< G, A, R > mapFolder
The folder to activate.
final AbstractButton menuItem
The associated menu item.
Base package of all Gridarta classes.
static final long serialVersionUID
The serial version UID.
boolean equals(@Nullable final Object obj)
Reflects a game object (object on a map).
void actionPerformed(@NotNull final ActionEvent e)
File getDir()
Returns the base directory.
GameObjects are the objects based on Archetypes found on maps.
MapFolderTreeAction< G, A, R > clone()
String getName()
Returns the name.
Interface for MapArchObjects.
final MapFolderTree< G, A, R > mapFolderTree
The model the mapFolder is part of.
MapFolderTreeAction(@NotNull final MapFolderTree< G, A, R > mapFolderTree, @NotNull final MapFolder< G, A, R > mapFolder, @NotNull final AbstractButton menuItem)
Creates a new instance.
MapFolder< G, A, R > getActiveMapFolder()
Returns the active map folder.
synchronized void setActiveMapFolder(@NotNull final MapFolder< G, A, R > mapFolder)
Sets the active map folder.
An action for the entry in the pickmaps folder menu.