frysk.gui.monitor.actions
Class LogAction

java.lang.Object
  extended by frysk.gui.monitor.GuiObject
      extended by frysk.gui.monitor.LiaisonItem
          extended by frysk.gui.monitor.actions.Action
              extended by frysk.gui.monitor.actions.GenericAction
                  extended by frysk.gui.monitor.actions.LogAction
All Implemented Interfaces:
SaveableXXX

public class LogAction
extends GenericAction


Field Summary
(package private)  String argument
           
 
Fields inherited from class frysk.gui.monitor.actions.Action
runnable
 
Fields inherited from class frysk.gui.monitor.LiaisonItem
needInfo
 
Fields inherited from class frysk.gui.monitor.GuiObject
propertiesChanged
 
Constructor Summary
LogAction()
           
LogAction(LogAction other)
           
 
Method Summary
 void execute(ObserverRoot observer)
           
 String getArgument()
          uset to get the item's argument
 ObservableLinkedList getArgumentCompletionList()
          If the item whishes to have a completion list for its arguments then it can return an observable linked list describing the list of possible arguments.
 GuiObject getCopy()
           
 boolean setArgument(String comment)
           
 
Methods inherited from class frysk.gui.monitor.LiaisonItem
load, save
 
Methods inherited from class frysk.gui.monitor.GuiObject
dontSaveObject, doSaveObject, getName, getSummary, getToolTip, setName, setSummay, setToolTip, shouldSaveObject, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface frysk.gui.monitor.SaveableXXX
dontSaveObject, doSaveObject, shouldSaveObject
 

Field Detail

argument

String argument
Constructor Detail

LogAction

public LogAction()

LogAction

public LogAction(LogAction other)
Method Detail

getCopy

public GuiObject getCopy()
Overrides:
getCopy in class GenericAction

execute

public void execute(ObserverRoot observer)
Specified by:
execute in class GenericAction

setArgument

public boolean setArgument(String comment)
Overrides:
setArgument in class GenericAction

getArgument

public String getArgument()
Description copied from class: LiaisonItem
uset to get the item's argument

Overrides:
getArgument in class GenericAction
Returns:
the argument, null if the object takes no argument

getArgumentCompletionList

public ObservableLinkedList getArgumentCompletionList()
Description copied from class: LiaisonItem
If the item whishes to have a completion list for its arguments then it can return an observable linked list describing the list of possible arguments. Otherwise just return null.

Overrides:
getArgumentCompletionList in class GenericAction
Returns: