|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.gui.StatusLine
The component for the space at the bottom of the main application window, including the connected status and the media player.
Constructor Summary | |
StatusLine()
Creates a new status line in the disconnected state. |
Method Summary | |
void |
audioFileDoubleClicked()
|
javax.swing.JComponent |
getComponent()
Accessor for the JComponent instance that contains all of the panels for the status line. |
void |
launchAudio(java.io.File toPlay)
|
void |
setConnected(boolean connected)
Notifies this that we're connected. |
java.lang.String |
setStatistics(long hosts,
long files,
long kbytes,
int share,
int pending)
Sets the horizon statistics for this. |
void |
updateTheme()
Update any required theme settings, such as colors or images. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StatusLine()
Method Detail |
public void updateTheme()
ThemeObserver
updateTheme
in interface ThemeObserver
public void setConnected(boolean connected)
public java.lang.String setStatistics(long hosts, long files, long kbytes, int share, int pending)
public void audioFileDoubleClicked()
public void launchAudio(java.io.File toPlay)
public javax.swing.JComponent getComponent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |