org.antlr.gunit.swingui
Class RunnerController

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

public class RunnerController
extends Object
implements IController

Author:
scai

Nested Class Summary
 class RunnerController.RunnerView
           
 
Constructor Summary
RunnerController()
           
 
Method Summary
 Object getModel()
           
 Component getView()
           
 void OnShowRuleResult(Rule rule)
           
 void OnShowSuiteResult(TestSuite suite)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunnerController

public RunnerController()
Method Detail

getModel

public Object getModel()
Specified by:
getModel in interface IController

getView

public Component getView()
Specified by:
getView in interface IController

update

public void update()

OnShowSuiteResult

public void OnShowSuiteResult(TestSuite suite)

OnShowRuleResult

public void OnShowRuleResult(Rule rule)


Copyright © 2011. All Rights Reserved.