|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.inkpod.pi.shape.handle.AbstractTextEditor
jp.carabiner.inkpod.pi.shape.handle.DefaultTextEditor<S>
jp.carabiner.inkpod.pi.shape.handle.NodeShapeTextEditor<S>
public class NodeShapeTextEditor<S extends AbstractNodeShape>
| コンストラクタの概要 | |
|---|---|
NodeShapeTextEditor(S shape)
|
|
| メソッドの概要 | |
|---|---|
void |
canceled()
インライン編集キャンセル |
void |
edited(java.lang.String text)
インライン編集終了 |
java.awt.Paint |
getBackgroundPaint(EditorViewConfiguration viewConfiguration)
|
java.awt.geom.Rectangle2D |
getBounds()
現在のインライン編集の編集領域を返す。 |
void |
updateBounds(java.awt.geom.Rectangle2D bounds)
インライン編集中に必要な領域を更新する。 |
| クラス jp.carabiner.inkpod.pi.shape.handle.DefaultTextEditor から継承されたメソッド |
|---|
getFont, getHorizontalAlign, getShape, getText, getTextColor, getTextPadding, getVerticalAlign, isEditable, setFont, setHorizontalAlign, setText, setTextColor, setVerticalAlign, validate |
| クラス jp.carabiner.inkpod.pi.shape.handle.AbstractTextEditor から継承されたメソッド |
|---|
addTextEditorListener, autoReshape, autoReshape, fireEditCanceledEvent, fireEditEndedEvent, fireEditStartedEvent, isEditting, readyAutoReshape, readyAutoReshape, removeTextEditorListener, startEdit |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース jp.carabiner.inkpod.pi.shape.handle.TextEditor から継承されたメソッド |
|---|
isEditting, startEdit |
| コンストラクタの詳細 |
|---|
public NodeShapeTextEditor(S shape)
| メソッドの詳細 |
|---|
public java.awt.geom.Rectangle2D getBounds()
TextEditor の記述:
public void updateBounds(java.awt.geom.Rectangle2D bounds)
TextEditor の記述:
bounds - 新しい編集領域public void canceled()
TextEditor の記述:
TextEditor 内の canceledAbstractTextEditor 内の canceledpublic void edited(java.lang.String text)
TextEditor の記述:
TextEditor 内の editedAbstractTextEditor 内の editedtext - 編集結果public java.awt.Paint getBackgroundPaint(EditorViewConfiguration viewConfiguration)
TextEditor 内の getBackgroundPaintDefaultTextEditor<S extends AbstractNodeShape> 内の getBackgroundPaint
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||