org.antlr.gunit.swingui
Class StatusBarController

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

public class StatusBarController
extends Object
implements IController


Constructor Summary
StatusBarController()
           
 
Method Summary
 Object getModel()
           
 JPanel getView()
           
 void setProgress(int value)
           
 void setProgressIndetermined(boolean value)
           
 void setRule(String name)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusBarController

public StatusBarController()
Method Detail

setText

public void setText(String text)

setRule

public void setRule(String name)

getModel

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

getView

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

setProgressIndetermined

public void setProgressIndetermined(boolean value)

setProgress

public void setProgress(int value)


Copyright © 2011. All Rights Reserved.