|
|||||||||
| Home >> All >> javax >> [ accessibility overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.accessibility
Interface AccessibleStreamable

- 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.
|
|||||||||
| Home >> All >> javax >> [ accessibility overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC