Package | Description |
---|---|
com.dlsc.flexgantt.swing.layer |
The right-hand side of any Gantt chart is a layer container, which is
responsible for managing the various layer types.
|
Modifier and Type | Method and Description |
---|---|
LayerContainerEvent.ID |
LayerContainerEvent.getId()
Returns the event identifier that can be used to distinguish different
types of events.
|
static LayerContainerEvent.ID |
LayerContainerEvent.ID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayerContainerEvent.ID[] |
LayerContainerEvent.ID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LayerContainerEvent(LayerContainer lc,
LayerContainerEvent.ID id)
Constructs a new layer event.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.