Uses of Class
org.cumt.model.Model

Packages that use Model
org.cumt.misc   
org.cumt.model   
org.cumt.model.event   
org.cumt.model.persistence   
org.cumt.tools.generators   
org.cumt.tools.importers   
org.cumt.view.editors   
org.cumt.view.editors.classes   
org.cumt.view.editors.model   
org.cumt.view.editors.usecases   
org.cumt.view.editors.usecases.flows   
org.cumt.workbench   
 

Uses of Model in org.cumt.misc
 

Methods in org.cumt.misc with parameters of type Model
 void Editor.setModel(Model model)
           
 

Uses of Model in org.cumt.model
 

Methods in org.cumt.model that return Model
static Model ModelFactory.createNewDefaultModel()
           
static Model Model.getModelFrom(BaseModelNode node)
          Convenience method used to search for the model from any child node
 

Uses of Model in org.cumt.model.event
 

Constructors in org.cumt.model.event with parameters of type Model
ModelEvent(Model source)
           
ModelEvent(Model source, ModelObject object)
           
ModelEvent(Model source, ModelObject object, Stereotype stereotype)
           
ModelEvent(Model source, Stereotype stereotype)
           
 

Uses of Model in org.cumt.model.persistence
 

Methods in org.cumt.model.persistence that return Model
 Model ModelReader.read(java.io.File file)
           
 

Methods in org.cumt.model.persistence with parameters of type Model
 void ModelWriter.write(Model model, java.io.File file)
           
 

Uses of Model in org.cumt.tools.generators
 

Methods in org.cumt.tools.generators that return Model
 Model AbstractGenerator.getModel()
           
 Model GeneratorUI.getModel()
           
 

Methods in org.cumt.tools.generators with parameters of type Model
 void AbstractGenerator.setModel(Model model)
           
 void Generator.setModel(Model model)
           
 void GeneratorUI.setModel(Model model)
           
 

Uses of Model in org.cumt.tools.importers
 

Fields in org.cumt.tools.importers declared as Model
protected  Model AbstractImporter.model
           
 

Methods in org.cumt.tools.importers that return Model
 Model AbstractImporter.getModel()
           
 Model ImporterUI.getModel()
           
 

Methods in org.cumt.tools.importers with parameters of type Model
 void AbstractImporter.setModel(Model model)
           
 void Importer.setModel(Model model)
          Sets the model
 void ImporterUI.setModel(Model model)
           
 

Uses of Model in org.cumt.view.editors
 

Methods in org.cumt.view.editors that return Model
 Model StereotypesEditorDialog.getModel()
           
 

Methods in org.cumt.view.editors with parameters of type Model
 void AttributesEditor.setModel(Model model)
           
 void BaseModelNodeEditor.setModel(Model model)
           
 void CommonViewAttributesEditor.setModel(Model model)
           
 void ModelObjectEditor.setModel(Model model)
           
 void NoteEditor.setModel(Model model)
           
 void PackageObjectEditor.setModel(Model model)
           
 void StereotypesEditorDialog.setModel(Model model)
           
 void PrimitiveTypesEditorDialog.showDialog(java.awt.Component parent, Model model)
           
 

Uses of Model in org.cumt.view.editors.classes
 

Methods in org.cumt.view.editors.classes with parameters of type Model
 void AnnotationEditor.setModel(Model model)
           
 void ClassFieldEditor.setModel(Model model)
           
 void ClassTypeEditor.setModel(Model model)
           
 void EnumeratorEditor.setModel(Model model)
           
 void MethodEditor.setModel(Model model)
           
 void SimpleFieldEditor.setModel(Model model)
           
 FieldEditorDialog.Response FieldEditorDialog.showDialog(javax.swing.JComponent parent, Field field, Model model)
           
 MethodEditorDialog.Response MethodEditorDialog.showDialog(javax.swing.JComponent parent, Method method, Model model)
           
 

Uses of Model in org.cumt.view.editors.model
 

Methods in org.cumt.view.editors.model with parameters of type Model
 void ModelEditor.get(Model distribute)
           
 void ModelEditor.set(Model collector)
           
 void ModelEditor.setModel(Model model)
           
 

Uses of Model in org.cumt.view.editors.usecases
 

Methods in org.cumt.view.editors.usecases with parameters of type Model
 void ActorEditor.setModel(Model model)
           
 void ConditionEditor.setModel(Model model)
           
 void ConditionsEditor.setModel(Model model)
           
 void UseCaseEditor.setModel(Model model)
           
 

Uses of Model in org.cumt.view.editors.usecases.flows
 

Methods in org.cumt.view.editors.usecases.flows with parameters of type Model
 void ActivityEditor.setModel(Model model)
           
 void FlowsEditor.setModel(Model model)
           
 void FlowsTree.setModel(Model model)
           
 

Uses of Model in org.cumt.workbench
 

Methods in org.cumt.workbench that return Model
 Model GeneratorManager.getModel()
           
 Model ImporterManager.getModel()
           
 

Methods in org.cumt.workbench with parameters of type Model
 BaseModelNode ModelPathReference.locateObject(Model model)
           
protected abstract  void AbstractDispatchDialog.setModel(Model model)
           
protected  void GeneratorDispatchDialog.setModel(Model model)
           
 void GeneratorManager.setModel(Model model)
           
protected  void ImporterDispatchDialog.setModel(Model model)
           
 void ImporterManager.setModel(Model model)
           
 void ModelBrowser.setModel(Model model)
           
 void VariableMapEditor.setModel(Model model)
           
 void AbstractDispatchDialog.showDialog(java.awt.Component parent, Model model)
           
 void VariableMapEditorDialog.showDialog(java.awt.Component parent, Model model)
           
 

Constructors in org.cumt.workbench with parameters of type Model
ModelTreeModel(Model model)
           
 



Copyright © 2006 null. All Rights Reserved.