|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.control.ControlWidget
ucar.unidata.idv.control.ContourWidget
public class ContourWidget
A widget for the control window for viewing contour properties and launching the editor.
| Constructor Summary | |
|---|---|
ContourWidget(DisplayControlImpl control,
ContourInfo contourInfo)
Construct a ContourWidget |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent ae)
Method public due to ActionListener implementation |
void |
fillList(List l,
int columns)
Fill a list of components |
JButton |
getButton()
Get the button for this widget. |
JLabel |
getLabel()
Get the label for this widget. |
void |
setContourInfo(ContourInfo ci)
Set the contour information for this widget and update the labels. |
void |
showContourPropertiesDialog()
Popup the contour properties dialog |
| Methods inherited from class ucar.unidata.idv.control.ControlWidget |
|---|
doRemove, fillList, fillList, getDisplayControl, getDisplayConventions, logException, userMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContourWidget(DisplayControlImpl control,
ContourInfo contourInfo)
control - the associate controlcontourInfo - the contour information| Method Detail |
|---|
public void actionPerformed(ActionEvent ae)
actionPerformed in interface ActionListeneractionPerformed in class ControlWidgetae - action eventpublic void showContourPropertiesDialog()
public void setContourInfo(ContourInfo ci)
ci - new contour informationpublic JButton getButton()
public JLabel getLabel()
public void fillList(List l,
int columns)
fillList in class ControlWidgetl - list of widgetscolumns - number of columns for layout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||