com.swfm.mica.commands
Class MiCollapseExpandSelectedObjects

java.lang.Object
  extended bycom.swfm.mica.commands.MiCommandHandler
      extended bycom.swfm.mica.commands.MiCollapseExpandSelectedObjects
All Implemented Interfaces:
MiiCommandHandler, MiiTargetableCommandHandler

public class MiCollapseExpandSelectedObjects
extends MiCommandHandler

Version:
%I% %G%
Author:
Michael L. Davis

Field Summary
static int DO_ALL_CHILDREN
           
static int DO_ALL_DISTANT_RELATIVES
           
static int DO_ALL_PARENTS
           
static int USE_ALL_CONNECTED_TO_RELATIONS
           
static int USE_PART_OF_RELATION
           
static int USE_SPECIFIC_CONNECTED_TO_RELATION
           
 
Constructor Summary
MiCollapseExpandSelectedObjects()
           
 
Method Summary
 int getDistanceToSelectedObjects()
           
 java.lang.String getTypeOfConnectionRelation()
           
 int getTypeOfRelationWithSelectedObjects()
           
static boolean isCollapsed(MiPart part)
           
 void processCommand(java.lang.String cmd)
          Processes the given command.
 void setDistanceToSelectedObjects(int distance)
           
 void setTypeOfConnectionRelation(java.lang.String type)
           
 void setTypeOfRelationWithSelectedObjects(int type)
           
 
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
 

Field Detail

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
Constructor Detail

MiCollapseExpandSelectedObjects

public MiCollapseExpandSelectedObjects()
Method Detail

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)