Package editor
Interface IGosuPanel
-
- All Known Implementing Classes:
GosuEditor
,GosuField
public interface IGosuPanel
Copyright 2010 Guidewire Software, Inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JComponent
asJComponent()
IGosuParser
getParser()
ISymbolTable
getSymbolTable()
String
getText()
void
parse()
void
read(IScriptPartId partId, String strSource)
void
setProgramSuperType(IType baseClass)
void
setTypeUsesMap(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)
-
-