|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.gui.statistics.StatisticsPaneManager
Manages the main statistics window that displays the various statistics windows.
This class also stores all of the main statistics panels to access all of them regardless of how many there are or what their specific type is.
Constructor Summary | |
StatisticsPaneManager()
The constructor sets the layout and adds all of the StatisticsPane instances. |
Method Summary | |
void |
addPane(StatisticsPane pane)
Adds the speficied window to the CardLayout based on its title. |
void |
componentResized(java.awt.event.ComponentEvent e)
|
javax.swing.JComponent |
getComponent()
Returns the main JComponent for this class. |
PaneItem |
getFirstDisplayedPaneItem()
|
void |
refresh()
Refreshes all statistics panes. |
void |
show(java.lang.String name)
Shows the window speficied by its title. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StatisticsPaneManager()
Method Detail |
public void show(java.lang.String name)
name
- the name of the Component
to showpublic javax.swing.JComponent getComponent()
JComponent
for this class.
JComponent
instance that is the main component
for this class.public PaneItem getFirstDisplayedPaneItem()
public void addPane(StatisticsPane pane)
public void refresh()
refresh
in interface RefreshListener
public void componentResized(java.awt.event.ComponentEvent e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |