| クラス | 説明 |
|---|---|
| AbstractClientSession |
起動セッションの抽象実装クラス。
|
| AppletClientSession |
Appletから起動されるクライアントの実行セッションです。
|
| AppletClientSessionFactory |
AppletClientSessionを生成するファクトリー実装
|
| DefaultClientDesktop |
ClientDesktopのデフォルト実装。
|
| JNLPClientSession |
Java Web Startにより起動されるクライアントの実行セッションです。
|
| JNLPClientSessionFactory |
JNLPClientSessionを生成するファクトリー実装
|
| SimpleClientContext |
ClientContextの標準実装クラス
|
| SimpleClientContextFactory |
ContextFactoryの簡易実装クラス
|
| SimpleClientDesktopFactory |
ClientDesktopFactoryの単純実装
|
| SimpleClientSession |
JVM1つにつき、1つのみ生成できる実行コンテキストです。
|
| SimpleClientSessionFactory |
SimpleClientSessionを生成するファクトリー実装
|
| SimpleDialogContext |
Dialog向けのClientContext実装クラスです。
|