public class ProgressStatusEventProgress extends ProgressStatusEvent implements ProgressStatusMessage
| Constructor and Description |
|---|
ProgressStatusEventProgress(String sourceId) |
ProgressStatusEventProgress(String progressStatusId,
int steps,
String message,
boolean spinner) |
| Modifier and Type | Method and Description |
|---|---|
ProgressStatus |
apply(ProgressStatus ps) |
boolean |
equals(Object obj) |
String |
getMessage() |
int |
getSteps() |
int |
hashCode() |
boolean |
isSpinner() |
void |
setMessage(String message) |
void |
setSpinner(boolean spinner) |
void |
setSteps(int steps) |
getSourceIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetSourceIdpublic ProgressStatusEventProgress(String progressStatusId, int steps, String message, boolean spinner)
public ProgressStatusEventProgress(String sourceId)
public void setSteps(int steps)
public void setMessage(String message)
public void setSpinner(boolean spinner)
public int getSteps()
public String getMessage()
getMessage in interface ProgressStatusMessagepublic boolean isSpinner()
public ProgressStatus apply(ProgressStatus ps)
apply in class ProgressStatusEventCopyright © 2017–2020 Eclipse Foundation. All rights reserved.