Java プラットフォーム 1.2

javax.swing.event
クラス DocumentEvent.EventType

java.lang.Object
  |
  +--javax.swing.event.DocumentEvent.EventType

public static final class DocumentEvent.EventType
extends Object

ドキュメントイベント型の型保証された列挙です。


フィールドの概要
static DocumentEvent.EventType CHANGE
          Change 型です。
static DocumentEvent.EventType INSERT
          Insert 型です。
static DocumentEvent.EventType REMOVE
          Remove 型です。
 
メソッドの概要
 String toString()
          型を文字列に変換します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

INSERT

public static final DocumentEvent.EventType INSERT
Insert 型です。

REMOVE

public static final DocumentEvent.EventType REMOVE
Remove 型です。

CHANGE

public static final DocumentEvent.EventType CHANGE
Change 型です。
メソッドの詳細

toString

public String toString()
型を文字列に変換します。
戻り値:
文字列
オーバーライド:
クラス Object 内の toString

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.