JavaTM Platform
Standard Ed. 6

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 Platform
Standard Ed. 6

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

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