|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.as400.opnav.JHShowRTFHelp
Field Summary | |
static java.lang.String |
LINK_BUTTON
|
static java.lang.String |
LINK_LABEL
|
Constructor Summary | |
JHShowRTFHelp()
Create a secondaryviewer. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Displays the viewer according to the viewerType |
java.lang.String |
getHelpFile()
|
java.lang.String |
getTextColor()
Returns the text Color of the activator text |
java.lang.String |
getTextFontFamily()
Returns the text Font family name of the activator text |
java.lang.String |
getTextFontSize()
Returns the text Font family name of the activator text |
java.lang.String |
getTextFontStyle()
Returns the text Font style of the activator text |
java.lang.String |
getTextFontWeight()
Returns the text Font weight of the activator text |
java.lang.String |
getTopic()
Returns the ID of the secondary viewer |
java.lang.String |
getViewerActivator()
Returns the viewer activator |
void |
setHelpFile(java.lang.String helpFile)
|
void |
setIconByID(java.lang.String name)
Sets the icon in the activator by id. |
void |
setIconByName(java.lang.String name)
Sets the icon in the activator by url or id. |
void |
setTextColor(java.lang.String name)
Sets the text Color for the activator text. |
void |
setTextFontFamily(java.lang.String family)
Sets the text Font family for the activator text. |
void |
setTextFontSize(java.lang.String size)
Sets the text size for the activator text. |
void |
setTextFontStyle(java.lang.String style)
Sets the text Font Style for the activator text. |
void |
setTextFontWeight(java.lang.String weight)
Sets the text Font Weigth for the activator text. |
void |
setTopic(java.lang.String topic)
Set the ID for content in the secondary viewer |
void |
setViewData(javax.swing.text.View v)
Sets data optained from the View |
void |
setViewerActivator(java.lang.String activator)
Sets the viewer activator. |
Field Detail |
public static java.lang.String LINK_BUTTON
public static java.lang.String LINK_LABEL
Constructor Detail |
public JHShowRTFHelp()
Method Detail |
public void setViewData(javax.swing.text.View v)
public void setHelpFile(java.lang.String helpFile)
public java.lang.String getHelpFile()
public void setTopic(java.lang.String topic)
content
- a valid URLpublic java.lang.String getTopic()
public void setViewerActivator(java.lang.String activator)
public java.lang.String getViewerActivator()
public void setIconByName(java.lang.String name)
getIcon
public void setIconByID(java.lang.String name)
getIcon
public void setTextFontFamily(java.lang.String family)
public java.lang.String getTextFontFamily()
public void setTextFontSize(java.lang.String size)
public java.lang.String getTextFontSize()
public void setTextFontWeight(java.lang.String weight)
public java.lang.String getTextFontWeight()
public void setTextFontStyle(java.lang.String style)
public java.lang.String getTextFontStyle()
public void setTextColor(java.lang.String name)
public java.lang.String getTextColor()
public void actionPerformed(java.awt.event.ActionEvent e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |