com.stimulsoft.report.export
Class StiProgressEmpty
java.lang.Object
com.stimulsoft.report.export.StiProgressEmpty
- All Implemented Interfaces:
- IStiProgressInformation
public class StiProgressEmpty
- extends java.lang.Object
- implements IStiProgressInformation
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiProgressEmpty
public StiProgressEmpty()
start
public void start(java.lang.String title)
- Specified by:
start
in interface IStiProgressInformation
start
public void start(java.lang.String title,
int progressMaximum)
- Specified by:
start
in interface IStiProgressInformation
setProgressBar
public void setProgressBar(int value,
int maximum)
- Specified by:
setProgressBar
in interface IStiProgressInformation
show
public void show()
- Specified by:
show
in interface IStiProgressInformation
hide
public void hide()
- Specified by:
hide
in interface IStiProgressInformation
hideProgressBar
public void hideProgressBar()
- Specified by:
hideProgressBar
in interface IStiProgressInformation
showProgressBar
public void showProgressBar()
- Specified by:
showProgressBar
in interface IStiProgressInformation
update
public void update(java.lang.String value)
- Specified by:
update
in interface IStiProgressInformation
update
public void update(java.lang.String value,
int progressValue)
- Specified by:
update
in interface IStiProgressInformation
close
public void close()
- Specified by:
close
in interface IStiProgressInformation
setAllowClose
public void setAllowClose(boolean allows)
- Specified by:
setAllowClose
in interface IStiProgressInformation
getIsBreaked
public boolean getIsBreaked()
- Specified by:
getIsBreaked
in interface IStiProgressInformation
setIsBreaked
public void setIsBreaked(boolean value)
- Specified by:
setIsBreaked
in interface IStiProgressInformation
getIsMarquee
public boolean getIsMarquee()
- Specified by:
getIsMarquee
in interface IStiProgressInformation
setIsMarquee
public void setIsMarquee(boolean value)
- Specified by:
setIsMarquee
in interface IStiProgressInformation
getAllowUseDoEvents
public boolean getAllowUseDoEvents()
- Specified by:
getAllowUseDoEvents
in interface IStiProgressInformation
setAllowUseDoEvents
public void setAllowUseDoEvents(boolean value)
- Specified by:
setAllowUseDoEvents
in interface IStiProgressInformation
getIsVisible
public boolean getIsVisible()
- Specified by:
getIsVisible
in interface IStiProgressInformation
updateTitle
public void updateTitle(java.lang.String title)
- Specified by:
updateTitle
in interface IStiProgressInformation
setIndeterminate
public void setIndeterminate(boolean indeterminate)
- Specified by:
setIndeterminate
in interface IStiProgressInformation