public class TextEditor extends PropertyEditor
| Modifier and Type | Field and Description |
|---|---|
JBTextField |
myTextField |
| Constructor and Description |
|---|
TextEditor() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
getComponent(PropertiesContainer container,
PropertyContext context,
java.lang.Object value,
InplaceContext inplaceContext) |
javax.swing.JComponent |
getPreferredFocusedComponent() |
java.lang.Object |
getValue() |
protected void |
setEditorValue(PropertiesContainer container,
java.lang.Object value) |
void |
updateUI() |
activate, addPropertyEditorListener, fireEditingCancelled, fireValueCommitted, preferredSizeChanged, removePropertyEditorListenerpublic final JBTextField myTextField
public javax.swing.JComponent getComponent(PropertiesContainer container, PropertyContext context, java.lang.Object value, InplaceContext inplaceContext)
getComponent in class PropertyEditorpublic javax.swing.JComponent getPreferredFocusedComponent()
getPreferredFocusedComponent in class PropertyEditorpublic java.lang.Object getValue()
throws java.lang.Exception
getValue in class PropertyEditorjava.lang.Exceptionprotected void setEditorValue(PropertiesContainer container, java.lang.Object value)
public void updateUI()
updateUI in class PropertyEditor