Class AusfuehrenPage

java.lang.Object
  |
  +--AusfuehrenPage

public class AusfuehrenPage
extends java.lang.Object
implements Page

HEISS-Applet zur Recherche-Anwendung des HLfB : QueryPage. Seite zur 
stukurellen Einschänkung der Recherche.  

Autor: Sven Kühne, Institut für Geoinformatik der Universität Münster e-mail: kuehne@ifgi.uni-muenster.de

Version: 1.1 Bemerkung: benötigt jdk 1.1 mit Swing 1.0.1 Stand: November 1998


Constructor Summary
AusfuehrenPage()
           
 
Method Summary
 void addPanel(com.sun.java.swing.JPanel jp)
           
 boolean appSelected()
           
 void removePanel(com.sun.java.swing.JPanel jp)
           
 void startApplication()
           
 void startUp(java.awt.event.ActionListener ap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AusfuehrenPage

public AusfuehrenPage()
Method Detail

startApplication

public void startApplication()

appSelected

public boolean appSelected()

startUp

public void startUp(java.awt.event.ActionListener ap)
Specified by:
startUp in interface Page

addPanel

public void addPanel(com.sun.java.swing.JPanel jp)
Specified by:
addPanel in interface Page

removePanel

public void removePanel(com.sun.java.swing.JPanel jp)
Specified by:
removePanel in interface Page