|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILibQSOS
This interface should be implemented by LibQSOS. It contains all the methods of the api defined to make editors.
Method Summary | |
---|---|
void |
addAuthor(java.lang.String nameString,
java.lang.String emailString)
Allows to add an author to the list of authors. |
java.lang.String |
Debugaffichage(java.util.List<SimpleMenuEntry> list)
|
void |
delAuthor(java.lang.String name)
Allows to delete an author. |
java.lang.String |
getAppname()
Allows to get the application name. |
java.lang.String |
getAuthors()
Allows to get the name of all the authors. |
java.lang.String |
getCommentByName(java.lang.String name)
Allows to get the comment on an element. |
java.lang.String |
getDemoUrl()
Allows to get the demonstration url. |
java.lang.String |
getDesc()
Allows to get the description. |
java.lang.String |
getDescByName(java.lang.String name,
int numDesc)
Allows to get the description number numDesc of the element called name. |
java.lang.String |
getLanguage()
Allows to get the language. |
java.lang.String |
getLicenseDesc()
Allows to get the license Description. |
java.lang.String |
getLicenseId()
Allows to get the license Id. |
java.lang.String |
getLicenselist()
Not implemented yet |
java.lang.String |
getQsosappfamily()
Allows to get the application family in QSOS. |
java.lang.String |
getQsosformat()
Allows to get the QSOS format. |
java.lang.String |
getQsosspecificformat()
Allows to get the QSOS specific format. |
java.lang.String |
getRelease()
Allows to get the release number. |
java.lang.String |
getScoreByName(java.lang.String name)
Allows to get the score of an element. |
ISheet |
getSheet()
|
java.util.List<SimpleMenuEntry> |
getSimpleTree()
|
java.lang.String |
getUrl()
Allows to get the url. |
void |
load(java.net.URL url)
Allows to load the java model corresponding to the xml document found at the url. |
void |
setAppname(java.lang.String appname)
Allows to set the application name. |
void |
setCommentByName(java.lang.String name,
java.lang.String comment)
Allows to set a comment to an element given by his name. |
void |
setDemoUrl(java.lang.String demourl)
Allows to set the demonstration url. |
void |
setDesc(java.lang.String desc)
Allows to set the description. |
void |
setLanguage(java.lang.String language)
Allows to set the language. |
void |
setLicenseDesc(java.lang.String licensedesc)
Allows to set the license Description. |
void |
setLicenseId(java.lang.String licenseId)
Allows to set the license Id. |
void |
setQsosappfamily(java.lang.String qsosappfamily)
Allows to set the application family in QSOS. |
void |
setQsosformat(java.lang.String qsosformat)
Allows to set the QSOS format. |
void |
setQsosspecificformat(java.lang.String qsosspecificformat)
Allows to set the QSOS specific format. |
void |
setRelease(java.lang.String release)
Allows to set the release. |
void |
setScoreByName(java.lang.String name,
java.lang.String score)
Allows to set the score of an element |
void |
setSheet(ISheet sheet)
|
void |
setUrl(java.lang.String url)
Allows to set the url. |
void |
write(java.lang.String path)
Allows to write the xml file at the given path. |
Method Detail |
---|
void load(java.net.URL url)
url
- the URL where the xml document is get.java.lang.String getDescByName(java.lang.String name, int numDesc)
name
- the name to search.numDesc
- int representing the number of the description to search.
void setCommentByName(java.lang.String name, java.lang.String comment)
name
- the name of the element.comment
- the comment to set.java.lang.String getCommentByName(java.lang.String name)
name
- the name of the element to get.
java.lang.String getScoreByName(java.lang.String name)
name
- the name of the element.
void setScoreByName(java.lang.String name, java.lang.String score)
name
- the name of the element.score
- a String representing the score to set.java.lang.String getAuthors()
void addAuthor(java.lang.String nameString, java.lang.String emailString)
nameString
- the name of the author to add.emailString
- the email of the author to add.void delAuthor(java.lang.String name)
name
- the name of the author to delete.java.lang.String getAppname()
void setAppname(java.lang.String appname)
appname
- the application name to set.java.lang.String getLanguage()
void setLanguage(java.lang.String language)
language
- the language to set.java.lang.String getRelease()
void setRelease(java.lang.String release)
release
- the release to set.java.lang.String getLicenselist()
java.lang.String getLicenseId()
void setLicenseId(java.lang.String licenseId)
licenseId
- the license Id to set.java.lang.String getLicenseDesc()
void setLicenseDesc(java.lang.String licensedesc)
licensedesc
- the license Description to set.java.lang.String getUrl()
void setUrl(java.lang.String url)
url
- the url to set.java.lang.String getDesc()
void setDesc(java.lang.String desc)
desc
- the description to set.java.lang.String getDemoUrl()
void setDemoUrl(java.lang.String demourl)
demourl
- the demonstration url to set.java.lang.String getQsosformat()
void setQsosformat(java.lang.String qsosformat)
qsosformat
- the QSOS format to set.java.lang.String getQsosspecificformat()
void setQsosspecificformat(java.lang.String qsosspecificformat)
qsosspecificformat
- the QSOS specific format to set.java.lang.String getQsosappfamily()
void setQsosappfamily(java.lang.String qsosappfamily)
qsosappfamily
- the application family in QSOS to set.void write(java.lang.String path)
path
- java.util.List<SimpleMenuEntry> getSimpleTree()
java.lang.String Debugaffichage(java.util.List<SimpleMenuEntry> list)
list
-
ISheet getSheet()
void setSheet(ISheet sheet)
sheet
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |