Package org.ribax.data

Examples of org.ribax.data.DataItemTransferHandler


   /**
    * Setup Drag and Drop capabilities for this component.
    */
    private void setupDND() {
       dragNdropHandler = new DataItemTransferHandler(this);
       dragNdropHandler.addFlavor("java.util.ArrayList"); //$NON-NLS-1$
      
       // add the handler to this component so it will accept a drop
       this.setTransferHandler(dragNdropHandler);
    }
View Full Code Here

TOP

Related Classes of org.ribax.data.DataItemTransferHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.