Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.swing.undo

Interface UndoableEdit

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


public interface UndoableEdit

UndoableEdit interface

Author:

Method Summary

booleanaddEdit(javax.swing.undo.UndoableEdit anEdit)

anEdit
booleancanRedo()

canRedo
booleancanUndo()

canRedo
voiddie()

die
java.lang.StringgetPresentationName()

getPresentationName
java.lang.StringgetRedoPresentationName()

getRedoPresentationName
java.lang.StringgetUndoPresentationName()

getUndoPresentationName
booleanisSignificant()

isSignificant
voidredo()

redo
booleanreplaceEdit(javax.swing.undo.UndoableEdit anEdit)

replaceEdit
voidundo()

undo

Method Details

addEdit

public boolean addEdit(javax.swing.undo.UndoableEdit anEdit)

anEdit

Parameters:


canRedo

public boolean canRedo()

canRedo


canUndo

public boolean canUndo()

canRedo


die

public void die()

die


getPresentationName

public String getPresentationName()

getPresentationName


getRedoPresentationName

public String getRedoPresentationName()

getRedoPresentationName


getUndoPresentationName

public String getUndoPresentationName()

getUndoPresentationName


isSignificant

public boolean isSignificant()

isSignificant


redo

public void redo()

redo

Throws:


replaceEdit

public boolean replaceEdit(javax.swing.undo.UndoableEdit anEdit)

replaceEdit

Parameters:


undo

public void undo()

undo

Throws: