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.AbstractUndoableEdit1.2

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

Deklaration

public class AbstractUndoableEdit
extends java.lang.Object
implements javax.swing.undo.UndoableEdit, java.io.Serializable

Beschreibung


 
Datenelemente
protected final static StringUndoName
protected final static StringRedoName
 
Konstruktoren
publicAbstractUndoableEdit()
 
Methoden
public voiddie()
public voidundo()
public booleancanUndo()
public voidredo()
public booleancanRedo()
public booleanaddEdit(UndoableEdit anEdit)
public booleanreplaceEdit(UndoableEdit anEdit)
public booleanisSignificant()
public StringgetPresentationName()
public StringgetUndoPresentationName()
public StringgetRedoPresentationName()
public StringtoString()


 

Datenelemente im Detail

protected final static String UndoName
protected final static String RedoName

 

Konstruktoren im Detail

public AbstractUndoableEdit()

 

Methoden im Detail

public void die()
public void undo()
Exception: CannotUndoException
public boolean canUndo()
public void redo()
Exception: CannotRedoException
public boolean canRedo()
public boolean addEdit(UndoableEdit anEdit)
public boolean replaceEdit(UndoableEdit anEdit)
public boolean isSignificant()
public String getPresentationName()
public String getUndoPresentationName()
public String getRedoPresentationName()
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.