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

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

Deklaration

public class CompoundEdit
extends javax.swing.undo.AbstractUndoableEdit

Beschreibung


 
Datenelemente
protected Vectoredits
 
Konstruktoren
publicCompoundEdit()
 
Methoden
public voidundo()
public voidredo()
protected UndoableEditlastEdit()
public voiddie()
public booleanaddEdit(UndoableEdit anEdit)
public voidend()
public booleancanUndo()
public booleancanRedo()
public booleanisInProgress()
public booleanisSignificant()
public StringgetPresentationName()
public StringgetUndoPresentationName()
public StringgetRedoPresentationName()
public StringtoString()


 

Datenelemente im Detail

protected Vector edits

 

Konstruktoren im Detail

public CompoundEdit()

 

Methoden im Detail

public void undo()
Exception: CannotUndoException
public void redo()
Exception: CannotRedoException
protected UndoableEdit lastEdit()
public void die()
public boolean addEdit(UndoableEdit anEdit)
public void end()
public boolean canUndo()
public boolean canRedo()
public boolean isInProgress()
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.