|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An object that defines the basic functionality of an StatisticsPane, or one panel specifying a set of statistics in the statistics window.
Each StatisticsPane has a unique identifying name that allows it to be displayed in the CardLayout.
Method Summary | |
void |
add(PaneItem item)
Adds a new option item to this pane. |
void |
componentResized(java.awt.event.ComponentEvent e,
java.awt.Component comp)
Notifies the StatisticsPane that the component has been resized. |
boolean |
display()
Returns whether or not to display this pane. |
javax.swing.JComponent |
getComponent()
Returns the Container instance that holds the different elements of this StatisticsPane. |
PaneItem |
getFirstPaneItem()
Returns the first PaneItem in this pane. |
java.lang.String |
getName()
Returns the name of this StatisticsPane. |
Methods inherited from interface com.limegroup.gnutella.gui.RefreshListener |
refresh |
Method Detail |
public java.lang.String getName()
public javax.swing.JComponent getComponent()
public void add(PaneItem item)
item
- the PaneItem instance to add to this
StatisticsPanepublic boolean display()
public PaneItem getFirstPaneItem()
public void componentResized(java.awt.event.ComponentEvent e, java.awt.Component comp)
e
- the ComponentEvent that generated the resizecomp
- the pane Component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |