Uses of Class
mhframework.gui.MHGUIComponent

Packages that use MHGUIComponent
mhframework   
mhframework.gui   
 

Uses of MHGUIComponent in mhframework
 

Methods in mhframework that return MHGUIComponent
 MHGUIComponent MHScreen.getFocusedComponent()
          Return a reference to the GUI component that currently has the focus.
 

Methods in mhframework with parameters of type MHGUIComponent
 void MHScreen.add(MHGUIComponent c)
          Adds an MHGUIComponent object to the screen.
 void MHScreen.remove(MHGUIComponent c)
          Removes an MHGUIComponent object from the screen.
 

Uses of MHGUIComponent in mhframework.gui
 

Subclasses of MHGUIComponent in mhframework.gui
 class MHGUIButton
          This class provides graphical image-based buttons within my game framework.
 class MHGUIButtonMenu
          Class for making a menu of buttons.
 class MHGUIChatClient
           
 class MHGUIClientListDisplay
           
 class MHGUIColorCycleControl
           
 class MHGUICycleControl
           
 class MHGUILabel
          Custom label component class.
 class MHGUIListBox
          Class for making a list box for use within an MHFramework application.
 class MHGUINumericCycleControl
           
 class MHGUIStatusIndicator
          Provides a rectangular status indicator similar to a progress bar.
 class MHGUITextDisplayArea
           
 

Methods in mhframework.gui that return MHGUIComponent
 MHGUIComponent MHGUIComponentList.get(int index)
           
 MHGUIComponent MHGUIComponentList.getFocusedComponent()
           
 

Methods in mhframework.gui with parameters of type MHGUIComponent
 void MHGUIComponentList.add(int index, MHGUIComponent component)
          Method add.
 void MHGUIButtonMenu.add(int index, MHGUIComponent component)
          Adds a button or other component to the menu.
 void MHGUIListBox.add(MHGUIComponent component)
          Adds a button or other component to the menu.
 void MHGUIComponentList.add(MHGUIComponent c)
           
 void MHGUIButtonMenu.add(MHGUIComponent component)
          Adds a button or other component to the menu.
 void MHGUIComponentList.remove(MHGUIComponent c)