Examples of CardTemplateDragSourceAdapter


Examples of factOrFiction.dnd.CardTemplateDragSourceAdapter

    // expect lots of tableitems, this should be faster
    setUseHashlookup(true);

    // do all the good DND stuff here
    CardTemplateDragSourceAdapter sourceListener = new CardTemplateDragSourceAdapter(this);
    addDragSupport(DND.DROP_COPY | DND.DROP_MOVE, new Transfer[] { sourceListener.getTransfer() }, sourceListener);

    // connect to data
    setContentProvider( new OracleContentProvider(new TermQuery(new Term(CardPool.META, CardPool.LUCENE_DEFAULT))));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.