All Packages Class Hierarchy This Package Previous Next Index
Class com.sgi.sysadm.ui.HostContext.Client
java.lang.Object
|
+----com.sgi.sysadm.ui.HostContext.Client
- public class Client
- extends Object
Client is used to encapsulate both a Frame and UIContext for
registry with HostContext to allow all of the clients in a
HostContext to be blocked by host-wide dialogs.
-
Client(Frame, UIContext)
- Constructor.
-
getFrame()
- Get the Frame associated with this client.
-
getUIContext()
- Get the UIContext associated with this client.
Client
public Client(Frame frame,
UIContext uic)
- Constructor.
- Parameters:
- frame - The Frame associated with this client.
- uic - The UIContext associated with this client.
getFrame
public Frame getFrame()
- Get the Frame associated with this client.
- Returns:
- The Frame associated with this client.
getUIContext
public UIContext getUIContext()
- Get the UIContext associated with this client.
- Returns:
- The UIContext associated with this client.
All Packages Class Hierarchy This Package Previous Next Index