Uses of Class
mhframework.gui.MHGUIButton

Packages that use MHGUIButton
mhframework.gui   
 

Uses of MHGUIButton in mhframework.gui
 

Fields in mhframework.gui declared as MHGUIButton
protected  MHGUIButton MHGUIDialogScreen._btnCancel
           
protected  MHGUIButton MHGUIDialogScreen._btnOK
           
protected  MHGUIButton MHGUICycleControl.btnNext
           
protected  MHGUIButton MHGUICycleControl.btnPrevious
           
 

Methods in mhframework.gui that return MHGUIButton
protected  MHGUIButton MHGUICycleControl.getNextButton()
           
protected  MHGUIButton MHGUICycleControl.getPreviousButton()
           
 

Methods in mhframework.gui with parameters of type MHGUIButton
 void MHGUIDialogScreen.setCancelButton(MHGUIButton cancel)
           
 void MHGUIDialogScreen.setOKButton(MHGUIButton ok)