Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.accessibility
Interface AccessibleStreamable  view AccessibleStreamable download AccessibleStreamable.java


public interface AccessibleStreamable

This interface represents a streamable accessible object.

Since:
1.5

Method Summary
 java.awt.datatransfer.DataFlavor[] getMimeTypes()
          Return an array of the data flavors supported by this object.
 java.io.InputStream getStream(java.awt.datatransfer.DataFlavor flavor)
          Return an input stream that yields the contents of this object, using the given data flavor.
 

Method Detail

getMimeTypes

public java.awt.datatransfer.DataFlavor[] getMimeTypes()
Return an array of the data flavors supported by this object.


getStream

public java.io.InputStream getStream(java.awt.datatransfer.DataFlavor flavor)
Return an input stream that yields the contents of this object, using the given data flavor. If the given data flavor cannot be used, returns null.