|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.chooser.XmlHandler
ucar.unidata.idv.chooser.OpenSearchHandler
public class OpenSearchHandler
This handles opensearch description documents in the
XmlChooser.
| Field Summary | |
|---|---|
static String |
ATTR_TEMPLATE
xml items |
static String |
ATTR_TYPE
xml items |
static String |
TAG_ADULTCONTENT
xml items |
static String |
TAG_CONTACT
xml items |
static String |
TAG_DESCRIPTION
xml items |
static String |
TAG_IMAGE
xml items |
static String |
TAG_INPUTENCODING
xml items |
static String |
TAG_LANGUAGE
xml items |
static String |
TAG_OPENSEARCHDESCRIPTION
xml items |
static String |
TAG_OUTPUTENCODING
xml items |
static String |
TAG_SHORTNAME
xml items |
static String |
TAG_SYNDICATIONRIGHT
xml items |
static String |
TAG_URL
xml items |
static String |
XMLNS_XMLNS
xml items |
static String |
XMLNS_XMLNS_GEO
xml items |
static String |
XMLNS_XMLNS_TIME
xml items |
| Fields inherited from class ucar.unidata.idv.chooser.XmlHandler |
|---|
chooser, path, root, tree |
| Constructor Summary | |
|---|---|
OpenSearchHandler(XmlChooser chooser,
Element root,
String path)
Create the handler |
|
| Method Summary | |
|---|---|
void |
doLoad()
The user has pressed the 'Load' button. |
protected JComponent |
doMakeContents()
Create the UI |
protected void |
updateStatus()
Update the status |
| Methods inherited from class ucar.unidata.idv.chooser.XmlHandler |
|---|
getContents, getPath |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String XMLNS_XMLNS
public static final String XMLNS_XMLNS_GEO
public static final String XMLNS_XMLNS_TIME
public static final String TAG_OPENSEARCHDESCRIPTION
public static final String TAG_SHORTNAME
public static final String TAG_DESCRIPTION
public static final String TAG_CONTACT
public static final String TAG_SYNDICATIONRIGHT
public static final String TAG_ADULTCONTENT
public static final String TAG_LANGUAGE
public static final String TAG_OUTPUTENCODING
public static final String TAG_INPUTENCODING
public static final String TAG_IMAGE
public static final String TAG_URL
public static final String ATTR_TEMPLATE
public static final String ATTR_TYPE
| Constructor Detail |
|---|
public OpenSearchHandler(XmlChooser chooser,
Element root,
String path)
chooser - The chooser we are inroot - The root of the xml treepath - The url path of the xml document| Method Detail |
|---|
protected void updateStatus()
updateStatus in class XmlHandlerprotected JComponent doMakeContents()
doMakeContents in class XmlHandlerpublic void doLoad()
doLoad in class XmlHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||