|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjimm.datavision.gui.cmd.CommandAdapter
jimm.datavision.gui.cmd.WhereClauseEditCommand
public class WhereClauseEditCommand
A command for changing a Query's where clause text.
| Field Summary | |
|---|---|
protected java.lang.String |
newWhereClause
|
protected java.lang.String |
oldWhereClause
|
protected Query |
query
|
| Fields inherited from class jimm.datavision.gui.cmd.CommandAdapter |
|---|
name |
| Constructor Summary | |
|---|---|
WhereClauseEditCommand(Query query,
java.lang.String whereClause)
|
|
| Method Summary | |
|---|---|
void |
perform()
Performs the command. |
void |
undo()
Undoes the command. |
| Methods inherited from class jimm.datavision.gui.cmd.CommandAdapter |
|---|
getName, redo, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Query query
protected java.lang.String newWhereClause
protected java.lang.String oldWhereClause
| Constructor Detail |
|---|
public WhereClauseEditCommand(Query query,
java.lang.String whereClause)
| Method Detail |
|---|
public void perform()
CommandAdapter
perform in interface Commandperform in class CommandAdapterpublic void undo()
CommandAdapter
undo in interface Commandundo in class CommandAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||