|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.edu.agh.cast.data.ui.template.ModelInfo
public class ModelInfo
Holds and maintains the information about a specific model. It is used in the template creation wizard in order to display the data format column details.
| Constructor Summary | |
|---|---|
ModelInfo(String modelId)
The default constructor. |
|
| Method Summary | |
|---|---|
void |
fillModelInfoComposite(org.eclipse.swt.widgets.Composite modelInfoComposite,
ModelColumn[] modelCols)
Fills in the specified composite, with the information about the model. |
int |
getRequiredColumnsCount()
Returns the number of columns that are required. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelInfo(String modelId)
modelId - the model identifier| Method Detail |
|---|
public void fillModelInfoComposite(org.eclipse.swt.widgets.Composite modelInfoComposite,
ModelColumn[] modelCols)
modelInfoComposite - the model information compositemodelCols - the model columnspublic int getRequiredColumnsCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||