Class TestCaseEditController.InputMultiEditor

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.CaretListener
    Enclosing class:
    TestCaseEditController

    public class TestCaseEditController.InputMultiEditor
    extends java.lang.Object
    implements javax.swing.event.CaretListener
    • 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.JComponent 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

      • InputMultiEditor

        public InputMultiEditor()
    • Method Detail

      • caretUpdate

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

        public java.lang.String getText()
      • setText

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

        public javax.swing.JComponent getView()