TextControl
uses formatters and stylers to specify how the text appears to the user, and handlers to
capture user interactions such as mouse movements and clicks.
Attributes | Name and Description |
---|---|
|
caplin.control.basic.InputControl(caplin.control.factory.ControlType controlType)
Constructs a new |
Attributes | Name and Description |
---|---|
|
Integer
getHeight()
Returns the height of the control. |
|
Integer
getWidth()
Returns the width of the control. |
►
caplin.control.basic.InputControl(caplin.control.factory.ControlType controlType)
Constructs a new InputControl
with the specified arguments.
caplin.control.factory.ControlType | controlType |
►
Integer
getHeight()
Returns the height of the control.
►
Integer
getWidth()
Returns the width of the control.