|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.gef.commands.Command org.eclipse.gef.commands.CompoundCommand sk.uniba.euromath.editor.xmlEditor.commands.DocumentModifyCompoundCommand
public class DocumentModifyCompoundCommand
Compound command for wraping document modifiing commands.
Constructor Summary | |
---|---|
DocumentModifyCompoundCommand(XMLAccess xmlAccess)
Constructs an empty CompoundCommand |
|
DocumentModifyCompoundCommand(XMLAccess xmlAccess,
String label)
Constructs an empty CompoundCommand with the specified label. |
Method Summary | |
---|---|
void |
execute()
Wraps holded commands execution with start,end modify. |
protected XMLAccess |
getXmlAccess()
|
Methods inherited from class org.eclipse.gef.commands.CompoundCommand |
---|
add, canExecute, canUndo, dispose, getChildren, getCommands, getLabel, isEmpty, redo, size, undo, unwrap |
Methods inherited from class org.eclipse.gef.commands.Command |
---|
chain, getDebugLabel, setDebugLabel, setLabel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentModifyCompoundCommand(XMLAccess xmlAccess)
xmlAccess
- document instancepublic DocumentModifyCompoundCommand(XMLAccess xmlAccess, String label)
label
- the label for the CommandxmlAccess
- document instanceMethod Detail |
---|
public void execute()
execute
in class org.eclipse.gef.commands.CompoundCommand
protected XMLAccess getXmlAccess()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |