CubeTwister 2.0alpha142 2012-02-11

ch.randelshofer.undo
Interface Undoable

All Known Subinterfaces:
EntityView, UndoableTreeSelectionModel
All Known Implementing Classes:
AbstractEntityView, CubeAnimationView, CubeBackgroundView, CubeColorsView, CubeDimensionsView, CubeOptionsView, CubePartsView, CubeStickerColorsView, CubeStickersImageView, CubeStickersView, CubeView, DefaultUndoableTreeSelectionModel, DocumentModel, InfoView, LazyEntityView, NotationConstructsView, NotationMacrosView, NotationMovesView, NotationView, ScriptMacrosView, ScriptOptionsView, ScriptPrimaryView, ScriptSecondaryView, ScriptStateView, ScriptToolBarView, ScriptView, TextView

public interface Undoable

This interface is implemented by components, which support undo and redo.

Version:
1.0 2001-10-09
Author:
Werner Randelshofer

Method Summary
 void addUndoableEditListener(javax.swing.event.UndoableEditListener l)
          Adds an UndoableEditListener.
 void removeUndoableEditListener(javax.swing.event.UndoableEditListener l)
          Removes an UndoableEditListener.
 

Method Detail

addUndoableEditListener

void addUndoableEditListener(javax.swing.event.UndoableEditListener l)
Adds an UndoableEditListener.


removeUndoableEditListener

void removeUndoableEditListener(javax.swing.event.UndoableEditListener l)
Removes an UndoableEditListener.


(c) Werner Randelshofer.
All rights reserved.