ucar.unidata.idv.control
Class ContLevelDialog
java.lang.Object
ucar.unidata.idv.ui.ContourInfoDialog
ucar.unidata.idv.control.ContLevelDialog
- All Implemented Interfaces:
- ActionListener, EventListener
public class ContLevelDialog
- extends ContourInfoDialog
- implements ActionListener
A JFrame widget to get contouring info from the user.
The code to handle button events and actions is
in the event Listeners appearing in the constructor.
- Version:
- $Revision: 1.35 $
- Author:
- Unidata Development Team
|
Method Summary |
protected boolean |
doApply()
Apply the state to the display |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContLevelDialog
public ContLevelDialog(DisplayControlImpl displayControl,
String title,
Unit unit)
- Construct the widget.
with interval, min, max entry boxes
and ok and cancel buttons.
- Parameters:
displayControl - The displaytitle - title for frameunit - The unit to display
doApply
protected boolean doApply()
- Apply the state to the display
- Overrides:
doApply in class ContourInfoDialog
- Returns:
- Was this successful