| Package | Description |
|---|---|
| org.lsst.ccs.plugin.jas3.trending.timeselection |
Classes that handle creating and managing time windows used by trending plots.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeSelection |
TimeSelectionPanel.editTimeWindow(JComponent parent,
TimeSelection seed)
Opens trending time window creation/editing dialog.
|
TimeSelection |
PresetList.get(int index)
Returns preset with the specified index.
|
TimeSelection |
TimeSelectionComboBox.getSelectedTimeWindow()
Returns currently selected time window.
|
static TimeSelection |
PresetsDialog.managePresets(Component parent,
PresetList data)
Displays the dialog for managing time window presets.
|
static TimeSelection |
TimeSelection.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<TimeSelection> |
TimeSelection.compareByName()
Returns comparator that compares time windows by names.
|
List<TimeSelection> |
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(TimeSelection timeWindow)
Removes the specified window from this list.
|
static TimeSelection |
TimeSelectionPanel.editTimeWindow(JComponent parent,
TimeSelection seed)
Opens trending time window creation/editing dialog.
|
int |
PresetList.indexOf(TimeSelection timeWindow)
Returns the index of the specified preset in this list, or -1 if this list does not contain the preset.
|
void |
PresetList.insert(TimeSelection timeWindow)
Adds time window to this list, removing any identically named elements.
|
Copyright © 2014 LSST. All rights reserved.