|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.limegroup.gnutella.gui.statistics.panes.AbstractPaneItem
com.limegroup.gnutella.gui.statistics.panes.AbstractMessageGraphPaneItem
This class provides an implementation of the PaneItem interface for displaying a statistics graph.
It provides the basic implementation for displaying one statistic within a larger window of statistics. Each AbstractMessageGraphPaneItem has a titled border and a label describing the statistic. The label is followed by standardized spacing.
| Field Summary |
| Fields inherited from class com.limegroup.gnutella.gui.statistics.panes.AbstractPaneItem |
CONTAINER, HORIZONTAL_SEPARATOR, STAT_DISPLAYER, VERTICAL_SEPARATOR |
| Constructor Summary | |
protected |
AbstractMessageGraphPaneItem(java.lang.String key)
Creates a new AbstractPaneItem with the default settings for the displayed graph. |
protected |
AbstractMessageGraphPaneItem(java.lang.String key,
GraphAxisData data)
This sole constructor overrides the the public accessibility of the default constructor and is usually called implicitly. |
| Method Summary | |
javax.swing.JComponent |
getStatsComponent()
Accessor for the component that displays the statistic -- without the label or associated components. |
java.lang.String |
toString()
|
| Methods inherited from class com.limegroup.gnutella.gui.statistics.panes.AbstractPaneItem |
add, componentResized, getContainer, getHorizontalSeparator, getVerticalSeparator, refresh, registerDualStatistic, registerStatistic |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected AbstractMessageGraphPaneItem(java.lang.String key)
key - the key for obtaining the locale-specific values for
displayed strings
protected AbstractMessageGraphPaneItem(java.lang.String key,
GraphAxisData data)
key - the key for obtaining the locale-specific values for
displayed stringsdata - the GraphAxisData instance specifying the
customized display values to use for the graph| Method Detail |
public javax.swing.JComponent getStatsComponent()
PaneItem
getStatsComponent in interface PaneItemgetStatsComponent in class AbstractPaneItempublic java.lang.String toString()
toString in class AbstractPaneItem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||