| net.refractions.udig.project.internal.impl.StyleBlackboardImpl
StyleBlackboardImpl | public class StyleBlackboardImpl extends EObjectImpl implements StyleBlackboard(Code) | | The default implementation.
author: Jesse since: 1.0.0 |
Method Summary | |
public boolean | addListener(IBlackboardListener listener) | public void | clear() | public Object | clone() TODO: This method does not actually clone the underlying style
objects, which it should. | public boolean | contains(String styleId) | public Object | eGet(EStructuralFeature eFeature, boolean resolve) | public NotificationChain | eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs) | public boolean | eIsSet(EStructuralFeature eFeature) | public void | eSet(EStructuralFeature eFeature, Object newValue) | protected EClass | eStaticClass() | public void | eUnset(EStructuralFeature eFeature) | public void | flush() | public Object | get(String styleId) | public List<StyleEntry> | getContent() | public Float | getFloat(String key) | public Integer | getInteger(String key) | protected Object | getObject(StyleEntry styleEntry) Gets the style object from a StyleEntry. | public String | getString(String key) | public boolean | isSelected(String styleId) | public Object | lookup(Class> theClass) | public void | put(String styleId, Object style) | public void | put(URL url, IProgressMonitor monitor) | public void | putFloat(String key, float value) | public void | putInteger(String key, int value) | public void | putString(String key, String value) | public Object | remove(String styleId) | public boolean | removeListener(IBlackboardListener listener) | public void | setSelected(String[] ids) |
StyleBlackboardImpl | protected StyleBlackboardImpl()(Code) | |
|
clear | public void clear()(Code) | | |
eGet | public Object eGet(EStructuralFeature eFeature, boolean resolve)(Code) | |
|
eInverseRemove | public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)(Code) | |
|
eIsSet | public boolean eIsSet(EStructuralFeature eFeature)(Code) | |
|
eSet | public void eSet(EStructuralFeature eFeature, Object newValue)(Code) | |
|
eStaticClass | protected EClass eStaticClass()(Code) | |
|
eUnset | public void eUnset(EStructuralFeature eFeature)(Code) | |
|
flush | public void flush()(Code) | | |
getObject | protected Object getObject(StyleEntry styleEntry)(Code) | | Gets the style object from a StyleEntry. Either from the StyleEntry cache or from the
StyleContent associated with the entry.
|
put | public void put(URL url, IProgressMonitor monitor)(Code) | |
|
putInteger | public void putInteger(String key, int value)(Code) | | |
|
|