API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.accessibility. AccessibleStreamable View Source
Author(s)
Lynn Monsanto
Peter Korn
Since
1.5
Version
1.5 04/07/06
Serial
Hierarchy
 AccessibleStreamable
Subinterfaces
Description
public interface AccessibleStreamable
  The AccessibleStreamable interface should be implemented by the AccessibleContext of any component that presents the raw stream behind a component on the display screen.
See also:    AccessibleContext
Methods
Hide/Show inherited methods
public DataFlavor getMimeTypes ()
  Returns an array of DataFlavor objects for the MIME types this object supports.
public InputStream getStream (DataFlavor flavor)
  Returns an InputStream for a DataFlavor
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar