Package | Description |
---|---|
com.dlsc.flexgantt.model.eventline |
Model definition and default implementation for an eventline model.
|
com.dlsc.flexgantt.swing.mac | |
com.dlsc.flexgantt.swing.timeline |
Contains the timeline component, which itself consists of a dateline and
an eventline.
|
Modifier and Type | Method and Description |
---|---|
void |
IEventlineModel.addEventlineModelListener(IEventlineModelListener l)
Adds an eventline model listener.
|
void |
DefaultEventlineModel.addEventlineModelListener(IEventlineModelListener l) |
void |
IEventlineModel.removeEventlineModelListener(IEventlineModelListener l)
Removes a listener from the eventline model.
|
void |
DefaultEventlineModel.removeEventlineModelListener(IEventlineModelListener l) |
Modifier and Type | Class and Description |
---|---|
class |
MacEventline
A specialized eventline for Mac OS X that adds a white line on the left edge.
|
Modifier and Type | Class and Description |
---|---|
class |
Eventline
The eventline is one part of the timeline (the
Dateline is the other)
and responsible for rendering events and activities that are common to all
hierarchy nodes (for example company holidays, national holidays, etc...). |
class |
SimpleEventline
A specialization of the standard eventline used for situations when the
application wants to work with the granularity
SimpleGranularity . |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.