| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
Trend.setTimeWindow(TimeWindow timeWindow) |
| Modifier and Type | Method and Description |
|---|---|
static TimeWindow |
TimeWindowDialog.editTimeWindow(JComponent parent,
TimeWindow seed)
Opens trending time window creation/editing 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 |
TimeWindowSelector.getTimeWindow(String name)
Returns time window with the specified name.
|
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 used for saving it in application properties.
|
| 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 |
|---|---|
void |
PresetList.delete(TimeWindow timeWindow)
Removes the specified window from this list.
|
static TimeWindow |
TimeWindowDialog.editTimeWindow(JComponent parent,
TimeWindow seed)
Opens trending time window creation/editing dialog.
|
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.
|
void |
PresetList.insert(TimeWindow timeWindow)
Adds time window to this list, removing any identically named elements.
|
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 © 2023 LSST. All rights reserved.