Class TextlikeComponent.TextLikeScriptEditor
java.lang.Object
com.inductiveautomation.ignition.designer.util.TextlikeComponent
com.inductiveautomation.ignition.designer.util.TextlikeComponent.TextLikeScriptEditor
- Enclosing class:
- TextlikeComponent
- 
Nested Class SummaryNested classes/interfaces inherited from class com.inductiveautomation.ignition.designer.util.TextlikeComponentTextlikeComponent.TableTextComponent, TextlikeComponent.TextLikeCodeEditor, TextlikeComponent.TextLikeComboBox, TextlikeComponent.TextLikeScriptEditor, TextlikeComponent.TextLikeTextComponent
- 
Constructor SummaryConstructorsConstructorDescriptionTextLikeScriptEditor(com.inductiveautomation.ignition.designer.gui.tools.PythonTextArea comp) 
- 
Method Summary
- 
Constructor Details- 
TextLikeScriptEditorpublic TextLikeScriptEditor(com.inductiveautomation.ignition.designer.gui.tools.PythonTextArea comp) 
 
- 
- 
Method Details- 
requestFocuspublic void requestFocus()- Specified by:
- requestFocusin class- TextlikeComponent
 
- 
setTextDescription copied from class:TextlikeComponentInserts text into the component. Note: usually expected to NOT replace everything, but instead insert at the current cursor position.- Specified by:
- setTextin class- TextlikeComponent
 
- 
getText- Specified by:
- getTextin class- TextlikeComponent
 
- 
getInternalComponent- Specified by:
- getInternalComponentin class- TextlikeComponent
 
 
-