|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DisplaySetting | |
|---|---|
| ucar.unidata.idv | The idv package. |
| ucar.unidata.idv.control | DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. |
| ucar.unidata.idv.ui | User Interface (UI) classes for the IDV |
| Uses of DisplaySetting in ucar.unidata.idv |
|---|
| Methods in ucar.unidata.idv that return DisplaySetting | |
|---|---|
DisplaySetting |
IdvResourceManager.findDisplaySetting(String name)
Find display setting by name |
| Methods in ucar.unidata.idv that return types with arguments of type DisplaySetting | |
|---|---|
List<DisplaySetting> |
IdvResourceManager.getDisplaySettings()
Get all display settings |
| Methods in ucar.unidata.idv with parameters of type DisplaySetting | |
|---|---|
void |
IdvResourceManager.addDisplaySetting(DisplaySetting displaySetting)
Add new display setting |
void |
IdvResourceManager.displaySettingChanged(DisplaySetting displaySetting)
handle when a display setting changed |
void |
IdvResourceManager.removeDisplaySetting(DisplaySetting displaySetting)
Remove display setting |
| Method parameters in ucar.unidata.idv with type arguments of type DisplaySetting | |
|---|---|
void |
IdvResourceManager.removeDisplaySettings(List<DisplaySetting> list)
Remove list of display settings |
| Uses of DisplaySetting in ucar.unidata.idv.control |
|---|
| Methods in ucar.unidata.idv.control with parameters of type DisplaySetting | |
|---|---|
void |
DisplayControlImpl.applyDisplaySetting(DisplaySetting displaySetting)
Apply a display setting to this control |
void |
DisplaySettingsDialog.applyDisplaySetting(DisplaySetting displaySetting)
Apply the display settings |
| Method parameters in ucar.unidata.idv.control with type arguments of type DisplaySetting | |
|---|---|
static List |
DisplaySettingsDialog.makeDisplaySettingsMenuItems(List<DisplaySetting> displaySettings,
Object object,
String method,
String labelPrefix)
make menu items |
| Uses of DisplaySetting in ucar.unidata.idv.ui |
|---|
| Methods in ucar.unidata.idv.ui with parameters of type DisplaySetting | |
|---|---|
void |
SettingsTree.changeName(DisplaySetting displaySetting)
Change the name of the given display settings |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||