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