Searched refs:supportedOperations (Results 1 – 1 of 1) sorted by relevance
395 int supportedOperations = DND.DROP_COPY | DND.DROP_MOVE; in createOutline() local400 tv.addDropSupport(supportedOperations, transfers, new OutlineDropListener(this, tv)); in createOutline()401 tv.addDragSupport(supportedOperations, transfers, new OutlineDragListener(this, tv)); in createOutline()