Package editor
Interface IGosuPanel
-
- All Known Implementing Classes:
GosuEditor,GosuField
public interface IGosuPanelCopyright 2010 Guidewire Software, Inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JComponentasJComponent()IGosuParsergetParser()ISymbolTablegetSymbolTable()StringgetText()voidparse()voidread(IScriptPartId partId, String strSource)voidsetProgramSuperType(IType baseClass)voidsetTypeUsesMap(ITypeUsesMap typeUsesMap)
-
-
-
Method Detail
-
asJComponent
JComponent asJComponent()
-
read
void read(IScriptPartId partId, String strSource) throws IOException
- Throws:
IOException
-
parse
void parse()
-
getText
String getText()
-
getSymbolTable
ISymbolTable getSymbolTable()
-
getParser
IGosuParser getParser()
-
setTypeUsesMap
void setTypeUsesMap(ITypeUsesMap typeUsesMap)
-
setProgramSuperType
void setProgramSuperType(IType baseClass)
-
-