Uses of Class
ix.ip2.HandlerAction

Packages that use HandlerAction
ix.ip2 I-X Process Panels 
 

Uses of HandlerAction in ix.ip2
 

Subclasses of HandlerAction in ix.ip2
(package private)  class ActivityAgenda.ExpandAction
          Handles an issue by expanding it into subissues as specified by a schema.
(package private)  class ActivityAgenda.ManualExpandAction
          Handles an item by expanding it into subitems as specified explicitly by the user.
(package private)  class ForwardingHandler.ForwardingAction
           
static class HandlerAction.Automatic
          Handles an issue by invoking one of the agent-level issue-handlers.
(package private) static class HandlerAction.Manual
          Indicates that the item has been handled by the user.
(package private) static class HandlerAction.NoAction
          Handles an item by doing nothing.
(package private) static class HandlerAction.NotApplicable
          Used to indicate the the item does not apply in the current situation.
(package private)  class InvokeHandler.InvokeAction
           
(package private)  class QueryHandler.QueryAction
           
 

Fields in ix.ip2 declared as HandlerAction
(package private)  HandlerAction HandlerActionEditor.currentAction
           
 HandlerAction AgendaItemTableModel.TreeAgendaItem.handlerAction
           
 

Methods in ix.ip2 that return HandlerAction
(package private)  HandlerAction AgendaItem.findAction(java.lang.String actionDescription)
           
protected  HandlerAction AgendaViewTable.findHandlerAction(AgendaItem item, java.lang.String shortDescription)
           
 HandlerAction AgendaTableViewer.findHandlerAction(AgendaItem item, java.lang.String shortDescription)
          Undoes a clearTable(), taking into acount any changes in open/closed status.
 HandlerAction AgendaItemTableModel.getHandlerAction(AgendaItem item)
           
 

Methods in ix.ip2 with parameters of type HandlerAction
 void Agenda.handleItem(AgendaItem item, HandlerAction act)
           
 void Agenda.fireItemHandled(AgendaItem item, HandlerAction action)
           
 void AgendaItem.addAction(HandlerAction act)
          Add an action to this issue.
(package private)  boolean AgendaItem.hasAction(HandlerAction act)
           
(package private)  boolean AgendaItem.actionCanBeTakenNow(HandlerAction act)
           
(package private)  void AgendaItem.fireNewHandlerAction(HandlerAction act)
           
(package private)  boolean IssueAgenda.OtherReportsIssue.actionCanBeTakenNow(HandlerAction act)
           
 void ItemEditor.EditPanel.newHandlerAction(ix.ip2.event.AgendaItemEvent e, HandlerAction act)
           
protected  void AgendaViewTable.setShadowingAction(AgendaItem item, java.lang.String shortDescription, HandlerAction action)
           
protected  java.lang.String AgendaViewTable.actionChoiceDescr(HandlerAction act)
           
 void AgendaViewTable.itemHandled(ix.ip2.event.AgendaEvent e, AgendaItem i, HandlerAction h)
           
 void AgendaViewTable.Row.newHandlerAction(ix.ip2.event.AgendaItemEvent e, HandlerAction act)
           
protected  void AgendaTableViewer.setShadowingAction(AgendaItem item, java.lang.String shortDescription, HandlerAction action)
           
 void AgendaTableViewer.handleItem(AgendaItem item, HandlerAction action)
           
 void AgendaTableViewer.newHandlerAction(AgendaItem item, HandlerAction act)
           
 void AgendaTableViewer.itemHandled(ix.ip2.event.AgendaEvent ae, AgendaItem item, HandlerAction act)
           
 void AgendaManager.handleItem(AgendaItem i, HandlerAction a)
           
(package private)  boolean WaitForReportsItem.actionCanBeTakenNow(HandlerAction act)
           
 void AgendaItemTableModel.itemHandled(ix.ip2.event.AgendaEvent ae, AgendaItem item, HandlerAction act)
           
 void AgendaItemTableModel.setHandlerAction(AgendaItem item, HandlerAction action)
           
 void AgendaItemTableModel.fireActionSelected(AgendaItem item, HandlerAction act)
           
 void AgendaItemTableModel.TreeAgendaItem.setHandlerAction(HandlerAction action)
           
 void AgendaItemTableModel.TreeAgendaItem.newHandlerAction(ix.ip2.event.AgendaItemEvent ae, HandlerAction act)