KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > iTunes > def > IITVisual


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

9 @IID("{340F3315-ED72-4C09-9ACF-21EB4BDF9931}")
10 public interface IITVisual extends Com4jObject {
11     /**
12      * The name of the the visual plug-in.
13      */

14     @VTID(7)
15     java.lang.String JavaDoc name();
16
17 }
18
Popular Tags