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, refreshViewer
public Object[] getElements(Object inputElement)
getElements
in interface org.eclipse.jface.viewers.IStructuredContentProvider
public void propertiesChanged(ECPProperties properties, Collection<Map.Entry<String,String>> oldProperties, Collection<Map.Entry<String,String>> newProperties)
propertiesChanged
in interface ECPPropertiesObserver
properties
- 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 © 2016. All rights reserved.