Package editor

Interface IGosuPanel

  • All Known Implementing Classes:
    GosuEditor, GosuField

    public interface IGosuPanel
    Copyright 2010 Guidewire Software, Inc.
    • Method Detail

      • asJComponent

        javax.swing.JComponent asJComponent()
      • read

        void read​(IScriptPartId partId,
                  java.lang.String strSource)
           throws java.io.IOException
        Throws:
        java.io.IOException
      • parse

        void parse()
      • getText

        java.lang.String getText()
      • setTypeUsesMap

        void setTypeUsesMap​(ITypeUsesMap typeUsesMap)
      • setProgramSuperType

        void setProgramSuperType​(IType baseClass)