|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvlcskineditor.history.HistoryEvent
public abstract class HistoryEvent
Abstract super class for events in the history
| Constructor Summary | |
|---|---|
HistoryEvent()
Creates a new HistoryEvent |
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getDescription()
Gets a description of the action represented by this object |
HistoryEvent |
getNext()
Gets the next action in the history |
HistoryEvent |
getPrevious()
Gets the previous action in the history |
abstract void |
redo()
Redoes the action represented by this object |
void |
setNext(HistoryEvent he)
Sets the next action in the history |
void |
setPrevious(HistoryEvent he)
Sets the previous action in the history |
abstract void |
undo()
Undoes the action represented by this object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistoryEvent()
| Method Detail |
|---|
public abstract void undo()
public abstract void redo()
public abstract java.lang.String getDescription()
public HistoryEvent getNext()
public HistoryEvent getPrevious()
public void setNext(HistoryEvent he)
public void setPrevious(HistoryEvent he)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||