Class OnlineConfigurationViewer
java.lang.Object
de.kappich.pat.configBrowser.main.OnlineConfigurationViewer
- All Implemented Interfaces:
de.bsvrz.sys.funclib.application.StandardApplication
public class OnlineConfigurationViewer
extends java.lang.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 Constructor Description OnlineConfigurationViewer()
-
Method Summary
Modifier and Type Method Description void
initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
static void
main(java.lang.String[] args)
void
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OnlineConfigurationViewer
public OnlineConfigurationViewer()
-
-
Method Details
-
main
public static void main(java.lang.String[] args) -
parseArguments
public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) throws java.lang.Exception- Specified by:
parseArguments
in interfacede.bsvrz.sys.funclib.application.StandardApplication
- Throws:
java.lang.Exception
-
initialize
public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) throws java.lang.Exception- Specified by:
initialize
in interfacede.bsvrz.sys.funclib.application.StandardApplication
- Throws:
java.lang.Exception
-