Package com.stimulsoft.report.export
Class StiProgressEmpty
java.lang.Object
com.stimulsoft.report.export.StiProgressEmpty
- All Implemented Interfaces:
IStiProgressInformation
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanbooleanbooleanbooleanvoidhide()voidvoidsetAllowClose(boolean allows) voidsetAllowUseDoEvents(boolean value) voidsetIndeterminate(boolean indeterminate) voidsetIsBreaked(boolean value) voidsetIsMarquee(boolean value) voidsetProgressBar(int value, int maximum) voidshow()voidvoidvoidvoidvoidvoidupdateTitle(String title)
-
Constructor Details
-
StiProgressEmpty
public StiProgressEmpty()
-
-
Method Details
-
start
- Specified by:
startin interfaceIStiProgressInformation
-
start
- Specified by:
startin interfaceIStiProgressInformation
-
setProgressBar
public void setProgressBar(int value, int maximum) - Specified by:
setProgressBarin interfaceIStiProgressInformation
-
show
public void show()- Specified by:
showin interfaceIStiProgressInformation
-
hide
public void hide()- Specified by:
hidein interfaceIStiProgressInformation
-
hideProgressBar
public void hideProgressBar()- Specified by:
hideProgressBarin interfaceIStiProgressInformation
-
showProgressBar
public void showProgressBar()- Specified by:
showProgressBarin interfaceIStiProgressInformation
-
update
- Specified by:
updatein interfaceIStiProgressInformation
-
update
- Specified by:
updatein interfaceIStiProgressInformation
-
close
public void close()- Specified by:
closein interfaceIStiProgressInformation
-
setAllowClose
public void setAllowClose(boolean allows) - Specified by:
setAllowClosein interfaceIStiProgressInformation
-
getIsBreaked
public boolean getIsBreaked()- Specified by:
getIsBreakedin interfaceIStiProgressInformation
-
setIsBreaked
public void setIsBreaked(boolean value) - Specified by:
setIsBreakedin interfaceIStiProgressInformation
-
getIsMarquee
public boolean getIsMarquee()- Specified by:
getIsMarqueein interfaceIStiProgressInformation
-
setIsMarquee
public void setIsMarquee(boolean value) - Specified by:
setIsMarqueein interfaceIStiProgressInformation
-
getAllowUseDoEvents
public boolean getAllowUseDoEvents()- Specified by:
getAllowUseDoEventsin interfaceIStiProgressInformation
-
setAllowUseDoEvents
public void setAllowUseDoEvents(boolean value) - Specified by:
setAllowUseDoEventsin interfaceIStiProgressInformation
-
getIsVisible
public boolean getIsVisible()- Specified by:
getIsVisiblein interfaceIStiProgressInformation
-
updateTitle
- Specified by:
updateTitlein interfaceIStiProgressInformation
-
setIndeterminate
public void setIndeterminate(boolean indeterminate) - Specified by:
setIndeterminatein interfaceIStiProgressInformation
-