Uses of Class
javax.swing.undo.UndoableEdit

Packages that use UndoableEdit
javax.swing.undo 
vemaxs.controller.history 
vemaxs.controller.history.edits 

Uses of UndoableEdit in javax.swing.undo
 

Methods in javax.swing.undo that return UndoableEdit
protected javax.swing.undo.UndoableEditUndoManager.editToBeRedone()
          
protected javax.swing.undo.UndoableEditUndoManager.editToBeUndone()
          
 

Methods in javax.swing.undo with parameters of type UndoableEdit
booleanUndoableEdit.addEdit(javax.swing.undo.UndoableEdit )
          
booleanUndoableEdit.replaceEdit(javax.swing.undo.UndoableEdit )
          
protected voidUndoableEditSupport._postEdit(javax.swing.undo.UndoableEdit )
          
synchronized voidUndoableEditSupport.postEdit(javax.swing.undo.UndoableEdit )
          
synchronized booleanUndoManager.addEdit(javax.swing.undo.UndoableEdit )
          
protected voidUndoManager.redoTo(javax.swing.undo.UndoableEdit )
          
protected voidUndoManager.undoTo(javax.swing.undo.UndoableEdit )
          
 

Uses of UndoableEdit in vemaxs.controller.history
 

Fields in vemaxs.controller.history declared as UndoableEdit
private UndoableEditVemaxsHistory.lnkUndoableEdit
          
private UndoableEditVemaxsHistory.lnkUndoableEdit
          
 

Uses of UndoableEdit in vemaxs.controller.history.edits
 

Classes in vemaxs.controller.history.edits that implement UndoableEdit
class CreateGeomFigureEdit
          *******************************************************
Title: Vemaxs VML Editor
Description:
Copyright: Copyright (c) 2002
Company: 5Freunde(Tanja Bellaire, Carsten Fritz,
Nadja Schemmert, Lothar Schulz, Daniel Thöne)
class DeleteGeomFigureEdit
          *******************************************************
Title: Vemaxs VML Editor
Description:
Copyright: Copyright (c) 2002
Company: 5Freunde(Tanja Bellaire, Carsten Fritz,
Nadja Schemmert, Lothar Schulz, Daniel Thöne)
class FillColorEdit
          *******************************************************
Title: Vemaxs VML Editor
Description:
Copyright: Copyright (c) 2002
Company: 5Freunde(Tanja Bellaire, Carsten Fritz,
Nadja Schemmert, Lothar Schulz, Daniel Thöne)
class MoveGeomFigureEdit
          *******************************************************
Title: Vemaxs VML Editor
Description:
Copyright: Copyright (c) 2002
Company: 5Freunde(Tanja Bellaire, Carsten Fritz,
Nadja Schemmert, Lothar Schulz, Daniel Thöne)
class ResizeGeomFigureEdit
          *******************************************************
Title: Vemaxs VML Editor
Description:
Copyright: Copyright (c) 2002
Company: 5Freunde(Tanja Bellaire, Carsten Fritz,
Nadja Schemmert, Lothar Schulz, Daniel Thöne)
class StrokeColorEdit
          *******************************************************
Title: Vemaxs VML Editor
Description:
Copyright: Copyright (c) 2002
Company: 5Freunde(Tanja Bellaire, Carsten Fritz,
Nadja Schemmert, Lothar Schulz, Daniel Thöne)
class StrokeWidthEdit
          *******************************************************
Title: Vemaxs VML Editor
Description:
Copyright: Copyright (c) 2002
Company: 5Freunde(Tanja Bellaire, Carsten Fritz,
Nadja Schemmert, Lothar Schulz, Daniel Thöne)
 

Methods in vemaxs.controller.history.edits with parameters of type UndoableEdit
booleanCreateGeomFigureEdit.addEdit(UndoableEdit anEdit)
          *****************************************************
BITTE DOKUMENTIEREN!
booleanCreateGeomFigureEdit.replaceEdit(UndoableEdit anEdit)
          *****************************************************
BITTE DOKUMENTIEREN!
booleanDeleteGeomFigureEdit.addEdit(UndoableEdit anEdit)
          *****************************************************
BITTE DOKUMENTIEREN!
booleanDeleteGeomFigureEdit.replaceEdit(UndoableEdit anEdit)
          *****************************************************
BITTE DOKUMENTIEREN!
booleanFillColorEdit.addEdit(UndoableEdit anEdit)
          *****************************************************
BITTE DOKUMENTIEREN!
booleanFillColorEdit.replaceEdit(UndoableEdit anEdit)
          *****************************************************
BITTE DOKUMENTIEREN!
booleanMoveGeomFigureEdit.addEdit(UndoableEdit anEdit)
          *****************************************************
BITTE DOKUMENTIEREN!
booleanMoveGeomFigureEdit.replaceEdit(UndoableEdit anEdit)
          *****************************************************
BITTE DOKUMENTIEREN!
booleanResizeGeomFigureEdit.addEdit(UndoableEdit anEdit)
          *****************************************************
BITTE DOKUMENTIEREN!
booleanResizeGeomFigureEdit.replaceEdit(UndoableEdit anEdit)
          *****************************************************
BITTE DOKUMENTIEREN!
booleanStrokeColorEdit.addEdit(UndoableEdit anEdit)
          *****************************************************
BITTE DOKUMENTIEREN!
booleanStrokeColorEdit.replaceEdit(UndoableEdit anEdit)
          *****************************************************
BITTE DOKUMENTIEREN!
booleanStrokeWidthEdit.addEdit(UndoableEdit anEdit)
          *****************************************************
BITTE DOKUMENTIEREN!
booleanStrokeWidthEdit.replaceEdit(UndoableEdit anEdit)
          *****************************************************
BITTE DOKUMENTIEREN!