public interface UndoRedoInfo
Modifier and Type | Field and Description |
---|---|
static int |
DELETE |
static int |
INSERT |
static int |
UPDATE |
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Returns a String with the date in which this command was created or
redone.
|
String |
getDescription()
Returns this command description
|
int |
getType()
Returns the type of action related to data: insertion, deletion or
update.
|
static final int DELETE
static final int INSERT
static final int UPDATE
String getDescription()
Date getDate()
int getType()