org.antlr.gunit.swingui
Class AbstractInputEditor

java.lang.Object
  extended by org.antlr.gunit.swingui.AbstractInputEditor

public abstract class AbstractInputEditor
extends java.lang.Object

Author:
scai

Field Summary
protected  javax.swing.JComponent comp
           
protected  ITestCaseInput input
           
 
Constructor Summary
AbstractInputEditor()
           
 
Method Summary
abstract  void addActionListener(java.awt.event.ActionListener l)
           
 javax.swing.JComponent getControl()
           
 void setInput(ITestCaseInput input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

protected ITestCaseInput input

comp

protected javax.swing.JComponent comp
Constructor Detail

AbstractInputEditor

public AbstractInputEditor()
Method Detail

setInput

public void setInput(ITestCaseInput input)

getControl

public javax.swing.JComponent getControl()

addActionListener

public abstract void addActionListener(java.awt.event.ActionListener l)


Copyright © 2013. All Rights Reserved.