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

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

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

revision 1.7 by mkoch, Mon Sep 27 15:11:46 2004 UTC revision 1.8 by mkoch, Tue Nov 16 10:59:34 2004 UTC
# Line 68  static final DataFlavor[] supported_flav Line 68  static final DataFlavor[] supported_flav
68  // This is the data to transfer  // This is the data to transfer
69  private String data;  private String data;
70    
71  /*************************************************************************/    /**
72       * Transfer the specfied string as text.
73  /*     *
74   * Constructors     * @param data the data for the string selection
75   */     */
76      public StringSelection(String data)
77  /**    {
78    * Transfer the specfied string as text.      this.data = data;
79    */    }
 public  
 StringSelection(String data)  
 {  
   this.data = data;  
 }  
   
 /*************************************************************************/  
   
 /*  
  * Instance Methods  
  */  
80    
81  /**  /**
82    * Returns a list of supported data flavors.    * Returns a list of supported data flavors.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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