tico.rules
Class TShowResults

java.lang.Object
  extended by tico.configuration.TLanguage
      extended by tico.rules.TShowResults

public class TShowResults
extends TLanguage

The results dialog class.

Version:
0.1 Jun 2, 2007
Author:
Beatriz Mateo

Constructor Summary
TShowResults()
           
 
Method Summary
 void addToValidationResults(java.lang.String str)
          Writes in text area the results of validation
 void createDialog(TEditor editor, java.lang.String type)
          Creates the dialog
 void createDialog(TInterpreter interpreter, java.lang.String type)
          Creates the dialog
 void designRules(java.lang.String type)
          Writes in text area the advice
 
Methods inherited from class tico.configuration.TLanguage
getLanguages, getString, getString, initLanguage, languageExists
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TShowResults

public TShowResults()
Method Detail

createDialog

public void createDialog(TEditor editor,
                         java.lang.String type)
Creates the dialog

Parameters:
editor - The specified editor
type - Display de results of validation or the advices

createDialog

public void createDialog(TInterpreter interpreter,
                         java.lang.String type)
Creates the dialog

Parameters:
interpreter - The specified interpreter
type - Display de results of validation or the advices

addToValidationResults

public void addToValidationResults(java.lang.String str)
Writes in text area the results of validation

Parameters:
str - The string to write

designRules

public void designRules(java.lang.String type)
Writes in text area the advice

Parameters:
type - The type of elements to take advice