Uses of Interface
com.tensegrity.palowebviewer.modules.engine.client.IEngine

Packages that use IEngine
com.tensegrity.palowebviewer.modules.engine.client   
com.tensegrity.palowebviewer.modules.ui.client   
com.tensegrity.palowebviewer.modules.ui.client.cubetable   
com.tensegrity.palowebviewer.modules.ui.client.dimensions   
 

Uses of IEngine in com.tensegrity.palowebviewer.modules.engine.client
 

Classes in com.tensegrity.palowebviewer.modules.engine.client that implement IEngine
 class Engine
          Implements IEngine
 class EngineLogger
           
 class ProxyEngine
           
 

Constructors in com.tensegrity.palowebviewer.modules.engine.client with parameters of type IEngine
EngineLogger(IEngine engine)
           
ProxyEngine(IEngine engine)
           
 

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

Methods in com.tensegrity.palowebviewer.modules.ui.client that return IEngine
 IEngine AbstractXObjectEditor.getEngine()
           
 IEngine UIManager.getEngine()
           
protected  IEngine CubeEditorView.getEngine()
           
 

Constructors in com.tensegrity.palowebviewer.modules.ui.client with parameters of type IEngine
AbstractXObjectEditor(IEngine engine, XObject object)
           
UIManager(IEngine engine)
          Create new instanse of UIManager
XCubeEditor(IEngine engine, PaloTreeModel treeModel, XCube cube)
           
XCubeEditor(IEngine engine, PaloTreeModel treeModel, XCube cube, XView view)
           
XEditorFactory(IEngine engine, PaloTreeModel treeModel)
           
 

Uses of IEngine in com.tensegrity.palowebviewer.modules.ui.client.cubetable
 

Methods in com.tensegrity.palowebviewer.modules.ui.client.cubetable that return IEngine
 IEngine CubeTableModel.getEngine()
           
 

Constructors in com.tensegrity.palowebviewer.modules.ui.client.cubetable with parameters of type IEngine
CubeTableModel(IEngine engine, PaloTreeModel treeModel, XCube cube, XView view)
           
 

Uses of IEngine in com.tensegrity.palowebviewer.modules.ui.client.dimensions
 

Constructors in com.tensegrity.palowebviewer.modules.ui.client.dimensions with parameters of type IEngine
DefaultDimensionModel(XDimension dimension, IEngine engine, PaloTreeModel paloTreeModel, XSubset subset, XElement selected, IUserCallback invalidItemCallback)
           
SelectedElementValidator(IEngine engine, ITreeModel treeModel, IUserCallback invalidItemCallback)