Uses of Class
kiwi.ui.UIElement

Packages that use UIElement
kiwi.ui   
 

Uses of UIElement in kiwi.ui
 

Methods in kiwi.ui that return UIElement
 UIElement UIElementChooser.getSelectedItem()
          Get the currently selected item.
 

Methods in kiwi.ui with parameters of type UIElement
 void UIElementViewer.showElement(UIElement element)
          Display the given element in the viewer.
 void UIElementChooser.setSelectedItem(UIElement element)
          Set the currently selected item.
 void TextureViewer.showElement(UIElement element)
          Show the specified element.
 void AudioClipViewer.showElement(UIElement element)
          Show the specified element.