public abstract class AbstractInputEditor extends Object
Modifier and Type | Field | Description |
---|---|---|
protected JComponent |
comp |
|
protected ITestCaseInput |
input |
Constructor | Description |
---|---|
AbstractInputEditor() |
Modifier and Type | Method | 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–2018 ANTLR. All rights reserved.