A B C D E F G H I K L M N O P R S T U V W Z

L

LabelLayer - Class in com.dlsc.flexgantt.swing.layer.system
A layer that is specialized on drawing labels next to timeline objects.
LabelLayer(LayerContainer) - Constructor for class com.dlsc.flexgantt.swing.layer.system.LabelLayer
Constructs a new label layer.
LabelType - Enum in com.dlsc.flexgantt.util
An enumerator that contains values for specifiying different types of labels.
LassoLayer - Class in com.dlsc.flexgantt.swing.layer.system
A layer that focuses on visualizing a lasso / selection rectangle.
LassoLayer(LayerContainer) - Constructor for class com.dlsc.flexgantt.swing.layer.system.LassoLayer
Constructs a new lasso layer.
LassoLayer.LassoMode - Enum in com.dlsc.flexgantt.swing.layer.system
A selection mode enumerator that can be used to instruct the lasso layer what to select when a lasso operation finishes.
LassoModeAction - Class in com.dlsc.flexgantt.swing.action.layer
An action which sets the selection mode that will be used by the LassoLayer.
LassoModeAction(LayerContainer, LassoLayer.LassoMode) - Constructor for class com.dlsc.flexgantt.swing.action.layer.LassoModeAction
Constructs a new action.
lastPage() - Method in class com.dlsc.flexgantt.model.paging.DefaultPagingModel
 
lastPage() - Method in interface com.dlsc.flexgantt.model.paging.IPagingModel
Goto the last page.
laterPage() - Method in class com.dlsc.flexgantt.model.paging.DefaultPagingModel
 
laterPage() - Method in interface com.dlsc.flexgantt.model.paging.IPagingModel
Goto the next page that has a larger start time than the currently used page.
LatestObjectsAction<T extends AbstractGanttChart> - Class in com.dlsc.flexgantt.swing.action.gantt
An action that will scroll the timeline to the latest used time point (the latest bar / activity / task).
LatestObjectsAction(T) - Constructor for class com.dlsc.flexgantt.swing.action.gantt.LatestObjectsAction
Constructs a new action.
Layer - Class in com.dlsc.flexgantt.model.gantt
An implementation of the layer interface.
Layer(String) - Constructor for class com.dlsc.flexgantt.model.gantt.Layer
Constructs a new layer.
layerContainer - Variable in class com.dlsc.flexgantt.swing.action.layer.AbstractLayerContainerAction
Stores a reference to the layer container.
layerContainer - Variable in class com.dlsc.flexgantt.swing.layer.AbstractLayer
The parent container.
LayerContainer - Class in com.dlsc.flexgantt.swing.layer
The layer container is the main user interface component on the right-hand side of the Gantt chart.
LayerContainer(AbstractGanttChart, IGanttChartModel, TreeTable, ILayerFactory) - Constructor for class com.dlsc.flexgantt.swing.layer.LayerContainer
Constructs a new layer container.
LayerContainer.RenderingDirection - Enum in com.dlsc.flexgantt.swing.layer
An enumerator, which can be used to specify a rendering hint for the framework.
layerContainerChanged(LayerContainerEvent) - Method in interface com.dlsc.flexgantt.swing.layer.ILayerContainerListener
The listener's callback method that gets invoked by the LayerContainer when the container changes.
layerContainerChanged(LayerContainerEvent) - Method in class com.dlsc.flexgantt.swing.layer.LayerContainer
 
layerContainerChanged(LayerContainerEvent) - Method in class com.dlsc.flexgantt.swing.layer.LayerPalette
 
