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) |
getSourceId
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getSourceId
public 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 ProgressStatusMessage
public boolean isSpinner()
public ProgressStatus apply(ProgressStatus ps)
apply
in class ProgressStatusEvent
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.