All Packages  Class Hierarchy

A C D E F G H I M N P R S T U W


Index of all Fields and Methods

A

add(DragListener, DragListener). Static method in class com.ibm.dnd.DragEventMulticaster
Add new listener to support multicast events.
add(DropErrorListener, DropErrorListener). Static method in class com.ibm.dnd.DropErrorEventMulticaster
Add new listener to support multicast events.
add(DropListener, DropListener). Static method in class com.ibm.dnd.DropEventMulticaster
Add new listener to support multicast events.
addDragListener(DragListener). Method in class com.ibm.dnd.DragBean
Adds drag event listener
addDragListener(DragListener). Method in class com.ibm.dnd.DragEventSupport
Adds drag event listener
addDropErrorListener(DropErrorListener). Method in class com.ibm.dnd.DropBean
Adds DropErrorEvent listener
addDropErrorListener(DropErrorListener). Method in class com.ibm.dnd.DropErrorEventSupport
Adds DropEvent listener
addDropErrorListener(DropListener). Method in class com.ibm.dnd.DropErrorEventSupport
Adds DropEvent listener
addDropListener(DropListener). Method in class com.ibm.dnd.DropBean
Adds DropEvent listener
addDropListener(DropListener). Method in class com.ibm.dnd.DropEventSupport
Adds DropEvent listener
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.dnd.DDManager
The addPropertyChangeListener method is generated to support the propertyChange field.
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.dnd.DragBean
The addPropertyChangeListener method was generated to support the propertyChange field.
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.dnd.DropBean
The addPropertyChangeListener method was generated to support the propertyChange field.
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.dnd.ImageGlyph
Registers a new listener of the PropertyChanged event.
addTarget(DDTarget). Method in class com.ibm.dnd.TargetMulticaster
Adds DDTarget to the list


C

componentHidden(ComponentEvent). Method in class com.ibm.dnd.DropBean
Invoked when component has been hidden.
componentMoved(ComponentEvent). Method in class com.ibm.dnd.DropBean
Invoked when component has been moved.
componentResized(ComponentEvent). Method in class com.ibm.dnd.DropBean
Invoked when a drop acceptor is resized.
componentShown(ComponentEvent). Method in class com.ibm.dnd.DropBean
Invoked when component has been shown.
containsWindow(Window). Method in class com.ibm.dnd.WinCollection
Returns whether the window collection contains the specified window
CROSSHAIR_CURSOR. Static variable in class com.ibm.dnd.DragBean
 


D

DataFlavorDescriptor(). Constructor for class com.ibm.dnd.DataFlavorDescriptor
The constructor
DataFlavorDescriptor(int). Constructor for class com.ibm.dnd.DataFlavorDescriptor
The constructor
DataFlavorDescriptor(String). Constructor for class com.ibm.dnd.DataFlavorDescriptor
The constructor
DataFlavorRecognizer(DataFlavor[]). Constructor for class com.ibm.dnd.DataFlavorRecognizer
DataFlavorRecognizer constructor
DDManager(). Constructor for class com.ibm.dnd.DDManager
The DDManager constructor.
DDUtilities(). Constructor for class com.ibm.dnd.DDUtilities
 
DEFAULT_CURSOR. Static variable in class com.ibm.dnd.DragBean
 
deregisterSource(DDSource, Component). Method in class com.ibm.dnd.DDManager
Unregisters a DDSource object and a component so that the user is not able to drag anything from the component any more.
deregisterSource(DDSource, Component). Static method in class com.ibm.dnd.DDUtilities
Unregisters the DDSource object and the component so that the user is not able to drag anything from the component any more.
deregisterTarget(DDTarget, Component). Method in class com.ibm.dnd.DDManager
Unregisters a DDTarget object and a component so that the user is not able to drop anything on the component any more.
deregisterTarget(DDTarget, Component). Static method in class com.ibm.dnd.DDUtilities
Unregisters the DDTarget object and the component so that the user is not able to drop anything on the component any more.
deregisterWindow(Window). Method in class com.ibm.dnd.DDManager
Unregisters a window so that any component in it will not drop a target any more.
deregisterWindow(Window). Method in class com.ibm.dnd.WinCollection
A method for unregistering previously registered windows.
DragBean(). Constructor for class com.ibm.dnd.DragBean
The constructor
dragBegin(Point). Method in interface com.ibm.dnd.DDSource
As a drag begins.
dragBegin(Point). Method in class com.ibm.dnd.DragBean
DDSource interface implementation method
dragDropEnd(boolean). Method in interface com.ibm.dnd.DDSource
As the user drops an object.
dragDropEnd(boolean). Method in class com.ibm.dnd.DragBean
DDSource imlementation method.
dragDropEndFailed(DragEvent). Method in class com.ibm.dnd.DragEventMulticaster
 
