Package com.tagtraum.beatunes.songinfo
Class GetInfoCompoundEdit
- java.lang.Object
-
- javax.swing.undo.AbstractUndoableEdit
-
- javax.swing.undo.CompoundEdit
-
- com.tagtraum.beatunes.songinfo.GetInfoCompoundEdit
-
- All Implemented Interfaces:
Serializable
,UndoableEdit
public class GetInfoCompoundEdit extends CompoundEdit
CompoundEdit for the Get Info dialogs.- Author:
- Hendrik Schreiber
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.undo.CompoundEdit
edits
-
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
-
-
Constructor Summary
Constructors Constructor Description GetInfoCompoundEdit(BeaTunes application)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPresentationName()
void
redo()
void
undo()
-
Methods inherited from class javax.swing.undo.CompoundEdit
addEdit, canRedo, canUndo, die, end, getRedoPresentationName, getUndoPresentationName, isInProgress, isSignificant, lastEdit, toString
-
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEdit
-
-
-
-
Constructor Detail
-
GetInfoCompoundEdit
public GetInfoCompoundEdit(BeaTunes application)
-
-
Method Detail
-
getPresentationName
public String getPresentationName()
- Specified by:
getPresentationName
in interfaceUndoableEdit
- Overrides:
getPresentationName
in classCompoundEdit
-
undo
public void undo() throws CannotUndoException
- Specified by:
undo
in interfaceUndoableEdit
- Overrides:
undo
in classCompoundEdit
- Throws:
CannotUndoException
-
redo
public void redo() throws CannotRedoException
- Specified by:
redo
in interfaceUndoableEdit
- Overrides:
redo
in classCompoundEdit
- Throws:
CannotRedoException
-
-