Class OnlineConfigurationViewer
java.lang.Object
de.kappich.pat.configBrowser.main.OnlineConfigurationViewer
- All Implemented Interfaces:
de.bsvrz.sys.funclib.application.StandardApplication
public class OnlineConfigurationViewer
extends Object
implements de.bsvrz.sys.funclib.application.StandardApplication
Applikation, die online via Datenverteiler eine Darstellung der Konfigurationsobjekte in einem Swing-Fenster realisiert.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(de.bsvrz.dav.daf.main.ClientDavInterface connection) static void
void
parseArguments
(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
-
Constructor Details
-
OnlineConfigurationViewer
public OnlineConfigurationViewer()
-
-
Method Details
-
main
-
parseArguments
public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) throws Exception - Specified by:
parseArguments
in interfacede.bsvrz.sys.funclib.application.StandardApplication
- Throws:
Exception
-
initialize
- Specified by:
initialize
in interfacede.bsvrz.sys.funclib.application.StandardApplication
- Throws:
Exception
-