public abstract class GraphicsCommand extends java.lang.Object implements Command
Modifier and Type | Class and Description |
---|---|
class |
GraphicsCommand.TransitionActionListener<K,T> |
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JFrame |
frame |
protected Logger |
log |
Constructor and Description |
---|
GraphicsCommand(AppContext conn) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
One line description of the operation
|
AppContext |
getContext() |
protected abstract javax.swing.JComponent |
getMainPanel(javax.swing.JFrame frame,
SessionService session_service) |
java.lang.String |
getTitle() |
java.lang.String |
help()
Get the help text.
|
void |
run(java.util.LinkedList<java.lang.String> args)
Run the command
|
protected javax.swing.JFrame frame
protected Logger log
public GraphicsCommand(AppContext conn)
public void run(java.util.LinkedList<java.lang.String> args)
Command
public java.lang.String getTitle()
public AppContext getContext()
getContext
in interface Contexed
protected abstract javax.swing.JComponent getMainPanel(javax.swing.JFrame frame, SessionService session_service)
public java.lang.String description()
Command
description
in interface Command