Uses of Class
quicktime.util.StringHandle

Packages that use StringHandle
quicktime.std.image   
quicktime.std.movies   
quicktime.util   
 

Uses of StringHandle in quicktime.std.image
 

Methods in quicktime.std.image that return StringHandle
 StringHandle CodecName.getName()
          Get the name of the compressor component.
 

Uses of StringHandle in quicktime.std.movies
 

Methods in quicktime.std.movies with parameters of type StringHandle
 boolean ActionFilter.execute(MovieController mc, int action, StringHandle string)
          This method should be overridden to handle the following actions: mcActionLinkToURL mcActionShowMessageString mcActionGetNextURL
 boolean ActionFilter.execute(MovieController mc, int action, int stringTypeFlags, StringHandle string)
          This method should be overridden to handle the following actions: mcActionShowStatusString
 

Uses of StringHandle in quicktime.util
 

Methods in quicktime.util that return StringHandle
static StringHandle StringHandle.fromCodecName(CodecName cn)
          Get the name of the compressor component.