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

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

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

revision 1.1.2.3 by gnu_andrew, Tue Aug 2 20:12:15 2005 UTC revision 1.1.2.4 by tromey, Thu Oct 6 00:59:30 2005 UTC
# Line 59  public interface FlavorTable extends Fla Line 59  public interface FlavorTable extends Fla
59     * @param flavor the flavor to look up, or null to return all natives     * @param flavor the flavor to look up, or null to return all natives
60     * @return the sorted list of natives     * @return the sorted list of natives
61     */     */
62    List getNativesForFlavor(DataFlavor flavor);    List<String> getNativesForFlavor(DataFlavor flavor);
63    
64    /**    /**
65     * Returns a list of flavors corresponding to the given String native. The     * Returns a list of flavors corresponding to the given String native. The
# Line 69  public interface FlavorTable extends Fla Line 69  public interface FlavorTable extends Fla
69     * @param name the native name to look up, or null to return all flavors     * @param name the native name to look up, or null to return all flavors
70     * @return the sorted list of flavors     * @return the sorted list of flavors
71     */     */
72    List getFlavorsForNative(String name);    List<DataFlavor> getFlavorsForNative(String name);
73  }  }

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

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