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


Variable Index

 o ivjContentsPane
 o ivjViewableListUser1

Constructor Index

 o MainFrame()
Constructor
 o MainFrame(String)
MainFrame constructor comment.

Method Index

 o connEtoC1(WindowEvent)
connEtoC1: (MainFrame.window.windowClosing(java.awt.event.WindowEvent) --> MainFrame.dispose()V)
 o getContentsPane()
Return the ContentsPane property value.
 o getViewableListUser()
This method was created in VisualAge.
 o getViewableListUser1()
Return the ViewableListUser1 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
 o ivjViewableListUser1
 private ViewableListUser ivjViewableListUser1

Constructors

 o MainFrame
 public MainFrame()
Constructor

 o MainFrame
 public MainFrame(String title)
MainFrame constructor comment.

Parameters:
title - java.lang.String

Methods

 o connEtoC1
 private void connEtoC1(WindowEvent arg1)
connEtoC1: (MainFrame.window.windowClosing(java.awt.event.WindowEvent) --> MainFrame.dispose()V)

Parameters:
arg1 - java.awt.event.WindowEvent
 o getContentsPane
 private Panel getContentsPane()
Return the ContentsPane property value.

Returns:
java.awt.Panel
 o getViewableListUser
 public ViewableListUser getViewableListUser()
This method was created in VisualAge.

Returns:
Serveur.ViewableListUser
 o getViewableListUser1
 private ViewableListUser getViewableListUser1()
Return the ViewableListUser1 property value.

Returns:
Serveur.ViewableListUser
 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