Dashboard Builder Data Displayer API 6.0.0.Beta1

org.jboss.dashboard.displayer
Class AbstractDataDisplayerType

java.lang.Object
  extended by org.jboss.dashboard.displayer.AbstractDataDisplayerType
All Implemented Interfaces:
DataDisplayerType

public abstract class AbstractDataDisplayerType
extends Object
implements DataDisplayerType


Field Summary
protected  List<DataDisplayerRenderer> displayerRenderers
           
 
Constructor Summary
AbstractDataDisplayerType()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.dashboard.displayer.DataDisplayerType
createDataDisplayer, getDescription, getIconPath, getUid, getXmlFormat
 

Field Detail

displayerRenderers

protected List<DataDisplayerRenderer> displayerRenderers
Constructor Detail

AbstractDataDisplayerType

public AbstractDataDisplayerType()
Method Detail

getSupportedRenderers

public List<DataDisplayerRenderer> getSupportedRenderers()
Description copied from interface: DataDisplayerType
Get those renderers which support this kind of displayers.

Specified by:
getSupportedRenderers in interface DataDisplayerType

getDefaultRenderer

public DataDisplayerRenderer getDefaultRenderer()
Description copied from interface: DataDisplayerType
Get the displayer renderer installed by default for this type.

Specified by:
getDefaultRenderer in interface DataDisplayerType

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Dashboard Builder Data Displayer API 6.0.0.Beta1

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.