Uses of Class
net.logAnalyzer.gui.LAView

Packages that use LAView
net.logAnalyzer.config   
net.logAnalyzer.gui   
net.logAnalyzer.gui.config   
net.logAnalyzer.gui.messages   
net.logAnalyzer.gui.reports   
 

Uses of LAView in net.logAnalyzer.config
 

Methods in net.logAnalyzer.config that return LAView
 LAView ConfigurationManager.createView(java.lang.String name)
          Creates an instance of the view identified by the specified name.
 

Uses of LAView in net.logAnalyzer.gui
 

Methods in net.logAnalyzer.gui that return LAView
 LAView ViewDefinition.createViewInstance()
           
 LAView InternalFrameViewContainer.setView(LAView newView)
          Sets the contained view.
 LAView LAViewContainer.setView(LAView view)
          Sets the contained view.
 LAView LAFrame.createView(java.lang.String name)
          Creates a new view of the specified name form its definition.
 

Methods in net.logAnalyzer.gui with parameters of type LAView
 LAView InternalFrameViewContainer.setView(LAView newView)
          Sets the contained view.
 LAView LAViewContainer.setView(LAView view)
          Sets the contained view.
 void LAFrame.displayView(LAView view)
           
 void LAFrame.deactivatedView(LAView view)
           
 void LAFrame.activatedView(LAView view)
           
 

Uses of LAView in net.logAnalyzer.gui.config
 

Subclasses of LAView in net.logAnalyzer.gui.config
 class XMLConfigurationView
           
 

Uses of LAView in net.logAnalyzer.gui.messages
 

Subclasses of LAView in net.logAnalyzer.gui.messages
 class FilteredMessagesView
           
 class MessagesView
           
 

Uses of LAView in net.logAnalyzer.gui.reports
 

Subclasses of LAView in net.logAnalyzer.gui.reports
 class ReportsView
          View component used to display generated reports.
 



Copyright © 2006 null. All Rights Reserved.