interface org.aswing.EditableComponent

Interface for editable components. @author paling

Instance Fields

function isEditable(): Bool

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

returns

true if the component is editable, false not editable.

function setEditable(b:Bool): Void

Sets the whether or not the component is editable.

b

true to set to editable, false not editable.