| java.lang.Object java.awt.dnd.DropTarget
Inner Class :protected static class DropTargetAutoScroller implements ActionListener | |
Constructor Summary | |
public | DropTarget(Component c, int ops, DropTargetListener dtl, boolean act, FlavorMap fm) | public | DropTarget(Component c, DropTargetListener dtl) | public | DropTarget(Component c, int ops, DropTargetListener dtl, boolean act) | public | DropTarget(Component c, int ops, DropTargetListener dtl) | public | DropTarget() |
autoScroller | DropTargetAutoScroller autoScroller(Code) | | |
clearAutoscroll | protected void clearAutoscroll()(Code) | | |
createDropTargetAutoScroller | protected DropTargetAutoScroller createDropTargetAutoScroller(Component c, Point p)(Code) | | |
getDefaultActions | public int getDefaultActions()(Code) | | |
initializeAutoscrolling | protected void initializeAutoscrolling(Point p)(Code) | | |
isActive | public boolean isActive()(Code) | | |
setActive | public synchronized void setActive(boolean isActive)(Code) | | |
setDefaultActions | public void setDefaultActions(int ops)(Code) | | |
updateAutoscroll | protected void updateAutoscroll(Point dragCursorLocn)(Code) | | |
|
|