|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelColumn | |
---|---|
pl.edu.agh.cast.data.ui.template | Provides CAST Data's user interface classes for the new template creation wizard. |
pl.edu.agh.cast.importer.wizard.util | Provides CAST Importer wizard's various general utility classes. |
pl.edu.agh.cast.model | Provides classes for managing CAST model. |
Uses of ModelColumn in pl.edu.agh.cast.data.ui.template |
---|
Methods in pl.edu.agh.cast.data.ui.template with parameters of type ModelColumn | |
---|---|
void |
MappingWizardPage.createTable(ModelColumn[] cols,
TabularData data)
Creates a table with specified column names and indication whether they are required or not, and calls the table creator to fill the table with the specified data. |
void |
ModelInfo.fillModelInfoComposite(org.eclipse.swt.widgets.Composite modelInfoComposite,
ModelColumn[] modelCols)
Fills in the specified composite, with the information about the model. |
void |
ParametersWizardPage.notifyColumnUpdate(ModelColumn updatedColumn)
Method used by the ParametersComposite to notify about a model column update change (about addition
of its' parameters possible values). |
Method parameters in pl.edu.agh.cast.data.ui.template with type arguments of type ModelColumn | |
---|---|
void |
ParametersWizardPage.setData(Map<ModelColumn,Integer> columnMapping,
TabularData data)
Sets the parameters wizard page and parameters composite data. |
void |
ParametersComposite.setData(Map<ModelColumn,Integer> colMapping,
TabularData data)
Sets the parameters composite data. |
Uses of ModelColumn in pl.edu.agh.cast.importer.wizard.util |
---|
Methods in pl.edu.agh.cast.importer.wizard.util that return ModelColumn | |
---|---|
ModelColumn[] |
MockModelPluginRegistryProvider.getModelColumns(String modelExtensionId)
Returns table of ModelColumn for model with id = modelExtensionId . |
Uses of ModelColumn in pl.edu.agh.cast.model |
---|
Methods in pl.edu.agh.cast.model that return ModelColumn | |
---|---|
ModelColumn |
ModelUtil.getColumnInfo(org.eclipse.core.runtime.IConfigurationElement column)
Returns ModelColumn constructed of given configuration element (extension) describing it. |
ModelColumn[] |
IModelPluginRegistryProvider.getModelColumns(String modelExtensionId)
Returns table of ModelColumn for model with id = modelExtensionId . |
ModelColumn[] |
ModelUtil.getModelColumns(String modelExtensionId)
Delegated method. |
Methods in pl.edu.agh.cast.model with parameters of type ModelColumn | |
---|---|
int |
ModelColumnComparator.compare(ModelColumn column1,
ModelColumn column2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |