com.dt.iTunesController
Class ITBrowserWindow

java.lang.Object
  extended by com.dt.iTunesController.ITWindow
      extended by com.dt.iTunesController.ITBrowserWindow

public class ITBrowserWindow
extends ITWindow

Represents the main browser window. You can retrieve the main browser window using iTunes.BrowserWindow().


Field Summary
 
Fields inherited from class com.dt.iTunesController.ITWindow
object
 
Constructor Summary
ITBrowserWindow(com.jacob.com.Dispatch d)
           
 
Method Summary
 boolean getMiniPlayer()
          Returns the kind of the object.
 ITPlaylist getSelectedPlaylist()
           
 ITTrackCollection getSelectedTracks()
           
 void setSelectedPlaylist(ITPlaylist playlist)
           
 
Methods inherited from class com.dt.iTunesController.ITWindow
fetchDispatch, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITBrowserWindow

public ITBrowserWindow(com.jacob.com.Dispatch d)
Method Detail

getMiniPlayer

public boolean getMiniPlayer()
Returns the kind of the object.

Returns:
Returns the kind of the object.

getSelectedTracks

public ITTrackCollection getSelectedTracks()

getSelectedPlaylist

public ITPlaylist getSelectedPlaylist()

setSelectedPlaylist

public void setSelectedPlaylist(ITPlaylist playlist)