com.limegroup.gnutella.gui.statistics.panes
Class NetStats

java.lang.Object
  extended bycom.limegroup.gnutella.gui.statistics.panes.AbstractOptionPaneItem
      extended bycom.limegroup.gnutella.gui.statistics.panes.NetStats
All Implemented Interfaces:
PaneItem, RefreshListener

public final class NetStats
extends AbstractOptionPaneItem

This class displays information about general network statistics.


Constructor Summary
NetStats()
          Creates a new graph that displays general network statistics.
 
Method Summary
 void refresh()
          Called when a UI refresh event has occurred.
 
Methods inherited from class com.limegroup.gnutella.gui.statistics.panes.AbstractOptionPaneItem
add, componentResized, getContainer, getHorizontalSeparator, getStatsComponent, getVerticalSeparator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetStats

public NetStats()
Creates a new graph that displays general network statistics.

Method Detail

refresh

public void refresh()
Description copied from interface: RefreshListener
Called when a UI refresh event has occurred. Refresh any elements of this component that need refreshing.

Specified by:
refresh in interface RefreshListener
Overrides:
refresh in class AbstractOptionPaneItem