All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tk.games.uno.gui.GuiInfoImpl

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----tk.games.uno.gui.GuiInfoImpl

public class GuiInfoImpl
extends Dialog
implements GuiInfo, ActionListener

Information über den Ersteller von UNO für die Spieler.

Version:
1.0
Author:
_Yellow
See Also:
GuiInfo, ActionListener

Variable Index

 o ClassID
Klassen ID
 o CLASSNAME
Name der Klasse.

Constructor Index

 o GuiInfoImpl(Frame, GuiInfoCallback)
Konstruktor.

Method Index

 o actionPerformed(ActionEvent)
Action Methode.
 o dispose()
Das Fenster zerstören.
 o paint(Graphics)
Paints the component.

Variables

 o CLASSNAME
 public static final String CLASSNAME
Name der Klasse.

 o ClassID
 public static final String ClassID
Klassen ID

Constructors

 o GuiInfoImpl
 public GuiInfoImpl(Frame parent,
                    GuiInfoCallback Callback)
Konstruktor.

Parameters:
Frame - Referenz auf das Parent-Frame
GuiInfoCallback - Referenz auf die zu rufende Klasse, wenn das Fenster zerstört wird.

Methods

 o paint
 public void paint(Graphics g)
Paints the component.

Parameters:
Graphics - the graphics context
Overrides:
paint in class Container
 o dispose
 public void dispose()
Das Fenster zerstören.

Bevor das Fenster zerstört wird, wird die GuiInfoCallback Klasse informiert.

Overrides:
dispose in class Window
See Also:
GuiInfoCallback
 o actionPerformed
 public void actionPerformed(ActionEvent event)
Action Methode.

Parameters:
ActionEvent - Das Action-Ereignis

All Packages  Class Hierarchy  This Package  Previous  Next  Index