com.swfm.mica.commands
Class MiCollapseExpandSelectedObjects
java.lang.Object
com.swfm.mica.commands.MiCommandHandler
com.swfm.mica.commands.MiCollapseExpandSelectedObjects
- All Implemented Interfaces:
- MiiCommandHandler, MiiTargetableCommandHandler
- public class MiCollapseExpandSelectedObjects
- extends MiCommandHandler
- Version:
- %I% %G%
- Author:
- Michael L. Davis
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USE_PART_OF_RELATION
public static final int USE_PART_OF_RELATION
- See Also:
- Constant Field Values
USE_ALL_CONNECTED_TO_RELATIONS
public static final int USE_ALL_CONNECTED_TO_RELATIONS
- See Also:
- Constant Field Values
USE_SPECIFIC_CONNECTED_TO_RELATION
public static final int USE_SPECIFIC_CONNECTED_TO_RELATION
- See Also:
- Constant Field Values
DO_ALL_DISTANT_RELATIVES
public static final int DO_ALL_DISTANT_RELATIVES
- See Also:
- Constant Field Values
DO_ALL_CHILDREN
public static final int DO_ALL_CHILDREN
- See Also:
- Constant Field Values
DO_ALL_PARENTS
public static final int DO_ALL_PARENTS
- See Also:
- Constant Field Values
MiCollapseExpandSelectedObjects
public MiCollapseExpandSelectedObjects()
setTypeOfRelationWithSelectedObjects
public void setTypeOfRelationWithSelectedObjects(int type)
getTypeOfRelationWithSelectedObjects
public int getTypeOfRelationWithSelectedObjects()
setDistanceToSelectedObjects
public void setDistanceToSelectedObjects(int distance)
getDistanceToSelectedObjects
public int getDistanceToSelectedObjects()
setTypeOfConnectionRelation
public void setTypeOfConnectionRelation(java.lang.String type)
getTypeOfConnectionRelation
public java.lang.String getTypeOfConnectionRelation()
processCommand
public void processCommand(java.lang.String cmd)
- Description copied from interface:
MiiCommandHandler
- Processes the given command.
isCollapsed
public static boolean isCollapsed(MiPart part)