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

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

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

Classes in com.tensegrity.palowebviewer.modules.ui.client that implement IIconFactory
 class DefaultIconFactory
          Default icon factory for different XObjects.
 

Methods in com.tensegrity.palowebviewer.modules.ui.client that return IIconFactory
 IIconFactory UIManager.getIconFactory()
           
 

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