| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--edu.UCL.xmiddle.apps.meeting.Meeting
Meeting application This is an application for the support of collaborative work based on the XMIDDLE platform. September/October 2002
| Field Summary | 
| Fields inherited from interface edu.UCL.xmiddle.framework.lib.XApp | 
CONNECTED, DISCONNECTED | 
| Constructor Summary | |
Meeting(int width,
        int height)
Constructs the application  | 
|
Meeting(int width,
        int height,
        java.lang.String configPath)
Constructs the application  | 
|
| Method Summary | |
 void | 
actionPerformed(java.awt.event.ActionEvent event)
Responds to ActionEvent  | 
 java.lang.String[][] | 
extractPeopleNames(org.w3c.dom.Document nameList)
This method extracts the name of people contained in people Document  | 
 java.lang.Integer | 
getID()
Returns the applicationID  | 
 java.lang.String[] | 
getProjectByMember(java.lang.String namePerson)
This method extracts the names of the projects in which the given person is involved.  | 
 org.w3c.dom.Document | 
getSchema()
Returns the Schema Document  | 
 void | 
notifyConnectionStatus(boolean status)
Currently not implemented  | 
 void | 
notifyProtocolAbort(java.lang.String id,
                    java.lang.Object[] parameters)
Currently not implemented  | 
 void | 
notifyProtocolBegin(java.lang.String id,
                    java.lang.Object[] parameters)
Currently not implemented  | 
 void | 
notifyProtocolEnd(java.lang.String id,
                  java.lang.Object[] parameters)
Currently not implemented  | 
 void | 
textValueChanged(java.awt.event.TextEvent event)
Responds to TextEvent  | 
| Methods inherited from class java.awt.event.WindowAdapter | 
windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public Meeting(int width,
               int height)
width - the width of the application windowheight - the height of the application window
public Meeting(int width,
               int height,
               java.lang.String configPath)
width - the width of the application windowheight - the height of the application windowconfigPath - the path of the configuration file| Method Detail | 
public java.lang.Integer getID()
getID in interface XApppublic void notifyConnectionStatus(boolean status)
notifyConnectionStatus in interface XApp
public void notifyProtocolBegin(java.lang.String id,
                                java.lang.Object[] parameters)
notifyProtocolBegin in interface XApp
public void notifyProtocolAbort(java.lang.String id,
                                java.lang.Object[] parameters)
notifyProtocolAbort in interface XApppublic org.w3c.dom.Document getSchema()
getSchema in interface XAppDocument
public void notifyProtocolEnd(java.lang.String id,
                              java.lang.Object[] parameters)
notifyProtocolEnd in interface XApppublic void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed in interface java.awt.event.ActionListenerevent - the ActionEventpublic void textValueChanged(java.awt.event.TextEvent event)
textValueChanged in interface java.awt.event.TextListenerevent - the TextEventpublic java.lang.String[][] extractPeopleNames(org.w3c.dom.Document nameList)
public java.lang.String[] getProjectByMember(java.lang.String namePerson)
namePerson - the name of the person
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||