All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class navalBattle.DialogErreur

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----navalBattle.DialogErreur

public class DialogErreur
extends Dialog
implements ActionListener, WindowListener
Fenetre de dialoque d'erreur ou de message blocante. javaBeans ! Blocante, un bouton, un Label

Author:
Roattino Constantin

Variable Index

 o ivjContentsPane

Constructor Index

 o DialogErreur(Frame)
Constructor
 o DialogErreur(Frame, String, String)
Constructeur de la boite de dialogue de message d'erreur

Method Index

 o actionPerformed(ActionEvent)
Gestion des evenement Quand on appuie sur le bouton "OK"
 o connEtoC1(WindowEvent)
connEtoC1: (DialogErreur.window.windowClosing(java.awt.event.WindowEvent) --> DialogErreur.dispose()V)
 o getBuilderData()
Cree par le builder de beans de VisualAge...
 o getContentsPane()
Return the ContentsPane property value.
 o handleException(Throwable)
Called whenever the part throws an exception.
 o initConnections()
Initializes connections
 o initialize()
Initialize the class.
 o main(String[])
main entrypoint - starts the part when it is run as an application
 o windowActivated(WindowEvent)
Method to handle events for the WindowListener interface.
 o windowClosed(WindowEvent)
Method to handle events for the WindowListener interface.
 o windowClosing(WindowEvent)
Method to handle events for the WindowListener interface.
 o windowDeactivated(WindowEvent)
Method to handle events for the WindowListener interface.
 o windowDeiconified(WindowEvent)
Method to handle events for the WindowListener interface.
 o windowIconified(WindowEvent)
Method to handle events for the WindowListener interface.
 o windowOpened(WindowEvent)
Method to handle events for the WindowListener interface.

Variables

 o ivjContentsPane
 private Panel ivjContentsPane

Constructors

 o DialogErreur
 public DialogErreur(Frame parent)
Constructor

Parameters:
parent - Symbol
 o DialogErreur
 public DialogErreur(Frame pere,
                     String titre,
                     String Msg)
Constructeur de la boite de dialogue de message d'erreur

Parameters:
pere - Frame
Titre - java.lang.String
Msg - java.lang.String

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent act)
Gestion des evenement Quand on appuie sur le bouton "OK"

Parameters:
act - java.awt.event.ActionEvent
 o connEtoC1
 private void connEtoC1(WindowEvent arg1)
connEtoC1: (DialogErreur.window.windowClosing(java.awt.event.WindowEvent) --> DialogErreur.dispose()V)

Parameters:
arg1 - java.awt.event.WindowEvent
 o getBuilderData
 private static void getBuilderData()
Cree par le builder de beans de VisualAge... ...

 o getContentsPane
 private Panel getContentsPane()
Return the ContentsPane property value.

Returns:
java.awt.Panel
 o handleException
 private void handleException(Throwable exception)
Called whenever the part throws an exception.

Parameters:
exception - java.lang.Throwable
 o initConnections
 private void initConnections()
Initializes connections

 o initialize
 private void initialize()
Initialize the class.

 o main
 public static void main(String args[])
main entrypoint - starts the part when it is run as an application

Parameters:
args - java.lang.String[]
 o windowActivated
 public void windowActivated(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters:
e - java.awt.event.WindowEvent
 o windowClosed
 public void windowClosed(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters:
e - java.awt.event.WindowEvent
 o windowClosing
 public void windowClosing(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters:
e - java.awt.event.WindowEvent
 o windowDeactivated
 public void windowDeactivated(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters:
e - java.awt.event.WindowEvent
 o windowDeiconified
 public void windowDeiconified(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters:
e - java.awt.event.WindowEvent
 o windowIconified
 public void windowIconified(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters:
e - java.awt.event.WindowEvent
 o windowOpened
 public void windowOpened(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters:
e - java.awt.event.WindowEvent

All Packages  Class Hierarchy  This Package  Previous  Next  Index