|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.treeeditor.js.model.JSNodeStyles
public class JSNodeStyles
ノードスタイルです。
| 入れ子のクラスの概要 | |
|---|---|
class |
JSNodeStyles.NodeStyleObject
ノードスタイルオブジェクトです。 |
| コンストラクタの概要 | |
|---|---|
JSNodeStyles(ToplevelObject owner,
jp.carabiner.treeeditor.TreeEditorModel model)
構築します。 |
|
| メソッドの概要 | |
|---|---|
void |
add(String name,
Color foreground,
Color background)
追加します。 |
Object |
findByName(String name)
名前で検索します。 |
Object |
get(int index)
値を取得します。 |
int |
getLength()
サイズを取得します。 |
void |
remove(int index)
削除します。 |
void |
set(int index,
String name,
Color foreground,
Color background)
設定します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public JSNodeStyles(ToplevelObject owner,
jp.carabiner.treeeditor.TreeEditorModel model)
owner - オーナー。nullは不可。model - モデル。nullは不可。| メソッドの詳細 |
|---|
public Object get(int index)
index - インデックス。
public Object findByName(String name)
name - 名前。nullは不可。
public int getLength()
public void add(String name,
Color foreground,
Color background)
name - 名前。nullは不可。foreground - 文字色。null可。background - 背景色。null可。public void remove(int index)
index - インデックス。
public void set(int index,
String name,
Color foreground,
Color background)
index - インデックス。name - 名前。nullは不可。foreground - 文字色。null可。background - 背景色。null可。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||