com.fump
Class BenutzerGui

java.lang.Object
  |
  +--com.fump.BenutzerGui

public class BenutzerGui
extends java.lang.Object

Stellt die graphische Benutzeroberfläche für die Benutzerverwaltungsfunktionen der Klasse BenutzerContainer her.


Field Summary
private static javax.swing.JComboBox allUsers
           
private static javax.swing.JLabel comment
           
private static javax.swing.JDialog dialog
           
private static javax.swing.JDialog dialogtmp
           
 
Constructor Summary
BenutzerGui(javax.swing.JFrame parent)
           
 
Method Summary
static javax.swing.JPanel addGui()
           
static javax.swing.JPanel changeGui()
           
static javax.swing.JPanel selectGui()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

comment

private static final javax.swing.JLabel comment

dialogtmp

private static javax.swing.JDialog dialogtmp

dialog

private static final javax.swing.JDialog dialog

allUsers

private static final javax.swing.JComboBox allUsers
Constructor Detail

BenutzerGui

public BenutzerGui(javax.swing.JFrame parent)
Method Detail

selectGui

public static javax.swing.JPanel selectGui()

addGui

public static javax.swing.JPanel addGui()

changeGui

public static javax.swing.JPanel changeGui()