|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mozilla.javascript.ScriptableObject
jp.carabiner.treeeditor.js.JSChildNodes<T>
public abstract class JSChildNodes<T>
子アイテムリストです。
| フィールドの概要 |
|---|
| クラス org.mozilla.javascript.ScriptableObject から継承されたフィールド |
|---|
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST |
| インタフェース org.mozilla.javascript.Scriptable から継承されたフィールド |
|---|
NOT_FOUND |
| コンストラクタの概要 | |
|---|---|
JSChildNodes(org.mozilla.javascript.Scriptable scope)
構築します。 |
|
| メソッドの概要 | |
|---|---|
Object |
get(int index,
org.mozilla.javascript.Scriptable start)
|
Object |
get(String name,
org.mozilla.javascript.Scriptable start)
|
int |
getAttributes(int index)
|
int |
getAttributes(String name)
|
String |
getClassName()
|
Object |
getDefaultValue(Class<?> typeHint)
|
Object |
getIterator(boolean b)
列挙を作成します。 |
abstract int |
getLength()
子の数を取得します。 |
boolean |
has(int index,
org.mozilla.javascript.Scriptable start)
|
boolean |
has(String name,
org.mozilla.javascript.Scriptable start)
|
abstract T |
item(int index)
子アイテムを取得します。 |
| クラス org.mozilla.javascript.ScriptableObject から継承されたメソッド |
|---|
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, getAllIds, getAssociatedValue, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, hasInstance, hasProperty, hasProperty, isConst, isGetterOrSetter, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public JSChildNodes(org.mozilla.javascript.Scriptable scope)
scope - スコープ。| メソッドの詳細 |
|---|
public Object get(int index,
org.mozilla.javascript.Scriptable start)
org.mozilla.javascript.Scriptable 内の getorg.mozilla.javascript.ScriptableObject 内の get
public Object get(String name,
org.mozilla.javascript.Scriptable start)
org.mozilla.javascript.Scriptable 内の getorg.mozilla.javascript.ScriptableObject 内の getpublic Object getIterator(boolean b)
b - 列挙のモード。ここでは無視する。
public boolean has(int index,
org.mozilla.javascript.Scriptable start)
org.mozilla.javascript.Scriptable 内の hasorg.mozilla.javascript.ScriptableObject 内の has
public boolean has(String name,
org.mozilla.javascript.Scriptable start)
org.mozilla.javascript.Scriptable 内の hasorg.mozilla.javascript.ScriptableObject 内の haspublic int getAttributes(int index)
org.mozilla.javascript.ScriptableObject 内の getAttributespublic int getAttributes(String name)
org.mozilla.javascript.ScriptableObject 内の getAttributespublic String getClassName()
org.mozilla.javascript.Scriptable 内の getClassNameorg.mozilla.javascript.ScriptableObject 内の getClassNamepublic Object getDefaultValue(Class<?> typeHint)
org.mozilla.javascript.Scriptable 内の getDefaultValueorg.mozilla.javascript.ScriptableObject 内の getDefaultValuepublic abstract int getLength()
public abstract T item(int index)
index - 子アイテムのインデックス。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||