public class SwingWorkerProgressFeedback extends Object implements PropertyChangeListener
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_MESSAGE_PROPERTY |
static String |
PROGRESS_PROPERTY |
static String |
STATE_PROPERTY |
Modifier and Type | Method and Description |
---|---|
void |
propertyChange(PropertyChangeEvent event) |
static void |
showProgress(SwingWorker<?,?> worker,
Component feedbackTarget) |
public static final String DEFAULT_MESSAGE_PROPERTY
public static final String PROGRESS_PROPERTY
public static final String STATE_PROPERTY
public static void showProgress(SwingWorker<?,?> worker, Component feedbackTarget)
public void propertyChange(PropertyChangeEvent event)
propertyChange
in interface PropertyChangeListener
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.