KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > iTunes > def > IITPlaylistWindow


1 // GENERATED. DO NOT MODIFY
2
package iTunes.def;
3
4 import com4j.*;
5
6 /**
7  * IITPlaylistWindow Interface
8  */

9 @IID("{349CBB45-2E5A-4822-8E4A-A75555A186F7}")
10 public interface IITPlaylistWindow extends IITWindow {
11     /**
12      * Returns a collection containing the currently selected track or tracks.
13      */

14     @VTID(32)
15     IITTrackCollection selectedTracks();
16
17     /**
18      * The playlist displayed in the window.
19      */

20     @VTID(33)
21     IITPlaylist playlist();
22
23 }
24
Popular Tags