dragDropEndFailed(DragEvent). Method in interface com.ibm.dnd.DragListener
As a drop has failed (when an object is dropped on some target, which does not support either the Drag and Drop mechanism or the type of the object dropped).
dragDropEndOk(DragEvent). Method in class com.ibm.dnd.DragEventMulticaster
 
dragDropEndOk(DragEvent). Method in interface com.ibm.dnd.DragListener
As a drop has finished successfully (when an object is dropped on the some target, which accepts the type of the object dropped).
dragEnter(). Method in interface com.ibm.dnd.DDSource
As the mouse enters a target component.
dragEnter(). Method in interface com.ibm.dnd.DDTarget
As the mouse enters the drop target component.
dragEnter(). Method in class com.ibm.dnd.DragBean
DDSource imlementation method.
dragEnter(). Method in class com.ibm.dnd.DropBean
DDTarget interface imlementation method.
dragEnter(). Method in class com.ibm.dnd.TargetMulticaster
DDSource interface implementation method.
dragEnter(DragEvent). Method in class com.ibm.dnd.DragEventMulticaster
 
dragEnter(DragEvent). Method in interface com.ibm.dnd.DragListener
As the mouse entered the target component
dragEnter(DropEvent). Method in class com.ibm.dnd.DropEventMulticaster
 
dragEnter(DropEvent). Method in interface com.ibm.dnd.DropListener
As mouse enters the target component
DragEvent(Object, Point). Constructor for class com.ibm.dnd.DragEvent
The DragEvent constructor.
DragEventSupport(). Constructor for class com.ibm.dnd.DragEventSupport
DragEventSupport constructor comment.
dragExit(). Method in interface com.ibm.dnd.DDSource
As the mouse exits the target component.
dragExit(). Method in interface com.ibm.dnd.DDTarget
As the mouse exits the drop target component.
dragExit(). Method in class com.ibm.dnd.DragBean
DDSource imlementation method.
dragExit(). Method in class com.ibm.dnd.DropBean
DDTarget interface implementation method
dragExit(). Method in class com.ibm.dnd.TargetMulticaster
DDTarget interface implementation method.
dragExit(DragEvent). Method in class com.ibm.dnd.DragEventMulticaster
 
dragExit(DragEvent). Method in interface com.ibm.dnd.DragListener
As the mouse exits the target component
dragExit(DropEvent). Method in class com.ibm.dnd.DropEventMulticaster
 
dragExit(DropEvent). Method in interface com.ibm.dnd.DropListener
As mouse exits the target component
dragOver(). Method in interface com.ibm.dnd.DDSource
As the mouse passes the target component.
dragOver(). Method in class com.ibm.dnd.DragBean
DDSource imlementation method.
dragOver(DataFlavorRecognizer, Point). Method in interface com.ibm.dnd.DDTarget
As the mouse passes the drop target component.
dragOver(DataFlavorRecognizer, Point). Method in class com.ibm.dnd.DropBean
DDTarget interface implmentation method.
dragOver(DataFlavorRecognizer, Point). Method in class com.ibm.dnd.TargetMulticaster
DDTarget interface implementation method.
dragOver(DragEvent). Method in class com.ibm.dnd.DragEventMulticaster
 
dragOver(DragEvent). Method in interface com.ibm.dnd.DragListener
As the mouse is passing the target component
dragOver(DropEvent). Method in class com.ibm.dnd.DropEventMulticaster
 
