|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.ui.WindowHolder
ucar.unidata.idv.IdvManager
ucar.unidata.idv.ui.AutoDisplayEditor
public class AutoDisplayEditor
Class AutoDisplayEditor manages the auto-display creation feature.
| Nested Class Summary | |
|---|---|
static class |
AutoDisplayEditor.ParamDisplay
Class ParamDisplay Holds a param id and a control descriptor |
| Field Summary | |
|---|---|
static String[] |
ordinalNames
Ordinal names for images |
| Fields inherited from class ucar.unidata.ui.WindowHolder |
|---|
contents, dialog, frame, window |
| Constructor Summary | |
|---|---|
AutoDisplayEditor(IntegratedDataViewer idv)
Create the editor |
|
| Method Summary | |
|---|---|
void |
addDisplayForDataSource(DataChoice dataChoice,
ControlDescriptor cd)
Add into the autodisplays collection the given data choice and control |
protected JComponent |
doMakeContents()
Make the GUI |
List |
getDisplaysForDataSource(DataSource dataSource)
Return a list that holds datachoice,ControlDescriptor for the autodisplays that match the given data source |
protected String |
getWindowTitle()
Get the title to use for the iwindow |
void |
show()
Show the frame |
| Methods inherited from class ucar.unidata.ui.WindowHolder |
|---|
actionPerformed, close, getContents, getDialog, getFrame, getWindow, isShowing, removeAll, setWindowTitle, shouldMakeDialog, show, showModal, toFront, windowIsClosing |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String[] ordinalNames
| Constructor Detail |
|---|
public AutoDisplayEditor(IntegratedDataViewer idv)
idv - The IDV| Method Detail |
|---|
protected String getWindowTitle()
getWindowTitle in class WindowHolderpublic void show()
show in class WindowHolderprotected JComponent doMakeContents()
doMakeContents in class WindowHolder
public void addDisplayForDataSource(DataChoice dataChoice,
ControlDescriptor cd)
dataChoice - The dat choicecd - The control descriptorpublic List getDisplaysForDataSource(DataSource dataSource)
dataSource - Data source to look at
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||