Uses of Class
com.tensegrity.palowebviewer.modules.ui.client.UIManager

Packages that use UIManager
com.tensegrity.palowebviewer.modules.ui.client   
com.tensegrity.palowebviewer.modules.ui.client.favoriteviews   
it.eng.spagobi.engines.jpalo.modules.listeners.client   
 

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

Constructors in com.tensegrity.palowebviewer.modules.ui.client with parameters of type UIManager
CubeEditorView(XCubeEditor xCubeEditor, UIManager uiManager, IFormatter formatter)
           
DimensionsPanel(UIManager uiManager, IDimensionList dimList, DnDManager dndManager, IWidgetFactory widgetFactory)
           
UserMessageProcessor(UIManager uiManager, IUserMessageQueue queue)
           
VerticalDimensionsPanel(UIManager uiManager, IDimensionList dimList, DnDManager dndManager, IWidgetFactory widgetFactory)
           
XObjectEditorViewFactory(UIManager manger, IFormatter formatter)
           
 

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

Constructors in com.tensegrity.palowebviewer.modules.ui.client.favoriteviews with parameters of type UIManager
FavoariteViewsActionFactory(UIManager uiManager)
           
 

Uses of UIManager in it.eng.spagobi.engines.jpalo.modules.listeners.client
 

Methods in it.eng.spagobi.engines.jpalo.modules.listeners.client that return UIManager
protected  UIManager SpagoBIServerModelListener.getUiManager()
           
 

Methods in it.eng.spagobi.engines.jpalo.modules.listeners.client with parameters of type UIManager
protected  void SpagoBIServerModelListener.setUiManager(UIManager uiManager)
           
 

Constructors in it.eng.spagobi.engines.jpalo.modules.listeners.client with parameters of type UIManager
SpagoBIServerModelListener(IPaloServerModel paloServerModel, UIManager uiManager)