dragOver(DropEvent). Method in interface com.ibm.dnd.DropListener
As mouse is passing the target component
dragStart(DragEvent). Method in class com.ibm.dnd.DragEventMulticaster
 
dragStart(DragEvent). Method in interface com.ibm.dnd.DragListener
As the drag is starting.
drop(Transferable, Point). Method in interface com.ibm.dnd.DDTarget
As the user drops the object.
drop(Transferable, Point). Method in class com.ibm.dnd.DropBean
DDTarget interface implementation method
drop(Transferable, Point). Method in class com.ibm.dnd.TargetMulticaster
DDTarget interface implementation method.
DropBean(). Constructor for class com.ibm.dnd.DropBean
The constructor
dropComplete(). Method in interface com.ibm.dnd.DDTarget
As the drop operation completes.
dropComplete(). Method in class com.ibm.dnd.DropBean
 
dropComplete(). Method in class com.ibm.dnd.TargetMulticaster
DDTarget interface implementation method.
dropDataFlavorNotSupportedError(DropErrorEvent). Method in class com.ibm.dnd.DropErrorEventMulticaster
 
dropDataFlavorNotSupportedError(DropErrorEvent). Method in interface com.ibm.dnd.DropErrorListener
 
dropEnd(DropEvent). Method in class com.ibm.dnd.DropEventMulticaster
 
dropEnd(DropEvent). Method in interface com.ibm.dnd.DropListener
As the user drops the object
dropError(DropErrorEvent). Method in class com.ibm.dnd.DropErrorEventMulticaster
 
dropError(DropErrorEvent). Method in interface com.ibm.dnd.DropErrorListener
 
DropErrorEvent(Object, Exception). Constructor for class com.ibm.dnd.DropErrorEvent
DropErrorEvent constructor.
DropErrorEventSupport(). Constructor for class com.ibm.dnd.DropErrorEventSupport
DropEventSupport constructor comment.
DropEvent(Object). Constructor for class com.ibm.dnd.DropEvent
The DropEvent constructor.
DropEvent(Object, Point). Constructor for class com.ibm.dnd.DropEvent
The DragEvent constructor.
DropEventSupport(). Constructor for class com.ibm.dnd.DropEventSupport
DropEventSupport constructor comment.
dropIOError(DropErrorEvent). Method in class com.ibm.dnd.DropErrorEventMulticaster
 
dropIOError(DropErrorEvent). Method in interface com.ibm.dnd.DropErrorListener
 


E

E_RESIZE_CURSOR. Static variable in class com.ibm.dnd.DragBean
 
equals(Object). Method in class com.ibm.dnd.ImageGlyph
Compares two ImageGlyphs for equality.


F

findWindow(Point). Method in class com.ibm.dnd.WinCollection
This method is used for finding any registered window on the screen under the given point.
fireDragDropEndFailed(DragEvent). Method in class com.ibm.dnd.DragEventSupport
Method to support listener events.
fireDragDropEndOk(DragEvent). Method in class com.ibm.dnd.DragEventSupport
Method to support listener events.
fireDragEnter(DragEvent). Method in class com.ibm.dnd.DragEventSupport
Method to support listener events.
fireDragEnter(DropEvent). Method in class com.ibm.dnd.DropEventSupport
Method to support listener events.
fireDragExit(DragEvent). Method in class com.ibm.dnd.DragEventSupport
Method to support listener events.
fireDragExit(DropEvent). Method in class com.ibm.dnd.DropEventSupport
Method to support listener events.
fireDragOver(DragEvent). Method in class com.ibm.dnd.DragEventSupport
Method to support listener events.
fireDragOver(DropEvent). Method in class com.ibm.dnd.DropEventSupport
Method to support listener events.
fireDragStart(DragEvent). Method in class com.ibm.dnd.DragEventSupport
Method to support listener events.
fireDropDataFlavorNotSupportedError(DropErrorEvent). Method in class com.ibm.dnd.DropBean
Method to support listener events.
fireDropDataFlavorNotSupportedError(DropErrorEvent). Method in class com.ibm.dnd.DropErrorEventSupport
Method to support listener events.
fireDropEnd(DropEvent). Method in class com.ibm.dnd.DropEventSupport
Method to support listener events.
fireDropError(DropErrorEvent). Method in class com.ibm.dnd.DropBean
Method to support listener events.
fireDropError(DropErrorEvent). Method in class com.ibm.dnd.DropErrorEventSupport
Method to support listener events.
fireDropIOError(DropErrorEvent). Method in class com.ibm.dnd.DropErrorEventSupport
Method to support listener events.
firePropertyChange(String, Object, Object). Method in class com.ibm.dnd.DDManager
The firePropertyChange method is generated to support the propertyChange field.
firePropertyChange(String, Object, Object). Method in class com.ibm.dnd.DragBean
The firePropertyChange method was generated to support the propertyChange field.
firePropertyChange(String, Object, Object). Method in class com.ibm.dnd.DropBean
The firePropertyChange method was generated to support the propertyChange field.
FLAVOR_CUSTOM. Static variable in class com.ibm.dnd.DataFlavorDescriptor
 
