public class PsiTypeControl extends EditorTextFieldControl<PsiTypePanel>
Disposable.Parent
ERROR_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, updateComponent
doCommit, isCommitted, setModified
addCommitListener, bind, commit, dispose, getComponent, getDefaultBackground, getDefaultForeground, getDomElement, getDomWrapper, getErrorBackground, getErrorForeground, getProject, getWarningBackground, isValid, removeCommitListener, reset, updateHighlighting
addDependency
public 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>