Uses of Interface
com.mindtree.techworks.insight.pagination.IPage

Packages that use IPage
com.mindtree.techworks.insight.gui   
com.mindtree.techworks.insight.pagination   
 

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

Methods in com.mindtree.techworks.insight.gui with parameters of type IPage
 void Presentation.displayPage(IPage page, long eventSequenceNumber)
          Informs this Presentation ot display the specified page and highlight the LogEvent with the specified sequence number.
 void EventListPresentation.displayPage(IPage page, long eventSequenceNumber)
          Interface method implementation
 void EventDetailsPresentation.displayPage(IPage page, long eventSequenceNumber)
          Interface method implementation
 

Uses of IPage in com.mindtree.techworks.insight.pagination
 

Classes in com.mindtree.techworks.insight.pagination that implement IPage
 class FilePageImpl
          The FilePageImpl class is the file based caching implementation that serailizes/de-serializes the LogEvents.
 class PageImpl
          The PageImpl class is an abstract class that implements IPage interface.
 

Methods in com.mindtree.techworks.insight.pagination that return IPage
 IPage PageSet.getCurrentPage()
          Returns the current page
 IPage PageSet.getLastPage()
           
 IPage PageSet.navigate(java.lang.String direction)
          Loads the page based on the direction
 



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