Class JTSTestBuilderFrame

    • Constructor Detail

      • JTSTestBuilderFrame

        public JTSTestBuilderFrame()
        Construct the frame
    • Method Detail

      • isRunning

        public static boolean isRunning()
        Tests if the TestBuilder is running. Useful to allow functions to decide whether to show indicators (if functions are running under JtsOpCmd, they should not show indicators since that seriously impacts performance).
        Returns:
        true if there is a TestBuilder instance running
      • isShowingIndicators

        public static boolean isShowingIndicators()
      • reportException

        public static void reportException​(Exception e)
      • setCursorWait

        public void setCursorWait()
      • setCursorNormal

        public void setCursorNormal()
      • setCurrentTestCase

        public void setCurrentTestCase​(TestCaseEdit testCase)
      • getLogPanel

        public InfoPanel getLogPanel()
      • actionExit

        public void actionExit()
        File | Exit action performed
      • showTab

        public void showTab​(String name)
      • showGeomsTab

        public void showGeomsTab()
      • showResultWKTTab

        public void showResultWKTTab()
      • showResultValueTab

        public void showResultValueTab()
      • showInfoTab

        public void showInfoTab()
      • openXmlFilesAndDirectories

        public void openXmlFilesAndDirectories​(File[] files)
                                        throws Exception
        Throws:
        Exception
      • updateTestCases

        public void updateTestCases()
      • copyResultToTest

        public void copyResultToTest()
      • inspectResult

        public void inspectResult()
      • inspectGeometry

        public void inspectGeometry()
      • getRunXml

        public String getRunXml()
      • geometryChanged

        public void geometryChanged()
      • updateTestCaseView

        public void updateTestCaseView()
      • updateLayerList

        public void updateLayerList()