Uses of Class
tico.interpreter.components.TInterpreterTextArea

Packages that use TInterpreterTextArea
tico.interpreter   
tico.interpreter.components   
 

Uses of TInterpreterTextArea in tico.interpreter
 

Methods in tico.interpreter that return TInterpreterTextArea
 TInterpreterTextArea TInterpreterBoard.getTextAreaByName(java.lang.String nameTextArea)
           
 

Methods in tico.interpreter with parameters of type TInterpreterTextArea
 void TInterpreterBoard.insertTextarea(TInterpreterTextArea textArea)
           
 

Uses of TInterpreterTextArea in tico.interpreter.components
 

Methods in tico.interpreter.components that return TInterpreterTextArea
 TInterpreterTextArea TInterpreterTextArea.setAttributes(java.lang.String id, java.awt.Color borderColor, float borderSize, java.awt.Color backgroundColor, java.awt.Color gradientColor, java.awt.Rectangle bounds, java.lang.String texto, java.awt.Font f, java.awt.Color textColor, int ha, int va, boolean backgroundTransparent)