public class FlurstueckChooser.AutomaticFlurstueckRetriever extends SwingWorker<Void,Void> implements PropertyChangeListener
SwingWorker.StateValue| Modifier and Type | Field and Description |
|---|---|
static int |
COPY_CONTENT_MODE |
static int |
FILTER_ACTION_MODE |
static int |
FLURSTUECK_REQUEST_MODE |
static int |
SET_BOXES_ACCORDING_TO_CONTENT_MODE |
| Constructor and Description |
|---|
AutomaticFlurstueckRetriever(int mode,
FlurstueckSchluesselCustomBean key)
Creates a new AutomaticFlurstueckRetriever object.
|
AutomaticFlurstueckRetriever(int mode,
FlurstueckSchluesselCustomBean key,
Color initialColor)
Creates a new AutomaticFlurstueckRetriever object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Void |
doInBackground() |
protected void |
done() |
int |
getMode()
DOCUMENT ME!
|
void |
propertyChange(PropertyChangeEvent evt) |
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgresspublic static final int FLURSTUECK_REQUEST_MODE
public static final int FILTER_ACTION_MODE
public static final int SET_BOXES_ACCORDING_TO_CONTENT_MODE
public static final int COPY_CONTENT_MODE
public AutomaticFlurstueckRetriever(int mode,
FlurstueckSchluesselCustomBean key)
mode - DOCUMENT ME!key - DOCUMENT ME!public AutomaticFlurstueckRetriever(int mode,
FlurstueckSchluesselCustomBean key,
Color initialColor)
mode - DOCUMENT ME!key - DOCUMENT ME!initialColor - DOCUMENT ME!protected Void doInBackground() throws Exception
doInBackground in class SwingWorker<Void,Void>Exceptionprotected void done()
done in class SwingWorker<Void,Void>public void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpublic int getMode()
Copyright © 2012–2025 cismet GmbH. All rights reserved.