Uses of Class
sk.baka.ambient.commons.Interval

Packages that use Interval
sk.baka.ambient   
sk.baka.ambient.activity.main   
sk.baka.ambient.activity.main.cb   
sk.baka.ambient.commons   
sk.baka.ambient.playlist   
sk.baka.ambient.views   
sk.baka.ambient.views.gesturelist   
sk.baka.ambient.views.gesturelist.keypad   
 

Uses of Interval in sk.baka.ambient
 

Fields in sk.baka.ambient declared as Interval
 Interval ZoomEnum.levels
          Allowed levels.
 

Methods in sk.baka.ambient that return Interval
 Interval PlaylistPlayer.move(Interval interval, int targetIndex)
           
 Interval PlaylistPlayer.moveBy(Interval interval, int delta)
           
 

Methods in sk.baka.ambient with parameters of type Interval
 Interval PlaylistPlayer.move(Interval interval, int targetIndex)
           
 Interval PlaylistPlayer.moveBy(Interval interval, int delta)
           
 void IPlaylistPlayerListener.playlistChanged(Interval target)
          Fired when the playlist changes - by removing a track, re-shuffling etc.
 void NetworkHandler.playlistChanged(Interval target)
           
 void PlaylistPlayer.queue(Interval tracks)
           
 void PlaylistPlayer.remove(Interval interval)
           
 

Uses of Interval in sk.baka.ambient.activity.main
 

Methods in sk.baka.ambient.activity.main that return Interval
 Interval AbstractListController.moveItems(Interval highlight, int delta)
           
 Interval PlaylistController.moveItems(Interval highlight, int index)
           
 Interval StaticPlaylistController.moveItems(Interval highlight, int index)
           
 Interval AbstractListController.moveItemsByOne(Interval highlight, boolean down)
           
 Interval PlaylistController.moveItemsByOne(Interval highlight, boolean down)
           
 Interval StaticPlaylistController.moveItemsByOne(Interval highlight, boolean down)
           
 

Methods in sk.baka.ambient.activity.main with parameters of type Interval
 java.util.List<TrackMetadataBean> AbstractListController.computeTracks(Interval highlight)
           
 java.util.List<TrackMetadataBean> AbstractPlaylistController.computeTracks(Interval highlight)
           
 java.util.List<TrackMetadataBean> ShoutcastController.computeTracks(Interval highlight)
           
 java.util.List<TrackMetadataBean> FileBrowserController.computeTracks(Interval highlight)
           
 java.lang.String AbstractListController.getHint(Interval highlight)
           
 java.lang.String AbstractPlaylistController.getHint(Interval highlight)
           
 java.lang.String ShoutcastController.getHint(Interval highlight)
           
 java.lang.String FileBrowserController.getHint(Interval highlight)
           
 void AbstractListController.highlightChanged(Interval highlight)
           
 boolean AbstractListController.isComputeTracksLong(Interval interval)
           
 boolean AbstractPlaylistController.isComputeTracksLong(Interval interval)
           
 boolean ShoutcastController.isComputeTracksLong(Interval interval)
           
 boolean FileBrowserController.isComputeTracksLong(Interval interval)
           
 boolean AbstractListController.isComputeTracksOnlineOp(Interval interval)
           
 boolean AbstractPlaylistController.isComputeTracksOnlineOp(Interval interval)
           
 boolean ShoutcastController.isComputeTracksOnlineOp(Interval interval)
           
 boolean FileBrowserController.isComputeTracksOnlineOp(Interval interval)
           
 Interval AbstractListController.moveItems(Interval highlight, int delta)
           
 Interval PlaylistController.moveItems(Interval highlight, int index)
           
 Interval StaticPlaylistController.moveItems(Interval highlight, int index)
           
 Interval AbstractListController.moveItemsByOne(Interval highlight, boolean down)
           
 Interval PlaylistController.moveItemsByOne(Interval highlight, boolean down)
           
 Interval StaticPlaylistController.moveItemsByOne(Interval highlight, boolean down)
           
 void PlaylistController.playlistChanged(Interval target)
           
 void MagnatuneController.playlistChanged(Interval target)
           
 void PlayerController.playlistChanged(Interval target)
           
 void ContextController.playlistChanged(Interval target)
           
 void AbstractListController.removeItems(Interval remove)
           
 void PlaylistManagerController.removeItems(Interval remove)
           
 void PlaylistController.removeItems(Interval remove)
           
 void AbstractPlaylistController.removeItems(Interval remove)
          The contract: when overriding this method, be sure to call this super method after you are done deleting items.
 void StaticPlaylistController.removeItems(Interval remove)
           
 void ShoutcastController.removeItems(Interval remove)
           
 void FileBrowserController.removeItems(Interval remove)
           
 void AbstractController.update(Interval select)
          Reinitializes the underlying view.
 void AbstractListController.update(Interval target)
          Overrides default functionality - the AbstractListController.recomputeListItems() is invoked and the list view contents are updated.
 void PlaylistManagerController.update(Interval target)
           
 void MagnatuneController.update(Interval select)
           
 void PlayerController.update(Interval select)
           
 

