Uses of Class
com.mindtree.techworks.insight.Controller

Packages that use Controller
com.mindtree.techworks.insight.appender   
com.mindtree.techworks.insight.eventsearch   
com.mindtree.techworks.insight.gui   
com.mindtree.techworks.insight.gui.action   
com.mindtree.techworks.insight.gui.widgets   
com.mindtree.techworks.insight.model   
 

Uses of Controller in com.mindtree.techworks.insight.appender
 

Methods in com.mindtree.techworks.insight.appender with parameters of type Controller
static ParsedEventAppender ParsedEventAppender.getInstance(Controller controller)
          Accessor method to get the singleton instance of this class.
 

Uses of Controller in com.mindtree.techworks.insight.eventsearch
 

Constructors in com.mindtree.techworks.insight.eventsearch with parameters of type Controller
SearchResults(Controller controller, SearchCriteria searchCriteria, EventDetailsPresentation eventDetailsPresentation)
          Public constructor.
 

Uses of Controller in com.mindtree.techworks.insight.gui
 

Methods in com.mindtree.techworks.insight.gui that return Controller
 Controller Insight.getController()
           
 Controller EventDetailsPresentation.getController()
           
 

Constructors in com.mindtree.techworks.insight.gui with parameters of type Controller
EventDetailsPresentation(Controller controller)
          Constructor for this class
EventListPresentation(Controller controller)
          Constructor for this class
 

Uses of Controller in com.mindtree.techworks.insight.gui.action
 

Methods in com.mindtree.techworks.insight.gui.action with parameters of type Controller
static SearchEventAction SearchEventAction.getInstance(Controller controller)
          Returns an instance for the class
static LocateAction LocateAction.getInstance(Controller controller)
          Accessor method for getting the singleton instance of this class
 

Constructors in com.mindtree.techworks.insight.gui.action with parameters of type Controller
LoadPageAction(Controller controller)
          Constructor for this class
ScrollLockAction(Controller controller)
          Constructor for this class
 

Uses of Controller in com.mindtree.techworks.insight.gui.widgets
 

Methods in com.mindtree.techworks.insight.gui.widgets that return Controller
 Controller InsightToolbarButton.getController()
           
 Controller InsightMenuItem.getController()
           
 

Methods in com.mindtree.techworks.insight.gui.widgets with parameters of type Controller
 void InsightToolbarButton.setController(Controller controller)
           
 void InsightMenuItem.setController(Controller controller)
           
 

Uses of Controller in com.mindtree.techworks.insight.model
 

Fields in com.mindtree.techworks.insight.model declared as Controller
protected  Controller LogEventModel.controller
          Controller instance
 

Constructors in com.mindtree.techworks.insight.model with parameters of type Controller
LogEventModel(Controller controller)
          Constructor that initializes this LogEventModel
 



Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.