MetaDone
metadone.client.grasyla2.swing.JTextAreaEngine Class Reference
Collaboration diagram for metadone.client.grasyla2.swing.JTextAreaEngine:

List of all members.

Public Member Functions

 JTextAreaEngine (GrasylaContext context, ConcreteObject expression, Engine parent) throws BadPreCondition

Protected Member Functions

JTextArea getTextComponent ()
Component<?extends JComponent > evaluateComponentCreate (BootstrapGrasyla grasyla) throws BadPreCondition
void disposeInternal ()

Package Functions

void setText (String text)

Private Attributes

JTextArea area

Detailed Description

Builds a text area.

Attributes
  • inherited from JTextEngine
  • columns: Number indicating width of the area
  • rows: Number indicating height of the area
  • tabsize: Number the size of tabulations

Contents

Inherited behavior.

Result
A JTextArea.
Author:
kma
See also:
JTextEngine

Constructor & Destructor Documentation

metadone.client.grasyla2.swing.JTextAreaEngine.JTextAreaEngine ( GrasylaContext  context,
ConcreteObject  expression,
Engine  parent 
) throws BadPreCondition

Initializes this engine.

Parameters:
contextThe context
expressionThe expression
parentThe parent or null
Exceptions:
BadPreCondition

References metadone.client.grasyla2.swing.JTextAreaEngine.area.


Member Function Documentation

void metadone.client.grasyla2.swing.JTextAreaEngine.disposeInternal ( ) [protected]
Component<? extends JComponent> metadone.client.grasyla2.swing.JTextAreaEngine.evaluateComponentCreate ( BootstrapGrasyla  grasyla) throws BadPreCondition [protected]
JTextArea metadone.client.grasyla2.swing.JTextAreaEngine.getTextComponent ( ) [protected]
void metadone.client.grasyla2.swing.JTextAreaEngine.setText ( String  text) [package]

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations