|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectverinec.importer.ImporterModule
public class ImporterModule
Importer module, integrating the sniffer and the parser into Verinec.
| Nested Class Summary | |
|---|---|
(package private) class |
ImporterModule.AnalysisAction
Action to show analysis dialog. |
(package private) class |
ImporterModule.ParserAction
Action to show parser dialog. |
(package private) class |
ImporterModule.PortscanAction
Action for node context menu to show port scan dialog. |
(package private) class |
ImporterModule.ResultWaiter
|
| Field Summary | |
|---|---|
private VerinecStudio |
analyser
|
private JMenu |
menuImporter
|
| Constructor Summary | |
|---|---|
ImporterModule()
|
|
| Method Summary | |
|---|---|
void |
load(VerinecStudio parent)
Load the module into the application GUI. |
String |
toString()
Return the name of the module. |
void |
unload()
Unload the module. |
void |
updateComponent(NwComponent c)
Adds context menues depending on the types. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private VerinecStudio analyser
private JMenu menuImporter
| Constructor Detail |
|---|
public ImporterModule()
| Method Detail |
|---|
public void load(VerinecStudio parent)
load in interface IVerinecModuleparent - The main application.public void updateComponent(NwComponent c)
c - The component to update.public void unload()
unload in interface IVerinecModulepublic String toString()
toString in interface IVerinecModuletoString in class Object
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||