Class TextlikeComponent.TextLikeComboBox
- java.lang.Object
 - 
- com.inductiveautomation.ignition.designer.util.TextlikeComponent
 - 
- com.inductiveautomation.ignition.designer.util.TextlikeComponent.TextLikeComboBox
 
 
 
- 
- Enclosing class:
 - TextlikeComponent
 
public static class TextlikeComponent.TextLikeComboBox extends TextlikeComponent
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.designer.util.TextlikeComponent
TextlikeComponent.TableTextComponent, TextlikeComponent.TextLikeCodeEditor, TextlikeComponent.TextLikeComboBox, TextlikeComponent.TextLikeTextComponent 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ComponentgetInternalComponent()java.lang.StringgetText()voidrequestFocus()voidsetText(java.lang.String text)Inserts text into the component.- 
Methods inherited from class com.inductiveautomation.ignition.designer.util.TextlikeComponent
of, of, of, of 
 - 
 
 - 
 
- 
- 
Method Detail
- 
requestFocus
public void requestFocus()
- Specified by:
 requestFocusin classTextlikeComponent
 
- 
setText
public void setText(java.lang.String text)
Description 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 classTextlikeComponent
 
- 
getText
public java.lang.String getText()
- Specified by:
 getTextin classTextlikeComponent
 
- 
getInternalComponent
public java.awt.Component getInternalComponent()
- Specified by:
 getInternalComponentin classTextlikeComponent
 
 - 
 
 -