Package | Description |
---|---|
com.dlsc.flexgantt.model.gantt |
A model definition and default implementation for a Gantt chart model, which
is basically an extension of a tree table model, which itself is an extension
of a tree model.
|
Modifier and Type | Method and Description |
---|---|
static ILayer.Feature |
ILayer.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ILayer.Feature[] |
ILayer.Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Layer.addFeature(ILayer.Feature feature)
Adds a feature to the layer.
|
boolean |
ILayer.isFeatureEnabled(ILayer.Feature feature)
Determines whether a feature is currently supported / required by a layer
or not.
|
boolean |
Layer.isFeatureEnabled(ILayer.Feature feature) |
void |
Layer.removeFeature(ILayer.Feature feature)
Removes a feature from the layer.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.