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

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

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

Classes in com.tensegrity.palowebviewer.modules.ui.client that implement IXEditorFactory
 class XEditorFactory
           
 

Methods in com.tensegrity.palowebviewer.modules.ui.client that return IXEditorFactory
 IXEditorFactory UIManager.getEditorFactory()
          Returns editor factory for XObjects.
 

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