Uses of Class
com.tensegrity.gui.UIItem

Packages that use UIItem
com.tensegrity.gui This package contains all i18n related classes such as UIManager, GUIItem and various type of list implementations which are responsible for the dynamic switch of the language during runtime.  
 

Uses of UIItem in com.tensegrity.gui
 

Methods in com.tensegrity.gui that return UIItem
static UIItem DefaultUIManager.getItem(UIItemList listItems, java.lang.String id)
          Returns the UIItem from the UIItemList which matches the given id.
 UIItem UIItemList.remove(java.lang.String id)
          Removes a mapping from the list.
 UIItem UIItemList.get(java.lang.String id)
          Method get returns the UIItem for the given id.
 

Methods in com.tensegrity.gui with parameters of type UIItem
 void UIItem.set(UIItem other)
          Copies the state and text values from the passed UIItem.
 boolean UIItem.equals(UIItem other)
          Compares this item id with the id of the given item.
 void UIItemList.add(UIItem uiitem)
          Method add adds an UIItem to the internal uiItems list.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.