public class ConnectionDiscovererBean extends Object implements org.eclipse.core.runtime.IAdaptable, ConnectionDiscoveryListener, org.eclipse.ui.IActionFilter
Constructor and Description |
---|
ConnectionDiscovererBean(String id,
String name,
String description,
org.eclipse.jface.resource.ImageDescriptor imageDescriptor,
ConnectionDiscoverer discoverer) |
Modifier and Type | Method and Description |
---|---|
void |
discoveryUpdate(ConnectionDescriptor[] added,
ConnectionDescriptor[] removed) |
<T> T |
getAdapter(Class<T> adapter) |
String |
getDescription() |
String |
getId() |
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor() |
org.eclipse.core.databinding.observable.set.IObservableSet |
getKnownConnections() |
String |
getName() |
ConnectionStore |
getStore() |
protected void |
handleDiscoveryUpdate(ConnectionDescriptor[] added,
ConnectionDescriptor[] removed) |
boolean |
isStore() |
boolean |
testAttribute(Object target,
String name,
String value) |
String |
toString() |
public ConnectionDiscovererBean(String id, String name, String description, org.eclipse.jface.resource.ImageDescriptor imageDescriptor, ConnectionDiscoverer discoverer)
public org.eclipse.core.databinding.observable.set.IObservableSet getKnownConnections()
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
public String getName()
public String getId()
public String getDescription()
public <T> T getAdapter(Class<T> adapter)
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
public void discoveryUpdate(ConnectionDescriptor[] added, ConnectionDescriptor[] removed)
discoveryUpdate
in interface ConnectionDiscoveryListener
protected void handleDiscoveryUpdate(ConnectionDescriptor[] added, ConnectionDescriptor[] removed)
public ConnectionStore getStore()
public boolean isStore()