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

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

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

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

Methods in org.jlab.coda.afecs.cool.ontology with parameters of type APanel
 void HMI.addPanel(APanel p)
           
 

Method parameters in org.jlab.coda.afecs.cool.ontology with type arguments of type APanel
 void HMI.setPanels(java.util.ArrayList<APanel> panel)