|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DisplayComponent | |
|---|---|
| ucar.unidata.idv.control.chart | Charting facilities used by DisplayControls. |
| ucar.unidata.idv.control.multi | The IDV MultiDisplay. |
| Uses of DisplayComponent in ucar.unidata.idv.control.chart |
|---|
| Subclasses of DisplayComponent in ucar.unidata.idv.control.chart | |
|---|---|
class |
ChartWrapper
Abstract class for chart implementations |
class |
HistogramWrapper
Provides a time series chart |
class |
PlotWrapper
Abstract class for chart implementations |
class |
ReadoutTable
Provides a table view |
class |
ScatterPlotChartWrapper
Provides a scatter plot |
class |
StatisticsChartWrapper
Provides a table view |
class |
TableChartWrapper
Provides a table view |
class |
TimeSeriesChartWrapper
Provides a time series chart |
| Uses of DisplayComponent in ucar.unidata.idv.control.multi |
|---|
| Subclasses of DisplayComponent in ucar.unidata.idv.control.multi | |
|---|---|
class |
DisplayControlWrapper
Provides a table view |
class |
DisplayGroup
Holds a group of display components |
class |
FieldSelectorWrapper
Provides a table view |
class |
ViewWrapper
Provides a table view |
| Methods in ucar.unidata.idv.control.multi that return DisplayComponent | |
|---|---|
DisplayComponent |
MultiDisplayHolder.createDisplayComponent(String addType,
List dataChoices,
DisplayGroup displayGroup)
Create the display component |
| Methods in ucar.unidata.idv.control.multi with parameters of type DisplayComponent | |
|---|---|
void |
DisplayGroup.addDisplayComponent(DisplayComponent displayComponent)
Add the wrapper |
void |
DisplayGroup.addDisplayComponent(DisplayComponent displayComponent,
int index)
Add the wrapper |
int |
DisplayGroup.indexOf(DisplayComponent displayComponent)
What is the index of the child component |
void |
MultiDisplayHolder.removeDisplayComponent(DisplayComponent displayComponent)
Remove the component. |
void |
DisplayGroup.removeDisplayComponent(DisplayComponent displayComponent)
remove the wrapper |
void |
MultiDisplayHolder.showDisplayComponent(DisplayComponent displayComponent)
Show the tab the group is in |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||