jp.carabiner.treeeditor.js.model
クラス SetForegroundOp
java.lang.Object
   jp.carabiner.tarp.desktop.op.AbstractOperation
jp.carabiner.tarp.desktop.op.AbstractOperation
       jp.carabiner.treeeditor.js.model.SetValueOp<Integer>
jp.carabiner.treeeditor.js.model.SetValueOp<Integer>
           jp.carabiner.treeeditor.js.model.SetForegroundOp
jp.carabiner.treeeditor.js.model.SetForegroundOp
- すべての実装されたインタフェース: 
- jp.carabiner.tarp.desktop.op.Operation
- public class SetForegroundOp 
- extends SetValueOp<Integer>
文字色を設定します。
 
| インタフェース jp.carabiner.tarp.desktop.op.Operation から継承された入れ子のクラス/インタフェース | 
| jp.carabiner.tarp.desktop.op.Operation.OnFinishHandler | 
 
 
 
 
| クラス jp.carabiner.tarp.desktop.op.AbstractOperation から継承されたメソッド | 
| canRepeat, createCopy, executeDo, executeUndo, getName | 
 
| クラス java.lang.Object から継承されたメソッド | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SetForegroundOp
public SetForegroundOp(TreeNode treeNode,
                       Integer newValue)
- 構築します。
 
- パラメータ:
- treeNode- 対象ノード。nullは不可。
- newValue- 値。
 
getValue
protected Integer getValue(TreeNode treeNode)
- クラス SetValueOpの記述:
- 値を取得します。
 
- 
- 定義:
- クラス SetValueOp<Integer>内のgetValue
 
- 
- パラメータ:
- treeNode- 取得元のノード。nullは不可。
- 戻り値:
- 値。
 
setValue
protected void setValue(TreeNode treeNode,
                        Integer value)
- クラス SetValueOpの記述:
- 値を設定します。
 
- 
- 定義:
- クラス SetValueOp<Integer>内のsetValue
 
- 
- パラメータ:
- treeNode- 設定対象のノード。nullは不可。
- value- 値。