 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.action;
22 import java.awt.Frame;
23 import javax.swing.Action;
27 import net.
sf.japi.swing.action.ActionMethod;
28 import org.jetbrains.annotations.NotNull;
29 import org.jetbrains.annotations.Nullable;
75 public void setAction(@NotNull
final Action action, @NotNull
final String
name) {
Maintains the application preferences state.
Base package of all Gridarta classes.
Class to run an external process.
void controlClient()
The action method for "controlClient".
ControlClientAction(@NotNull final AppPreferencesModel appPreferencesModel, @NotNull final Frame parent)
Creates a new instance.
void setCommand(@NotNull final String @NotNull[] command)
Sets the command to be executed by this ProcessRunner.
void setAction(@NotNull final Action action, @NotNull final String name)
Sets the Action instance for this editor action.
String getClient()
Returns the client setting.
ProcessRunner controlClient
The ProcessRunner instance that controls the client.
final AppPreferencesModel appPreferencesModel
void showDialog(@NotNull final Frame parent)
Show a dialog if not already visible.