public class StringLinePropertyEditor extends AbstractPropertyEditor implements PropertyDBService
| Modifier and Type | Field and Description |
|---|---|
protected JCheckBox |
nullCheckBox |
protected JPanel |
panel |
protected JTextField |
textField |
propertiesListeners| Constructor and Description |
|---|
StringLinePropertyEditor() |
StringLinePropertyEditor(StringLinePropertyEditor sample) |
| Modifier and Type | Method and Description |
|---|---|
StringLinePropertyEditor |
clone() |
String |
getAsText() |
Component |
getCustomEditor() |
String |
getJavaInitializationString() |
Object |
getValue() |
boolean |
isPaintable() |
void |
paintValue(Graphics gfx,
Rectangle box) |
void |
register(PropertyDB pdb)
Регистрация редакторов в PropertyDB
|
void |
setAsText(String text) |
void |
setValue(Object value) |
boolean |
supportsCustomEditor() |
addPropertyChangeListener, firePropertyChanged, getTags, removePropertyChangeListenerprotected JPanel panel
protected JTextField textField
protected JCheckBox nullCheckBox
public StringLinePropertyEditor()
public StringLinePropertyEditor(StringLinePropertyEditor sample)
public StringLinePropertyEditor clone()
clone in class AbstractPropertyEditorpublic void register(PropertyDB pdb)
PropertyDBServiceregister in interface PropertyDBServicepdb - редакторы типовpublic void setValue(Object value)
setValue in interface PropertyEditorpublic Object getValue()
getValue in interface PropertyEditorpublic boolean isPaintable()
isPaintable in interface PropertyEditorisPaintable in class AbstractPropertyEditorpublic void paintValue(Graphics gfx, Rectangle box)
paintValue in interface PropertyEditorpaintValue in class AbstractPropertyEditorpublic String getJavaInitializationString()
getJavaInitializationString in interface PropertyEditorpublic String getAsText()
getAsText in interface PropertyEditorpublic void setAsText(String text) throws IllegalArgumentException
setAsText in interface PropertyEditorIllegalArgumentExceptionpublic Component getCustomEditor()
getCustomEditor in interface PropertyEditorgetCustomEditor in class AbstractPropertyEditorpublic boolean supportsCustomEditor()
supportsCustomEditor in interface PropertyEditorsupportsCustomEditor in class AbstractPropertyEditorCopyright © 2019. All rights reserved.