|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IModel | |
---|---|
pl.edu.agh.cast.backward.editor | Provides classes for managing diagram editors. |
pl.edu.agh.cast.backward.resources | Provides classes for accessing project and diagram resources as well as storing and retrieving them. |
pl.edu.agh.cast.data.ui.importer.wizard | Provides CAST Data's user interface classes for the import wizard. |
pl.edu.agh.cast.model.base | Provides base model classes and interfaces. |
Uses of IModel in pl.edu.agh.cast.backward.editor |
---|
Methods in pl.edu.agh.cast.backward.editor with parameters of type IModel | |
---|---|
static org.eclipse.ui.IEditorPart |
EditorUtilBackward.openNewEditor(IModel model,
org.eclipse.core.resources.IProject project,
org.eclipse.ui.IEditorDescriptor editorType)
Opens a new editor for the whole model. |
Uses of IModel in pl.edu.agh.cast.backward.resources |
---|
Methods in pl.edu.agh.cast.backward.resources that return IModel | |
---|---|
IModel |
ProjectStore.getModel(org.eclipse.core.resources.IProject project)
Returns model for given project. |
Methods in pl.edu.agh.cast.backward.resources with parameters of type IModel | |
---|---|
org.eclipse.core.resources.IProject |
ProjectStore.getProject(IModel model)
Returns IProject for given IModel . |
Uses of IModel in pl.edu.agh.cast.data.ui.importer.wizard |
---|
Fields in pl.edu.agh.cast.data.ui.importer.wizard declared as IModel | |
---|---|
protected IModel |
ImportWizard.model
Model of the imported data. |
Methods in pl.edu.agh.cast.data.ui.importer.wizard that return IModel | |
---|---|
IModel |
ConversionWithProgressMonitor.getModel()
|
Uses of IModel in pl.edu.agh.cast.model.base |
---|
Classes in pl.edu.agh.cast.model.base that implement IModel | |
---|---|
class |
Model
Default implementation of the IModel interface. |
Fields in pl.edu.agh.cast.model.base declared as IModel | |
---|---|
protected IModel |
DataSet.model
The model which this data set belongs to. |
Methods in pl.edu.agh.cast.model.base that return IModel | |
---|---|
IModel |
DataSet.getModel()
|
IModel |
IDataSet.getModel()
Model getter. |
Methods in pl.edu.agh.cast.model.base with parameters of type IModel | |
---|---|
void |
DataSet.setModel(IModel newModel)
|
void |
IDataSet.setModel(IModel model)
Model setter. |
Constructors in pl.edu.agh.cast.model.base with parameters of type IModel | |
---|---|
DataImporter(IModel newModel)
Deprecated. Constructor which binds the loader to the given model. |
|
DataSet(String id,
IModel model)
The parametrized constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |