public abstract class AbstractInputEditor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JComponent |
comp |
protected ITestCaseInput |
input |
Constructor and Description |
---|
AbstractInputEditor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addActionListener(java.awt.event.ActionListener l) |
javax.swing.JComponent |
getControl() |
void |
setInput(ITestCaseInput input) |
protected ITestCaseInput input
protected javax.swing.JComponent comp
public void setInput(ITestCaseInput input)
public javax.swing.JComponent getControl()
public abstract void addActionListener(java.awt.event.ActionListener l)
Copyright © 2013. All Rights Reserved.