Class TestCaseEditController.OutputAstEditor

    • Constructor Summary

      Constructors 
      Constructor Description
      OutputAstEditor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void caretUpdate​(javax.swing.event.CaretEvent arg0)  
      java.lang.String getText()  
      javax.swing.JScrollPane getView()  
      void setText​(java.lang.String text)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OutputAstEditor

        public OutputAstEditor()
    • Method Detail

      • caretUpdate

        public void caretUpdate​(javax.swing.event.CaretEvent arg0)
        Specified by:
        caretUpdate in interface javax.swing.event.CaretListener
      • setText

        public void setText​(java.lang.String text)
      • getText

        public java.lang.String getText()
      • getView

        public javax.swing.JScrollPane getView()