KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > iTunes > def > ITPlayButtonState


1 // GENERATED. DO NOT MODIFY
2
package iTunes.def;
3
4 import com4j.*;
5
6 public enum ITPlayButtonState {
7     ITPlayButtonStatePlayDisabled, // 0
8
ITPlayButtonStatePlayEnabled, // 1
9
ITPlayButtonStatePauseEnabled, // 2
10
ITPlayButtonStatePauseDisabled, // 3
11
ITPlayButtonStateStopEnabled, // 4
12
ITPlayButtonStateStopDisabled, // 5
13
}
14
Popular Tags