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

トピックのハンドル色のアクセス用オブジェクトです。


コンストラクタの概要
JSTopicHandleColor(ToplevelObject owner, jp.carabiner.treeeditor.TreeEditorModel model)
          構築します。
 
メソッドの概要
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)
          ハンドル色を設定します。
 
クラス jp.carabiner.treeeditor.js.model.JSHandleColor から継承されたメソッド
getBackground1, getBackground2, getBorder, getFaceHighlight, getFaceShadow, setBackground1, setBackground2, setBorder, setFaceHighlight, setFaceShadow
 
クラス 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は不可。