CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel <langel> 06/07/04 20:23:14
Modified files: . : ChangeLog java/awt/dnd : DragSourceContext.java Log message: 2006-07-04 Lillian Angel <[EMAIL PROTECTED]> * java/awt/dnd/DragSourceContext.java: Removed FIXMEs from fields. (DragSourceContext): Added code to initialize cursor and sourceActions. (getDragSource): Added documentation. (getComponent): Likewise. (getTrigger): Likewise. (getSourceActions): Added documentation and implemented. (setCursor): Implemented. Added documentation. (getCursor): Implemented. Added documentation. (dragEnter): Added code to notify DragSource's listeners. (dragOver): Likewise. (dragExit): Likewise. (dropActionChanged): Likewise. (dragDropEnd): Likewise. (dragMouseMoved): Implemented. (getTransferable): Added API documentation. (updateCurrentCursor): Added API documentation and partially implemented. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8020&r2=1.8021 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragSourceContext.java?cvsroot=classpath&r1=1.9&r2=1.10