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
-
ClassID
- Klassen ID
-
CLASSNAME
- Name der Klasse.
-
GuiInfoImpl(Frame, GuiInfoCallback)
- Konstruktor.
-
actionPerformed(ActionEvent)
- Action Methode.
-
dispose()
- Das Fenster zerstören.
-
paint(Graphics)
- Paints the component.
CLASSNAME
public static final String CLASSNAME
- Name der Klasse.
ClassID
public static final String ClassID
- Klassen ID
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.
paint
public void paint(Graphics g)
- Paints the component.
- Parameters:
- Graphics - the graphics context
- Overrides:
- paint in class Container
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
actionPerformed
public void actionPerformed(ActionEvent event)
- Action Methode.
- Parameters:
- ActionEvent - Das Action-Ereignis
All Packages Class Hierarchy This Package Previous Next Index