org.antlr.gunit.swingui
Class RuleListController

java.lang.Object
  extended by org.antlr.gunit.swingui.RuleListController
All Implemented Interfaces:
IController

public class RuleListController
extends java.lang.Object
implements IController


Constructor Summary
RuleListController()
           
 
Method Summary
 java.lang.Object getModel()
           
 javax.swing.JScrollPane getView()
           
 void initialize(TestSuite ts)
           
 void setListSelectionListener(javax.swing.event.ListSelectionListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleListController

public RuleListController()
Method Detail

getView

public javax.swing.JScrollPane getView()
Specified by:
getView in interface IController

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 interface IController


Copyright © 2011. All Rights Reserved.