Uses of Interface
org.havi.ui.HActionable

Packages that use HActionable
org.havi.ui   
 

Uses of HActionable in org.havi.ui
 

Subinterfaces of HActionable in org.havi.ui
 interface HSwitchable
          This interface is implemented for all user interface components that can be actioned such that they "toggle" on and off and maintain the chosen state.
 

Classes in org.havi.ui that implement HActionable
 class HGraphicButton
          The HGraphicButton is a user interface component representing a push-button with static read-only graphical content.
 class HTextButton
          The HTextButton is a user interface component representing a push-button with static read-only textual content.
 class HToggleButton
          The HToggleButton is a user interface component representing a "check box", or with the support of the HToggleGroup class, "radio buttons".
 

Methods in org.havi.ui that return HActionable
 HActionable HScene.getShortcutComponent(int keyCode)
          Retrieve the HActionable associated with the specified shortcut key.
 

Methods in org.havi.ui with parameters of type HActionable
 boolean HScene.addShortcut(int keyCode, HActionable comp)
          Adds a shortcut key to action the specified HActionable.
 int HScene.getShortcutKeycode(HActionable comp)
          Returns the keycode associated with the specified HActionable component.