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