Uses of Class
adams.gui.core.BaseTextPane
-
Packages that use BaseTextPane Package Description adams.gui.core adams.gui.scripting adams.gui.tools adams.gui.wizard -
-
Uses of BaseTextPane in adams.gui.core
Fields in adams.gui.core declared as BaseTextPane Modifier and Type Field Description protected BaseTextPane
DescriptionPanel. m_TextDescription
the description of the page.protected BaseTextPane
BaseTextPaneWithWordWrap. m_TextPane
the wrapped text pane.Methods in adams.gui.core that return BaseTextPane Modifier and Type Method Description BaseTextPane
BaseTextPaneWithWordWrap. getTextPane()
Returns the underlyingBaseTextPane
.BaseTextPane
StyledTextEditorPanel. getTextPane()
Returns the underlying BaseTextArea element. -
Uses of BaseTextPane in adams.gui.scripting
Fields in adams.gui.scripting declared as BaseTextPane Modifier and Type Field Description protected BaseTextPane
ScriptingLogPanel. m_TextLog
the text pane for displaying the commands. -
Uses of BaseTextPane in adams.gui.tools
Fields in adams.gui.tools declared as BaseTextPane Modifier and Type Field Description protected BaseTextPane
AbstractSequenceViewerPanel. m_TextSQL
the text area for the SQL statement. -
Uses of BaseTextPane in adams.gui.wizard
Fields in adams.gui.wizard declared as BaseTextPane Modifier and Type Field Description protected BaseTextPane
AbstractWizardPage. m_TextDescription
the description of the page.
-