frysk.gui.monitor
Class ObserverItemRow

java.lang.Object
  extended by frysk.gui.monitor.ObserverItemRow
Direct Known Subclasses:
ActionRow, FilterRow

public abstract class ObserverItemRow
extends Object

A widget that shows an observer item and allows the user to edit it. An observer item can either be a filter or an action.


Method Summary
abstract  void addToTable()
           
 boolean apply()
           
 String getOffendingArg()
           
 void removeFromTable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

apply

public boolean apply()

removeFromTable

public void removeFromTable()

addToTable

public abstract void addToTable()

getOffendingArg

public String getOffendingArg()