jp.carabiner.inkpod.pi.shape.event
クラス TextEditorEvent

java.lang.Object
  上位を拡張 java.util.EventObject
      上位を拡張 jp.carabiner.inkpod.pi.shape.event.TextEditorEvent
すべての実装されたインタフェース:
java.io.Serializable

public class TextEditorEvent
extends java.util.EventObject

関連項目:
直列化された形式

フィールドの概要
static int EDIT_CANCELED
           
static int EDIT_ENDED
           
static int EDIT_STARTED
           
 
クラス java.util.EventObject から継承されたフィールド
source
 
コンストラクタの概要
TextEditorEvent(TextEditor source, int eventType)
           
 
メソッドの概要
 int getEventType()
           
 TextEditor getTextEditor()
           
 
クラス java.util.EventObject から継承されたメソッド
getSource, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

EDIT_STARTED

public static final int EDIT_STARTED
関連項目:
定数フィールド値

EDIT_CANCELED

public static final int EDIT_CANCELED
関連項目:
定数フィールド値

EDIT_ENDED

public static final int EDIT_ENDED
関連項目:
定数フィールド値
コンストラクタの詳細

TextEditorEvent

public TextEditorEvent(TextEditor source,
                       int eventType)
メソッドの詳細

getTextEditor

public TextEditor getTextEditor()

getEventType

public int getEventType()