Uses of Class
adams.gui.core.BaseTextPaneWithWordWrap
-
Packages that use BaseTextPaneWithWordWrap Package Description adams.gui.core adams.gui.visualization.debug -
-
Uses of BaseTextPaneWithWordWrap in adams.gui.core
Fields in adams.gui.core declared as BaseTextPaneWithWordWrap Modifier and Type Field Description protected BaseTextPaneWithWordWrap
StyledTextEditorPanel. m_TextPane
for displaying the text.Methods in adams.gui.core that return BaseTextPaneWithWordWrap Modifier and Type Method Description BaseTextPaneWithWordWrap
BaseTextPaneWithButtons. createComponent()
Returns the underlying text area.protected BaseTextPaneWithWordWrap
AbstractTextEditorPanelWithSimpleSyntaxHighlighting. newBaseTextPane()
Returns a new text pane.protected BaseTextPaneWithWordWrap
StyledTextEditorPanel. newBaseTextPane()
Returns a new text pane. -
Uses of BaseTextPaneWithWordWrap in adams.gui.visualization.debug
Subclasses of BaseTextPaneWithWordWrap in adams.gui.visualization.debug Modifier and Type Class Description class
DiffTextPane
Displays one side of a side-by-side diff.
-