Uses of Class
adams.gui.core.BaseHtmlEditorPane
-
Packages that use BaseHtmlEditorPane Package Description adams.flow.sink adams.gui.core.spreadsheetpreview adams.gui.flow.tab adams.gui.goe adams.gui.help adams.gui.tools -
-
Uses of BaseHtmlEditorPane in adams.flow.sink
Fields in adams.flow.sink declared as BaseHtmlEditorPane Modifier and Type Field Description protected BaseHtmlEditorPane
Html4Display. m_EditorPane
the editor pane. -
Uses of BaseHtmlEditorPane in adams.gui.core.spreadsheetpreview
Fields in adams.gui.core.spreadsheetpreview declared as BaseHtmlEditorPane Modifier and Type Field Description protected BaseHtmlEditorPane
SimpleHTML.SimpleTextPanel. m_PaneHTML
the pane for displaying the HTML. -
Uses of BaseHtmlEditorPane in adams.gui.flow.tab
Fields in adams.gui.flow.tab declared as BaseHtmlEditorPane Modifier and Type Field Description protected BaseHtmlEditorPane
ActorHelpTab. m_TextArea
for displaying the help text.protected BaseHtmlEditorPane
ActorParametersTab. m_TextArea
for displaying the help text. -
Uses of BaseHtmlEditorPane in adams.gui.goe
Fields in adams.gui.goe declared as BaseHtmlEditorPane Modifier and Type Field Description protected BaseHtmlEditorPane
PropertySheetPanel. m_PanelHelp
the editor pane. -
Uses of BaseHtmlEditorPane in adams.gui.help
Fields in adams.gui.help declared as BaseHtmlEditorPane Modifier and Type Field Description protected BaseHtmlEditorPane
HelpFrame. m_Text
the editor pane.protected BaseHtmlEditorPane
HelpHistoryPanel.SingleHelpFrame. m_Text
the text area to display the StringBuilder in. -
Uses of BaseHtmlEditorPane in adams.gui.tools
Fields in adams.gui.tools declared as BaseHtmlEditorPane Modifier and Type Field Description protected BaseHtmlEditorPane
ClassHelpPanel. m_TextPaneHelp
for displaying the help.
-