|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hardcode.gdbms.engine.data.command.AbstractCommand
com.hardcode.gdbms.engine.data.command.AlphanumericInsertCommand
public class AlphanumericInsertCommand
Field Summary |
---|
Fields inherited from class com.hardcode.gdbms.engine.data.command.AbstractCommand |
---|
commandStack, dataSource, index |
Constructor Summary | |
---|---|
AlphanumericInsertCommand(int index,
EditableDataSource dataSource,
Value[] insertedRow,
CommandStack cs)
|
Method Summary | |
---|---|
void |
redo()
|
void |
undo()
|
Methods inherited from class com.hardcode.gdbms.engine.data.command.AbstractCommand |
---|
getIndex, setIndex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlphanumericInsertCommand(int index, EditableDataSource dataSource, Value[] insertedRow, CommandStack cs)
Method Detail |
---|
public void redo() throws DriverException
redo
in interface Command
DriverException
public void undo() throws DriverException
undo
in interface Command
DriverException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |