Uses of Class
tico.interpreter.components.TInterpreterCell

Packages that use TInterpreterCell
tico.interpreter   
tico.interpreter.components   
tico.interpreter.listeners   
 

Uses of TInterpreterCell in tico.interpreter
 

Methods in tico.interpreter that return TInterpreterCell
 TInterpreterCell TInterpreterBoard.getCellByName(java.lang.String nameCell)
           
 

Methods in tico.interpreter that return types with arguments of type TInterpreterCell
 java.util.ArrayList<TInterpreterCell> TInterpreterBoard.getCellList()
           
 

Methods in tico.interpreter with parameters of type TInterpreterCell
 void TInterpreterBoard.insertCell(TInterpreterCell cell)
           
 

Method parameters in tico.interpreter with type arguments of type TInterpreterCell
 void TInterpreterBoard.setCellList(java.util.ArrayList<TInterpreterCell> newCellList)
           
 

Uses of TInterpreterCell in tico.interpreter.components
 

Methods in tico.interpreter.components that return TInterpreterCell
 TInterpreterCell TInterpreterCell.setActionsAttributes(java.lang.String soundPath, java.lang.String videoPath, java.lang.String videoURL, java.lang.String command)
           
 TInterpreterCell TInterpreterCell.setAttributes(java.lang.String id, java.awt.Rectangle bounds, java.lang.String text, java.awt.Font font, java.awt.Color textColor, int verticalTextPosition, javax.swing.ImageIcon icon, float borderSize, java.awt.Color borderColor, java.awt.Color backgroundColor, java.awt.Color gradientColor, boolean transBackground, boolean transBorder, javax.swing.ImageIcon alternativeIcon)
           
 TInterpreterCell TInterpreterCell.setAttributes2(java.lang.String id, java.awt.Rectangle bounds, java.lang.String texto, java.awt.Font f, java.awt.Color textColor, javax.swing.ImageIcon icon)
           
 

Methods in tico.interpreter.components with parameters of type TInterpreterCell
 TInterpreterAccumulatedCell TInterpreterAccumulatedCell.setAttributes(TInterpreterCell cell)
           
 

Uses of TInterpreterCell in tico.interpreter.listeners
 

Constructors in tico.interpreter.listeners with parameters of type TInterpreterCell
TCellListener(TInterpreterCell c)