public class PropertiesContentProvider extends StructuredContentProvider<Properties> implements ECPPropertiesObserver
| Constructor and Description |
|---|
PropertiesContentProvider()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
connectInput(Properties input) |
protected void |
disconnectInput(Properties input) |
Object[] |
getElements(Object inputElement) |
void |
propertiesChanged(ECPProperties properties,
Collection<Map.Entry<String,String>> oldProperties,
Collection<Map.Entry<String,String>> newProperties)
This is called to indicate, that properties changed.
|
dispose, getInput, getViewer, inputChanged, refreshViewerpublic Object[] getElements(Object inputElement)
getElements in interface org.eclipse.jface.viewers.IStructuredContentProviderpublic void propertiesChanged(ECPProperties properties, Collection<Map.Entry<String,String>> oldProperties, Collection<Map.Entry<String,String>> newProperties)
propertiesChanged in interface ECPPropertiesObserverproperties - the ECPProperties that are chnagedoldProperties - the properties before changingnewProperties - the properties after changingprotected void connectInput(Properties input)
connectInput in class StructuredContentProvider<Properties>protected void disconnectInput(Properties input)
disconnectInput in class StructuredContentProvider<Properties>Copyright © 2020. All rights reserved.