Uses of Class
org.proteinshader.gui.enums.RadioButtonEnum

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

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

Methods in org.proteinshader.gui.components.controlpanel that return RadioButtonEnum
 RadioButtonEnum RadioPanel.getActiveRadioButton()
          Returns the RadioButtonEnum corresponding to the currently active radio button: SELECTED, HELICES, STRANDS, LOOPS, or GLOBAL.
 

Methods in org.proteinshader.gui.components.controlpanel with parameters of type RadioButtonEnum
 void RadioPanel.setActiveRadioButton(RadioButtonEnum activeRadioButton)
          Sets the RadioButtonEnum corresponding to the currently active radio button: SELECTED, HELICES, STRANDS, LOOPS, or GLOBAL.
 

Uses of RadioButtonEnum in org.proteinshader.gui.enums
 

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



Copyright © 2007-2008