i3mclient.userdetail
Class UserDetailGUI

java.lang.Object
  |
  +--i3mclient.userdetail.UserDetailGUI
All Implemented Interfaces:
DisposeListener, EventListener, org.eclipse.swt.internal.SWTEventListener

public class UserDetailGUI
extends Object
implements DisposeListener

The user detail window.

Author:
Henning Schaefer
See Also:
UserDetail

Constructor Summary
UserDetailGUI(long setUserID, String setNick)
          Constructor.
 
Method Summary
 Shell getWindow()
          Return the window of this GUI.
 void widgetDisposed(DisposeEvent arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDetailGUI

public UserDetailGUI(long setUserID,
                     String setNick)
Constructor.

Parameters:
setUserID - The userID of the user whose details will be shown
setNick - The nick of the user whose details will be shown
Method Detail

getWindow

public Shell getWindow()
Return the window of this GUI.

Returns:
The shell of the user detail gui

widgetDisposed

public void widgetDisposed(DisposeEvent arg0)
Specified by:
widgetDisposed in interface DisposeListener