net.java.dev.moskito.webui.decorators
Class AbstractDecorator
java.lang.Object
net.java.dev.moskito.webui.decorators.AbstractDecorator
- All Implemented Interfaces:
- net.anotheria.util.sorter.IComparable, IDecorator
- Direct Known Subclasses:
- CacheStatsDecorator, DefaultDecorator, RequestOrientedStatsDecorator, StorageStatsDecorator
public abstract class AbstractDecorator
- extends Object
- implements IDecorator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
captions
protected List<StatCaptionBean> captions
name
private String name
AbstractDecorator
protected AbstractDecorator(String aName,
String[] captionStrings,
String[] shortExplanationStrings,
String[] explanationStrings)
getCaptions
public List<StatCaptionBean> getCaptions()
- Specified by:
getCaptions in interface IDecorator
getName
public String getName()
- Specified by:
getName in interface IDecorator
compareTo
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method)
- Specified by:
compareTo in interface net.anotheria.util.sorter.IComparable
getExplanation
public String getExplanation(String caption)
- Specified by:
getExplanation in interface IDecorator
Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework