All Packages Class Hierarchy This Package Previous Next Index
Class Serveur.MainFrame
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----Serveur.MainFrame
- public class MainFrame
- extends Frame
- implements WindowListener
Fenêtre principale
-
ivjContentsPane
-
-
ivjViewableListUser1
-
-
MainFrame()
- Constructor
-
MainFrame(String)
- MainFrame constructor comment.
-
connEtoC1(WindowEvent)
- connEtoC1: (MainFrame.window.windowClosing(java.awt.event.WindowEvent) --> MainFrame.dispose()V)
-
getContentsPane()
- Return the ContentsPane property value.
-
getViewableListUser()
- This method was created in VisualAge.
-
getViewableListUser1()
- Return the ViewableListUser1 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
ivjViewableListUser1
private ViewableListUser ivjViewableListUser1
MainFrame
public MainFrame()
- Constructor
MainFrame
public MainFrame(String title)
- MainFrame constructor comment.
- Parameters:
- title - java.lang.String
connEtoC1
private void connEtoC1(WindowEvent arg1)
- connEtoC1: (MainFrame.window.windowClosing(java.awt.event.WindowEvent) --> MainFrame.dispose()V)
- Parameters:
- arg1 - java.awt.event.WindowEvent
getContentsPane
private Panel getContentsPane()
- Return the ContentsPane property value.
- Returns:
- java.awt.Panel
getViewableListUser
public ViewableListUser getViewableListUser()
- This method was created in VisualAge.
- Returns:
- Serveur.ViewableListUser
getViewableListUser1
private ViewableListUser getViewableListUser1()
- Return the ViewableListUser1 property value.
- Returns:
- Serveur.ViewableListUser
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