E L V I S
Extensible Libraried Visual Interface Simplifier


Widget Specifications
Back Home

Widget
   FileChooser
   BarLayout
   DialogBox
   Clock
   MenuSeparator
   Spacer
   RadioButtonGroup
   Container
      Frame
      Window
   Label
   TreeNode
   TextField
   Clickable
         Button
            CheckButton
            RadioButton
      Menu
         MenuItem
      ComboBox
   MenuBar
   Layout
      GridLayout
   Tree
   TextArea
   ScrollingFrame

TextArea

Widget
     ->TextArea

Description

Implements Java's JTextArea class.

Attributes

linewrap

    Boolean that sets whether the line wrap is enabled (true) or disabled (false).
    Default Value: true

height
    Sets the height of the TextArea (in character sizes, not pixels)
    Default Value: -1

linenumbers
    Boolean that sets whether the linenumbers can be seen (true) or not (false).
    Default Value:

editable
    Boolean that sets whether the TextArea is editable (true) or not editable (false).
    Default Value: true

width
    Sets the width of the TextArea (in character sizes, not pixels)
    Default Value:

tabSize
    Sets the tab size in character widths.
    Default Value: -1

text
    Sets the initial text in the TextArea
    Default Value: null

with
    
    Default Value: -1