public class DefaultPopupPolicy extends AbstractPolicy implements IPopupPolicy
IPopupPolicy. For more information
please refer to the interface documentation.| Constructor and Description |
|---|
DefaultPopupPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getPopupTitleValue(IRelationship relationship,
IGanttChartModel model)
Returns an object that can be utilized to provide a title for a popup for
a relationship.
|
Object |
getPopupTitleValue(TimelineObjectPath path,
IGanttChartModel model)
Returns an object that can be utilized to provide a title for a popup of
a timeline object.
|
Object |
getPopupTitleValue(TreePath path,
IGanttChartModel model)
Returns an object that can be utilized to provide a title for a popup for
a node in the tree table.
|
Object |
getPopupValue(IRelationship relationship,
IGanttChartModel model,
boolean extended)
Returns an object that can be utilized to provide some kind of popup for
a relationship.
|
Object |
getPopupValue(TimelineObjectPath path,
IGanttChartModel model,
boolean extended)
Returns an object that can be utilized to provide some kind of popup for
a timeline object.
|
Object |
getPopupValue(TreePath path,
IGanttChartModel model,
boolean extended)
Returns an object that can be utilized to provide some kind of popup for
a node in the tree table.
|
assertClasspublic Object getPopupValue(TimelineObjectPath path, IGanttChartModel model, boolean extended)
IPopupPolicygetPopupValue in interface IPopupPolicypath - the path to the timeline object for which to return a popup
valuemodel - the data source that returned the node and timeline objectextended - a flag that signals whether the user wants to see the standard
popup information or an extended versionpublic Object getPopupTitleValue(TimelineObjectPath path, IGanttChartModel model)
IPopupPolicygetPopupTitleValue in interface IPopupPolicypath - the path to the timeline object for which to return a popup
title valuemodel - the data source that returned the node and timeline objectpublic Object getPopupValue(TreePath path, IGanttChartModel model, boolean extended)
IPopupPolicygetPopupValue in interface IPopupPolicypath - the path to the tree node for which to return a popup objectmodel - the data source that returned the node and timeline objectextended - a flag that signals whether the user wants to see the standard
popup information or the extended versionpublic Object getPopupTitleValue(TreePath path, IGanttChartModel model)
IPopupPolicygetPopupTitleValue in interface IPopupPolicypath - the path to the tree node for which to return a popup objectmodel - the data source that returned the node and timeline objectpublic Object getPopupValue(IRelationship relationship, IGanttChartModel model, boolean extended)
IPopupPolicygetPopupValue in interface IPopupPolicyrelationship - the relationship for which to return a popup objectmodel - the data source that returned the relationshipextended - a flag that signals whether the user wants to see the standard
popup information or the extended versionpublic Object getPopupTitleValue(IRelationship relationship, IGanttChartModel model)
IPopupPolicygetPopupTitleValue in interface IPopupPolicyrelationship - the relationship for which to return a popup objectmodel - the data source that returned the relationshipCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.