Uses of Interface
com.tensegrity.palowebviewer.modules.ui.client.IXObjectEditorViewFactory

Packages that use IXObjectEditorViewFactory
com.tensegrity.palowebviewer.modules.ui.client   
 

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

Classes in com.tensegrity.palowebviewer.modules.ui.client that implement IXObjectEditorViewFactory
 class XObjectEditorViewFactory
           
 

Methods in com.tensegrity.palowebviewer.modules.ui.client that return IXObjectEditorViewFactory
 IXObjectEditorViewFactory UIManager.getEditorViewFactory()
           
 

Constructors in com.tensegrity.palowebviewer.modules.ui.client with parameters of type IXObjectEditorViewFactory
TabManager(IXEditorFactory xEditorFactory, IXObjectEditorViewFactory xObjectEditorViewFactory, IIconFactory iconFactory, IPaloServerModel paloServerModel)