FLAVOR_PLAINTEXT. Static variable in class com.ibm.dnd.DataFlavorDescriptor
 
FLAVOR_STRING. Static variable in class com.ibm.dnd.DataFlavorDescriptor
 


G

getAboutThisBean(). Method in class com.ibm.dnd.DragBean
Gets the aboutThisBean property (java.lang.String) value.
getAboutThisBean(). Method in class com.ibm.dnd.DropBean
Gets the aboutThisBean property (java.lang.String) value.
getAcceptableObjectClassName(). Method in class com.ibm.dnd.DropBean
Gets the acceptableObjectClassNameproperty (java.lang.String) value.
getAllWindows(). Method in class com.ibm.dnd.WinCollection
 
getComponent(). Method in class com.ibm.dnd.DragBean
Gets the component property (java.awt.Component) value.
getComponent(). Method in class com.ibm.dnd.DropBean
Gets the component property (java.awt.Component) value.
getCursorType(). Method in interface com.ibm.dnd.DDSource2
Should return the image describing the data provided by the drag source.
getCursorType(). Method in class com.ibm.dnd.DragBean
Gets the cursorType property (int) value.
getDataFlavor(). Method in class com.ibm.dnd.DropBean
Gets the dataFlavorproperty (com.ibm.dnd.DataFlavorDescriptor) value.
getDDManager(). Static method in class com.ibm.dnd.DDManager
Returns current DDManager.
getDragCursor(). Method in interface com.ibm.dnd.DDSource2
Insert the method's description here.
getDragCursor(). Method in class com.ibm.dnd.DragBean
Gets java.awt.Image value of drag cursor icon.
getDragData(Point). Method in interface com.ibm.dnd.DDSource
The DnD subsystem calls this method to get an object to drag (sometimes referred to as "drag object").
getDragData(Point). Method in class com.ibm.dnd.DragBean
DDSource interface implementation method.
getDragIconImage(). Method in class com.ibm.dnd.DragBean
Gets the dragIconImage property (java.lang.String) value.
getDropCursor(). Method in interface com.ibm.dnd.DDSource2
Should return the image describing the data provided by the drag source.
getDropCursor(). Method in class com.ibm.dnd.DragBean
Gets java.awt.Image value of drop cursor icon.
getDropIconImage(). Method in class com.ibm.dnd.DragBean
Gets the dropIconImage property (java.lang.String) value.
getException(). Method in class com.ibm.dnd.DropErrorEvent
Returns the exception that originated the error
getImage(). Method in class com.ibm.dnd.ImageGlyph
This method returns an image.
getImage(). Method in class com.ibm.dnd.ImageWindow
Returns the current image.
getImageName(). Method in class com.ibm.dnd.ImageGlyph
This method returns the image URL string representation.
getName(). Method in class com.ibm.dnd.DataFlavorDescriptor
Returns a name of DataFlavor representation class.
getObjectKind(). Method in class com.ibm.dnd.DropBean
Gets the objectKind property (java.awt.datatransfer.DataFlavor) value.
getOutputDropObject(). Method in class com.ibm.dnd.DropBean
Gets the outputDropObject property (java.lang.Object) value.
getPoint(). Method in class com.ibm.dnd.DragEvent
Gets a point property (java.awt.Point) value.
getPoint(). Method in class com.ibm.dnd.DropEvent
Gets a point property (java.awt.Point) value.
getPreferredSize(). Method in class com.ibm.dnd.ImageWindow
Returns the preferred size.
getSerializeImage(). Method in class com.ibm.dnd.ImageGlyph
This method returns the serializeImage flag.
getTransferData(DataFlavor). Method in class com.ibm.dnd.TransferDataObject
Returns the data transferred.
getTransferDataFlavors(). Method in class com.ibm.dnd.TransferDataObject
Returns supported data flavors.


