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

Packages that use IWidgetFactory
com.tensegrity.palowebviewer.modules.ui.client   
com.tensegrity.palowebviewer.modules.ui.client.favoriteviews   
com.tensegrity.palowebviewer.modules.widgets.client   
com.tensegrity.palowebviewer.modules.widgets.client.combobox   
com.tensegrity.palowebviewer.modules.widgets.client.treecombobox   
 

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

Classes in com.tensegrity.palowebviewer.modules.ui.client that implement IWidgetFactory
 class TreeWidgetFactory
           
 

Methods in com.tensegrity.palowebviewer.modules.ui.client that return IWidgetFactory
 IWidgetFactory UIManager.getTreeWidgetFactory()
           
protected  IWidgetFactory CubeEditorView.getWidgetFactory()
           
 

Methods in com.tensegrity.palowebviewer.modules.ui.client with parameters of type IWidgetFactory
protected  void DimensionWidget.buildDimensionSelector(IWidgetFactory widgetFactory)
           
 

Constructors in com.tensegrity.palowebviewer.modules.ui.client with parameters of type IWidgetFactory
DimensionsPanel(UIManager uiManager, IDimensionList dimList, DnDManager dndManager, IWidgetFactory widgetFactory)
           
DimensionWidget(IDimensionModel model, IWidgetFactory widgetFactory)
           
SubsetSelectionPopup(ISubsetListModel model, IWidgetFactory widgetFactory)
           
VerticalDimensionsPanel(UIManager uiManager, IDimensionList dimList, DnDManager dndManager, IWidgetFactory widgetFactory)
           
 

Uses of IWidgetFactory in com.tensegrity.palowebviewer.modules.ui.client.favoriteviews
 

Classes in com.tensegrity.palowebviewer.modules.ui.client.favoriteviews that implement IWidgetFactory
 class FavoriteViewsWidgetFactory
           
 

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

Classes in com.tensegrity.palowebviewer.modules.widgets.client that implement IWidgetFactory
 class LabelWidgetFactory
          Kind of IWidgetFactory that generates simple Label for given object.
 

Methods in com.tensegrity.palowebviewer.modules.widgets.client that return IWidgetFactory
 IWidgetFactory TreeView.getWidgetFactory()
           
 

Methods in com.tensegrity.palowebviewer.modules.widgets.client with parameters of type IWidgetFactory
 void TreeView.setWidgetFactory(IWidgetFactory factory)
           
 

Uses of IWidgetFactory in com.tensegrity.palowebviewer.modules.widgets.client.combobox
 

Methods in com.tensegrity.palowebviewer.modules.widgets.client.combobox that return IWidgetFactory
 IWidgetFactory SelectionListWidget.getWidgetFactory()
           
 

Methods in com.tensegrity.palowebviewer.modules.widgets.client.combobox with parameters of type IWidgetFactory
 void SelectionListWidget.setWidgetFactory(IWidgetFactory factory)
           
 

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

Methods in com.tensegrity.palowebviewer.modules.widgets.client.treecombobox that return IWidgetFactory
 IWidgetFactory TreeCombobox.getWidgetFactory()
           
 

Methods in com.tensegrity.palowebviewer.modules.widgets.client.treecombobox with parameters of type IWidgetFactory
 void TreeCombobox.setWidgetFactory(IWidgetFactory factory)
           
 

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