Package org.antlr.gunit.swingui
Class StatusBarController
- java.lang.Object
-
- org.antlr.gunit.swingui.StatusBarController
-
- All Implemented Interfaces:
IController
public class StatusBarController extends java.lang.Object implements IController
-
-
Constructor Summary
Constructors Constructor Description StatusBarController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getModel()
javax.swing.JPanel
getView()
void
setProgress(int value)
void
setProgressIndetermined(boolean value)
void
setRule(java.lang.String name)
void
setText(java.lang.String text)
-
-
-
Method Detail
-
setText
public void setText(java.lang.String text)
-
setRule
public void setRule(java.lang.String name)
-
getModel
public java.lang.Object getModel()
- Specified by:
getModel
in interfaceIController
-
getView
public javax.swing.JPanel getView()
- Specified by:
getView
in interfaceIController
-
setProgressIndetermined
public void setProgressIndetermined(boolean value)
-
setProgress
public void setProgress(int value)
-
-