| Added Methods |
boolean isFlavorTextType()
|
Returns whether this DataFlavor is a valid text flavor for this implementation of the Java platform. |
boolean isRepresentationClassByteBuffer()
|
Returns whether the representation class for this DataFlavor is java.nio.ByteBuffer or a subclass thereof. |
boolean isRepresentationClassCharBuffer()
|
Returns whether the representation class for this DataFlavor is java.nio.CharBuffer or a subclass thereof. |
boolean isRepresentationClassReader()
|
Returns whether the representation class for this DataFlavor is java.io.Reader or a subclass thereof. |