| Package | org.aswing |
| Interface | public interface EditableComponent |
| Implementors | JComboBox, JTextComponent |
| Method | Defined by | ||
|---|---|---|---|
|
isEditable():Boolean
Returns true if the component is editable, false not editable.
| EditableComponent | ||
|
setEnabled(b:Boolean):void
Sets the whether or not the component is editable.
| EditableComponent | ||
| isEditable | () | method |
public function isEditable():BooleanReturns true if the component is editable, false not editable.
ReturnsBoolean — true if the component is editable, false not editable.
|
| setEnabled | () | method |
public function setEnabled(b:Boolean):voidSets the whether or not the component is editable.
Parametersb:Boolean — true to set to editable, false not editable.
|