A B C D E F G H I J K L M N O P Q R S T U V W X

A

abortCharacter() - Method in class com.blackledge.david.tivo.widgets.qk.handlers.DirectionalKeyboardHandler
 
abortCharacter() - Method in class com.blackledge.david.tivo.widgets.qk.handlers.QuadrantsKeyboardHandler
 
abortCharacter() - Method in class com.blackledge.david.tivo.widgets.qk.handlers.RowColumnKeyboardHandler
 
abortCharacter() - Method in class com.blackledge.david.tivo.widgets.qk.handlers.TextingKeyboardHandler
 
abortCharacter() - Method in class com.blackledge.david.tivo.widgets.qk.handlers.TextingRowColumnKeyboardHandler
 
abortCharacter() - Method in interface com.blackledge.david.tivo.widgets.qk.QuickKeyboardHandler
Reset handler state - the user pressed an aborting key like delete/backspace and the last uncommitted value passed to QuickKeyboard.setCharacter(String) is deleted (no need to do it yourself.
acceptsParams() - Method in class com.blackledge.david.tivo.hmoclient.Link
"This optional element indicates whether or the server serving the link understands the applicable Music and Photos parameters (such as Format, Seek, Width, etc.)."
ACE - Static variable in class com.blackledge.david.game.solitaire.Card
Constant for a Card Value as returned by Card.getValue() - the Ace is valued as 1 here.
ActionButton - Class in com.blackledge.david.tivo.widgets
Extends BButton to have an action when the user hits "select", too.
ActionButton(BView, int, int, int, int, boolean, Object) - Constructor for class com.blackledge.david.tivo.widgets.ActionButton
 
ActionButton(BView, int, int, int, int, Object) - Constructor for class com.blackledge.david.tivo.widgets.ActionButton
 
actionDeck() - Method in class com.blackledge.david.game.solitaire.SolitaireGame
Act on the deck.
actionDeckStack() - Method in class com.blackledge.david.game.solitaire.SolitaireGame
Act on the identified stack.
actionGoalStack(int) - Method in class com.blackledge.david.game.solitaire.FreeCellGame
Act on the identified stack.
actionGoalStack(int) - Method in class com.blackledge.david.game.solitaire.SolitaireGame
Act on the identified stack.
actionPlayStack(int, int) - Method in class com.blackledge.david.game.solitaire.FreeCellGame
Act on the identified stack.
actionPlayStack(int, int) - Method in class com.blackledge.david.game.solitaire.SolitaireGame
Act on the identified stack.
actionSingleStack(int) - Method in class com.blackledge.david.game.solitaire.FreeCellGame
 
activate() - Method in class com.blackledge.david.tivo.ApplicationView
 
add(Object) - Method in class com.blackledge.david.game.solitaire.CardStack
calls super.CardStack.add(Object) if the object is a card, calls super.Vector.addAll(Collection) if the object is a CardStack.
addCallback(MultiTaskerApplication.ICallback, Resource) - Method in class com.blackledge.david.tivo.multitasker.MultiTaskerApplication
 
addCrossword(CrosswordPuzzle.Puzzleword) - Method in class com.blackledge.david.game.crossword.CrosswordPuzzle
Add an entry to the puzzle.
addHeaders(IHttpRequest, String) - Method in class com.blackledge.david.tivo.multitasker.MultiTaskerApplicationFactory
 
addHeaders(IHttpRequest, String) - Method in class com.blackledge.david.tivo.multitasker.URLProxyFactory
Deprecated.  
addItem(VshItem) - Method in class com.blackledge.david.tivo.shopper.FileScreen
Add the item to the display and file in correct alphabetical order.
addItem(VshItem) - Method in class com.blackledge.david.tivo.shopper.VshFile
 
addListener(TivoLocator.TivoLocatorListener) - Method in class com.blackledge.david.tivo.TivoLocator
 
addNeededItems(VshFile) - Method in class com.blackledge.david.tivo.shopper.VshFile
Adds items that are marked needed
addOrder(String) - Method in class com.blackledge.david.tivo.hmoclient.ContainerRequest
 
addReverseOrder(String) - Method in class com.blackledge.david.tivo.hmoclient.ContainerRequest
 
advance() - Method in class com.blackledge.david.tivo.widgets.VideoView
 
afterLayout() - Method in class com.blackledge.david.tivo.solitaire.TivoFreeCell
 
afterLayout() - Method in class com.blackledge.david.tivo.solitaire.TivoFreeCellMulti
 
afterLayout() - Method in class com.blackledge.david.tivo.solitaire.TivoSolitaire
Whatever you might have to do after layout of a completed move e.g.
afterLayout() - Method in class com.blackledge.david.tivo.solitaire.TivoSolitaireMulti
Whatever you might have to do after layout of a completed move e.g.
ApplicationView - Class in com.blackledge.david.tivo
A view used to display/handle another application as its resource
ApplicationView(BView, int, int, int, int, String, Map, boolean) - Constructor for class com.blackledge.david.tivo.ApplicationView
 
ApplicationView(BView, int, int, float, String, Map, boolean) - Constructor for class com.blackledge.david.tivo.ApplicationView
 
Audio - Interface in com.blackledge.david.tivo.multitasker
Interface to provide audio stream sources to the MultiTaskerApplication architecture.
AudioArtBackgroundImage - Class in com.blackledge.david.tivo.multitasker.plugins
BackgroundImage that attempts to get album art for and related to the currently playing Audio source via http://www.albumartexchange.com/search.php?q=.
AudioArtBackgroundImage() - Constructor for class com.blackledge.david.tivo.multitasker.plugins.AudioArtBackgroundImage
 
AudioCaptionTicker - Class in com.blackledge.david.tivo.multitasker
TickerTape that attempts to provide a reasonable segment for the currently playing Audio source.
AudioCaptionTicker() - Constructor for class com.blackledge.david.tivo.multitasker.AudioCaptionTicker
 
AudioCollectionAudio - Class in com.blackledge.david.tivo.multitasker.plugins
Deprecated. - you can do this with GenericAudio and multiple classes specified in Audio.class.
AudioCollectionAudio() - Constructor for class com.blackledge.david.tivo.multitasker.plugins.AudioCollectionAudio
Deprecated.  
AudioItem - Class in com.blackledge.david.tivo.hmoclient
<ArtistName>{text}</ArtistName> <AlbumTitle>{text}</AlbumTitle> <SongTitle>{text}</SongTitle> <AlbumYear>{date}</AlbumYear> <MusicGenre>{text}</MusicGenre> <SourceBitRate>{bits-per-second}</SourceBitRate> <SourceSampleRate>{samples-per-second}</SourceSampleRate> <Duration>{msecs}</Duration> <RecordLabel>{text}</RecordLabel>
AudioItem(ContainerRequest, Element) - Constructor for class com.blackledge.david.tivo.hmoclient.AudioItem
 
AudioItem(ContainerRequest) - Constructor for class com.blackledge.david.tivo.hmoclient.AudioItem
 
AudioView - Class in com.blackledge.david.tivo.multitasker
Handles URL redirects before using feed as a resource.
autoPlay() - Method in class com.blackledge.david.game.solitaire.FreeCellGame
Play some things that can safely be played.
AVAILABLE_KEYBOARDS - Static variable in class com.blackledge.david.tivo.widgets.qk.QuickKeyboard
List of all known keyboard handler class names cycled through via the "change keyboard" command.

A B C D E F G H I J K L M N O P Q R S T U V W X