|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PlugIn
| Method Summary | |
|---|---|
java.lang.String[][] |
getCode(int lastQuestion)
Returns the code to be stored in the SBR file so that the html code can be recreated. |
java.lang.String |
getHTML(java.lang.String[][] code)
Returns the html code that has to be added to the survey webpage. |
java.lang.String |
getName()
Returns the name of the plugin to be used in the menu. |
java.lang.String[][] |
parseSBRFile(java.lang.String code)
Takes the code stored in an SBR File and restores the internal data structure |
java.lang.String |
toSBRFile(java.lang.String[][] code)
Converts the internal data structure code into a line for the SurveyBuildR file (.sbr) |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String[][] getCode(int lastQuestion)
lastQuestion - the number of the last previous
quesiton.
java.lang.String getHTML(java.lang.String[][] code)
code - the internal data structure with
the information about the item.
java.lang.String toSBRFile(java.lang.String[][] code)
code - the internal data structure code
java.lang.String[][] parseSBRFile(java.lang.String code)
code - the line in the SBR file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||