Weitere aktuelle Java-Titel finden Sie bei dpunkt.
 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Klasse javax.swing.undo.UndoableEditSupport1.2

java.lang.Object
   |
   +--javax.swing.undo.UndoableEditSupport

Deklaration

public class UndoableEditSupport
extends java.lang.Object

Beschreibung


 
Datenelemente
protected intupdateLevel
protected CompoundEditcompoundEdit
protected Vectorlisteners
protected ObjectrealSource
 
Konstruktoren
publicUndoableEditSupport()
publicUndoableEditSupport(Object r)
 
Methoden
public synchronized voidaddUndoableEditListener(UndoableEditListener l)
public synchronized voidremoveUndoableEditListener(UndoableEditListener l)
public synchronized UndoableEditListener[]getUndoableEditListeners()     [1.4]
protected void_postEdit(UndoableEdit e)
public synchronized voidpostEdit(UndoableEdit e)
public intgetUpdateLevel()
public synchronized voidbeginUpdate()
protected CompoundEditcreateCompoundEdit()
public synchronized voidendUpdate()
public StringtoString()


 

Datenelemente im Detail

protected int updateLevel
protected CompoundEdit compoundEdit
protected Vector listeners
protected Object realSource

 

Konstruktoren im Detail

public UndoableEditSupport()
public UndoableEditSupport(Object r)

 

Methoden im Detail

public synchronized void addUndoableEditListener(UndoableEditListener l)
public synchronized void removeUndoableEditListener(UndoableEditListener l)
public synchronized UndoableEditListener[] getUndoableEditListeners()     [1.4]
protected void _postEdit(UndoableEdit e)
public synchronized void postEdit(UndoableEdit e)
public int getUpdateLevel()
public synchronized void beginUpdate()
protected CompoundEdit createCompoundEdit()
public synchronized void endUpdate()
public String toString()


 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Copyright © 2002 dpunkt.Verlag, Heidelberg. Alle Rechte vorbehalten.