org.seasar.uruma.rcp.configuration.elements
クラス KeyElement

java.lang.Object
  上位を拡張 org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement
      上位を拡張 org.seasar.uruma.rcp.configuration.elements.KeyElement
すべての実装されたインタフェース:
ConfigurationElement

public class KeyElement
extends AbstractConfigurationElement

key 要素のための ConfigurationElement です。

作成者:
y-komori
関連項目:
key

フィールドの概要
 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
 

フィールドの詳細

ELEMENT_NAME

public static final String ELEMENT_NAME
要素名です。

関連項目:
定数フィールド値

sequence

public String sequence
キーシーケンスです。


schemeId

public String schemeId
スキーム ID です。


contextId

public String contextId
コンテクスト ID です。


commandId

public String commandId
コマンド ID です。


platform

public String platform
キーバインディングを適用するプラットフォームです。


locale

public String locale
キーバインディングを適用するロケールです。

コンストラクタの詳細

KeyElement

public KeyElement(String sequence,
                  String schemeId,
                  String contextId)
KeyElement を構築します。

パラメータ:
sequence - キーシーケンス
schemeId - スキームID
contextId - コンテクスト ID


Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.