Class StatusBarProgress
java.lang.Object
ru.cg.webbpm.studio.platform.impl.progress.StatusBarProgress
- All Implemented Interfaces:
ProgressReporter
,ProgressIndicator
user: Ildar
date: 10.03.15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
bindMessageProperty
(javafx.beans.property.ReadOnlyStringProperty messageProperty) boolean
void
setMessageUpdateConsumer
(Consumer<String> updateMessageConsumer) void
void
start()
void
stop()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.platform.api.progress.ProgressIndicator
bindProgressProperty, progress, progress, setProgress, setProgressUpdateConsumer
-
Constructor Details
-
StatusBarProgress
-
-
Method Details
-
start
public void start()- Specified by:
start
in interfaceProgressIndicator
-
stop
public void stop()- Specified by:
stop
in interfaceProgressIndicator
-
isStarted
public boolean isStarted()- Specified by:
isStarted
in interfaceProgressIndicator
- Returns:
- вернет true, если старт индикатора был добавлен в очередь событий потока приложения JavaFX, но необязательно, что уже выполнен
-
setText
- Specified by:
setText
in interfaceProgressIndicator
-
bindMessageProperty
public void bindMessageProperty(javafx.beans.property.ReadOnlyStringProperty messageProperty) - Specified by:
bindMessageProperty
in interfaceProgressIndicator
-
setMessageUpdateConsumer
- Specified by:
setMessageUpdateConsumer
in interfaceProgressIndicator
-