Uses of Class
org.jlab.coda.afecs.cool.ontology.AWidget

Packages that use AWidget
org.jlab.coda.afecs.cool.ontology   
 

Uses of AWidget in org.jlab.coda.afecs.cool.ontology
 

Methods in org.jlab.coda.afecs.cool.ontology that return types with arguments of type AWidget
 java.util.ArrayList<AWidget> APanel.getWidgets()
           
 

Methods in org.jlab.coda.afecs.cool.ontology with parameters of type AWidget
 void APanel.addWidget(AWidget w)
           
 

Method parameters in org.jlab.coda.afecs.cool.ontology with type arguments of type AWidget
 void APanel.setWidgets(java.util.ArrayList<AWidget> widgets)