Uses of Interval in sk.baka.ambient.activity.main.cb
 

Methods in sk.baka.ambient.activity.main.cb with parameters of type Interval
 java.util.List<TrackMetadataBean> AbstractCollectionController.computeTracks(Interval highlight)
           
 java.lang.String AbstractCollectionController.getHint(Interval highlight)
           
 java.util.List<TrackMetadataBean> IContentManager.getTracks(Interval selection)
          Computes a list of tracks.
 java.util.List<TrackMetadataBean> CategoryManager.getTracks(Interval highlight)
           
 java.util.List<TrackMetadataBean> TrackManager.getTracks(Interval selection)
           
 java.util.List<TrackMetadataBean> GroupingManager.getTracks(Interval selection)
           
 boolean AbstractCollectionController.isComputeTracksLong(Interval interval)
           
 boolean AbstractCollectionController.isComputeTracksOnlineOp(Interval interval)
           
 void AbstractCollectionController.removeItems(Interval remove)
           
 

Uses of Interval in sk.baka.ambient.commons
 

Fields in sk.baka.ambient.commons declared as Interval
static Interval Interval.EMPTY
          An empty interval.
 

Methods in sk.baka.ambient.commons that return Interval
static Interval Interval.fromItem(int itemIndex)
          Returns interval which contains only a single item.
static Interval Interval.fromRange(int intervalStart, int intervalEnd)
          Creates given interval.
 Interval[] Interval.split(int index)
          Splits this interval into two intervals at specified index.
 

Methods in sk.baka.ambient.commons with parameters of type Interval
 boolean Interval.contains(Interval other)
          Checks if given interval is contained in the interval.
 boolean Interval.endsWith(Interval other)
          Checks if given interval covers items at the end of this interval.
 boolean Interval.startsWith(Interval other)
          Checks if given interval covers items at the beginning of this interval.
 java.lang.Object Interval.subtract(Interval other)
          Subtracts given interval from this one and returns result.
 

Uses of Interval in sk.baka.ambient.playlist
 

Methods in sk.baka.ambient.playlist that return Interval
 Interval DynamicPlaylistStrategy.move(Interval i, int ti)
           
 Interval StaticPlaylistStrategy.move(Interval interval, int target)
           
 Interval IPlaylistStrategy.move(Interval interval, int targetIndex)
          Moves selected tracks before track with given index.
 Interval DynamicPlaylistStrategy.moveBy(Interval interval, int delta)
           
 Interval StaticPlaylistStrategy.moveBy(Interval interval, int delta)
           
 Interval IPlaylistStrategy.moveBy(Interval interval, int delta)
           Moves selected tracks up or down at least delta tracks, depending on the 'delta' value.
 

