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.


Constructor Index

 o Client(Frame, UIContext)
Constructor.

Method Index

 o getFrame()
Get the Frame associated with this client.
 o getUIContext()
Get the UIContext associated with this client.

Constructors

 o Client
 public Client(Frame frame,
               UIContext uic)
Constructor.

Parameters:
frame - The Frame associated with this client.
uic - The UIContext associated with this client.

Methods

 o getFrame
 public Frame getFrame()
Get the Frame associated with this client.

Returns:
The Frame associated with this client.
 o 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