public class StatusBarController extends java.lang.Object implements IController
| Constructor and Description |
|---|
StatusBarController() |
| Modifier and Type | Method and 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) |
public void setText(java.lang.String text)
public void setRule(java.lang.String name)
public java.lang.Object getModel()
getModel in interface IControllerpublic javax.swing.JPanel getView()
getView in interface IControllerpublic void setProgressIndetermined(boolean value)
public void setProgress(int value)
Copyright © 2012. All Rights Reserved.