Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
recoin.system.session.ComponentOrder

Uses of ComponentOrder in recoin.system.session
 

Fields in recoin.system.session declared as ComponentOrder
 ComponentOrder ComponentOrder.parentOrder
          The parent of this ComponentOrder which has to be executed before this one.
 

Methods in recoin.system.session that return ComponentOrder
 ComponentOrder ComponentOrder.getParentOrder()
          Returns the parent order.
 

Methods in recoin.system.session with parameters of type ComponentOrder
 void ComponentOrder.addChildOrder(ComponentOrder childOrder)
          Adds the specified ComponentOrder to the child orders.
 void ComponentChain.addOrder(ComponentOrder order)
          Adds the specified ComponentOrder to this ComponentChain.
 void ComponentChain.removeOrder(ComponentOrder order)
          Removes the specified ComponentOrder from this ComponentChain.
 

Constructors in recoin.system.session with parameters of type ComponentOrder
ComponentOrder(ComponentOrder parentOrder, int moduleID, int componentID)
          Creates a new ComponentOrder for the Module and Component with the specified IDs.