de.bsvrz.kex.bwsin.vew
Class BWSINgui

java.lang.Object
  extended by de.bsvrz.kex.bwsin.vew.BWSIN
      extended by de.bsvrz.kex.bwsin.vew.BWSINgui
All Implemented Interfaces:
de.bsvrz.sys.funclib.application.StandardApplication, ActionListener, EventListener, DocumentListener

public class BWSINgui
extends BWSIN
implements ActionListener, DocumentListener

Statischer Import Netz mit grafischem Benutzerinterface.

Version:
$Id: BWSINgui.java 10429 2008-07-10 12:09:58Z gieseler $
Author:
BitCtrl Systems GmbH, Gieseler

Constructor Summary
BWSINgui()
          Konstruktor.
 
Method Summary
 void actionPerformed(ActionEvent e)
          
 void changedUpdate(DocumentEvent arg0)
          
 void insertUpdate(DocumentEvent arg0)
          
 void removeUpdate(DocumentEvent arg0)
          
 void startImport()
          Führt die Importoperation aus.
 void stopWorker()
          Beendet den Worker.
 
Methods inherited from class de.bsvrz.kex.bwsin.vew.BWSIN
checkParameter, importieren, initialize, initOkstra, main, parseArguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BWSINgui

public BWSINgui()
Konstruktor.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

Specified by:
actionPerformed in interface ActionListener
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)

changedUpdate

public void changedUpdate(DocumentEvent arg0)

Specified by:
changedUpdate in interface DocumentListener
See Also:
DocumentListener.changedUpdate(javax.swing.event.DocumentEvent)

insertUpdate

public void insertUpdate(DocumentEvent arg0)

Specified by:
insertUpdate in interface DocumentListener
See Also:
DocumentListener.insertUpdate(javax.swing.event.DocumentEvent)

removeUpdate

public void removeUpdate(DocumentEvent arg0)

Specified by:
removeUpdate in interface DocumentListener
See Also:
DocumentListener.removeUpdate(javax.swing.event.DocumentEvent)

startImport

public void startImport()
Führt die Importoperation aus.

Overrides:
startImport in class BWSIN
See Also:
BWSIN.startImport()

stopWorker

public void stopWorker()
Beendet den Worker.