Package org.antlr.gunit.swingui
Class RuleListController
- java.lang.Object
-
- org.antlr.gunit.swingui.RuleListController
-
- All Implemented Interfaces:
IController
public class RuleListController extends java.lang.Object implements IController
-
-
Constructor Summary
Constructors Constructor Description RuleListController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getModel()
javax.swing.JScrollPane
getView()
void
initialize(TestSuite ts)
void
setListSelectionListener(javax.swing.event.ListSelectionListener l)
-
-
-
Method Detail
-
getView
public javax.swing.JScrollPane getView()
- Specified by:
getView
in interfaceIController
-
initialize
public void initialize(TestSuite ts)
-
setListSelectionListener
public void setListSelectionListener(javax.swing.event.ListSelectionListener l)
-
getModel
public java.lang.Object getModel()
- Specified by:
getModel
in interfaceIController
-
-