public class HTMLDataNode extends DefaultDataNode
| Modifier and Type | Field and Description |
|---|---|
java.io.File |
file |
| Constructor and Description |
|---|
HTMLDataNode(java.io.File file)
Constructs a URL to be displayed in the pane, if possible.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsChildren()
HTML type does not allow children.
|
void |
configureDetail(DetailViewer dv)
Sets up a pane to display the HTML file.
|
java.lang.String |
getNodeTLA()
Returns Three Letter Acronym "HTM".
|
java.lang.String |
getNodeType()
Returns a short sentence indicating what kind of node this is.
|
beep, getChildIterator, getChildMaker, getCreator, getDataObject, getDescription, getIcon, getLabel, getName, getParentObject, getPathElement, getPathSeparator, hasDataObject, makeChild, makeErrorChild, registerDataObject, setChildMaker, setCreator, setDescription, setIconID, setLabel, setName, setParentObject, toStringpublic HTMLDataNode(java.io.File file)
throws NoSuchDataException
NoSuchDataExceptionpublic boolean allowsChildren()
allowsChildren in interface DataNodeallowsChildren in class DefaultDataNodepublic java.lang.String getNodeTLA()
getNodeTLA in interface DataNodegetNodeTLA in class DefaultDataNodepublic java.lang.String getNodeType()
DataNodegetNodeType in interface DataNodegetNodeType in class DefaultDataNodeDataNodepublic void configureDetail(DetailViewer dv)
configureDetail in interface DataNodeconfigureDetail in class DefaultDataNodedv - the detail viewer which this node is given an opportunity
to configureCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.