/[classpath]/classpath/javax/swing/TransferHandler.java
ViewVC logotype

Diff of /classpath/javax/swing/TransferHandler.java

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

revision 1.5.2.7 by gnu_andrew, Tue Aug 2 20:12:37 2005 UTC revision 1.5.2.8 by gnu_andrew, Wed Nov 2 00:43:49 2005 UTC
# Line 162  public class TransferHandler implements Line 162  public class TransferHandler implements
162    }    }
163    
164    public void exportAsDrag (JComponent c, InputEvent e, int action)    public void exportAsDrag (JComponent c, InputEvent e, int action)
165    {        {
166        // TODO: Implement this properly
167    }    }
168    
169    protected void exportDone (JComponent c, Transferable data, int action)    protected void exportDone (JComponent c, Transferable data, int action)
170    {    {
171        // TODO: Implement this properly
172    }    }
173    
174    public void exportToClipboard(JComponent c, Clipboard clip, int action)    public void exportToClipboard(JComponent c, Clipboard clip, int action)
175    {    {
176        // TODO: Implement this properly
177    }    }
178    
179    public int getSourceActions (JComponent c)    public int getSourceActions (JComponent c)

Legend:
Removed from v.1.5.2.7  
changed lines
  Added in v.1.5.2.8

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