public class BundleListModel extends AbstractListModel<BundleItem>
BundleItem.listenerList| Constructor and Description |
|---|
BundleListModel(org.osgi.framework.BundleContext bundleContext,
RepositoryAdminTracker repositoryAdminTrackerCustomizer) |
| Modifier and Type | Method and Description |
|---|---|
BundleItem |
getBundle(int i) |
BundleItem |
getElementAt(int i) |
int |
getSize() |
void |
install()
Watch for local bundle updates and RepositoryAdmin service.
|
void |
uninstall()
Stop watching for bundles.
|
void |
update()
Update the content of the bundle context.
|
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerpublic BundleListModel(org.osgi.framework.BundleContext bundleContext,
RepositoryAdminTracker repositoryAdminTrackerCustomizer)
bundleContext - Bundle context to track.public void install()
public void uninstall()
public void update()
public int getSize()
public BundleItem getElementAt(int i)
public BundleItem getBundle(int i)
i - IndexCopyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.