public class SpreadsheetValuesList extends Object implements ISpreadsheetValuesList
IGanttChartModel.getSpreadsheetValue(ISpreadsheet, Object, ITimeSpan),
IGanttChartModel.getSpreadsheetValueType(ISpreadsheet, Object,
ITimeSpan)| Constructor and Description |
|---|
SpreadsheetValuesList() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearValues()
Removes all entries from the list.
|
int |
getSize()
Returns the total number of fragments (time span to object associations).
|
Object |
getValue(ITimeSpan span)
Returns the value for the given time span.
|
void |
setValue(Object value,
ITimeSpan span)
Sets an object as a value for the given time span.
|
public int getSize()
ISpreadsheetValuesListgetSize in interface ISpreadsheetValuesListpublic Object getValue(ITimeSpan span)
ISpreadsheetValuesListgetValue in interface ISpreadsheetValuesListISpreadsheetValuesList.setValue(Object, ITimeSpan)public void setValue(Object value, ITimeSpan span)
ISpreadsheetValuesListsetValue in interface ISpreadsheetValuesListvalue - the new valuespan - the time spanISpreadsheetValuesList.getValue(ITimeSpan)public void clearValues()
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.