Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionsince 25.2, for removal. Use
DragEndEvent(Component, boolean, String, int, int)which also captures the pointer's client coordinates. When this constructor is used,AbstractDnDEvent.getClientX()andAbstractDnDEvent.getClientY()return0.since 25.2, for removal. UseDragStartEvent(Component, boolean, int, int, int, int)which also captures the pointer's client and offset coordinates. When this constructor is used,AbstractDnDEvent.getClientX(),AbstractDnDEvent.getClientY(),DragStartEvent.getOffsetX()andDragStartEvent.getOffsetY()return0.since 25.2, for removal. UseDropEvent(Component, boolean, String, int, int, int, int)which also captures the pointer's client and drop-target offset coordinates. When this constructor is used,AbstractDnDEvent.getClientX(),AbstractDnDEvent.getClientY(),DropEvent.getOffsetX()andDropEvent.getOffsetY()return0.
-
Deprecated ConstructorsConstructorDescriptionsince 25.2, for removal. Use
DragEndEvent(Component, boolean, String, int, int)which also captures the pointer's client coordinates. When this constructor is used,AbstractDnDEvent.getClientX()andAbstractDnDEvent.getClientY()return0.since 25.2, for removal. UseDragStartEvent(Component, boolean, int, int, int, int)which also captures the pointer's client and offset coordinates. When this constructor is used,AbstractDnDEvent.getClientX(),AbstractDnDEvent.getClientY(),DragStartEvent.getOffsetX()andDragStartEvent.getOffsetY()return0.since 25.2, for removal. UseDropEvent(Component, boolean, String, int, int, int, int)which also captures the pointer's client and drop-target offset coordinates. When this constructor is used,AbstractDnDEvent.getClientX(),AbstractDnDEvent.getClientY(),DropEvent.getOffsetX()andDropEvent.getOffsetY()return0.