de.kappich.pat.configBrowser.main
Class OnlineConfigurationViewer

java.lang.Object
  extended by de.kappich.pat.configBrowser.main.OnlineConfigurationViewer
All Implemented Interfaces:
StandardApplication

public class OnlineConfigurationViewer
extends Object
implements StandardApplication

Applikation, die online via Datenverteiler eine Darstellung der Konfigurationsobjekte in einem Swing-Fenster realisiert.

Author:
Kappich Systemberatung

Constructor Summary
OnlineConfigurationViewer()
           
 
Method Summary
 void initialize(ClientDavInterface connection)
           
static void main(String[] args)
           
 void parseArguments(ArgumentList argumentList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnlineConfigurationViewer

public OnlineConfigurationViewer()
Method Detail

main

public static void main(String[] args)

parseArguments

public void parseArguments(ArgumentList argumentList)
                    throws Exception
Specified by:
parseArguments in interface StandardApplication
Throws:
Exception

initialize

public void initialize(ClientDavInterface connection)
                throws Exception
Specified by:
initialize in interface StandardApplication
Throws:
Exception