JavaTM 2 Platform
Standard Ed. 5.0

javax.swing.event
クラス DocumentEvent.EventType

java.lang.Object
  上位を拡張 javax.swing.event.DocumentEvent.EventType
含まれているインタフェース:
DocumentEvent

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
戻り値:
文字列

JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。