public class GenModelGroupExpansionViewModelService extends Object implements ViewModelService
ViewModelService
tracks the collapsed state of the groups used in view model
of the GenModelEditor
. The group
state is stored statically so it is the same across all input
models.Constructor and Description |
---|
GenModelGroupExpansionViewModelService() |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose.
|
int |
getPriority()
Returns the priority for this view service.
|
void |
instantiate(ViewModelContext context)
Instantiate the view service.
|
public GenModelGroupExpansionViewModelService()
public void instantiate(ViewModelContext context)
instantiate
in interface ViewModelService
context
- the ViewModelContext
ViewModelService.instantiate(org.eclipse.emf.ecp.view.spi.context.ViewModelContext)
public void dispose()
dispose
in interface ViewModelService
ViewModelService.dispose()
public int getPriority()
getPriority
in interface ViewModelService
ViewModelService.getPriority()
Copyright © 2018. All rights reserved.