Skip navigation links
A C D E G I M N P R S U 

A

AbstractGUIApplication - Class in de.bsvrz.sys.funclib.application
Diese abstrakte Klasse ist eine Beispielimplementierung des Interfaces GUIApplication.
AbstractGUIApplication() - Constructor for class de.bsvrz.sys.funclib.application.AbstractGUIApplication
 

C

connect(ClientDavParameters) - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
 
connect(ClientDavParameters) - Method in interface de.bsvrz.sys.funclib.application.GUIApplication
Die Implementierung dieser Methode soll eine Verbindung zum Datenverteiler herstellen und nach erfolgreicher Anmeldung (Login) zurückgeben.
createLegendPanel() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Dieses Panel wird auf der linken Seite der Oberfläche dargestellt.
createUserPanel() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode wird aufgerufen, wenn der Benutzer kein eigenes Panel benutzen möchte.

D

de.bsvrz.sys.funclib.application - package de.bsvrz.sys.funclib.application
 

E

endProcess() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode wird aufgerufen, falls ein Prozess beendet werden soll.
ExitOnErrorUncaughtExceptionHandler - Class in de.bsvrz.sys.funclib.application
Implementierung eines UncaughtExceptionHandlers, der bei nicht abgefangenen Exceptions und Errors entsprechende Ausgaben macht und im Falle eines Errors den Prozess terminiert.
ExitOnErrorUncaughtExceptionHandler() - Constructor for class de.bsvrz.sys.funclib.application.ExitOnErrorUncaughtExceptionHandler
 

G

getApplicationName() - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
Wird von der Anwendung implementiert und liefert den Namen der Applikation.
getArguments() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode gibt eine überarbeitete Argumentliste zurück.
getCompileTime() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getConnection() - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
 
getDependsOnCompiled() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getDependsOnLib() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getDependsOnSource() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getJvmVersion() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getLicence() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getMainClass() - Method in interface de.bsvrz.sys.funclib.application.GUIApplication
Diese Methode gibt die Klasse zurück, die die main-Funktion enthält.
getProcess() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Der Aufruf dieser Methode gibt den Prozess zurück, der derzeit ausgeführt wird.
getRelease() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getRevision() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getVersion() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
GUIApplication - Interface in de.bsvrz.sys.funclib.application

I

initialize(ClientDavInterface) - Method in class de.bsvrz.sys.funclib.application.SampleApp
 
initialize(ClientDavInterface) - Method in interface de.bsvrz.sys.funclib.application.StandardApplication
Diese Methode wird nach dem Verbindungsaufbau zum Datenverteiler aufgerufen.
isDavConnected() - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
 

M

main(String[]) - Static method in class de.bsvrz.sys.funclib.application.SampleApp
 

N

newMenuEntries() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode gibt ein Array mit neuen Menueinträgen zurück.

P

PackageRuntimeInfo - Class in de.bsvrz.sys.funclib.application
 
PackageRuntimeInfo() - Constructor for class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
parseArguments(ArgumentList) - Method in class de.bsvrz.sys.funclib.application.SampleApp
 
parseArguments(ArgumentList) - Method in interface de.bsvrz.sys.funclib.application.StandardApplication
Beim Aufruf dieser Methode bekommt die Applikation die Möglichkeit spezielle Aufrufargumente zu lesen.
processScript(String[], String[], File) - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode erzeugt einen Prozess, der ausgeführt wird.

R

restart(GUIApplication, String[]) - Static method in class de.bsvrz.sys.funclib.application.StandardApplicationRunner
 
run(StandardApplication, String[]) - Static method in class de.bsvrz.sys.funclib.application.StandardApplicationRunner
Diese Methode erstellt eine Verbindung zum Datenverteiler anhand der Standard-Parameter her.
run(StandardApplication, String, String[]) - Static method in class de.bsvrz.sys.funclib.application.StandardApplicationRunner
Diese Methode erstellt eine Verbindung zum Datenverteiler anhand der Standard-Parameter her.
run(GUIApplication, String[]) - Static method in class de.bsvrz.sys.funclib.application.StandardApplicationRunner
Diese Methode startet einen Login-Dialog und meldet sich anhand der eingetragenen IP-Adresse, Portnummer, Benutzername und Passwort beim Datenverteiler an.
run(GUIApplication, String, String[]) - Static method in class de.bsvrz.sys.funclib.application.StandardApplicationRunner
Diese Methode startet einen Login-Dialog und meldet sich anhand der eingetragenen IP-Adresse, Portnummer, Benutzername und Passwort beim Datenverteiler an.

S

SampleApp - Class in de.bsvrz.sys.funclib.application
Beispielapplikation, die die Verwendung des StandardApplicationRunner-Mechanismus demonstriert.
SampleApp() - Constructor for class de.bsvrz.sys.funclib.application.SampleApp
 
setConnection(ClientDavInterface) - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
 
showAboutBox() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode zeigt ein "Über" Fenster als JFrame.
SimpleApplicationGUI - Class in de.bsvrz.sys.funclib.application
Diese abstrakte Klasse stellt eine grafische Benutzeroberfläche zum ausführen von Klassen zur Verfügung.
SimpleApplicationGUI() - Constructor for class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
 
StandardApplication - Interface in de.bsvrz.sys.funclib.application
Schnittstelle, die von einer Applikation implementiert werden muss, wenn der StandardApplicationRunner-Mechanismus verwendet werden soll. in der main-Methode der Applikation sollte die Methode run(de.bsvrz.sys.funclib.application.StandardApplication, java.lang.String[]) aufgerufen werden.
StandardApplicationRunner - Class in de.bsvrz.sys.funclib.application
Diese Klasse initialisiert die Klasse für die Debug-Ausgaben, stellt eine Verbindung zum Datenverteiler her und ruft die Methoden des StandardApplication-Interfaces auf.
StandardApplicationRunner() - Constructor for class de.bsvrz.sys.funclib.application.StandardApplicationRunner
 
start(String[], boolean) - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode wertet die übergebenen Argumente aus und zeigt falls gewünscht die Oberfläche an.

U

uncaughtException(Thread, Throwable) - Method in class de.bsvrz.sys.funclib.application.ExitOnErrorUncaughtExceptionHandler
 
A C D E G I M N P R S U 
Skip navigation links