public class FwkHelpTOCView extends javax.help.TOCView implements FwkInterface
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
version |
Constructor and Description |
---|
FwkHelpTOCView(javax.help.HelpSet hs,
java.lang.String name,
java.lang.String label,
java.util.Hashtable params)
Constructs a TOC VIew with some given data.
|
FwkHelpTOCView(javax.help.HelpSet hs,
java.lang.String name,
java.lang.String label,
java.util.Locale locale,
java.util.Hashtable params)
Constructs a TOC VIew with some given data.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
createNavigator(javax.help.HelpModel model)
Creates a navigator for a given model.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
void |
release()
Release the object.
|
java.lang.String |
toString()
Get the string representation of the object.
|
public static final java.lang.String version
public FwkHelpTOCView(javax.help.HelpSet hs, java.lang.String name, java.lang.String label, java.util.Hashtable params)
hs
- The HelpSet that provides context information.name
- The name of the View.label
- The label (to show the user) of the View.params
- A hashtable that provides different key/values for this type.public FwkHelpTOCView(javax.help.HelpSet hs, java.lang.String name, java.lang.String label, java.util.Locale locale, java.util.Hashtable params)
hs
- The HelpSet that provides context information.name
- The name of the View.label
- The label (to show the user) of the View.locale
- The default locale to interpret the data in this TOC.params
- A hashtable that provides different key/values for this type.public java.lang.String getVersion()
FwkInterface
getVersion
in interface FwkInterface
public void release()
release
in interface FwkInterface
public java.awt.Component createNavigator(javax.help.HelpModel model)
createNavigator
in class javax.help.TOCView
model
- The help model.public java.lang.String toString()
toString
in class java.lang.Object