H

HAND_CURSOR. Static variable in class com.ibm.dnd.DragBean
 
hashCode(). Method in class com.ibm.dnd.ImageGlyph
 


I

ImageGlyph(). Constructor for class com.ibm.dnd.ImageGlyph
This method creates ImageGlyph with a null image.
ImageGlyph(Class, String). Constructor for class com.ibm.dnd.ImageGlyph
This method creates ImageGlyph by the anchor class and a relative path.
ImageGlyph(Image). Constructor for class com.ibm.dnd.ImageGlyph
This method creates ImageGlyph by Image.
ImageGlyph(String). Constructor for class com.ibm.dnd.ImageGlyph
This method creates ImageGlyph by an image filename.
ImageGlyph(String, boolean). Constructor for class com.ibm.dnd.ImageGlyph
This method creates ImageGlyph by the image URL string representation.
ImageGlyph(URL). Constructor for class com.ibm.dnd.ImageGlyph
This method creates ImageGlyph by URL.
ImageWindow(). Constructor for class com.ibm.dnd.ImageWindow
Constructor.
ImageWindow(Frame, ImageGlyph). Constructor for class com.ibm.dnd.ImageWindow
Constructor.
ImageWindow(ImageGlyph). Constructor for class com.ibm.dnd.ImageWindow
Constructor.
initImages(). Method in class com.ibm.dnd.DDManager
This method was created in VisualAge.
isActive(). Method in class com.ibm.dnd.ImageWindow
Returns the value of active flag.
isDataFlavorSupported(DataFlavor). Method in class com.ibm.dnd.DataFlavorRecognizer
Returns whether or not the specified DataFlavor is supported.
isDataFlavorSupported(DataFlavor). Method in class com.ibm.dnd.TransferDataObject
Indicates if the specified data flavor is supported.
isDDSourceActive(). Method in interface com.ibm.dnd.DDSource
Indicates if DDSource is active.
isDDSourceActive(). Method in class com.ibm.dnd.DragBean
DDSource interface implementation method.
isEmpty(). Method in class com.ibm.dnd.TargetMulticaster
Returns whether the list of DDTarget objects is empty
isScalable(). Method in class com.ibm.dnd.ImageWindow
Returns the scalable flag.
isWindowActive(Window). Method in class com.ibm.dnd.WinCollection
A method indicating if the given window is active.


M

MOVE_CURSOR. Static variable in class com.ibm.dnd.DragBean
 


N

N_RESIZE_CURSOR. Static variable in class com.ibm.dnd.DragBean
 
NE_RESIZE_CURSOR. Static variable in class com.ibm.dnd.DragBean
 
NW_RESIZE_CURSOR. Static variable in class com.ibm.dnd.DragBean
 


P

paint(Graphics). Method in class com.ibm.dnd.ImageWindow
Paints the ImageWindow.


R

