Uses of Class
org.almendra.janet.ade.distributor.Descriptor

Packages that use Descriptor
org.almendra.janet.ade.distributor   
org.almendra.janet.ade.distributor.gui   
org.almendra.janet.ade.distributor.interpreters   
 

Uses of Descriptor in org.almendra.janet.ade.distributor
 

Fields in org.almendra.janet.ade.distributor declared as Descriptor
protected  Descriptor DistributorAnchor.descriptor
           
 

Methods in org.almendra.janet.ade.distributor that return Descriptor
static Descriptor Descriptor.create(org.jdom.Element root)
           
 Descriptor DistributorAnchor.getDescriptor()
           
 

Methods in org.almendra.janet.ade.distributor with parameters of type Descriptor
 void DistributorAnchor.setDescriptor(Descriptor descriptor)
           
 

Uses of Descriptor in org.almendra.janet.ade.distributor.gui
 

Fields in org.almendra.janet.ade.distributor.gui declared as Descriptor
protected  Descriptor OpenSettingsViewHandler.descriptor
           
 

Methods in org.almendra.janet.ade.distributor.gui with parameters of type Descriptor
static void SettingsView.open(Descriptor descriptor, java.awt.Point parentLocation, java.awt.Dimension parentSize)
          Starts the application.
 

Constructors in org.almendra.janet.ade.distributor.gui with parameters of type Descriptor
OpenSettingsViewHandler(Descriptor descriptor)
          Creates a new OpenSettingsViewHandler object.
 

Uses of Descriptor in org.almendra.janet.ade.distributor.interpreters
 

Methods in org.almendra.janet.ade.distributor.interpreters with parameters of type Descriptor
protected  void StartInterpreter.setNodeViewsRegistry(CommandAccessor cmdAccessor, Descriptor descriptor)