Uses of Class
fr.emn.inputeditor.LiteOutSlot

Packages that use LiteOutSlot
fr.emn.inputeditor   
 

Uses of LiteOutSlot in fr.emn.inputeditor
 

Methods in fr.emn.inputeditor that return LiteOutSlot
 LiteOutSlot LiteLink.getOutSlot()
           
 

Methods in fr.emn.inputeditor with parameters of type LiteOutSlot
static void Proxy.doCreateLink(LiteDesk c, LiteInSlot in, LiteOutSlot out)
           
static void Proxy.doRemoveLink(LiteDesk c, LiteInSlot in, LiteOutSlot out)
           
 LiteLink LiteInSlot.linkTo(LiteOutSlot out)
          Creates a new link between this slot and another slot and adds this link to the common node's parent (LiteDesk)
 

Constructors in fr.emn.inputeditor with parameters of type LiteOutSlot
LiteOutSlots(LiteOutSlot[] slots)
          LiteInSlots constructor comment.
LiteLink(LiteInSlot IN, LiteOutSlot OUT)