readExternal(ObjectInput). Method in class com.ibm.dnd.DragEventSupport
readExternal method comment.
readExternal(ObjectInput). Method in class com.ibm.dnd.DropErrorEventSupport
readExternal method comment.
readExternal(ObjectInput). Method in class com.ibm.dnd.DropEventSupport
readExternal method comment.
registerSource(DDSource, Component). Method in class com.ibm.dnd.DDManager
Registers the DDSource object and the component so that the user will be able to drag something from the component.
registerSource(DDSource, Component). Static method in class com.ibm.dnd.DDUtilities
Registers a DDSource object and a component so that the user is able to drag something from the component.
registerTarget(DDTarget, Component). Method in class com.ibm.dnd.DDManager
Registers a DDTarget object and a component so that the user is able to drop something on the component.
registerTarget(DDTarget, Component). Static method in class com.ibm.dnd.DDUtilities
Registers a DDTarget object and a component so that the user is able to drop something on the component.
registerWindow(Window). Method in class com.ibm.dnd.DDManager
This method registeres a window so that the components inside it can be drop targets.
registerWindow(Window). Method in class com.ibm.dnd.WinCollection
A method for registering windows.
remove(DragListener, DragListener). Static method in class com.ibm.dnd.DragEventMulticaster
Remove listener to support multicast events.
remove(DropErrorListener, DropErrorListener). Static method in class com.ibm.dnd.DropErrorEventMulticaster
Remove listener to support multicast events.
remove(DropListener, DropListener). Static method in class com.ibm.dnd.DropEventMulticaster
Remove listener to support multicast events.
removeDragListener(DragListener). Method in class com.ibm.dnd.DragBean
Removes the drag event listener
removeDragListener(DragListener). Method in class com.ibm.dnd.DragEventSupport
Removes the drag event listener
removeDropErrorListener(DropErrorListener). Method in class com.ibm.dnd.DropBean
Removes DropEvent listener
removeDropErrorListener(DropErrorListener). Method in class com.ibm.dnd.DropErrorEventSupport
Removes DropEvent listener
removeDropErrorListener(DropListener). Method in class com.ibm.dnd.DropErrorEventSupport
Removes DropEvent listener
removeDropListener(DropListener). Method in class com.ibm.dnd.DropBean
Removes DropEvent listener
removeDropListener(DropListener). Method in class com.ibm.dnd.DropEventSupport
Removes DropEvent listener
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.dnd.DDManager
The removePropertyChangeListener method is generated to support the propertyChange field.
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.dnd.DragBean
The removePropertyChangeListener method was generated to support the propertyChange field.
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.dnd.DropBean
The removePropertyChangeListener method was generated to support the propertyChange field.
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.dnd.ImageGlyph
Removes a listener of the PropertyChanged event.
removeTarget(DDTarget). Method in class com.ibm.dnd.TargetMulticaster
Removes DDTarget from list
repaint(long, int, int, int, int). Method in class com.ibm.dnd.ImageWindow
Repaints the ImageWindow
returnDataFlavor(). Method in class com.ibm.dnd.DataFlavorDescriptor
This method returns the corresponding java.awt.datatransfer.DataFlavor object.
run(). Method in class com.ibm.dnd.ImageWindow
This method implements corresponding method from Runnable interface.


S

S_RESIZE_CURSOR. Static variable in class com.ibm.dnd.DragBean
 
SE_RESIZE_CURSOR. Static variable in class com.ibm.dnd.DragBean
 
