|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UIItemList | |
| 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. |
| com.tensegrity.gui.swing.control | This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton. |
| com.tensegrity.gui.swt |
This package contains classes for a swt-based GraphApplication.
|
| Uses of UIItemList in com.tensegrity.gui |
| Fields in com.tensegrity.gui declared as UIItemList | |
UIItemList |
DefaultUIManager.itemList
List of GUIItems which will be used to determine textual representation. |
| Methods in com.tensegrity.gui that return UIItemList | |
UIItemList |
UIManager.getItemList()
The getItemList method should return an instance of UIItemList
to let users of this UIManager manually retrieve elements from this list.
|
UIItemList |
DefaultUIManager.getItemList()
Returns the UIItemList field. |
| Methods in com.tensegrity.gui with parameters of type UIItemList | |
static UIItem |
DefaultUIManager.getItem(UIItemList listItems,
java.lang.String id)
Returns the UIItem from the UIItemList which matches the given id. |
void |
DefaultUIManager.applyItem(UIItemList guiItems,
java.lang.String guiObjID,
java.awt.Component guiObj)
Invokes applyItem(Component,UIItem,Font,boolean) with the subcomponent flag set to false. |
| Uses of UIItemList in com.tensegrity.gui.swing.control |
| Fields in com.tensegrity.gui.swing.control declared as UIItemList | |
protected UIItemList |
ListRenderer.uiItems
Internal item list. |
| Constructors in com.tensegrity.gui.swing.control with parameters of type UIItemList | |
ListRenderer(UIItemList uiItems)
Creates a ListRenderer with a initial itemlist and sets hasEntryNone to true. |
|
ListRenderer(UIItemList uiItems,
boolean hasEntryNone)
Creates a ListRenderer with a initial itemlist and hasEntryNone-flag. |
|
| Uses of UIItemList in com.tensegrity.gui.swt |
| Methods in com.tensegrity.gui.swt with parameters of type UIItemList | |
void |
SwtDefaultUIManager.applyItem(UIItemList guiItems,
java.lang.String guiObjID,
org.eclipse.swt.widgets.Widget guiObj)
Forwards its call to . |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||