Uses of Class
org.havi.ui.HListElement

Packages that use HListElement
org.havi.ui   
 

Uses of HListElement in org.havi.ui
 

Methods in org.havi.ui that return HListElement
 HListElement HListGroup.getCurrentItem()
          Retrieve the current active item, if one has been chosen.
 HListElement HListGroup.getItem(int index)
          Retrieve an item from the content list by index.
 HListElement[] HListGroup.getListContent()
          Retrieve the list content for this HListGroup.
 HListElement[] HListGroup.getSelection()
          Get the selection from this HListGroup.
 HListElement HListGroup.removeItem(int index)
          Remove the HListElement at the specified index.
 

Methods in org.havi.ui with parameters of type HListElement
 void HListGroup.addItem(HListElement item, int index)
          Add an item to this HListGroup.
 void HListGroup.addItems(HListElement[] items, int index)
          Add an array of items to this HListGroup.
 int HListGroup.getIndex(HListElement item)
          Retrieve the index position of an item in the content list.
 void HListGroup.setListContent(HListElement[] elements)
          Set the list content for this HListGroup.
 

Constructors in org.havi.ui with parameters of type HListElement
HListGroup(HListElement[] items)
          Creates an HListGroup object.
HListGroup(HListElement[] items, int x, int y, int width, int height)
          Creates an HListGroup object.