public class WebserviceViewListModel
extends javax.swing.AbstractListModel<java.lang.Object>
Modifier and Type | Class and Description |
---|---|
protected static class |
WebserviceViewListModel.WebserviceLoaderListener |
Modifier and Type | Field and Description |
---|---|
protected static boolean |
ascending |
protected static java.util.WeakHashMap<WebserviceViewListModel,java.lang.Object> |
instances |
protected static java.lang.Object |
present |
protected static WebserviceViewListModel.WebserviceLoaderListener |
sharedListener |
protected static java.util.List<Webservice> |
webservices |
Constructor and Description |
---|
WebserviceViewListModel() |
Modifier and Type | Method and Description |
---|---|
protected static java.util.List<Webservice> |
getAllWebservices() |
java.lang.Object |
getElementAt(int index) |
int |
getSize() |
protected static void |
reload() |
void |
setSort(boolean newSort) |
protected static void |
sort(boolean ascending) |
protected static WebserviceViewListModel.WebserviceLoaderListener sharedListener
protected static java.util.WeakHashMap<WebserviceViewListModel,java.lang.Object> instances
protected static final java.lang.Object present
protected static boolean ascending
protected static java.util.List<Webservice> webservices
public void setSort(boolean newSort)
protected static void sort(boolean ascending)
protected static java.util.List<Webservice> getAllWebservices()
protected static void reload()
public java.lang.Object getElementAt(int index)
ListModel.getElementAt(int)
public int getSize()
ListModel.getSize()