Uses of Class
workspace.typeblocking.TypeBlockManager.Direction

Packages that use TypeBlockManager.Direction
workspace.typeblocking   
 

Uses of TypeBlockManager.Direction in workspace.typeblocking
 

Methods in workspace.typeblocking that return TypeBlockManager.Direction
static TypeBlockManager.Direction TypeBlockManager.Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TypeBlockManager.Direction[] TypeBlockManager.Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in workspace.typeblocking with parameters of type TypeBlockManager.Direction
protected static void TypeBlockManager.automateFocusTraversal(TypeBlockManager.Direction dir)
          Traverses the block tree structure to move in the direction of the input argument.