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 IController
public javax.swing.JPanel getView()
getView
in interface IController
public void setProgressIndetermined(boolean value)
public void setProgress(int value)
Copyright © 2013. All Rights Reserved.