public class PsiTypeControl extends EditorTextFieldControl<PsiTypePanel>
Disposable.ParentERROR_BACKGROUND, ERROR_FOREGROUND, WARNING_BACKGROUND| Constructor and Description |
|---|
PsiTypeControl(DomWrapper<java.lang.String> domWrapper,
boolean commitOnEveryChange) |
| Modifier and Type | Method and Description |
|---|---|
protected PsiTypePanel |
createMainComponent(PsiTypePanel boundedComponent,
Project project) |
protected EditorTextField |
getEditorTextField(PsiTypePanel component) |
protected java.lang.String |
getValue() |
protected void |
setValue(java.lang.String value) |
canNavigate, createMainComponent, doReset, getComponentToListenFocusLost, getHighlightedComponent, navigate, updateComponentdoCommit, isCommitted, setModifiedaddCommitListener, bind, commit, dispose, getComponent, getDefaultBackground, getDefaultForeground, getDomElement, getDomWrapper, getErrorBackground, getErrorForeground, getProject, getWarningBackground, isValid, removeCommitListener, reset, updateHighlightingaddDependencypublic PsiTypeControl(DomWrapper<java.lang.String> domWrapper, boolean commitOnEveryChange)
protected java.lang.String getValue()
getValue in class EditorTextFieldControl<PsiTypePanel>protected void setValue(java.lang.String value)
setValue in class EditorTextFieldControl<PsiTypePanel>protected EditorTextField getEditorTextField(PsiTypePanel component)
getEditorTextField in class EditorTextFieldControl<PsiTypePanel>protected PsiTypePanel createMainComponent(PsiTypePanel boundedComponent, Project project)
createMainComponent in class EditorTextFieldControl<PsiTypePanel>