LayerContainerEvent - Class in com.dlsc.flexgantt.swing.layer
An event object used by the LayerContainer to inform its listeners when changes have occured.
LayerContainerEvent(LayerContainer, LayerContainerEvent.ID) - Constructor for class com.dlsc.flexgantt.swing.layer.LayerContainerEvent
Constructs a new layer event.
LayerContainerEvent.ID - Enum in com.dlsc.flexgantt.swing.layer
An ID enumerator used to distinguish between different types of events.
LayerContainerRowHeader - Class in com.dlsc.flexgantt.swing.layer
A row header component used on the left edge of the layer container.
LayerContainerRowHeader(LayerContainer) - Constructor for class com.dlsc.flexgantt.swing.layer.LayerContainerRowHeader
Constructs a new row header for the given layer container.
LayerContainerScrollPane - Class in com.dlsc.flexgantt.swing.layer
A scrollpane customized for use with a layer container and a timeline.
LayerContainerScrollPane(LayerContainer, LayerContainerRowHeader, Timeline, boolean) - Constructor for class com.dlsc.flexgantt.swing.layer.LayerContainerScrollPane
Constructs a new layer container scrollpane.
LayerContainerScrollPaneLayout - Class in com.dlsc.flexgantt.swing.layer
A specialization of the standard scrollpane layout manager so that additional controls can be shown next to the scrollbars.
LayerContainerScrollPaneLayout() - Constructor for class com.dlsc.flexgantt.swing.layer.LayerContainerScrollPaneLayout
 
LayerPalette - Class in com.dlsc.flexgantt.swing.layer
A panel that provides controls for each layer managed by a given layer container that allow the user to toggle the layer's visibility, to change the layer's position within the container's layer stack, and to change the layer's translucency (alpha channel).
LayerPalette(LayerContainer) - Constructor for class com.dlsc.flexgantt.swing.layer.LayerPalette
Constructs a new layer palette.
LayerSelector - Class in com.dlsc.flexgantt.swing.selector
A small window that allows the user to manipulte the list of currently visible layers.
LayerSelector(JComponent, LayerContainer...) - Constructor for class com.dlsc.flexgantt.swing.selector.LayerSelector
Constructs a new layer selector.
layoutContainer(Container) - Method in class com.dlsc.flexgantt.swing.layer.LayerContainerScrollPaneLayout
 
layoutContainer(Container) - Method in class com.dlsc.flexgantt.swing.NavigationControlPanel
 
layoutContainer(Container) - Method in class com.dlsc.flexgantt.swing.print.PrintGanttChart
 
layoutContainer(Container) - Method in class com.dlsc.flexgantt.swing.selector.Selector
 
layoutContainer(Container) - Method in class com.dlsc.flexgantt.swing.StatusBar
 
layoutContainer(Container) - Method in class com.dlsc.flexgantt.swing.UtilityControlPanel
 
License - Class in com.dlsc.flexgantt.util
Handles anything related to licensing.
LinearSearchTimelineObjectIterator<T extends ITimelineObject> - Class in com.dlsc.flexgantt.model.gantt
Instances of this class are used to iterate over the sorted list of timeline objects returned by a timeline model.
LinearSearchTimelineObjectIterator(List<T>, ITimeSpan, boolean) - Constructor for class com.dlsc.flexgantt.model.gantt.LinearSearchTimelineObjectIterator
Constructs a new iterator object.
LinearSearchTimelineObjectIterator(List<T>, ITimeSpan) - Constructor for class com.dlsc.flexgantt.model.gantt.LinearSearchTimelineObjectIterator
Constructs a new iterator object.
load() - Method in class com.dlsc.flexgantt.swing.treetable.TreeTableNode
Loads the children nodes from the model, wraps each one of them and adds them to this node.
loadIcon(Class<? extends AbstractIconMap>, String) - Method in class com.dlsc.flexgantt.icons.AbstractIconMap
Loads the image with the given name from the package where the specified class is located.
LoggingFormatter - Class in com.dlsc.flexgantt.util
A formatter for the logging framework.
LoggingFormatter() - Constructor for class com.dlsc.flexgantt.util.LoggingFormatter
 
looseFocus() - Method in class com.dlsc.flexgantt.swing.treetable.CellFocusManager
Forces the tree table to loose the cell focus.

A B C D E F G H I K L M N O P R S T U V W Z