public abstract class AbstractInputEditor extends Object
Modifier and Type | Field and Description |
---|---|
protected JComponent |
comp |
protected ITestCaseInput |
input |
Constructor and Description |
---|
AbstractInputEditor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addActionListener(ActionListener l) |
JComponent |
getControl() |
void |
setInput(ITestCaseInput input) |
protected ITestCaseInput input
protected JComponent comp
public void setInput(ITestCaseInput input)
public JComponent getControl()
public abstract void addActionListener(ActionListener l)
Copyright © 1992–2017 ANTLR. All rights reserved.