Package | Description |
---|---|
org.eclipse.ice.client.common.internal | |
org.eclipse.ice.client.internal | |
org.eclipse.ice.reactor.perspective.internal |
Modifier and Type | Method and Description |
---|---|
static IClient |
ClientHolder.getClient()
Retrieve the reference to the client
|
Modifier and Type | Method and Description |
---|---|
static void |
ClientHolder.setClient(IClient iceClient)
Retrieve the reference to the client
|
static void |
ClientHolder.unsetClient(IClient iceClient)
"Unset" the reference to the client.
|
Modifier and Type | Class and Description |
---|---|
class |
Client
The Client class is a base class for clients of the Core.
|
Modifier and Type | Method and Description |
---|---|
static IClient |
ReactorClientHolder.getClient()
Retrieve the reference to the client
|
Modifier and Type | Method and Description |
---|---|
static void |
ReactorClientHolder.setClient(IClient iceClient)
Retrieve the reference to the client
|
static void |
ReactorClientHolder.unsetClient(IClient iceClient)
"Unset" the reference to the client.
|