Uses of Interface
ix.ip2.AgendaManager

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

Uses of AgendaManager in ix.ip2
 

Classes in ix.ip2 that implement AgendaManager
 class ActivityAgenda
          An agenda of activities
 class Agenda
          A collection of things to do.
 class IssueAgenda
          An agenda of issues
 

Fields in ix.ip2 declared as AgendaManager
(package private)  AgendaManager AgendaViewTable.agendaManager
           
(package private)  AgendaManager AgendaTableViewer.agendaManager
           
 

Methods in ix.ip2 with parameters of type AgendaManager
 void AgendaViewTable.setAgendaManager(AgendaManager agendaManager)
           
 void AgendaTableViewer.setAgendaManager(AgendaManager agendaManager)
           
 void AgendaViewer.setAgendaManager(AgendaManager m)