Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
W
_
A
actionPerformed(ActionEvent)
- Method in class javazoom.jlGui.
Player
Manages events.
actionPerformed(ActionEvent)
- Method in class javazoom.jlGui.playlist.ui.
MP3Files
actionPerformed(ActionEvent)
- Method in class javazoom.jlGui.skin.
UrlDialog
ActionListener implementation.
activeComponent
- class javazoom.jlGui.skin.
activeComponent
.
activeComponent is used to manage two state graphical components with optional checkbox property.
activeComponent(Image, Image, long)
- Constructor for class javazoom.jlGui.skin.
activeComponent
Contructor that create the active Component with 2 images.
activeComponent(Image, Image, long, boolean, boolean)
- Constructor for class javazoom.jlGui.skin.
activeComponent
Contructor that create the active Component with 2 images and checkbox property.
add(String)
- Method in class javazoom.Util.ini.
SortedStrings
Adds the String passed to the array in its proper place -- sorted.
add(String, boolean)
- Method in class javazoom.Util.ini.
Configuration
Adds the boolean property.
add(String, double)
- Method in class javazoom.Util.ini.
Configuration
Adds the double property.
add(String, int)
- Method in class javazoom.Util.ini.
Configuration
Adds the integer property.
add(String, String)
- Method in class javazoom.Util.ini.
Configuration
Adds a the property with the given name and value.
addActionListener(ActionListener)
- Method in class javazoom.jlGui.skin.
activeComponent
addItemAt(PlaylistItem, int)
- Method in interface javazoom.jlGui.playlist.
Playlist
Adds item at a given position in the playlist.
addItemAt(PlaylistItem, int)
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Adds item at a given position in the playlist.
Alphabetizer
- class javazoom.Util.ini.
Alphabetizer
.
This class alphabetizes strings.
Alphabetizer()
- Constructor for class javazoom.Util.ini.
Alphabetizer
appendItem(PlaylistItem)
- Method in interface javazoom.jlGui.playlist.
Playlist
Append item at the end of the playlist.
appendItem(PlaylistItem)
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Append item at the end of the playlist.
Array
- class javazoom.Util.ini.
Array
.
This class represents an array of objects.
Array()
- Constructor for class javazoom.Util.ini.
Array
B
BasePlaylist
- class javazoom.jlGui.playlist.
BasePlaylist
.
BasePlaylist.
BasePlaylist()
- Constructor for class javazoom.jlGui.playlist.
BasePlaylist
Constructor.
BasicPlayer
- class javazoom.jlGui.
BasicPlayer
.
BasicPlayer implements basics features of a player.
BasicPlayer()
- Constructor for class javazoom.jlGui.
BasicPlayer
Constructs a Basic Player.
BasicPlayer(BasicPlayerListener)
- Constructor for class javazoom.jlGui.
BasicPlayer
Constructs a Basic Player with a BasicPlayerListener.
BasicPlayerListener
- interface javazoom.jlGui.
BasicPlayerListener
.
BasicPlayerListener.
begin()
- Method in interface javazoom.jlGui.playlist.
Playlist
Moves the cursor at the begining of the Playlist.
begin()
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Moves the cursor at the top of the playlist.
BMPLoader
- class javazoom.Util.
BMPLoader
.
A decoder for Windows bitmap (.BMP) files.
BMPLoader()
- Constructor for class javazoom.Util.
BMPLoader
C
clear()
- Method in class javazoom.Util.ini.
SortedStrings
Clears the Strings from the object and creates a new one of the default size.
clear(int)
- Method in class javazoom.Util.ini.
SortedStrings
Clears the Strings from the object and creates a new one of the size passed.
clone()
- Method in class javazoom.Util.ini.
SortedStrings
Clones the SortedStrings object.
close()
- Method in class javazoom.Util.
Debug
Closes log file.
compare(char, char)
- Static method in class javazoom.Util.ini.
Alphabetizer
Performs a case-insensitive comparison of the two characters.
compare(String, String)
- Static method in class javazoom.Util.ini.
Alphabetizer
Performs a case-insensitive comparison of the two strings.
Config
- class javazoom.Util.
Config
.
This class provides all parameters for jlGui coming from a file.
Configuration
- class javazoom.Util.ini.
Configuration
.
A Configuration is used to save a set of configuration properties.
Configuration()
- Constructor for class javazoom.Util.ini.
Configuration
Constructs a new Configuration object that doesn't have a file associated with it.
Configuration(File)
- Constructor for class javazoom.Util.ini.
Configuration
Constructs a new Configuration object that stores it's properties in the given file.
Configuration(String)
- Constructor for class javazoom.Util.ini.
Configuration
Constructs a new Configuration object that stores it's properties in the file with the given name.
Configuration(URL)
- Constructor for class javazoom.Util.ini.
Configuration
Constructs a new Configuration object that stores it's properties in the given file.
contains(String)
- Method in class javazoom.Util.ini.
SortedStrings
Returns true flag if the String passed is in the array.
copy(Object[], Object[])
- Static method in class javazoom.Util.ini.
Array
CRC32OutputStream
- class javazoom.Util.ini.
CRC32OutputStream
.
CRC32OutputStream()
- Constructor for class javazoom.Util.ini.
CRC32OutputStream
D
Debug
- class javazoom.Util.
Debug
.
This class implements a simple Debug Tool.
DEFAULT_SIZE
- Static variable in class javazoom.Util.ini.
SortedStrings
diff(SortedStrings)
- Method in class javazoom.Util.ini.
SortedStrings
Returns a SortedStrings object that has the Strings from this object that are not in the one passed.
doubleArray(int[])
- Static method in class javazoom.Util.ini.
Array
doubleArray(String[])
- Static method in class javazoom.Util.ini.
Array
dragEnter(DropTargetDragEvent)
- Method in class javazoom.jlGui.
Player
DnD : dragEnter implementation.
dragExit(DropTargetEvent)
- Method in class javazoom.jlGui.
Player
DnD : dragExit implementation.
dragOver(DropTargetDragEvent)
- Method in class javazoom.jlGui.
Player
DnD : dragOver implementation.
drop(DropTargetDropEvent)
- Method in class javazoom.jlGui.
Player
DnD : Drop implementation.
dropActionChanged(DropTargetDragEvent)
- Method in class javazoom.jlGui.
Player
DnD : dropActionChanged implementation.
E
emit(DataOutput)
- Method in class javazoom.Util.ini.
SortedStrings
Writes a the SortedStrings object to the DataOutput object.
enableProxy()
- Method in class javazoom.Util.
Config
Enables Proxy.
equalTo(String, String)
- Static method in class javazoom.Util.ini.
Alphabetizer
exit(int)
- Method in class javazoom.jlGui.
Player
Kills the player.
F
FileSelector
- class javazoom.Util.
FileSelector
.
This class is used to select a file for loading or saving.
FileSelector()
- Constructor for class javazoom.Util.
FileSelector
fireEvent()
- Method in class javazoom.jlGui.skin.
activeComponent
G
get(String)
- Method in class javazoom.Util.ini.
Configuration
Returns the value of the property with the given name.
get(String, String)
- Method in class javazoom.Util.ini.
Configuration
Returns the value of the property with the given name.
getAllItems()
- Method in interface javazoom.jlGui.playlist.
Playlist
Returns a collection of playlist items.
getAllItems()
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Returns a collection of playlist items.
getAudioFileFormat()
- Method in class javazoom.jlGui.
BasicPlayer
Returns source AudioFileFormat.
getAudioFormat()
- Method in class javazoom.jlGui.
BasicPlayer
Returns source AudioFormat.
getBanner()
- Method in class javazoom.jlGui.skin.
taftb
Returns final banner as an image.
getBanner(int, int, int, int)
- Method in class javazoom.jlGui.skin.
taftb
Returns final banner as cropped image.
getBitRate()
- Method in class javazoom.jlGui.
BasicPlayer
Returns bit rate.
getBMPImage(InputStream)
- Method in class javazoom.Util.
BMPLoader
getBoolean(String)
- Method in class javazoom.Util.ini.
Configuration
Returns the value of the property with the given name.
getBoolean(String, boolean)
- Method in class javazoom.Util.ini.
Configuration
Returns the value of the property with the given name.
getCheckboxState()
- Method in class javazoom.jlGui.skin.
activeComponent
getConfigFile()
- Method in class javazoom.Util.ini.
Configuration
getContent(String)
- Method in class javazoom.jlGui.skin.
SkinLoader
Return skin content (Image or String) from name.
getCursor()
- Method in interface javazoom.jlGui.playlist.
Playlist
Returns item matching to the cursor.
getCursor()
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Returns item matching to the cursor.
getDefaultSkin()
- Method in class javazoom.Util.
Config
Returns default skin.
getDirectory()
- Static method in class javazoom.Util.
FileSelector
getDisplay()
- Method in class javazoom.jlGui.playlist.
PlaylistItem
getDouble(String)
- Method in class javazoom.Util.ini.
Configuration
Returns the value of the property with the given name.
getDouble(String, double)
- Method in class javazoom.Util.ini.
Configuration
Returns the value of the property with the given name.
getExtensions()
- Method in class javazoom.Util.
Config
Returns audio extensions.
getFile()
- Method in class javazoom.jlGui.skin.
UrlDialog
Returns filename.
getFile()
- Static method in class javazoom.Util.
FileSelector
getGain()
- Method in class javazoom.jlGui.
BasicPlayer
Returns Gain value.
getImage(String)
- Method in class javazoom.jlGui.skin.
SkinLoader
Return Image from name.
getImageSource()
- Method in class javazoom.Util.
BMPLoader
getIndex(int)
- Method in class javazoom.jlGui.playlist.ui.
MP3Files
getInstance()
- Static method in class javazoom.jlGui.playlist.
PlaylistFactory
Returns instance of PlaylistFactory.
getInstance()
- Static method in class javazoom.Util.
Debug
Returns Debug instance.
getInstance()
- Static method in class javazoom.Util.
Config
Returns Config instance.
getInt(String)
- Method in class javazoom.Util.ini.
Configuration
Returns the value of the property with the given name.
getInt(String, int)
- Method in class javazoom.Util.ini.
Configuration
Returns the value of the property with the given name.
getItemAt(int)
- Method in interface javazoom.jlGui.playlist.
Playlist
Returns item at a given position from the playlist.
getItemAt(int)
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Returns item at a given position from the playlist.
getLastDir()
- Method in class javazoom.Util.
Config
Returns last Directory.
getLastURL()
- Method in class javazoom.Util.
Config
Returns last URL.
getLength()
- Method in class javazoom.jlGui.playlist.
PlaylistItem
getLocation()
- Method in class javazoom.jlGui.playlist.
PlaylistItem
getMaximum()
- Method in class javazoom.jlGui.
BasicPlayer
Gets max Gain value.
getMinimum()
- Method in class javazoom.jlGui.
BasicPlayer
Gets min Gain value.
getMouseButton()
- Method in class javazoom.jlGui.skin.
activeComponent
getMouseX()
- Method in class javazoom.jlGui.skin.
activeComponent
getMouseY()
- Method in class javazoom.jlGui.skin.
activeComponent
getName()
- Method in class javazoom.jlGui.playlist.
PlaylistItem
getPan()
- Method in class javazoom.jlGui.
BasicPlayer
Returns Pan value.
getPixels()
- Method in class javazoom.jlGui.skin.
taftb
Returns final banner as a pixels array.
getPixelsH()
- Method in class javazoom.jlGui.skin.
taftb
Returns banner's height.
getPixelsW()
- Method in class javazoom.jlGui.skin.
taftb
Returns banner's length.
getPlayerState()
- Method in class javazoom.jlGui.
Player
Returns Player state.
getPlaylist()
- Method in class javazoom.jlGui.
Player
Returns Playlist instance.
getPlaylist()
- Method in class javazoom.jlGui.playlist.
PlaylistFactory
Returns Playlist instantied from full qualified class name.
getPlaylistClassName()
- Method in class javazoom.Util.
Config
Returns default skin.
getPlaylistFilename()
- Method in class javazoom.Util.
Config
Returns playlist filename.
getPlaylistSize()
- Method in interface javazoom.jlGui.playlist.
Playlist
Returns then number of items in the playlist.
getPlaylistSize()
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Returns then number of items in the playlist.
getPrecision()
- Method in class javazoom.jlGui.
BasicPlayer
Returns Pan precision.
getPreferredSize()
- Method in class javazoom.jlGui.skin.
activeComponent
getProxyPort()
- Method in class javazoom.Util.
Config
Returns proxy port.
getProxyServer()
- Method in class javazoom.Util.
Config
Returns proxy server.
getSelectedIndex()
- Method in interface javazoom.jlGui.playlist.
Playlist
Returns item matching to the cursor.
getSelectedIndex()
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Returns selected index.
getStatus()
- Method in class javazoom.jlGui.
BasicPlayer
Returns BasicPlayer status.
getTotalLengthInSeconds()
- Method in class javazoom.jlGui.
BasicPlayer
Returns total length in seconds.
getURL()
- Method in class javazoom.jlGui.skin.
UrlDialog
Returns URL.
getValue()
- Method in class javazoom.Util.ini.
CRC32OutputStream
getXLocation()
- Method in class javazoom.Util.
Config
Returns X location.
getYLocation()
- Method in class javazoom.Util.
Config
Returns Y location.
greaterThan(String, String)
- Static method in class javazoom.Util.ini.
Alphabetizer
grow(boolean[], double)
- Static method in class javazoom.Util.ini.
Array
grow(int[], double)
- Static method in class javazoom.Util.ini.
Array
grow(Object[], double)
- Static method in class javazoom.Util.ini.
Array
grow(String[], double)
- Static method in class javazoom.Util.ini.
Array
H
handleMouseClick(MouseEvent)
- Method in class javazoom.jlGui.playlist.ui.
MP3Files
hasGainControl()
- Method in class javazoom.jlGui.
BasicPlayer
Returns true if Gain control is supported.
hasPanControl()
- Method in class javazoom.jlGui.
BasicPlayer
Returns true if Pan control is supported.
I
indexOf(String)
- Method in class javazoom.Util.ini.
SortedStrings
Returns String index of the int passed.
INIT
- Static variable in class javazoom.jlGui.
Player
init(String, int)
- Method in class javazoom.Util.
Debug
Inits log file.
initLine()
- Method in class javazoom.jlGui.
BasicPlayer
Inits Audio ressources from AudioSystem.
DateSource must be present.
initPlayList()
- Method in class javazoom.jlGui.playlist.ui.
MP3Files
isEqualizerEnabled()
- Method in class javazoom.Util.
Config
Returns EqualizerUI state.
isFile()
- Method in class javazoom.jlGui.playlist.
PlaylistItem
isMousePressed()
- Method in class javazoom.jlGui.skin.
activeComponent
isPlaylistEnabled()
- Method in class javazoom.Util.
Config
Returns PlaylistUI state.
isRepeatEnabled()
- Method in class javazoom.Util.
Config
Returns RepeatUI state.
isSelected()
- Method in class javazoom.jlGui.playlist.
PlaylistItem
isShuffleEnabled()
- Method in class javazoom.Util.
Config
Returns ShuffleUI state.
isValidCRC()
- Method in class javazoom.Util.ini.
Configuration
J
javazoom.jlGui
- package javazoom.jlGui
javazoom.jlGui.playlist
- package javazoom.jlGui.playlist
javazoom.jlGui.playlist.ui
- package javazoom.jlGui.playlist.ui
javazoom.jlGui.skin
- package javazoom.jlGui.skin
javazoom.Util
- package javazoom.Util
javazoom.Util.ini
- package javazoom.Util.ini
L
lessThan(String, String)
- Static method in class javazoom.Util.ini.
Alphabetizer
load()
- Method in class javazoom.Util.
Config
Loads configuration.
load()
- Method in class javazoom.Util.ini.
Configuration
Loads the property list from the configuration file.
load(BufferedReader)
- Method in class javazoom.Util.ini.
Configuration
load(String)
- Method in interface javazoom.jlGui.playlist.
Playlist
Loads playlist.
load(String)
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Loads playlist as M3U format.
load(String)
- Method in class javazoom.Util.
Config
Loads configuration for the specified file.
loadImages()
- Method in class javazoom.jlGui.skin.
SkinLoader
Loads data (images + info) from skin.
loadPlaylist(String)
- Method in class javazoom.jlGui.
Player
Loads a new playlist.
loadSkin(InputStream)
- Method in class javazoom.jlGui.
Player
Loads a new skin from any input stream.
loadSkin(String)
- Method in class javazoom.jlGui.
Player
Loads a new skin from local file system.
log(int, String)
- Method in class javazoom.Util.
Debug
Sends message to log file.
M
main(String[])
- Static method in class javazoom.jlGui.
Player
Entry point.
MAXDEPTH
- Static variable in class javazoom.jlGui.playlist.ui.
MP3Files
merge(SortedStrings)
- Method in class javazoom.Util.ini.
SortedStrings
Merge two sorted lists of integers.
MP3Files
- class javazoom.jlGui.playlist.ui.
MP3Files
.
MP3Files.
MP3Files(Frame, Player, Playlist, SkinLoader, int, int, boolean)
- Constructor for class javazoom.jlGui.playlist.ui.
MP3Files
Constructor.
N
nextCursor()
- Method in interface javazoom.jlGui.playlist.
Playlist
Computes cursor position (next).
nextCursor()
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Computes cursor position (next).
nextCursor()
- Method in class javazoom.jlGui.playlist.ui.
MP3Files
O
OPEN
- Static variable in class javazoom.jlGui.
Player
OPEN
- Static variable in class javazoom.Util.
FileSelector
openInput(File)
- Method in class javazoom.jlGui.
BasicPlayer
Gets an InputStream from File.
P
paint(Graphics)
- Method in class javazoom.jlGui.
Player
paint(Graphics)
- Method in class javazoom.jlGui.playlist.ui.
MP3Files
paint(Graphics)
- Method in class javazoom.jlGui.skin.
activeComponent
paintList()
- Method in class javazoom.jlGui.playlist.ui.
MP3Files
PAUSE
- Static variable in class javazoom.jlGui.
Player
PAUSED
- Static variable in class javazoom.jlGui.
BasicPlayer
These variables are used to distinguish stopped, paused, playing states.
pausePlayback()
- Method in class javazoom.jlGui.
BasicPlayer
Pauses the playback.
Player Status = PAUSED.
pixels
- Variable in class javazoom.jlGui.skin.
taftb
PLAY
- Static variable in class javazoom.jlGui.
Player
Player
- class javazoom.jlGui.
Player
.
Player(String, int, String, Frame)
- Constructor for class javazoom.jlGui.
Player
Constructor.
PLAYING
- Static variable in class javazoom.jlGui.
BasicPlayer
Playlist
- interface javazoom.jlGui.playlist.
Playlist
.
Playlist.
PlaylistFactory
- class javazoom.jlGui.playlist.
PlaylistFactory
.
PlaylistFactory.
PlaylistItem
- class javazoom.jlGui.playlist.
PlaylistItem
.
PlaylistItem.
PlaylistItem()
- Constructor for class javazoom.jlGui.playlist.
PlaylistItem
PlaylistItem(String, String, long, boolean)
- Constructor for class javazoom.jlGui.playlist.
PlaylistItem
pressEject()
- Method in class javazoom.jlGui.
Player
Simulates "Eject" selection.
pressNext()
- Method in class javazoom.jlGui.
Player
Simulates "Next" selection.
pressPrevious()
- Method in class javazoom.jlGui.
Player
Simulates "Previous" selection.
pressStart()
- Method in class javazoom.jlGui.
Player
Simulates "Play" selection.
pressStop()
- Method in class javazoom.jlGui.
Player
Simulates "Stop" selection.
previousCursor()
- Method in interface javazoom.jlGui.playlist.
Playlist
Computes cursor position (previous).
previousCursor()
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Computes cursor position (previous).
processEvent(AWTEvent)
- Method in class javazoom.jlGui.skin.
activeComponent
processMouseEvent(MouseEvent)
- Method in class javazoom.jlGui.skin.
activeComponent
R
read(InputStream)
- Method in class javazoom.Util.
BMPLoader
READY
- Static variable in class javazoom.jlGui.
BasicPlayer
remove(String)
- Method in class javazoom.Util.ini.
SortedStrings
Removes the String passed from the array.
remove(String)
- Method in class javazoom.Util.ini.
Configuration
Removes the property with the given name.
removeActionListener(ActionListener)
- Method in class javazoom.jlGui.skin.
activeComponent
removeAll()
- Method in class javazoom.Util.ini.
Configuration
Removes all the properties.
removeAllItems()
- Method in interface javazoom.jlGui.playlist.
Playlist
Removes all items in the playlist.
removeAllItems()
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Removes all items from the playlist.
removeIndex(int)
- Method in class javazoom.Util.ini.
SortedStrings
Removes the String from the beginning of the array to the index passed.
removeItem(PlaylistItem)
- Method in interface javazoom.jlGui.playlist.
Playlist
Searchs and removes item from the playlist.
removeItem(PlaylistItem)
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Searchs and removes item from the playlist.
removeItemAt(int)
- Method in interface javazoom.jlGui.playlist.
Playlist
Removes item at a given position from the playlist.
removeItemAt(int)
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Removes item at a given position from the playlist.
resumePlayback()
- Method in class javazoom.jlGui.
BasicPlayer
Resumes the playback.
Player Status = PLAYING.
run()
- Method in class javazoom.jlGui.
BasicPlayer
Main loop.
S
SAVE
- Static variable in class javazoom.Util.
FileSelector
SAVE_AS
- Static variable in class javazoom.Util.
FileSelector
save()
- Method in class javazoom.Util.
Config
Saves configuration.
save()
- Method in class javazoom.Util.ini.
Configuration
Saves the property list to the config file.
save(PrintWriter)
- Method in class javazoom.Util.ini.
Configuration
save(String)
- Method in interface javazoom.jlGui.playlist.
Playlist
Saves playlist.
save(String)
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Saves playlist.
search(String)
- Method in class javazoom.Util.ini.
SortedStrings
Returns the index where the String value passed is located or where it should be sorted to if it is not present.
selectFile(int, String, String)
- Static method in class javazoom.Util.
FileSelector
Opens a dialog box so that the user can search for a file with the given extension and returns the filename selected.
selectFile(int, String, String, String, String)
- Static method in class javazoom.Util.
FileSelector
Opens a dialog box so that the user can search for a file with the given extension and returns the filename selected.
setActionCommand(String)
- Method in class javazoom.jlGui.skin.
activeComponent
setCurrentSong(PlaylistItem)
- Method in class javazoom.jlGui.
Player
Sets the current song to play and start playing if needed.
setDataSource(File)
- Method in class javazoom.jlGui.
BasicPlayer
Sets the data source as a file.
setDataSource(URL)
- Method in class javazoom.jlGui.
BasicPlayer
Sets the data source as an url.
setDefaultSkin(String)
- Method in class javazoom.Util.
Config
Sets default skin.
setEqualizerEnabled(boolean)
- Method in class javazoom.Util.
Config
Sets EqualizerUI state.
setGain(double)
- Method in class javazoom.jlGui.
BasicPlayer
Sets Gain value.
setLastDir(String)
- Method in class javazoom.Util.
Config
Sets last Directory.
setLastURL(String)
- Method in class javazoom.Util.
Config
Sets last URL.
setLocation(int, int)
- Method in class javazoom.Util.
Config
Sets X,Y location.
setLocation(String)
- Method in class javazoom.jlGui.playlist.
PlaylistItem
setLogLevel(int)
- Method in class javazoom.Util.
Debug
Sets log level.
setPan(float)
- Method in class javazoom.jlGui.
BasicPlayer
Sets Pan value.
setPlaylistEnabled(boolean)
- Method in class javazoom.Util.
Config
Sets PlaylistUI state.
setPlaylistFilename(String)
- Method in class javazoom.Util.
Config
Sets playlist filename.
setPopup(PopupMenu)
- Method in class javazoom.jlGui.skin.
activeComponent
setProxy(String, int, String, String)
- Method in class javazoom.Util.
Config
Sets Proxy info.
setRepeatEnabled(boolean)
- Method in class javazoom.Util.
Config
Sets RepeatUI state.
setSeek(double)
- Method in class javazoom.jlGui.
BasicPlayer
Sets Seek value.
setSelected(boolean)
- Method in class javazoom.jlGui.playlist.
PlaylistItem
setShuffleEnabled(boolean)
- Method in class javazoom.Util.
Config
Sets ShuffleUI state.
setSkin(String)
- Method in class javazoom.jlGui.
Player
Sets skin filename.
setStartDirectory(String)
- Static method in class javazoom.Util.
FileSelector
setWindow(Frame)
- Static method in class javazoom.Util.
FileSelector
shift(Object[], int, int)
- Static method in class javazoom.Util.ini.
Array
shiftDown(Object[], int, int)
- Static method in class javazoom.Util.ini.
Array
shiftUp(Object[], int, int)
- Static method in class javazoom.Util.ini.
Array
shuffle()
- Method in interface javazoom.jlGui.playlist.
Playlist
Randomly re-arranges the playlist.
shuffle()
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Shuffles items in the playlist randomly
SkinLoader
- class javazoom.jlGui.skin.
SkinLoader
.
This class implements a Skin Loader.
SkinLoader(InputStream)
- Constructor for class javazoom.jlGui.skin.
SkinLoader
Contructs a SkinLoader from any input stream.
SkinLoader(String)
- Constructor for class javazoom.jlGui.skin.
SkinLoader
Contructs a SkinLoader from a skin file.
sort(String[])
- Static method in class javazoom.Util.ini.
SortedStrings
Returns a sorted String[] from the String[] passed.
SortedStrings
- class javazoom.Util.ini.
SortedStrings
.
An object that represents an array of alpabetized Strings.
SortedStrings()
- Constructor for class javazoom.Util.ini.
SortedStrings
Constructor creates a new SortedStrings object of default size.
SortedStrings(DataInput)
- Constructor for class javazoom.Util.ini.
SortedStrings
Contructor creates a new SortedStrings object using a DataInput object.
SortedStrings(int)
- Constructor for class javazoom.Util.ini.
SortedStrings
Constructor creates a new SortedStrings object of size passed.
SortedStrings(String[])
- Constructor for class javazoom.Util.ini.
SortedStrings
Contructor creates a new SortedStrings object, initializing it with the String[] passed.
sortItems(int)
- Method in interface javazoom.jlGui.playlist.
Playlist
Sorts items of the playlist.
sortItems(int)
- Method in class javazoom.jlGui.playlist.
BasePlaylist
Sorts items of the playlist.
startPlayback()
- Method in class javazoom.jlGui.
BasicPlayer
Starts playback.
STOP
- Static variable in class javazoom.jlGui.
Player
STOPPED
- Static variable in class javazoom.jlGui.
BasicPlayer
stopPlayback()
- Method in class javazoom.jlGui.
BasicPlayer
Stops the playback.
Player Status = STOPPED.
Thread should free Audio ressources.
storeCRC()
- Method in class javazoom.Util.ini.
Configuration
stringAt(int)
- Method in class javazoom.Util.ini.
SortedStrings
Returns the String value at the index passed.
stringCount()
- Method in class javazoom.Util.ini.
SortedStrings
Returns the number of Strings in the array.
T
taftb
- class javazoom.jlGui.skin.
taftb
.
taftb is used to build gif image from graphical fonts.
taftb(String, Image, int, int, int, String)
- Constructor for class javazoom.jlGui.skin.
taftb
Text banner building according to the alphabet index, font size and Y spacing.
theBanner
- Variable in class javazoom.jlGui.skin.
taftb
theFonts
- Variable in class javazoom.jlGui.skin.
taftb
toStringArray()
- Method in class javazoom.Util.ini.
SortedStrings
Returns an String[] that contains the value in the SortedStrings object.
U
update(Graphics)
- Method in class javazoom.jlGui.
Player
updateCursor(int, int)
- Method in interface javazoom.jlGui.
BasicPlayerListener
updateCursor(int, int)
- Method in class javazoom.jlGui.
Player
BasicPlayerListener implementation.
updateMediaData(byte[])
- Method in interface javazoom.jlGui.
BasicPlayerListener
updateMediaData(byte[])
- Method in class javazoom.jlGui.
Player
BasicPlayerListener implementation.
updateMediaState(String)
- Method in interface javazoom.jlGui.
BasicPlayerListener
updateMediaState(String)
- Method in class javazoom.jlGui.
Player
BasicPlayerListener implementation.
UrlDialog
- class javazoom.jlGui.skin.
UrlDialog
.
UrlDialog class implements a DialogBox to get an URL.
UrlDialog(String, int, int, int, int, String)
- Constructor for class javazoom.jlGui.skin.
UrlDialog
Contructor.
W
windowActivated(WindowEvent)
- Method in class javazoom.jlGui.
Player
Invoked when the window is set to be the user's active window, which means the window (or one of its subcomponents) will receive keyboard events.
windowClosed(WindowEvent)
- Method in class javazoom.jlGui.
Player
Invoked when a window has been closed as the result of calling dispose on the window
windowClosing(WindowEvent)
- Method in class javazoom.jlGui.
Player
Invoked when the user attempts to close the window from the window's system menu.
windowDeactivated(WindowEvent)
- Method in class javazoom.jlGui.
Player
Invoked when a window is no longer the user's active window, which means that keyboard events will no longer be delivered to the window or its subcomponents
windowDeiconified(WindowEvent)
- Method in class javazoom.jlGui.
Player
Invoked when a window is changed from a minimized to a normal state.
windowIconified(WindowEvent)
- Method in class javazoom.jlGui.
Player
Invoked when a window is changed from a normal to a minimized state.
windowOpened(WindowEvent)
- Method in class javazoom.jlGui.
Player
Invoked the first time a window is made visible.
write(int)
- Method in class javazoom.Util.ini.
CRC32OutputStream
_
_cursorPos
- Variable in class javazoom.jlGui.playlist.
BasePlaylist
_isFile
- Variable in class javazoom.jlGui.playlist.
PlaylistItem
_isSelected
- Variable in class javazoom.jlGui.playlist.
PlaylistItem
_location
- Variable in class javazoom.jlGui.playlist.
PlaylistItem
_name
- Variable in class javazoom.jlGui.playlist.
PlaylistItem
_playlist
- Variable in class javazoom.jlGui.playlist.
BasePlaylist
_seconds
- Variable in class javazoom.jlGui.playlist.
PlaylistItem
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
W
_
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
JavaZOOM 1999-2002