Package | Description |
---|---|
ucar.unidata.idv.chooser |
Choosers for the IDV.
|
ucar.unidata.idv.ui |
User Interface (UI) classes for the IDV
|
ucar.unidata.ui |
User interface utilities: extensions of AWT and Swing classes.
|
Modifier and Type | Method and Description |
---|---|
protected XmlUi |
IdvChooserManager.createXmlUi(org.w3c.dom.Element root)
Factory method to create the IdvXmlUi to be used for the given chooser xml node
|
Modifier and Type | Class and Description |
---|---|
class |
IdvXmlUi
This class extends the
XmlUi
class to provide handling of special xml tags that define
certain components. |
Modifier and Type | Method and Description |
---|---|
void |
XmlUi.ActionHandler.handleAction(java.awt.event.ActionEvent event,
XmlUi xmlUI)
Handle the event
|