Uses of Class
t3.hrd.state.OrderedElement

Packages that use OrderedElement
t3.hrd.state   
 

Uses of OrderedElement in t3.hrd.state
 

Subclasses of OrderedElement in t3.hrd.state
 class Link
          A Link represents a link between two rectangles in DESK space.
 class Tile
          A Tile is a rectangular image with a width and height that is drawn on the desk with a specific width, height and orientation, and at a specific location.
 

Fields in t3.hrd.state with type parameters of type OrderedElement
 java.util.List<OrderedElement> StateManager.tilesAndLinksInOrderReadOnly
           
 

Methods in t3.hrd.state that return OrderedElement
 OrderedElement StateManager.getTileOrLinkByIdForOp(int id)
           
 

Method parameters in t3.hrd.state with type arguments of type OrderedElement
 void StateListener.callback_changedTilesAndLinksOrder(java.util.List<OrderedElement> tilesAndLinksInOrder)
           
 void StateManager.opReorderTilesAndLinks(java.util.List<OrderedElement> order)
          Reorder the tiles and links by specifying an array of OrderedElements.