|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttico.configuration.TLanguage
tico.rules.TShowResults
public class TShowResults
The results dialog class.
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 |
---|
public TShowResults()
Method Detail |
---|
public void createDialog(TEditor editor, java.lang.String type)
editor
- The specified editortype
- Display de results of validation or the advicespublic void createDialog(TInterpreter interpreter, java.lang.String type)
interpreter
- The specified interpretertype
- Display de results of validation or the advicespublic void addToValidationResults(java.lang.String str)
str
- The string to writepublic void designRules(java.lang.String type)
type
- The type of elements to take advice
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |