public class WFSFormsListAndComboBoxModel extends AbstractListModel implements ComboBoxModel, org.deegree.model.feature.FeatureProgressListener
listenerList| Constructor and Description |
|---|
WFSFormsListAndComboBoxModel(WFSFormQuery query,
HashMap replacingValues,
JComponent comp,
JProgressBar progressBar)
Creates a new WFSFormsListAndComboBoxModel object.
|
WFSFormsListAndComboBoxModel(WFSFormQuery query,
JComponent comp,
JProgressBar progressBar)
Creates a new instance of WFSFormsListAndComboBoxModel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addActionListener(ActionListener a)
DOCUMENT ME!
|
void |
featureLoadingFinished()
DOCUMENT ME!
|
void |
featureProgress()
DOCUMENT ME!
|
void |
featureProgress(int progress) |
void |
fireActionPerformed(ActionEvent e)
DOCUMENT ME!
|
Object |
getElementAt(int index)
Returns the value at the specified index.
|
int |
getEstimatedFeatureCount()
DOCUMENT ME!
|
Object |
getSelectedItem()
Returns the selected item.
|
int |
getSize()
Returns the length of the list.
|
void |
refresh(HashMap replacingValues)
DOCUMENT ME!
|
void |
removeActionListener(ActionListener a)
DOCUMENT ME!
|
void |
setEstimatedFeatureCount(int estimatedFeatureCount)
DOCUMENT ME!
|
void |
setSelectedItem(Object anItem)
Set the selected item.
|
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerpublic WFSFormsListAndComboBoxModel(WFSFormQuery query, JComponent comp, JProgressBar progressBar) throws Exception
query - DOCUMENT ME!comp - DOCUMENT ME!progressBar - DOCUMENT ME!Exception - DOCUMENT ME!public WFSFormsListAndComboBoxModel(WFSFormQuery query, HashMap replacingValues, JComponent comp, JProgressBar progressBar) throws Exception
query - DOCUMENT ME!replacingValues - DOCUMENT ME!comp - DOCUMENT ME!progressBar - DOCUMENT ME!Exception - DOCUMENT ME!public void refresh(HashMap replacingValues)
replacingValues - DOCUMENT ME!public Object getElementAt(int index)
getElementAt in interface ListModelindex - the requested indexindexpublic int getSize()
public void setSelectedItem(Object anItem)
ListDataListeners that the contents have changed.setSelectedItem in interface ComboBoxModelanItem - the list object to select or null to clear the selectionpublic Object getSelectedItem()
getSelectedItem in interface ComboBoxModelnull if there is no selectionpublic int getEstimatedFeatureCount()
public void setEstimatedFeatureCount(int estimatedFeatureCount)
estimatedFeatureCount - DOCUMENT ME!public void featureProgress(int progress)
featureProgress in interface org.deegree.model.feature.FeatureProgressListenerpublic void featureLoadingFinished()
public void featureProgress()
public void addActionListener(ActionListener a)
a - DOCUMENT ME!public void removeActionListener(ActionListener a)
a - DOCUMENT ME!public void fireActionPerformed(ActionEvent e)
e - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.