20 package net.sf.gridarta.action;
22 import javax.swing.Action;
25 import net.
sf.japi.swing.action.ActionMethod;
26 import org.jetbrains.annotations.NotNull;
50 System.runFinalization();
55 public void setAction(@NotNull
final Action action, @NotNull
final String name) {
Implements the main status bar of the application.
void setAction(@NotNull final Action action, @NotNull final String name)
Sets the Action instance for this editor action.
Graphical User Interface of Gridarta.
GcAction(@NotNull final StatusBar<?, ?, ?> statusBar)
Creates a new instance.
Base package of all Gridarta classes.
void gc()
The action method for "gc".
void setStatusText(final String text)
Sets the level status text, which usually displays arch numbers.
final StatusBar<?, ?, ?> statusBar