| java.lang.Object de.uka.ilkd.key.ocl.gf.NewCategoryMenuResult
NewCategoryMenuResult | class NewCategoryMenuResult (Code) | | GF sends the new menu as XML.
After this has been parsed by GfCapsule, it is sent in this representation
to GFEditor2.
author: daniels |
grammarName | final String grammarName(Code) | | the name of the abstract grammar, also called topic
|
languages | final String[] languages(Code) | | The languages, that GF sent
|
menuContent | final String[] menuContent(Code) | | The actual entries of the newMenu
|
paths | final String[] paths(Code) | | the constituents of the import path?
|
NewCategoryMenuResult | public NewCategoryMenuResult(String grammarName, String[] menuContent, String[] languages, String paths)(Code) | | Just sets the attributes of this class
Parameters: grammarName - the name of the abstract grammar, also called topic Parameters: menuContent - The actual entries of the newMenu Parameters: languages - The languages, that GF sent Parameters: paths - the constituents of the import path? |
|
|