public abstract class AbstractPropertyLabelProvider<M,T> extends Object implements LabelProvider<M>
| Modifier and Type | Field and Description |
|---|---|
protected String |
propertyName |
protected org.apache.commons.collections15.Transformer<?,T> |
transformer |
| Constructor and Description |
|---|
AbstractPropertyLabelProvider(String propertyName2) |
AbstractPropertyLabelProvider(String propertyName,
org.apache.commons.collections15.Transformer transformer) |
| Modifier and Type | Method and Description |
|---|---|
<P> void |
setTransformer(org.apache.commons.collections15.Transformer<P,T> transformer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigureprotected final String propertyName
protected org.apache.commons.collections15.Transformer<?,T> transformer
public AbstractPropertyLabelProvider(String propertyName2)
public AbstractPropertyLabelProvider(String propertyName, org.apache.commons.collections15.Transformer transformer)
public <P> void setTransformer(org.apache.commons.collections15.Transformer<P,T> transformer)
Copyright © 2015 Uqbar Project. All rights reserved.