ix.ip2
Class QueryHandler

java.lang.Object
  |
  +--ix.ip2.ItemHandler
        |
        +--ix.ip2.QueryHandler

public class QueryHandler
extends ItemHandler


Inner Class Summary
(package private)  class QueryHandler.QueryAction
           
 
Field Summary
(package private)  Symbol S_EQUALSIGN
           
(package private)  Symbol S_QUERY
           
 
Fields inherited from class ix.ip2.ItemHandler
actionDescription
 
Constructor Summary
QueryHandler()
           
 
Method Summary
 void addHandlerActions(AgendaItem item)
           
 boolean appliesTo(AgendaItem item)
          Gives this handler its say in whether it should add actions to an item.
 
Methods inherited from class ix.ip2.ItemHandler
getActionDescription, handle, reviseHandlerActions, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

S_QUERY

Symbol S_QUERY

S_EQUALSIGN

Symbol S_EQUALSIGN
Constructor Detail

QueryHandler

public QueryHandler()
Method Detail

appliesTo

public boolean appliesTo(AgendaItem item)
Description copied from class: ItemHandler
Gives this handler its say in whether it should add actions to an item.
Overrides:
appliesTo in class ItemHandler
Following copied from class: ix.ip2.ItemHandler
See Also:
AgendaItem.wantsActionsFrom(ItemHandler handler)

addHandlerActions

public void addHandlerActions(AgendaItem item)
Overrides:
addHandlerActions in class ItemHandler