frysk.gui.monitor.filters
Class TaskProcCommandLineFilter

java.lang.Object
  extended by frysk.gui.monitor.GuiObject
      extended by frysk.gui.monitor.LiaisonItem
          extended by frysk.gui.monitor.filters.Filter
              extended by frysk.gui.monitor.filters.TaskFilter
                  extended by frysk.gui.monitor.filters.TaskProcCommandLineFilter
All Implemented Interfaces:
SaveableXXX

public class TaskProcCommandLineFilter
extends TaskFilter


Field Summary
private  ProcCommandLineFilter procCommandLineFilter
           
 
Fields inherited from class frysk.gui.monitor.filters.Filter
filterBoolean
 
Fields inherited from class frysk.gui.monitor.LiaisonItem
needInfo, runnable
 
Fields inherited from class frysk.gui.monitor.GuiObject
propertiesChanged
 
Constructor Summary
TaskProcCommandLineFilter()
           
TaskProcCommandLineFilter(TaskProcCommandLineFilter other)
           
 
Method Summary
 boolean filter(Task task)
           
 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 argument)
           
 
Methods inherited from class frysk.gui.monitor.filters.Filter
getFilterBoolean, load, save, setFilterBoolean
 
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

procCommandLineFilter

private ProcCommandLineFilter procCommandLineFilter
Constructor Detail

TaskProcCommandLineFilter

public TaskProcCommandLineFilter()

TaskProcCommandLineFilter

public TaskProcCommandLineFilter(TaskProcCommandLineFilter other)
Method Detail

filter

public boolean filter(Task task)
Specified by:
filter in class TaskFilter

getCopy

public GuiObject getCopy()
Specified by:
getCopy in class LiaisonItem

setArgument

public boolean setArgument(String argument)
Specified by:
setArgument in class LiaisonItem

getArgument

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

Specified by:
getArgument in class LiaisonItem
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.

Specified by:
getArgumentCompletionList in class LiaisonItem
Returns: