public interface IOverviewPolicy extends IPolicy
OverviewPalette
to color timeline objects
based on their status or to mark timeline objects that require special
attention.OverviewPalette
,
OverviewSelector
,
LayerContainer.setTimelineObjectStatusColor(Object, java.awt.Color)
,
LayerContainer.setTimelineObjectStatusIcon(Object, javax.swing.Icon)
Modifier and Type | Method and Description |
---|---|
Object |
getOverviewStatus(Object node,
Object timelineObject,
IGanttChartModel model)
Returns a status object that can be used by the
OverviewPalette to
determine which color to use when drawing the timeline object. |
Object getOverviewStatus(Object node, Object timelineObject, IGanttChartModel model)
OverviewPalette
to
determine which color to use when drawing the timeline object.node
- the parent hierarchy node of the timeline objecttimelineObject
- the timeline objectmodel
- the model to which the node and the timeline object belongString
)Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.