Packageorg.aswing
Interfacepublic interface EditableComponent
ImplementorsJComboBox, JTextComponent

Interface for editable components.



Public Methods
 MethodDefined 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
Method detail
isEditable()method
public function isEditable():Boolean

Returns true if the component is editable, false not editable.

Returns
Boolean — true if the component is editable, false not editable.
setEnabled()method 
public function setEnabled(b:Boolean):void

Sets the whether or not the component is editable.

Parameters
b:Boolean — true to set to editable, false not editable.