Methods in sk.baka.ambient.playlist with parameters of type Interval
 Interval DynamicPlaylistStrategy.move(Interval i, int ti)
           
 Interval StaticPlaylistStrategy.move(Interval interval, int target)
           
 Interval IPlaylistStrategy.move(Interval interval, int targetIndex)
          Moves selected tracks before track with given index.
 Interval DynamicPlaylistStrategy.moveBy(Interval interval, int delta)
           
 Interval StaticPlaylistStrategy.moveBy(Interval interval, int delta)
           
 Interval IPlaylistStrategy.moveBy(Interval interval, int delta)
           Moves selected tracks up or down at least delta tracks, depending on the 'delta' value.
 void DynamicPlaylistStrategy.queue(Interval interval)
           
 void StaticPlaylistStrategy.queue(Interval tracksToQueue)
           
 void IPlaylistStrategy.queue(Interval tracks)
          Queue this track for playing, after all other queued tracks.
 void DynamicPlaylistStrategy.remove(Interval interval)
           
 void StaticPlaylistStrategy.remove(Interval interval)
           
 void IPlaylistStrategy.remove(Interval interval)
          Removes tracks with given index from the playlist.
 

Uses of Interval in sk.baka.ambient.views
 

Methods in sk.baka.ambient.views that return Interval
 Interval ButtonBar.getHighlight()
          Returns the highlight interval.
 

Methods in sk.baka.ambient.views with parameters of type Interval
 void ButtonBar.highlight(Interval interval, java.util.BitSet checked)
          Highlights given buttons.
 

Uses of Interval in sk.baka.ambient.views.gesturelist
 

Methods in sk.baka.ambient.views.gesturelist that return Interval
 Interval ModelHolder.getAllItems()
          Returns interval containing all items.
 Interval GesturesListView.getHighlight()
          Returns current highlight.
 Interval ModelHolder.getHighlight()
          Returns current highlight.
 Interval ModelHolder.getHighlight(boolean returnSelectionOnEmptyHighlight)
          Returns current highlight.
 Interval ModelHolder.getHighlight(int returnSelectionOnEmptyHighlight)
          Returns current highlight.
 Interval IGestureListViewListener.moveItems(Interval highlight, int index)
           Move selected items up or down.
 Interval IGestureListViewListener.moveItemsByOne(Interval highlight, boolean down)
           Move selected items up or down.
 

Methods in sk.baka.ambient.views.gesturelist with parameters of type Interval
 java.util.List<TrackMetadataBean> IGestureListViewListener.computeTracks(Interval highlight)
           Retrieve a list of tracks from the selection.
 java.lang.String IGestureListViewListener.getHint(Interval highlight)
           Returns a very short and simple string representation of the selected contents.
 void ModelHolder.highlight(Interval highlight)
          Highlight given items.
 void IGestureListViewListener.highlightChanged(Interval highlight)
          Selection was changed.
 boolean IGestureListViewListener.isComputeTracksLong(Interval interval)
           Checks if the IGestureListViewListener.computeTracks(Interval) method will be a long operation.
 boolean IGestureListViewListener.isComputeTracksOnlineOp(Interval interval)
           Checks if the IGestureListViewListener.computeTracks(Interval) method will involve polling of some data from the Internet.
 Interval IGestureListViewListener.moveItems(Interval highlight, int index)
           Move selected items up or down.
 Interval IGestureListViewListener.moveItemsByOne(Interval highlight, boolean down)
           Move selected items up or down.
 void IGestureListViewListener.removeItems(Interval remove)
           Remove these items from the list.
 

Uses of Interval in sk.baka.ambient.views.gesturelist.keypad
 

Methods in sk.baka.ambient.views.gesturelist.keypad with parameters of type Interval
 void KeypadController.copy(Interval i)
          Copies given interval into the clipboard.
 



Copyright © 2007-2009. All Rights Reserved.