Uses of Interface
org.eclipse.amp.axf.core.IModel

Packages that use IModel
org.eclipse.amp.agf.gef   
org.eclipse.amp.agf.tree   
org.eclipse.amp.agf3d   
org.eclipse.amp.axf.ide   
org.eclipse.amp.axf.ide.handlers   
org.eclipse.amp.axf.ide.test   
org.eclipse.amp.axf.ide.view   
org.eclipse.amp.axf.view   
org.eclipse.amp.escape.ascape.view   
org.eclipse.amp.escape.ascape.wrap   
org.eclipse.amp.escape.ide   
 

Uses of IModel in org.eclipse.amp.agf.gef
 

Methods in org.eclipse.amp.agf.gef with parameters of type IModel
 void EditPartListener.update(IModel model)
           
 

Constructors in org.eclipse.amp.agf.gef with parameters of type IModel
ModelEditPartInput(IModel model, org.eclipse.gef.EditPartFactory factory)
           
ModelEditPartInput(IModel model, org.eclipse.gef.EditPartFactory factory, org.eclipse.jface.viewers.ISelection initialSelection)
           
ScapePartFactory(IModel model, IGraphicsAdapter graphicsAdapter)
           
ScapePartTreeFactory(IModel model, IGraphicsAdapter graphicsAdapter)
           
 

Uses of IModel in org.eclipse.amp.agf.tree
 

Methods in org.eclipse.amp.agf.tree with parameters of type IModel
protected  void TreeViewPart.modelChanged(IModel activeModel)
           
 

Uses of IModel in org.eclipse.amp.agf3d
 

Constructors in org.eclipse.amp.agf3d with parameters of type IModel
Scape3DPartFactory(IModel model, IGraphics3DAdapter graphics3DAdapter, IGraphicsAdapter graphicsAdapter)
           
 

Uses of IModel in org.eclipse.amp.axf.ide
 

Methods in org.eclipse.amp.axf.ide that return types with arguments of type IModel
 java.util.List<IModel> ModelViewManager.getModels()
          Gets the models.
 

Methods in org.eclipse.amp.axf.ide with parameters of type IModel
 java.util.List<org.eclipse.ui.IViewPart> ModelViewManager.getViews(IModel model)
           
 void IModelWorkbenchListener.modelActivated(IModel model)
          Notifies the listener that the given model has been activated, that is in foreground and controllable.
 void AbstractModelWorkbenchListener.modelActivated(IModel model)
           
 void IModelWorkbenchListener.modelAdded(IModel model)
          Model added.
 void AbstractModelWorkbenchListener.modelAdded(IModel model)
           
 void IModelWorkbenchListener.modelRemoved(IModel model)
          Model removed.
 void AbstractModelWorkbenchListener.modelRemoved(IModel model)
           
protected  void ModelManagerListeners.notifyModelActivated(IModel model)
          Notify view removed.
protected  void ModelManagerListeners.notifyModelAdded(IModel model)
          Notify view removed.
protected  void ModelManagerListeners.notifyModelRemoved(IModel model)
          Notify view removed.
 void ModelViewManager.register(IModel model, IEngine executor)
          Register.
 void ModelViewManager.register(IModel model, IEngine executor, java.lang.Object modelObject)
          Register.
 void ModelViewManager.remove(IModel model)
          Removes the.
 void LifeCycleListeners.replaceModel(IModel oldModel, IModel newModel)
           
 void ModelViewManager.setActiveModel(IModel newModel)
          Sets the active model.
 

Uses of IModel in org.eclipse.amp.axf.ide.handlers
 

Methods in org.eclipse.amp.axf.ide.handlers with parameters of type IModel
 void ModelRunHandler.modelActivated(IModel model)
           
 void ModelRunHandler.modelAdded(IModel model)
           
 void ModelRunHandler.modelRemoved(IModel model)
           
 

Uses of IModel in org.eclipse.amp.axf.ide.test
 

Methods in org.eclipse.amp.axf.ide.test that return IModel
static IModel ModelMangementTest.activeModel()
           
 

Uses of IModel in org.eclipse.amp.axf.ide.view
 

Methods in org.eclipse.amp.axf.ide.view with parameters of type IModel
 void ScaleGranularityControl.modelActivated(IModel model)
           
 void ScaleGranularityControl.modelAdded(IModel model)
           
protected abstract  void ActiveModelViewPart.modelChanged(IModel activeModel)
           
 void ScaleGranularityControl.modelRemoved(IModel model)
           
 void StatusLineView.update(IModel model)
           
 

Uses of IModel in org.eclipse.amp.axf.view
 

Fields in org.eclipse.amp.axf.view declared as IModel
protected  IModel ModelInput.model
           
 

Methods in org.eclipse.amp.axf.view that return IModel
 IModel ModelViewPart.getModel()
          Gets the model.
 IModel ModelInput.getModel()
          Gets the model.
 

Methods in org.eclipse.amp.axf.view with parameters of type IModel
 void SWTAsyncModelListener.forceModelNotify(IModel model)
          Force model notify.
 void ModelViewPart.setModel(IModel model)
          Sets the model.
 void ModelInput.setModel(IModel model)
          Sets the model.
abstract  void SWTThreadModelListener.update(IModel model)
          Update.
 

Constructors in org.eclipse.amp.axf.view with parameters of type IModel
ModelInput(IModel model)
          Instantiates a new model input.
ModelInput(IModel model, org.eclipse.jface.viewers.ISelection initialSelection)
          Instantiates a new model input.
 

Uses of IModel in org.eclipse.amp.escape.ascape.view
 

Methods in org.eclipse.amp.escape.ascape.view that return IModel
 IModel ModelScapeView.getModel()
           
 

Uses of IModel in org.eclipse.amp.escape.ascape.wrap
 

Classes in org.eclipse.amp.escape.ascape.wrap that implement IModel
 class ScapeWrapperModel
          The Class ScapeWrapperModel.
 

Constructors in org.eclipse.amp.escape.ascape.wrap with parameters of type IModel
ModelWrapperScapeListener(IModel model, Scape scape, ILifeCycleListener wrapped)
          Instantiates a new model wrapper scape listener.
 

Uses of IModel in org.eclipse.amp.escape.ide
 

Methods in org.eclipse.amp.escape.ide that return IModel
 IModel EclipseEscapeRunner.getModel()
           
 

Methods in org.eclipse.amp.escape.ide with parameters of type IModel
protected  void InfoView.modelChanged(IModel model)