| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.trending |
Plugin that plots trending data.
|
| org.lsst.ccs.gconsole.plugins.trending.dataselection |
Classes that handle creating and managing data query types used by trending plots.
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
TrendPlotter.getDataType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TrendPlotter.setDataType(DataType type)
Sets data type for this plotter.
|
| Modifier and Type | Field and Description |
|---|---|
static DataType |
DataType.DEFAULT |
static DataType |
DataType.RAW |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataTypeDialog.defineDataType(JComponent parent,
DataType seed)
Opens trending time window creation/editing dialog.
|
DataType |
PresetList.get(int index)
Returns preset with the specified index.
|
DataType |
PresetList.get(String name)
Returns time window with the specified name.
|
DataType |
DataTypeSelector.getSelectedDataType()
Returns currently selected time window.
|
DataType |
DataTypeSelector.Event.getTimeWindow() |
DataType |
PresetList.insert(DataType type)
Adds
type to this list. |
static DataType |
PresetsDialog.managePresets(Component parent,
PresetList data)
Displays the dialog for managing time window presets.
|
static DataType |
DataType.parseCompressedString(String s)
Parses string representation of this time window used for saving it in application properties.
|
DataType |
DataType.touch()
Sets the time when this data type was last selected to the current system time.
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator<DataType> |
DataType.compareByName()
Returns comparator that compares time windows by names.
|
List<DataType> |
PresetList.getRecent(int maxSize)
Returns a list of
maxSize most recently used time windows ordered by name. |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataTypeDialog.defineDataType(JComponent parent,
DataType seed)
Opens trending time window creation/editing dialog.
|
void |
PresetList.delete(DataType type)
Removes the specified window from this list.
|
int |
PresetList.indexOf(DataType type)
Returns the index of the specified preset in this list, or -1 if this list does not contain the preset.
|
DataType |
PresetList.insert(DataType type)
Adds
type to this list. |
boolean |
DataType.isReplaceableBy(DataType other) |
void |
DataTypeSelector.setSelectedDataType(DataType type)
Sets selected time window.
|
| Constructor and Description |
|---|
DataTypeSelector(org.freehep.application.studio.Studio application,
DataType seed)
Constructs an instance.
|
Event(Object source,
DataType timeWindow) |
Copyright © 2024 LSST. All rights reserved.