|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--quicktime.std.QTPreferences
| Field Summary |
| Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
| Constructor Summary | |
QTPreferences()
|
|
| Method Summary | |
static AtomContainer |
getAccessKeys(java.lang.String keyType)
This method returns all the application and system access keys of a specified access key type. |
static AtomContainer |
getPreference(int preferenceType)
This method retrieves the preference value associated with a specific preference type. |
static void |
registerAccessKey(java.lang.String keyType,
int flags,
QTHandleRef accessKey)
This method registers an access key. |
static void |
registerAccessKey(java.lang.String keyType,
int flags,
java.lang.String accessKey)
This method registers an access key. |
static void |
setPreference(int preferenceType,
AtomContainer prefAtom)
This method sets the preference value associated with a specific preference type. |
static void |
unregisterAccessKey(java.lang.String keyType,
int flags,
QTHandleRef accessKey)
This method removes an access key. |
static void |
unregisterAccessKey(java.lang.String keyType,
int flags,
java.lang.String accessKey)
This method removes an access key. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QTPreferences()
| Method Detail |
public static AtomContainer getAccessKeys(java.lang.String keyType)
throws StdQTException
keyType - the type of access keys to return.
StdQTException
public static void registerAccessKey(java.lang.String keyType,
int flags,
java.lang.String accessKey)
throws QTException
keyType - the type of access keys to be registered.flags - flag specifying the operation of this method.accessKey - the key to be registered.
QTException
public static void registerAccessKey(java.lang.String keyType,
int flags,
QTHandleRef accessKey)
throws QTException
keyType - the type of access keys to be registered.flags - flag specifying the operation of this method.accessKey - the key to be registered.
QTException
public static void unregisterAccessKey(java.lang.String keyType,
int flags,
java.lang.String accessKey)
throws QTException
keyType - the type of the access key to be removed.flags - flag specifying the operation of this method.accessKey - the key to be removed.
QTException
public static void unregisterAccessKey(java.lang.String keyType,
int flags,
QTHandleRef accessKey)
throws QTException
keyType - the type of the access key to be removed.flags - flag specifying the operation of this method.accessKey - the key to be removed.
QTException
public static AtomContainer getPreference(int preferenceType)
throws QTException
preferenceType - the type of the preference to be retrieved.
QTException
public static void setPreference(int preferenceType,
AtomContainer prefAtom)
throws QTException
preferenceType - the type of the preference to be retrieved.prefAtom - the atom container encapsulating the values of the specified preference
QTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||