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
-
ivjContentsPane
-
-
DialogErreur(Frame)
- Constructor
-
DialogErreur(Frame, String, String)
- Constructeur de la boite de dialogue de message d'erreur
-
actionPerformed(ActionEvent)
- Gestion des evenement
Quand on appuie sur le bouton "OK"
-
connEtoC1(WindowEvent)
- connEtoC1: (DialogErreur.window.windowClosing(java.awt.event.WindowEvent) --> DialogErreur.dispose()V)
-
getBuilderData()
- Cree par le builder de beans de VisualAge...
-
getContentsPane()
- Return the ContentsPane property value.
-
handleException(Throwable)
- Called whenever the part throws an exception.
-
initConnections()
- Initializes connections
-
initialize()
- Initialize the class.
-
main(String[])
- main entrypoint - starts the part when it is run as an application
-
windowActivated(WindowEvent)
- Method to handle events for the WindowListener interface.
-
windowClosed(WindowEvent)
- Method to handle events for the WindowListener interface.
-
windowClosing(WindowEvent)
- Method to handle events for the WindowListener interface.
-
windowDeactivated(WindowEvent)
- Method to handle events for the WindowListener interface.
-
windowDeiconified(WindowEvent)
- Method to handle events for the WindowListener interface.
-
windowIconified(WindowEvent)
- Method to handle events for the WindowListener interface.
-
windowOpened(WindowEvent)
- Method to handle events for the WindowListener interface.
ivjContentsPane
private Panel ivjContentsPane
DialogErreur
public DialogErreur(Frame parent)
- Constructor
- Parameters:
- parent - Symbol
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
actionPerformed
public void actionPerformed(ActionEvent act)
- Gestion des evenement
Quand on appuie sur le bouton "OK"
- Parameters:
- act - java.awt.event.ActionEvent
connEtoC1
private void connEtoC1(WindowEvent arg1)
- connEtoC1: (DialogErreur.window.windowClosing(java.awt.event.WindowEvent) --> DialogErreur.dispose()V)
- Parameters:
- arg1 - java.awt.event.WindowEvent
getBuilderData
private static void getBuilderData()
- Cree par le builder de beans de VisualAge...
...
getContentsPane
private Panel getContentsPane()
- Return the ContentsPane property value.
- Returns:
- java.awt.Panel
handleException
private void handleException(Throwable exception)
- Called whenever the part throws an exception.
- Parameters:
- exception - java.lang.Throwable
initConnections
private void initConnections()
- Initializes connections
initialize
private void initialize()
- Initialize the class.
main
public static void main(String args[])
- main entrypoint - starts the part when it is run as an application
- Parameters:
- args - java.lang.String[]
windowActivated
public void windowActivated(WindowEvent e)
- Method to handle events for the WindowListener interface.
- Parameters:
- e - java.awt.event.WindowEvent
windowClosed
public void windowClosed(WindowEvent e)
- Method to handle events for the WindowListener interface.
- Parameters:
- e - java.awt.event.WindowEvent
windowClosing
public void windowClosing(WindowEvent e)
- Method to handle events for the WindowListener interface.
- Parameters:
- e - java.awt.event.WindowEvent
windowDeactivated
public void windowDeactivated(WindowEvent e)
- Method to handle events for the WindowListener interface.
- Parameters:
- e - java.awt.event.WindowEvent
windowDeiconified
public void windowDeiconified(WindowEvent e)
- Method to handle events for the WindowListener interface.
- Parameters:
- e - java.awt.event.WindowEvent
windowIconified
public void windowIconified(WindowEvent e)
- Method to handle events for the WindowListener interface.
- Parameters:
- e - java.awt.event.WindowEvent
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