jp.carabiner.treeeditor.js.model
クラス JSTopicHandleColor
java.lang.Object
jp.carabiner.treeeditor.js.model.JSHandleColor
jp.carabiner.treeeditor.js.model.JSTopicHandleColor
public class JSTopicHandleColor
- extends JSHandleColor
トピックのハンドル色のアクセス用オブジェクトです。
|
メソッドの概要 |
protected jp.carabiner.treeeditor.config.HandleColor |
getHandleColor(jp.carabiner.treeeditor.config.DocumentStyle style)
ハンドル色を取得します。 |
protected void |
setHandleColor(jp.carabiner.treeeditor.config.DocumentStyle style,
jp.carabiner.treeeditor.config.HandleColor color)
ハンドル色を設定します。 |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSTopicHandleColor
public JSTopicHandleColor(ToplevelObject owner,
jp.carabiner.treeeditor.TreeEditorModel model)
- 構築します。
- パラメータ:
owner - オーナー。nullは不可。model - モデル。nullは不可。
getHandleColor
protected jp.carabiner.treeeditor.config.HandleColor getHandleColor(jp.carabiner.treeeditor.config.DocumentStyle style)
- クラス
JSHandleColor の記述:
- ハンドル色を取得します。
- 定義:
- クラス
JSHandleColor 内の getHandleColor
- パラメータ:
style - スタイル。nullは不可。
- 戻り値:
- ハンドル色。
setHandleColor
protected void setHandleColor(jp.carabiner.treeeditor.config.DocumentStyle style,
jp.carabiner.treeeditor.config.HandleColor color)
- クラス
JSHandleColor の記述:
- ハンドル色を設定します。
- 定義:
- クラス
JSHandleColor 内の setHandleColor
- パラメータ:
style - スタイル。nullは不可。color - ハンドル色。nullは不可。