Uses of Interface
com.tensegrity.palowebviewer.modules.widgets.client.ILabelFactory

Packages that use ILabelFactory
com.tensegrity.palowebviewer.modules.ui.client   
com.tensegrity.palowebviewer.modules.widgets.client   
com.tensegrity.palowebviewer.modules.widgets.client.treecombobox   
 

Uses of ILabelFactory in com.tensegrity.palowebviewer.modules.ui.client
 

Classes in com.tensegrity.palowebviewer.modules.ui.client that implement ILabelFactory
 class XObjectLabelFactory
           
 

Uses of ILabelFactory in com.tensegrity.palowebviewer.modules.widgets.client
 

Classes in com.tensegrity.palowebviewer.modules.widgets.client that implement ILabelFactory
 class DefaultLableFactory
          Default lable factory that generates label text based on Object.toString() method or "null" if the given object is null.
 

Uses of ILabelFactory in com.tensegrity.palowebviewer.modules.widgets.client.treecombobox
 

Constructors in com.tensegrity.palowebviewer.modules.widgets.client.treecombobox with parameters of type ILabelFactory
TreeCombobox(ITreeComboboxModel model, IWidgetFactory factory, ILabelFactory labelFactory)