com.tensegrity.gui.swing.dnd
Interface DocumentDropContext


public interface DocumentDropContext

This interface specifies classes that can open documents.

Version:
$Id: DocumentDropContext.java,v 1.2 2004/06/30 11:46:30 sr Exp $
Author:
Stepan Rutz

Method Summary
 boolean dropDocument(java.io.File file)
          This method is called by the drag&drop API when a document should be dropped onto the DocumentDropContext.
 

Method Detail

dropDocument

public boolean dropDocument(java.io.File file)
This method is called by the drag&drop API when a document should be dropped onto the DocumentDropContext.

Parameters:
file - the file that contains the document to drop
Returns:
boolean indicating whether drop is accepted.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.