Uses of Class
org.objectweb.kilim.description.Slot

Packages that use Slot
org.objectweb.kilim.description   
org.objectweb.kilim.model   
org.objectweb.kilim.tools   
 

Uses of Slot in org.objectweb.kilim.description
 

Methods in org.objectweb.kilim.description that return Slot
 Slot TemplateDescription.getSlot(java.lang.String aName, boolean onlyLocal)
           
 

Methods in org.objectweb.kilim.description with parameters of type Slot
 void TemplateDescription.addLocalSlot(Slot aSlot)
          adds a slot declatation in the template description.
 

Uses of Slot in org.objectweb.kilim.model
 

Fields in org.objectweb.kilim.model declared as Slot
private  Slot SlotFactory.slotDescription
           
 

Methods in org.objectweb.kilim.model with parameters of type Slot
 RtComponentSlot SlotFactory.newSlot(Slot aSlot)
          creates a new runtime descriptor of a slot from an abstract descriptor of a slot.
 

Constructors in org.objectweb.kilim.model with parameters of type Slot
RtComponentSlot(Slot aSlot, Component aComponent, SlotFactory aFactory)
          The public constructor for RtComponentSlots
 

Uses of Slot in org.objectweb.kilim.tools
 

Methods in org.objectweb.kilim.tools with parameters of type Slot
private  java.lang.Object KilimTemplateTreeModel.getChildOfSlot(Slot slt, int index)
           
private  int KilimTemplateTreeModel.getChildCountOfSlot(Slot slt)
           
private  int KilimTemplateTreeModel.getIndexOfChildInSlot(Slot slot, java.lang.Object child)