public interface IDecorationContext
This interface is not intended to be implemented by clients
LabelDecorator
Modifier and Type | Method and Description |
---|---|
String[] |
getProperties()
Return the properties that exist in this context
(i.e. the set of properties that have values associated
with them.
|
Object |
getProperty(String property)
Get the value of the given property or
null
if the property does not exist in this context. |
Object getProperty(String property)
null
if the property does not exist in this context.property
- the propertynull
String[] getProperties()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.