Uses of Interface
labss.generator.ISlot

Uses of ISlot in labss.generator
 

Subinterfaces of ISlot in labss.generator
 interface IFrame
          Interfaccia comune a tutti i frame.
 

Classes in labss.generator that implement ISlot
 class ComputedSlot
          Implementazione astratta di ISlot adatta per definire computed slot.
 

Methods in labss.generator that return ISlot
 ISlot Context.get(java.lang.String slotName)
           
 ISlot IContext.get(java.lang.String slotName)
          Restituisce lo slot associato ad un nome.
 ISlot IFrame.getSlot(java.lang.String name)
          Restituisce lo slot con il nome richiesto.
 

Methods in labss.generator with parameters of type ISlot
 IFrame IFrame.setSlot(java.lang.String name, ISlot value)
          Definisce uno slot di tipo frame o computed.
 IFrame IFrame.addSlot(java.lang.String name, ISlot value)
          Aggiunge un valore di tipo frame o computed allo slot col nome dato.