|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.swfm.mica.commands.MiCommandHandler
com.swfm.mica.commands.MiModifyAttributesOfPartsCommand
| Field Summary |
| Constructor Summary | |
MiModifyAttributesOfPartsCommand()
|
|
MiModifyAttributesOfPartsCommand(MiEditor editor,
java.util.ArrayList newAttributesList,
java.util.ArrayList currentAttributes,
MiParts parts)
|
|
MiModifyAttributesOfPartsCommand(MiEditor editor,
MiAttributes newAttributes,
java.util.ArrayList currentAttributes,
MiParts parts)
|
|
| Method Summary | |
java.lang.String |
getCommand()
Gets the command perfromed by this transaction. |
MiEditor |
getEditor()
|
java.lang.String |
getName()
Gets the name of this transaction. |
MiAttributes |
getNewAttributes()
|
MiParts |
getSources()
Gets the parts used by this transaction. |
MiParts |
getTargets()
Gets the targets of this transaction. |
boolean |
isRepeatable()
Gets whether this transaction is repeatable. |
boolean |
isUndoable()
Gets whether this transaction is undoable. |
void |
modifyAttributes(MiEditor editor,
java.lang.String attName,
boolean attValue,
MiParts parts)
|
void |
modifyAttributes(MiEditor editor,
java.lang.String attName,
double attValue,
MiParts parts)
|
void |
modifyAttributes(MiEditor editor,
java.lang.String attName,
int attValue,
MiParts parts)
|
void |
modifyAttributes(MiEditor editor,
java.lang.String attName,
java.lang.Object attValue,
MiParts parts)
|
void |
modifyAttributes(MiEditor editor,
java.lang.String attName,
java.lang.String attValue,
MiParts parts)
|
void |
processCommand(MiEditor editor,
MiAttributes newAttributes,
java.util.ArrayList currentAttributes,
MiParts parts)
|
void |
processCommand(MiEditor editor,
java.lang.String attName,
java.lang.Object attValue,
int attValueType,
java.util.ArrayList currentAttributes,
MiParts parts)
|
void |
processCommand(java.lang.String arg)
Processes the given command. |
void |
redo()
Redoes this transaction. |
void |
repeat()
Repeats this transaction. |
void |
setNewAttributes(MiAttributes atts)
|
void |
undo()
Undoes this transaction. |
| Methods inherited from class com.swfm.mica.commands.MiCommandHandler |
getTargetOfCommand, setTargetOfCommand |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MiModifyAttributesOfPartsCommand()
public MiModifyAttributesOfPartsCommand(MiEditor editor,
java.util.ArrayList newAttributesList,
java.util.ArrayList currentAttributes,
MiParts parts)
public MiModifyAttributesOfPartsCommand(MiEditor editor,
MiAttributes newAttributes,
java.util.ArrayList currentAttributes,
MiParts parts)
| Method Detail |
public MiEditor getEditor()
public void setNewAttributes(MiAttributes atts)
public MiAttributes getNewAttributes()
public void modifyAttributes(MiEditor editor,
java.lang.String attName,
java.lang.Object attValue,
MiParts parts)
public void modifyAttributes(MiEditor editor,
java.lang.String attName,
java.lang.String attValue,
MiParts parts)
public void modifyAttributes(MiEditor editor,
java.lang.String attName,
int attValue,
MiParts parts)
public void modifyAttributes(MiEditor editor,
java.lang.String attName,
double attValue,
MiParts parts)
public void modifyAttributes(MiEditor editor,
java.lang.String attName,
boolean attValue,
MiParts parts)
public void processCommand(java.lang.String arg)
MiiCommandHandler
processCommand in interface MiiCommandHandler
public void processCommand(MiEditor editor,
MiAttributes newAttributes,
java.util.ArrayList currentAttributes,
MiParts parts)
public void processCommand(MiEditor editor,
java.lang.String attName,
java.lang.Object attValue,
int attValueType,
java.util.ArrayList currentAttributes,
MiParts parts)
public java.lang.String getName()
getName in interface MiiTransactionpublic java.lang.String getCommand()
getCommand in interface MiiTransactionpublic void redo()
redo in interface MiiTransactionpublic void undo()
undo in interface MiiTransactionpublic void repeat()
repeat in interface MiiTransactionpublic boolean isUndoable()
isUndoable in interface MiiTransactionpublic boolean isRepeatable()
isRepeatable in interface MiiTransactionpublic MiParts getTargets()
getTargets in interface MiiTransactionpublic MiParts getSources()
getSources in interface MiiTransaction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||