Uses of Class
org.eml.MMAX2.gui.windows.MMAX2AttributePanel

Packages that use MMAX2AttributePanel
org.eml.MMAX2.annotation.scheme   
org.eml.MMAX2.gui.windows   
 

Uses of MMAX2AttributePanel in org.eml.MMAX2.annotation.scheme
 

Methods in org.eml.MMAX2.annotation.scheme that return MMAX2AttributePanel
 MMAX2AttributePanel MMAX2AnnotationScheme.getAttributePanel()
           
 MMAX2AttributePanel MMAX2AnnotationScheme.getCurrentAttributePanel()
           
 

Uses of MMAX2AttributePanel in org.eml.MMAX2.gui.windows
 

Methods in org.eml.MMAX2.gui.windows with parameters of type MMAX2AttributePanel
 void MMAX2AttributePanelContainer.addAttributePanel(MMAX2AttributePanel _panel, java.lang.String levelName)