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 TextEditorPanelControlPanel. m_PanelSourcethe 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 TextEditorPanelHistoryDisplay.HistorySplitPanel. m_TextPanelthe actual text area.Methods in adams.flow.sink that return TextEditorPanel Modifier and Type Method Description TextEditorPanelHistoryDisplay.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_PopupMenuCustomizerfor 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 voidTextEditorPanel. 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 TextEditorPanelTextPanel. m_TextPanelfor 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 voidTextPanel. 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 voidFlowPanelNotificationArea. 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 TextEditorPanelMultiLineValueDialog. m_Editorthe editor for entering the text.
-