org.antlr.gunit.swingui
Class TestCaseEditController.InputMultiEditor

java.lang.Object
  extended by org.antlr.gunit.swingui.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


Constructor Summary
TestCaseEditController.InputMultiEditor()
           
 
Method Summary
 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

TestCaseEditController.InputMultiEditor

public TestCaseEditController.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()


Copyright © 2013. All Rights Reserved.