|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.melloware.jukes.gui.view.MainPageBuilder
public final class MainPageBuilder
Builds the main page of the Jukes application: the tool bar, navigator, help navigation, all editors, the dynamic help viewer, and the status bar.
Copyright (c) 1999-2007 Melloware, Inc.
Nested Class Summary
classMainPageBuilder.VolumeChangeAction
Method Summary
DisclistgetDisclist()
Gets the disclist.
protected longgetElapsedTime()
Gets the elapsedTime.
PlaylistgetPlaylist()
Gets the playlist.
booleanisDisclistVisible()
Answers if the disclist panel is visible.
booleanisFilterVisible()
Answers if the filter panel is visible.
booleanisPlaylistVisible()
Answers if the playlist panel is visible.
voidopened(Object stream,
Map properties)
StringpanelVisible()
Returns the name of list panel currently visible.
voidprogress(int bytesread,
long microseconds,
byte[] pcmdata,
Map properties)
voidrefreshUI()
Repaints the screen after a track changes.
voidrestoreFrom(Preferences userPrefs)
Restores the frame's state from the user preferences.
voidsetController(javazoom.jlgui.basicplayer.BasicController controller)
voidsetDisclistVisible(boolean visible)
Sets the visibility of the disclist panel.
protected voidsetElapsedTime(long aElapsedTime)
Sets the elapsedTime.
voidsetFilterVisible(boolean b)
Sets the visibility of the filter panel.
voidsetPlaylistVisible(boolean visible)
Sets the visibility of the playlist panel.
voidstateUpdated(javazoom.jlgui.basicplayer.BasicPlayerEvent event)
voidstoreIn(Preferences userPrefs)
Stores the frame's state in the user preferences.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail
getPlaylist
public Playlist getPlaylist()
getDisclist
public Disclist getDisclist()
setController
public void setController(javazoom.jlgui.basicplayer.BasicController controller)
setController in interface javazoom.jlgui.basicplayer.BasicPlayerListener
setFilterVisible
public void setFilterVisible(boolean b)
setPlaylistVisible
public void setPlaylistVisible(boolean visible)
visible - whether or not the window is visible
isFilterVisible
public boolean isFilterVisible()
isPlaylistVisible
public boolean isPlaylistVisible()
opened
public void opened(Object stream,
Map properties)
opened in interface javazoom.jlgui.basicplayer.BasicPlayerListener
progress
public void progress(int bytesread,
long microseconds,
byte[] pcmdata,
Map properties)
progress in interface javazoom.jlgui.basicplayer.BasicPlayerListener
refreshUI
public void refreshUI()
restoreFrom
public void restoreFrom(Preferences userPrefs)
stateUpdated
public void stateUpdated(javazoom.jlgui.basicplayer.BasicPlayerEvent event)
stateUpdated in interface javazoom.jlgui.basicplayer.BasicPlayerListener
storeIn
public void storeIn(Preferences userPrefs)
getElapsedTime
protected long getElapsedTime()
setElapsedTime
protected void setElapsedTime(long aElapsedTime)
aElapsedTime - The elapsedTime to set.
setDisclistVisible
public void setDisclistVisible(boolean visible)
visible - whether or not the window is visible
isDisclistVisible
public boolean isDisclistVisible()
panelVisible
public String panelVisible()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 1999-2010 Melloware Inc. All Rights Reserved.