Search in sources :

Example 1 with VariablesViewModel

use of org.whole.lang.environment.model.VariablesViewModel in project whole by wholeplatform.

the class VariablesViewModelPart method getModelSpecificChildren.

@Override
protected List<IEntity> getModelSpecificChildren() {
    VariablesViewModel entity = getModelEntity();
    List<IEntity> list = new ArrayList<IEntity>(1);
    list.add(entity.getEnvironments());
    return list;
}
Also used : VariablesViewModel(org.whole.lang.environment.model.VariablesViewModel) IEntity(org.whole.lang.model.IEntity) ArrayList(java.util.ArrayList)

Aggregations

ArrayList (java.util.ArrayList)1 VariablesViewModel (org.whole.lang.environment.model.VariablesViewModel)1 IEntity (org.whole.lang.model.IEntity)1