public class JTextComponentEditableProperty extends AbstractComponentProperty<JTextComponent,Boolean>
JTextComponent.
It is possible to control the editable state of the component by setting the value of this property or by calling the
JTextComponent.setEditable(boolean) method of that component.
Finally note that null values are not supported by this property.component| Constructor and Description |
|---|
JTextComponentEditableProperty(JTextComponent component) |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
getPropertyValueFromComponent() |
protected void |
setPropertyValueToComponent(Boolean value) |
dispose, getValue, setValueaddValueChangeListener, getValueChangeListeners, isInhibited, isNotifyingListeners, maybeNotifyListeners, removeValueChangeListener, setInhibitedpublic JTextComponentEditableProperty(JTextComponent component)
protected Boolean getPropertyValueFromComponent()
getPropertyValueFromComponent in class AbstractComponentProperty<JTextComponent,Boolean>AbstractComponentProperty.getPropertyValueFromComponent()protected void setPropertyValueToComponent(Boolean value)
setPropertyValueToComponent in class AbstractComponentProperty<JTextComponent,Boolean>AbstractComponentProperty.setPropertyValueToComponent(Object)Copyright © 2015. All Rights Reserved.