com.sas.graphics.components.ganttchart
Class GanttChartDataModel

com.sas.graphics.components.ganttchart.GanttChartDataModel
Direct Known Subclasses:
GanttChartAnnotationTableDataModel, GanttChartBreakTimeTableDataModel, GanttChartTableDataModel

public abstract class GanttChartDataModel

Common superclass for all GanttChart DataModels to provide a "type" of data model that can be assigned to a GanttChart.

Usage

A GanttChartDataModel can be assigned to an instace of the GanttChart class. For Example:
 GanttChartDataModel myData = createMyGanttChartData(); // See GanttChartTableDataModel 
 GanttChart ganttChart = new GanttChart();
 ganttChart.setDataModel(myData);
 

Behavior

See:
GanttChartTableDataModel

Extending

This class provides a type for the GanttChart's data models but is only intended for internal subclassing.

Since:
SAS 9.1
See Also:
GanttChartTableDataModel

Constructor Summary
GanttChartDataModel()
           
 
Method Summary
 
Methods inherited from class com.sas.graphics.components.DataModel
apply, equals, getLocale, getRulesContext, getSortStrategy, hashCode, setLocale, setRulesContext, setSortStrategy
 
Methods inherited from class com.sas.graphics.components.ModelBase
addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, setContainedModel
 

Constructor Detail

GanttChartDataModel

public GanttChartDataModel()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.