|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--i3mclient.findusers.FindUsersGUI
The GUI of FindUsers.
FindUsers| Constructor Summary | |
FindUsersGUI(Shell parentWindow,
FindUsers findUsersSet)
Constructor. |
|
| Method Summary | |
void |
addSearchResult(String userID,
String nick,
String firstName,
String lastName,
String zip,
String city,
String country,
String eMail)
Add a result to table at the buttom of the window. |
void |
controlMoved(ControlEvent arg0)
|
void |
controlResized(ControlEvent arg0)
|
void |
dragFinished(DragSourceEvent arg0)
|
void |
dragSetData(DragSourceEvent event)
|
void |
dragStart(DragSourceEvent event)
|
void |
findUsersPerformed(UserData[] searchResult)
Called after the search for specific users and transmits the found results. |
long |
getSelectedUserID()
Get the userID of the selected table item. |
void |
mouseDoubleClick(MouseEvent arg0)
|
void |
mouseDown(MouseEvent event)
|
void |
mouseUp(MouseEvent arg0)
|
void |
widgetDefaultSelected(SelectionEvent arg0)
|
void |
widgetDisposed(DisposeEvent arg0)
|
void |
widgetSelected(SelectionEvent event)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FindUsersGUI(Shell parentWindow,
FindUsers findUsersSet)
parentWindow - The parent window of this new find users shellfindUsersSet - The find user object which belongs to this gui| Method Detail |
public void addSearchResult(String userID,
String nick,
String firstName,
String lastName,
String zip,
String city,
String country,
String eMail)
userID - The userID of the user which was foundnick - The nick of the user which was foundfirstName - The first name of the user which was foundlastName - The last name of the user which was foundzip - The zip code of the user which was foundcity - The city of the user which was foundcountry - The country of the user which was foundeMail - The email address of the user which was foundpublic long getSelectedUserID()
public void findUsersPerformed(UserData[] searchResult)
FindUsersListener
findUsersPerformed in interface FindUsersListenersearchResult - The search resultpublic void controlMoved(ControlEvent arg0)
controlMoved in interface ControlListenerpublic void controlResized(ControlEvent arg0)
controlResized in interface ControlListenerpublic void widgetSelected(SelectionEvent event)
widgetSelected in interface SelectionListenerpublic void widgetDefaultSelected(SelectionEvent arg0)
widgetDefaultSelected in interface SelectionListenerpublic void mouseDoubleClick(MouseEvent arg0)
mouseDoubleClick in interface MouseListenerpublic void mouseDown(MouseEvent event)
mouseDown in interface MouseListenerpublic void mouseUp(MouseEvent arg0)
mouseUp in interface MouseListenerpublic void dragStart(DragSourceEvent event)
dragStart in interface DragSourceListenerpublic void dragSetData(DragSourceEvent event)
dragSetData in interface DragSourceListenerpublic void dragFinished(DragSourceEvent arg0)
dragFinished in interface DragSourceListenerpublic void widgetDisposed(DisposeEvent arg0)
widgetDisposed in interface DisposeListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||