public abstract class JGlossWorker<T,V> extends SwingWorker<T,V>
SwingWorker.StateValue
Modifier and Type | Field and Description |
---|---|
static String |
MESSAGE_PROPERTY |
Constructor and Description |
---|
JGlossWorker() |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
void |
setMessage(String message) |
addPropertyChangeListener, cancel, doInBackground, done, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
public static final String MESSAGE_PROPERTY
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.