public abstract class AbstractPreferencesDiscoverer extends AbstractConnectionDiscoverer implements ConnectionStore
| Constructor and Description |
|---|
AbstractPreferencesDiscoverer() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ConnectionDescriptor connectionInformation) |
void |
dispose() |
protected abstract Preferences |
getNode() |
protected void |
initialize() |
protected void |
refresh() |
void |
remove(ConnectionDescriptor connectionInformation) |
protected void |
storeValue(Preferences node,
String key,
String value) |
void |
update(ConnectionDescriptor original,
ConnectionDescriptor updated) |
addConnection, addConnectionListener, fireDiscoveryUpdate, getConnections, removeConnection, removeConnectionListener, setConnectionsprotected abstract Preferences getNode()
protected void initialize()
public void dispose()
dispose in interface org.eclipse.ui.services.IDisposabledispose in class AbstractConnectionDiscovererprotected void refresh()
public void add(ConnectionDescriptor connectionInformation) throws org.eclipse.core.runtime.CoreException
add in interface ConnectionStoreorg.eclipse.core.runtime.CoreExceptionprotected void storeValue(Preferences node, String key, String value)
public void remove(ConnectionDescriptor connectionInformation) throws org.eclipse.core.runtime.CoreException
remove in interface ConnectionStoreorg.eclipse.core.runtime.CoreExceptionpublic void update(ConnectionDescriptor original, ConnectionDescriptor updated) throws org.eclipse.core.runtime.CoreException
update in interface ConnectionStoreorg.eclipse.core.runtime.CoreExceptionCopyright © 2015 Eclipse SCADA Project. All rights reserved.