|
||||||||||
| 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.SelectRangeWidget
public class SelectRangeWidget
A widget for the control window for viewing data range properties
| Constructor Summary | |
|---|---|
SelectRangeWidget(DisplayControlImpl control,
Range range)
Construct a SelectRangeWidget |
|
SelectRangeWidget(DisplayControlImpl control,
Range range,
String dialogTitle)
Construct a SelectRangeWidget |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent ae)
Method public due to ActionListener implementation |
void |
doRemove()
Called to remove this from the display. |
void |
fillList(List l,
int columns)
Fill a list of components |
JLabel |
getLabel()
Get the label for this widget. |
Range |
getRangeFromColorTable()
Get the range from the color table |
boolean |
getSelectRangeEnabled()
Are we enabled |
void |
setRange(Range r)
Set the range information for this widget. |
void |
setSelectRangeEnabled(boolean v)
Set enabled |
void |
showChangeRangeDialog()
Show the dialog |
| Methods inherited from class ucar.unidata.idv.control.ControlWidget |
|---|
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 SelectRangeWidget(DisplayControlImpl control,
Range range)
control - the associate controlrange - The initial range
public SelectRangeWidget(DisplayControlImpl control,
Range range,
String dialogTitle)
control - the associate controlrange - The initial rangedialogTitle - Dialog title| Method Detail |
|---|
public void actionPerformed(ActionEvent ae)
actionPerformed in interface ActionListeneractionPerformed in class ControlWidgetae - action eventpublic void showChangeRangeDialog()
public void setRange(Range r)
r - new Rangepublic JLabel getLabel()
public void fillList(List l,
int columns)
fillList in class ControlWidgetl - list of widgetscolumns - number of columns for layoutpublic boolean getSelectRangeEnabled()
public void setSelectRangeEnabled(boolean v)
v - is enabledpublic Range getRangeFromColorTable()
public void doRemove()
doRemove in interface RemovabledoRemove in class ControlWidget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||