|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.common.osgi.ServiceClassListener<T>
org.cogchar.bind.rk.aniconv.ui.ConfigSelector<T>
public class ConfigSelector<T>
| Field Summary |
|---|
| Fields inherited from class org.robokind.api.common.osgi.ServiceClassListener |
|---|
PROP_SERVICE_ADDED, PROP_SERVICE_REMOVED |
| Constructor Summary | |
|---|---|
ConfigSelector(org.osgi.framework.BundleContext context,
Class<T> type)
|
|
| Method Summary | |
|---|---|
protected void |
addService(T t)
|
org.jflux.api.core.Notifier<T> |
getAddNotifier()
|
List<T> |
getAvailableConfigs()
|
org.jflux.api.core.Notifier<T> |
getRemoveNotifier()
|
Class<T> |
getType()
|
protected void |
removeService(T t)
|
| Methods inherited from class org.robokind.api.common.osgi.ServiceClassListener |
|---|
getServiceReferences, getTopService, serviceChanged, start, stop |
| Methods inherited from class org.robokind.api.common.property.PropertyChangeNotifier |
|---|
addPropertyChangeListener, addPropertyChangeListener, clearAllListeners, clearListeners, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, hasListeners, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigSelector(org.osgi.framework.BundleContext context,
Class<T> type)
| Method Detail |
|---|
public Class<T> getType()
protected void addService(T t)
addService in class org.robokind.api.common.osgi.ServiceClassListener<T>protected void removeService(T t)
removeService in class org.robokind.api.common.osgi.ServiceClassListener<T>public List<T> getAvailableConfigs()
public org.jflux.api.core.Notifier<T> getAddNotifier()
public org.jflux.api.core.Notifier<T> getRemoveNotifier()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||