インタフェース
jp.carabiner.inkpod.pi.shape.handle.TextEditor の使用

TextEditor を使用しているパッケージ
jp.carabiner.inkpod.pi.shape.event   
jp.carabiner.inkpod.pi.shape.handle   
 

jp.carabiner.inkpod.pi.shape.event での TextEditor の使用
 

TextEditor を返す jp.carabiner.inkpod.pi.shape.event のメソッド
 TextEditor TextEditorEvent.getTextEditor()
           
 

TextEditor 型のパラメータを持つ jp.carabiner.inkpod.pi.shape.event のコンストラクタ
TextEditorEvent(TextEditor source, int eventType)
           
 

jp.carabiner.inkpod.pi.shape.handle での TextEditor の使用
 

TextEditor を実装している jp.carabiner.inkpod.pi.shape.handle のクラス
 class AbstractTextEditor
           
 class DefaultTextEditor<S extends AbstractDefaultObjectShape>
           
 class NodeShapeTextEditor<S extends AbstractNodeShape>
           
 class RectangleShapeTextEditor<S extends AbstractRectangleShape>
           
 class RelationShapeTextBoxEditor<S extends AbstractRelationShape>
           
 

TextEditor を返す jp.carabiner.inkpod.pi.shape.handle のメソッド
 TextEditor Handle.getTextEditor()
          このハンドルと結びついたテキストエディタを返す。
 TextEditor BezierCurvesNodeShapeHandle.SegmentHandle.getTextEditor()
           
 TextEditor AbstractHandle.getTextEditor()