public interface IEditLayerPolicy extends IPolicy
| Modifier and Type | Method and Description |
|---|---|
ICommand |
getAddLayerCommand(ILayer layer,
IGanttChartModel model)
Returns the command used to add a layer to a model.
|
ICommand |
getRemoveLayerCommand(ILayer layer,
IGanttChartModel model)
Returns the command used to remove a layer from a model.
|
ICommand getAddLayerCommand(ILayer layer, IGanttChartModel model)
layer - the layer to addmodel - the model to which the layer will be addedICommand getRemoveLayerCommand(ILayer layer, IGanttChartModel model)
layer - the layer to removemodel - the model from which the layer will be removedCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.