|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement
org.seasar.uruma.rcp.configuration.elements.KeyElement
public class KeyElement
key 要素のための ConfigurationElement です。
| フィールドの概要 | |
|---|---|
String |
commandId
コマンド ID です。 |
String |
contextId
コンテクスト ID です。 |
static String |
ELEMENT_NAME
要素名です。 |
String |
locale
キーバインディングを適用するロケールです。 |
String |
platform
キーバインディングを適用するプラットフォームです。 |
String |
schemeId
スキーム ID です。 |
String |
sequence
キーシーケンスです。 |
| クラス org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement から継承されたフィールド |
|---|
configurationWriter, level |
| コンストラクタの概要 | |
|---|---|
KeyElement(String sequence,
String schemeId,
String contextId)
KeyElement を構築します。 |
|
| メソッドの概要 |
|---|
| クラス org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement から継承されたメソッド |
|---|
createRcpId, getPluginId, setConfigurationWriter, setLevel, writeConfiguration |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final String ELEMENT_NAME
public String sequence
public String schemeId
public String contextId
public String commandId
public String platform
public String locale
| コンストラクタの詳細 |
|---|
public KeyElement(String sequence,
String schemeId,
String contextId)
KeyElement を構築します。
sequence - キーシーケンスschemeId - スキームIDcontextId - コンテクスト ID
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||