Searched defs:dtl (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDropTarget.java83 * @param dtl The <code>DropTargetListener</code> for this <code>DropTarget</code>
90 public DropTarget(Component c, int ops, DropTargetListener dtl, argument
102 if (dtl != null) try {
103 addDropTargetListener(dtl);
131 * @param dtl The <code>DropTargetListener</code> for this <code>DropTarget</code>
137 public DropTarget(Component c, int ops, DropTargetListener dtl, argument
141 this(c, ops, dtl, act, null);
161 * @param dtl The <code>DropTargetListener</code> for this <code>DropTarget</code>
166 public DropTarget(Component c, DropTargetListener dtl) argument
169 this(c, DnDConstants.ACTION_COPY_OR_MOVE, dtl, tru
186 DropTarget(Component c, int ops, DropTargetListener dtl) argument
313 addDropTargetListener(DropTargetListener dtl) argument
330 removeDropTargetListener(DropTargetListener dtl) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Ddivnode.cpp367 const TypeLong *dtl = dt->isa_long(); local
369 if (dtl && dtl->_lo > 0) {
1101 const TypeLong *dtl = dt->isa_long(); local
1104 if( dtl && dtl->_lo >= 0 )
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedCanvasPeer.java664 public void addDropTargetListener(DropTargetListener dtl) argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTransferHandler.java1219 public void addDropTargetListener(DropTargetListener dtl) throws TooManyListenersException { argument
1226 listenerList.add(DropTargetListener.class, dtl);
1229 public void removeDropTargetListener(DropTargetListener dtl) { argument
1231 listenerList.remove(DropTargetListener.class, dtl);

Completed in 57 milliseconds