Package editor
Interface IGosuPanel
- All Known Implementing Classes:
GosuEditor,GosuField
public interface IGosuPanel
Copyright 2010 Guidewire Software, Inc.
-
Method Summary
Modifier and TypeMethodDescriptiongetText()voidparse()voidread(IScriptPartId partId, String strSource) voidsetProgramSuperType(IType baseClass) voidsetTypeUsesMap(ITypeUsesMap typeUsesMap)
-
Method Details
-
asJComponent
JComponent asJComponent() -
read
- Throws:
IOException
-
parse
void parse() -
getText
String getText() -
getSymbolTable
ISymbolTable getSymbolTable() -
getParser
IGosuParser getParser() -
setTypeUsesMap
-
setProgramSuperType
-