setAboutThisBean(String). Method in class com.ibm.dnd.DragBean
Sets the aboutThisBean property (java.lang.String) value.
setAboutThisBean(String). Method in class com.ibm.dnd.DropBean
Sets the aboutThisBean property (java.lang.String) value.
setAcceptableObjectClassName(String). Method in class com.ibm.dnd.DropBean
Sets the acceptableObjectClassName property (java.lang.String) value.
setActive(boolean). Method in class com.ibm.dnd.ImageWindow
Sets the value of active flag
setComponent(Component). Method in class com.ibm.dnd.DragBean
Sets the component property (java.awt.Component) value.
setComponent(Component). Method in class com.ibm.dnd.DropBean
Sets the component property (java.awt.Component) value.
setCursorType(int). Method in class com.ibm.dnd.DragBean
Sets the cursorType property (int) value.
setDataFlavor(DataFlavorDescriptor). Method in class com.ibm.dnd.DropBean
Sets the dataFlavor property (com.ibm.dnd.DataFlavorDescriptor) value.
setDDManager(DDManager). Static method in class com.ibm.dnd.DDManager
Sets current DDManager.
setDragCursor(Image). Method in class com.ibm.dnd.DragBean
Sets java.awt.Image value of drag cursor icon.
setDragIconImage(String). Method in class com.ibm.dnd.DragBean
Sets the dragIconImage property (java.lang.String) value.
setDropCursor(Image). Method in class com.ibm.dnd.DragBean
Sets java.awt.Image value of drop cursor icon.
setDropIconImage(String). Method in class com.ibm.dnd.DragBean
Sets the dropIconImage property (java.lang.String) value.
setImage(Image). Method in class com.ibm.dnd.ImageGlyph
This method sets an image.
setImage(ImageGlyph). Method in class com.ibm.dnd.ImageWindow
Set the current image.
setInputObject(Object). Method in class com.ibm.dnd.DragBean
Sets the inputObject property (java.lang.Object) value.
setScalable(boolean). Method in class com.ibm.dnd.ImageWindow
Set scalable flag.
setSerializeImage(boolean). Method in class com.ibm.dnd.ImageGlyph
This method sets the serializeImage flag.
SW_RESIZE_CURSOR. Static variable in class com.ibm.dnd.DragBean
 


T

TargetMulticaster(). Constructor for class com.ibm.dnd.TargetMulticaster
TargetMulticaster constructor.
TEXT_CURSOR. Static variable in class com.ibm.dnd.DragBean
 
trackMouse(Component, Point). Method in class com.ibm.dnd.ImageWindow
This method changes window location to follow the mouse movements.
trackMouse(MouseEvent). Method in class com.ibm.dnd.ImageWindow
This method changes window location to follow the mouse movements Shortcut for trackMouse( e.getComponent(),e.getPoint() )
trackMouse(Point). Method in class com.ibm.dnd.ImageWindow
This method changes window location to follow the mouse movements It does not change the window position immediately.
TransferDataObject(Object). Constructor for class com.ibm.dnd.TransferDataObject
Constructs TransferDataObject.
TransferDataObject(Object[]). Constructor for class com.ibm.dnd.TransferDataObject
Constructs TransferDataObject.
TransferDataObject(Vector). Constructor for class com.ibm.dnd.TransferDataObject
Constructs TransferDataObject
type(). Method in class com.ibm.dnd.DataFlavorDescriptor
This method returns the type of descriptor


U

update(Graphics). Method in class com.ibm.dnd.ImageWindow
Repaints the window


W

W_RESIZE_CURSOR. Static variable in class com.ibm.dnd.DragBean
 
WAIT_CURSOR. Static variable in class com.ibm.dnd.DragBean
 
WinCollection(). Constructor for class com.ibm.dnd.WinCollection
The default constructor.
windowActivated(WindowEvent). Method in class com.ibm.dnd.WinCollection
Invoked when a window is activated.
windowClosed(WindowEvent). Method in class com.ibm.dnd.WinCollection
Invoked when a window has been closed.
windowClosing(WindowEvent). Method in class com.ibm.dnd.WinCollection
Invoked when a window is in the process of being closed.
windowDeactivated(WindowEvent). Method in class com.ibm.dnd.WinCollection
Invoked when a window is deactivated.
windowDeiconified(WindowEvent). Method in class com.ibm.dnd.WinCollection
Invoked when a window is de-iconified.
windowIconified(WindowEvent). Method in class com.ibm.dnd.WinCollection
Invoked when a window is iconified.
windowOpened(WindowEvent). Method in class com.ibm.dnd.WinCollection
Invoked when a window has been opened.
writeExternal(ObjectOutput). Method in class com.ibm.dnd.DragEventSupport
writeExternal method comment.
writeExternal(ObjectOutput). Method in class com.ibm.dnd.DropErrorEventSupport
writeExternal method comment.
writeExternal(ObjectOutput). Method in class com.ibm.dnd.DropEventSupport
writeExternal method comment.