|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ViewDefinition | |
net.logAnalyzer.config | |
net.logAnalyzer.gui | |
net.logAnalyzer.gui.config | |
net.logAnalyzer.gui.messages | |
net.logAnalyzer.gui.reports |
Uses of ViewDefinition in net.logAnalyzer.config |
Methods in net.logAnalyzer.config that return ViewDefinition | |
ViewDefinition |
ConfigurationManager.getViewsDefinition(java.lang.String name)
Returns the specified view definition. |
Uses of ViewDefinition in net.logAnalyzer.gui |
Constructors in net.logAnalyzer.gui with parameters of type ViewDefinition | |
LAView(ViewDefinition definition,
java.util.Hashtable attributes)
Creates a new view with the specified attributes. |
Uses of ViewDefinition in net.logAnalyzer.gui.config |
Constructors in net.logAnalyzer.gui.config with parameters of type ViewDefinition | |
XMLConfigurationView(ViewDefinition definition,
java.util.Hashtable attributes)
|
|
XMLConfigurationView(ViewDefinition definition,
java.util.Hashtable attributes,
java.lang.String xmlFilename)
|
Uses of ViewDefinition in net.logAnalyzer.gui.messages |
Constructors in net.logAnalyzer.gui.messages with parameters of type ViewDefinition | |
MessagesView(ViewDefinition definition,
java.util.Hashtable attributes)
Creates a new view with the specified attributes. |
|
FilteredMessagesView(ViewDefinition definition,
java.util.Hashtable attributes)
Creates a new view with the specified attributes. |
Uses of ViewDefinition in net.logAnalyzer.gui.reports |
Constructors in net.logAnalyzer.gui.reports with parameters of type ViewDefinition | |
ReportsView(ViewDefinition definition,
java.util.Hashtable attributes)
Creates a new view with the specified attributes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |