/[classpath]/classpath/java/awt/datatransfer/DataFlavor.java
ViewVC logotype

Diff of /classpath/java/awt/datatransfer/DataFlavor.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by mkoch, Mon Sep 27 15:11:46 2004 UTC revision 1.22 by mkoch, Tue Nov 16 09:59:11 2004 UTC
# Line 328  getRepresentationClassFromMime(String mi Line 328  getRepresentationClassFromMime(String mi
328   *   *
329   * @param mimeType The MIME type for this flavor.   * @param mimeType The MIME type for this flavor.
330   * @param humanPresentableName The display name of this flavor.   * @param humanPresentableName The display name of this flavor.
  * @param classLoader The class loader for finding classes.  
331   *   *
332   * @exception IllegalArgumentException If the representation class   * @exception IllegalArgumentException If the representation class
333   * specified cannot be loaded.   * specified cannot be loaded.
# Line 555  isMimeTypeSerializedObject() Line 554  isMimeTypeSerializedObject()
554   * Tests whether or not this flavor has a representation class of   * Tests whether or not this flavor has a representation class of
555   * <code>java.io.InputStream</code>.   * <code>java.io.InputStream</code>.
556   *   *
557   * @param <code>true</code> if the representation class of this flavor   * @return <code>true</code> if the representation class of this flavor
558   * is <code>java.io.InputStream</code>, <code>false</code> otherwise.   * is <code>java.io.InputStream</code>, <code>false</code> otherwise.
559   */   */
560  public boolean  public boolean
# Line 570  isRepresentationClassInputStream() Line 569  isRepresentationClassInputStream()
569   * Tests whether the representation class for this flavor is   * Tests whether the representation class for this flavor is
570   * serializable.   * serializable.
571   *   *
572   * @param <code>true</code> if the representation class is serializable,   * @return <code>true</code> if the representation class is serializable,
573   * <code>false</code> otherwise.   * <code>false</code> otherwise.
574   */   */
575  public boolean  public boolean

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26