|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.carabiner.treeeditor.js.PropertySet
public class PropertySet
プロパティのセットです。
コンストラクタの概要 | |
---|---|
PropertySet()
構築します。 |
メソッドの概要 | |
---|---|
void |
addProperty(String name,
Method getter,
Method setter)
プロパティを追加します。 |
void |
installTo(org.mozilla.javascript.ScriptableObject target)
推奨されていません。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public PropertySet()
メソッドの詳細 |
---|
@Deprecated public void installTo(org.mozilla.javascript.ScriptableObject target)
target
- 対象。nullは不可。public void addProperty(String name, Method getter, Method setter)
name
- 名前。nullは不可。getter
- getterメソッド。nullは不可。setter
- setterメソッド。nullは不可。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |