インタフェース TestScriptEditor

    • メソッドの詳細

      • getContextMenu

        javafx.scene.control.ContextMenu getContextMenu()
      • getSpreadSheet

        javafx.scene.Node getSpreadSheet()
      • setDebugStyle

        void setDebugStyle​(int nextStepIndex,
                           int caseIndex)
      • removeDebugStyle

        void removeDebugStyle()
      • insertTestCase

        boolean insertTestCase()
      • appendTestCase

        void appendTestCase()
      • insertTestStep

        boolean insertTestStep()
      • appendTestStep

        void appendTestStep()
      • insertTestCases

        boolean insertTestCases​(int count)
      • insertTestSteps

        boolean insertTestSteps​(int count)
      • appendTestCases

        void appendTestCases​(int count)
      • appendTestSteps

        void appendTestSteps​(int count)
      • deleteTestCase

        void deleteTestCase()
      • deleteTestStep

        void deleteTestStep()
      • isCellSelected

        boolean isCellSelected()
      • isCaseSelected

        boolean isCaseSelected()
      • isStepSelected

        boolean isStepSelected()
      • isCaseInsertable

        boolean isCaseInsertable()
      • isStepInsertable

        boolean isStepInsertable()
      • toggleBreakpoint

        void toggleBreakpoint()