public abstract class AbstractDataDisplayerType extends Object implements DataDisplayerType
Modifier and Type | Field and Description |
---|---|
protected List<DataDisplayerRenderer> |
displayerRenderers |
Constructor and Description |
---|
AbstractDataDisplayerType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
DataDisplayerRenderer |
getDefaultRenderer()
Get the displayer renderer installed by default for this type.
|
List<DataDisplayerRenderer> |
getSupportedRenderers()
Get those renderers which support this kind of displayers.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
createDataDisplayer, getDescription, getIconPath, getUid, getXmlFormat
protected List<DataDisplayerRenderer> displayerRenderers
public List<DataDisplayerRenderer> getSupportedRenderers()
DataDisplayerType
getSupportedRenderers
in interface DataDisplayerType
public DataDisplayerRenderer getDefaultRenderer()
DataDisplayerType
getDefaultRenderer
in interface DataDisplayerType
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.