| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mozilla.javascript.ScriptableObject
jp.carabiner.treeeditor.js.model.JSColumn
public class JSColumn
カラムです。
| フィールドの概要 | 
|---|
| クラス org.mozilla.javascript.ScriptableObject から継承されたフィールド | 
|---|
| CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST | 
| インタフェース org.mozilla.javascript.Scriptable から継承されたフィールド | 
|---|
| NOT_FOUND | 
| コンストラクタの概要 | |
|---|---|
| JSColumn(ToplevelObject object,
         JSTreeNode parent,
         TreeNode node,
         int index,
         PropertySet props)構築します。 | |
| メソッドの概要 | |
|---|---|
|  Object | get(String name,
    org.mozilla.javascript.Scriptable start) | 
|  Object[] | getAllIds() | 
|  Color | getBackground()背景色を取得します。 | 
|  String | getClassName() | 
|  jp.carabiner.treeeditor.Metadata | getCore()コアを取得します。 | 
|  Object | getDefaultValue(Class<?> typeHint) | 
|  Color | getForeground()文字色を取得します。 | 
|  String | getHtml() | 
|  String | getHTML() | 
|  int | getIndex()メタデータのインデックスを取得します。 | 
|  JSTreeNode | getParent()親ノードを取得します。 | 
|  String | getText()テキストを取得します。 | 
|  boolean | has(String name,
    org.mozilla.javascript.Scriptable start) | 
|  boolean | isTextEditable()編集可能かどうかを判定します。 | 
|  void | setBackground(org.mozilla.javascript.Scriptable background)背景色を設定します。 | 
|  void | setForeground(org.mozilla.javascript.Scriptable foreground)文字色を設定します。 | 
|  void | setHtml(String html) | 
|  void | setHTML(String html) | 
|  void | setText(String text)テキストを設定します。 | 
|  void | setTextEditable(boolean editable)編集可能かどうかを設定します。 | 
| クラス org.mozilla.javascript.ScriptableObject から継承されたメソッド | 
|---|
| associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, 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 JSColumn(ToplevelObject object,
                JSTreeNode parent,
                TreeNode node,
                int index,
                PropertySet props)
object - トップレベルオブジェクト。nullは不可。parent - 親オブジェクト。nullは不可。node - ノード。nullは不可。index - インデックス。props - プロパティセット。nullは不可。| メソッドの詳細 | 
|---|
public String getClassName()
org.mozilla.javascript.Scriptable 内の getClassNameorg.mozilla.javascript.ScriptableObject 内の getClassName
public Object get(String name,
                  org.mozilla.javascript.Scriptable start)
org.mozilla.javascript.Scriptable 内の getorg.mozilla.javascript.ScriptableObject 内の getpublic Object[] getAllIds()
org.mozilla.javascript.debug.DebuggableObject 内の getAllIdsorg.mozilla.javascript.ScriptableObject 内の getAllIds
public boolean has(String name,
                   org.mozilla.javascript.Scriptable start)
org.mozilla.javascript.Scriptable 内の hasorg.mozilla.javascript.ScriptableObject 内の haspublic jp.carabiner.treeeditor.Metadata getCore()
public int getIndex()
public JSTreeNode getParent()
public String getText()
public void setText(String text)
text - テキスト。nullは不可。public String getHTML()
public String getHtml()
public void setHTML(String html)
             throws IOException
IOException
public void setHtml(String html)
             throws IOException
IOExceptionpublic boolean isTextEditable()
public void setTextEditable(boolean editable)
editable - 編集可能であればtrue。public Color getForeground()
public void setForeground(org.mozilla.javascript.Scriptable foreground)
foreground - 文字色。null可。public Color getBackground()
public void setBackground(org.mozilla.javascript.Scriptable background)
background - 背景色。null可。public Object getDefaultValue(Class<?> typeHint)
org.mozilla.javascript.Scriptable 内の getDefaultValueorg.mozilla.javascript.ScriptableObject 内の getDefaultValue| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||