verinec.importer.analysis
Interface IConfigPanel

All Known Implementing Classes:
StartScan.ConfigPanel, StartSniffer.ConfigPanel, StartTraceRoute.ConfigPanel

public interface IConfigPanel

A panel to configure an operation.

Author:
david.buchmann at unifr.ch

Method Summary
 Element getConfigurationXML()
          Get the configuration info from this panel.
 boolean isConfigValid()
          Check whether configuration represented by this panel is valid.
 void restore(Element e)
          Restore this panel from its configuration info.
 

Method Detail

restore

void restore(Element e)
Restore this panel from its configuration info. The configuration will have a child with the name as returned by getConfiguration.

Parameters:
e - The configuration with a child for this class.

getConfigurationXML

Element getConfigurationXML()
Get the configuration info from this panel.

Returns:
The configuration in XML format.

isConfigValid

boolean isConfigValid()
Check whether configuration represented by this panel is valid.

Returns:
True if valid, false otherwise

Copyright © 2005 Verinec, DIUF