de.bsvrz.puk.config.xmlFile.parser
Class ConfigAreaBrowser

java.lang.Object
  extended by de.bsvrz.puk.config.xmlFile.parser.ConfigAreaBrowser

public class ConfigAreaBrowser
extends Object

Klasse, die noch zu dokumentieren ist.

Author:
Kappich+Kniß Systemberatung Aachen (K2S), Roland Schmitz (rs)

Field Summary
private static Debug _debug
           
(package private)  File _file
           
private  boolean _needsUsage
           
 
Constructor Summary
private ConfigAreaBrowser(ArgumentList arguments)
           
 
Method Summary
private  File chooseFileAwt()
           
private  File chooseFileSwing()
           
static void main(String[] args)
           
private  void start()
           
private static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_debug

private static Debug _debug

_file

final File _file

_needsUsage

private boolean _needsUsage
Constructor Detail

ConfigAreaBrowser

private ConfigAreaBrowser(ArgumentList arguments)
Method Detail

main

public static void main(String[] args)

usage

private static void usage()

start

private void start()

chooseFileSwing

private File chooseFileSwing()

chooseFileAwt

private File chooseFileAwt()