Uses of Class
org.proteinshader.structure.enums.ResidueEnum

Packages that use ResidueEnum
org.proteinshader.gui.components.controlpanel Holds the JPanels used in the right-side retractable control panel of the GUI. 
org.proteinshader.structure.enums Holds the enums needed by org.proteinshader.structure and its subpackages. 
 

Uses of ResidueEnum in org.proteinshader.gui.components.controlpanel
 

Methods in org.proteinshader.gui.components.controlpanel that return ResidueEnum
 ResidueEnum SelectorPanel.getSelectedResidueType()
          Returns the currently selected Residue type from the Residue menu.
 

Uses of ResidueEnum in org.proteinshader.structure.enums
 

Methods in org.proteinshader.structure.enums that return ResidueEnum
static ResidueEnum ResidueEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResidueEnum[] ResidueEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2007-2008