|
||||||||||
| 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.MiIconifyPartsCommand
| Field Summary |
| Constructor Summary | |
MiIconifyPartsCommand()
|
|
MiIconifyPartsCommand(MiEditor editor,
MiParts groups,
MiParts icons,
boolean toIconify)
|
|
MiIconifyPartsCommand(MiPart icon)
|
|
| Method Summary | |
static MiPart |
deIconify(MiEditor editor,
MiPart icon)
|
java.lang.String |
getCommand()
Gets the command perfromed by this transaction. |
MiEditor |
getEditor()
|
java.lang.String |
getName()
Gets the name of this transaction. |
static MiPart |
getPrototypeIcon()
|
MiParts |
getSources()
Gets the parts used by this transaction. |
MiParts |
getTargets()
Gets the targets of this transaction. |
static MiInternalWindow |
getWindowFromIcon(MiPart icon)
|
static void |
iconify(MiEditor editor,
MiPart container,
MiPart icon)
|
static boolean |
isIconification(MiPart icon)
|
boolean |
isRepeatable()
Gets whether this transaction is repeatable. |
boolean |
isUndoable()
Gets whether this transaction is undoable. |
MiPart |
makeIconicRepresentation(MiPart container)
|
void |
processCommand(MiEditor editor,
MiParts groups,
MiParts icons,
boolean toIconify)
|
void |
processCommand(java.lang.String cmd)
Processes the given command. |
void |
redo()
Redoes this transaction. |
void |
repeat()
Repeats this transaction. |
static void |
setPrototypeIcon(MiPart icon)
|
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 MiIconifyPartsCommand()
public MiIconifyPartsCommand(MiPart icon)
public MiIconifyPartsCommand(MiEditor editor,
MiParts groups,
MiParts icons,
boolean toIconify)
| Method Detail |
public MiEditor getEditor()
public static void setPrototypeIcon(MiPart icon)
public static MiPart getPrototypeIcon()
public MiPart makeIconicRepresentation(MiPart container)
public void processCommand(java.lang.String cmd)
MiiCommandHandler
processCommand in interface MiiCommandHandler
public void processCommand(MiEditor editor,
MiParts groups,
MiParts icons,
boolean toIconify)
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
public static void iconify(MiEditor editor,
MiPart container,
MiPart icon)
public static MiPart deIconify(MiEditor editor,
MiPart icon)
public static boolean isIconification(MiPart icon)
public static MiInternalWindow getWindowFromIcon(MiPart icon)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||