frysk.gui.monitor.actions
Class Action

java.lang.Object
  extended by frysk.gui.monitor.GuiObject
      extended by frysk.gui.monitor.LiaisonItem
          extended by frysk.gui.monitor.actions.Action
All Implemented Interfaces:
SaveableXXX
Direct Known Subclasses:
GenericAction, ProcAction, TaskAction

public abstract class Action
extends LiaisonItem


Field Summary
protected  Runnable runnable
           
 
Fields inherited from class frysk.gui.monitor.LiaisonItem
needInfo
 
Fields inherited from class frysk.gui.monitor.GuiObject
propertiesChanged
 
Constructor Summary
Action()
           
Action(Action other)
           
Action(String name, String toolTip)
           
 
Method Summary
 
Methods inherited from class frysk.gui.monitor.LiaisonItem
getArgument, getArgumentCompletionList, getCopy, load, save, setArgument
 
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

runnable

protected Runnable runnable
Constructor Detail

Action

public Action()

Action

public Action(Action other)

Action

public Action(String name,
              String toolTip)