Uses of Class
adams.gui.core.TextEditorPanel
-
Packages that use TextEditorPanel Package Description adams.flow.execution.debug adams.flow.sink adams.gui.core adams.gui.dialog adams.gui.flow adams.gui.goe -
-
Uses of TextEditorPanel in adams.flow.execution.debug
Fields in adams.flow.execution.debug declared as TextEditorPanel Modifier and Type Field Description protected TextEditorPanel
ControlPanel. m_PanelSource
the panel for displaying the source. -
Uses of TextEditorPanel in adams.flow.sink
Fields in adams.flow.sink declared as TextEditorPanel Modifier and Type Field Description protected TextEditorPanel
HistoryDisplay.HistorySplitPanel. m_TextPanel
the actual text area.Methods in adams.flow.sink that return TextEditorPanel Modifier and Type Method Description TextEditorPanel
HistoryDisplay.HistorySplitPanel. getTextPanel()
Returns the underlying text panel. -
Uses of TextEditorPanel in adams.gui.core
Fields in adams.gui.core with type parameters of type TextEditorPanel Modifier and Type Field Description protected PopupMenuCustomizer<TextEditorPanel>
TextEditorPanel. m_PopupMenuCustomizer
for customizing the popup menu.Methods in adams.gui.core that return types with arguments of type TextEditorPanel Modifier and Type Method Description PopupMenuCustomizer<TextEditorPanel>
TextEditorPanel. getPopupMenuCustomizer()
Returns the customizer in use.Method parameters in adams.gui.core with type arguments of type TextEditorPanel Modifier and Type Method Description void
TextEditorPanel. setPopupMenuCustomizer(PopupMenuCustomizer<TextEditorPanel> value)
Sets the customizer to use. -
Uses of TextEditorPanel in adams.gui.dialog
Fields in adams.gui.dialog declared as TextEditorPanel Modifier and Type Field Description protected TextEditorPanel
TextPanel. m_TextPanel
for displaying the text.Methods in adams.gui.dialog that return types with arguments of type TextEditorPanel Modifier and Type Method Description PopupMenuCustomizer<TextEditorPanel>
TextPanel. getPopupMenuCustomizer()
Returns the customizer in use.Method parameters in adams.gui.dialog with type arguments of type TextEditorPanel Modifier and Type Method Description void
TextPanel. setPopupMenuCustomizer(PopupMenuCustomizer<TextEditorPanel> value)
Sets the customizer to use. -
Uses of TextEditorPanel in adams.gui.flow
Methods in adams.gui.flow with parameters of type TextEditorPanel Modifier and Type Method Description void
FlowPanelNotificationArea. customizePopupMenu(TextEditorPanel source, JPopupMenu menu)
For customizing the popup menu. -
Uses of TextEditorPanel in adams.gui.goe
Fields in adams.gui.goe declared as TextEditorPanel Modifier and Type Field Description protected TextEditorPanel
MultiLineValueDialog. m_Editor
the editor for entering the text.
-