| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.trending |
Plugin that plots trending data.
|
| org.lsst.ccs.gconsole.plugins.trending.timeselection |
Classes that handle creating and managing time windows used by trending plots.
|
| Modifier and Type | Method and Description |
|---|---|
TimeWindow |
Trend.getTimeWindow() |
TimeWindow |
TrendPlotter.getTimeWindow()
Returns time window associated with this plotter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrendPlotter.setTimeWindow(TimeWindow timeWindow)
Sets time window for this plotter.
|
| Modifier and Type | Field and Description |
|---|---|
static TimeWindow |
TimeWindow.LAST_24_HOURS |
static TimeWindow |
TimeWindow.LAST_6_HOURS |
static TimeWindow |
TimeWindow.LAST_HOUR |
| Modifier and Type | Method and Description |
|---|---|
static TimeWindow |
TimeWindowDialog.defineTimeWindow(JComponent parent,
TimeWindow seed)
Opens trending time window creation dialog.
|
TimeWindow |
PresetList.get(int index)
Returns preset with the specified index.
|
TimeWindow |
PresetList.get(String name)
Returns time window with the specified name.
|
TimeWindow |
TimeWindowSelector.getSelectedTimeWindow()
Returns currently selected time window.
|
TimeWindow |
TimeWindowSelector.Event.getTimeWindow() |
TimeWindow |
PresetList.insert(TimeWindow timeWindow)
Adds time window to this list if necessary, removing any identically named elements.
|
static TimeWindow |
PresetsDialog.managePresets(Component parent,
PresetList data)
Displays the dialog for managing time window presets.
|
static TimeWindow |
TimeWindow.parseCompressedString(String s)
Parses string representation of this time window.
|
TimeWindow |
TimeWindow.touch()
Sets the time when this time window was last selected to the current system time.
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator<TimeWindow> |
TimeWindow.compareByName()
Returns comparator that compares time windows by names.
|
List<TimeWindow> |
PresetList.getRecent(int maxSize)
Returns a list of
maxSize most recently used time windows ordered by name. |
| Modifier and Type | Method and Description |
|---|---|
static TimeWindow |
TimeWindowDialog.defineTimeWindow(JComponent parent,
TimeWindow seed)
Opens trending time window creation dialog.
|
void |
PresetList.delete(TimeWindow timeWindow)
Removes the specified window from this list.
|
int |
PresetList.indexOf(TimeWindow timeWindow)
Returns the index of the specified preset in this list, or -1 if this list does not contain the preset.
|
TimeWindow |
PresetList.insert(TimeWindow timeWindow)
Adds time window to this list if necessary, removing any identically named elements.
|
boolean |
TimeWindow.isReplaceableBy(TimeWindow other) |
void |
TimeWindowSelector.setSelectedTimeWindow(TimeWindow timeWindow)
Sets selected time window.
|
| Constructor and Description |
|---|
Event(Object source,
TimeWindow timeWindow) |
TimeWindow(TimeWindow seed)
Constructs anonymous, non-persistent time window with the same start and end values as the seed.
|
Copyright © 2024 LSST. All rights reserved.