| |
|
| java.lang.Object java.awt.AWTEventMulticaster java.awt.dnd.DnDEventMulticaster
DnDEventMulticaster | protected DnDEventMulticaster(EventListener a, EventListener b)(Code) | | Creates an event multicaster instance which chains listener-a
with listener-b. Input parameters a and b
should not be null , though implementations may vary in
choosing whether or not to throw NullPointerException
in that case.
Parameters: a - listener-a Parameters: b - listener-b |
addInternal | protected static EventListener addInternal(EventListener a, EventListener b)(Code) | | Returns the resulting multicast listener from adding listener-a
and listener-b together.
If listener-a is null, it returns listener-b;
If listener-b is null, it returns listener-a
If neither are null, then it creates and returns
a new AWTEventMulticaster instance which chains a with b.
Parameters: a - event listener-a Parameters: b - event listener-b |
dragDropEnd | public void dragDropEnd(DragSourceDropEvent dsde)(Code) | | Handles the DragSourceDropEvent by invoking
dragDropEnd on listener-a and listener-b.
Parameters: dsde - the DragSourceDropEvent |
dragEnter | public void dragEnter(DragSourceDragEvent dsde)(Code) | | Handles the DragSourceDragEvent by invoking
dragEnter on listener-a and listener-b.
Parameters: dsde - the DragSourceDragEvent |
dragExit | public void dragExit(DragSourceEvent dse)(Code) | | Handles the DragSourceEvent by invoking
dragExit on listener-a and listener-b.
Parameters: dse - the DragSourceEvent |
dragMouseMoved | public void dragMouseMoved(DragSourceDragEvent dsde)(Code) | | Handles the DragSourceDragEvent by invoking
dragMouseMoved on listener-a and listener-b.
Parameters: dsde - the DragSourceDragEvent |
dragOver | public void dragOver(DragSourceDragEvent dsde)(Code) | | Handles the DragSourceDragEvent by invoking
dragOver on listener-a and listener-b.
Parameters: e - the DragSourceDragEvent |
dropActionChanged | public void dropActionChanged(DragSourceDragEvent dsde)(Code) | | Handles the DragSourceDragEvent by invoking
dropActionChanged on listener-a and listener-b.
Parameters: dsde - the DragSourceDragEvent |
remove | public static DragSourceListener remove(DragSourceListener l, DragSourceListener oldl)(Code) | | Removes the old drag-source-listener from drag-source-listener-l
and returns the resulting multicast listener.
Parameters: l - drag-source-listener-l Parameters: oldl - the drag-source-listener being removed |
remove | protected EventListener remove(EventListener oldl)(Code) | | Removes a listener from this multicaster and returns the
resulting multicast listener.
Parameters: oldl - the listener to be removed |
removeInternal | protected static EventListener removeInternal(EventListener l, EventListener oldl)(Code) | | Returns the resulting multicast listener after removing the
old listener from listener-l.
If listener-l equals the old listener OR listener-l is null,
returns null.
Else if listener-l is an instance of AWTEventMulticaster,
then it removes the old listener from it.
Else, returns listener l.
Parameters: l - the listener being removed from Parameters: oldl - the listener being removed |
Methods inherited from java.awt.AWTEventMulticaster | public void actionPerformed(ActionEvent e)(Code)(Java Doc) public static ComponentListener add(ComponentListener a, ComponentListener b)(Code)(Java Doc) public static ContainerListener add(ContainerListener a, ContainerListener b)(Code)(Java Doc) public static FocusListener add(FocusListener a, FocusListener b)(Code)(Java Doc) public static KeyListener add(KeyListener a, KeyListener b)(Code)(Java Doc) public static MouseListener add(MouseListener a, MouseListener b)(Code)(Java Doc) public static MouseMotionListener add(MouseMotionListener a, MouseMotionListener b)(Code)(Java Doc) public static WindowListener add(WindowListener a, WindowListener b)(Code)(Java Doc) public static WindowStateListener add(WindowStateListener a, WindowStateListener b)(Code)(Java Doc) public static WindowFocusListener add(WindowFocusListener a, WindowFocusListener b)(Code)(Java Doc) public static ActionListener add(ActionListener a, ActionListener b)(Code)(Java Doc) public static ItemListener add(ItemListener a, ItemListener b)(Code)(Java Doc) public static AdjustmentListener add(AdjustmentListener a, AdjustmentListener b)(Code)(Java Doc) public static TextListener add(TextListener a, TextListener b)(Code)(Java Doc) public static InputMethodListener add(InputMethodListener a, InputMethodListener b)(Code)(Java Doc) public static HierarchyListener add(HierarchyListener a, HierarchyListener b)(Code)(Java Doc) public static HierarchyBoundsListener add(HierarchyBoundsListener a, HierarchyBoundsListener b)(Code)(Java Doc) public static MouseWheelListener add(MouseWheelListener a, MouseWheelListener b)(Code)(Java Doc) protected static EventListener addInternal(EventListener a, EventListener b)(Code)(Java Doc) public void adjustmentValueChanged(AdjustmentEvent e)(Code)(Java Doc) public void ancestorMoved(HierarchyEvent e)(Code)(Java Doc) public void ancestorResized(HierarchyEvent e)(Code)(Java Doc) public void caretPositionChanged(InputMethodEvent e)(Code)(Java Doc) public void componentAdded(ContainerEvent e)(Code)(Java Doc) public void componentHidden(ComponentEvent e)(Code)(Java Doc) public void componentMoved(ComponentEvent e)(Code)(Java Doc) public void componentRemoved(ContainerEvent e)(Code)(Java Doc) public void componentResized(ComponentEvent e)(Code)(Java Doc) public void componentShown(ComponentEvent e)(Code)(Java Doc) public void focusGained(FocusEvent e)(Code)(Java Doc) public void focusLost(FocusEvent e)(Code)(Java Doc) public static T[] getListeners(EventListener l, Class<T> listenerType)(Code)(Java Doc) public void hierarchyChanged(HierarchyEvent e)(Code)(Java Doc) public void inputMethodTextChanged(InputMethodEvent e)(Code)(Java Doc) public void itemStateChanged(ItemEvent e)(Code)(Java Doc) public void keyPressed(KeyEvent e)(Code)(Java Doc) public void keyReleased(KeyEvent e)(Code)(Java Doc) public void keyTyped(KeyEvent e)(Code)(Java Doc) public void mouseClicked(MouseEvent e)(Code)(Java Doc) public void mouseDragged(MouseEvent e)(Code)(Java Doc) public void mouseEntered(MouseEvent e)(Code)(Java Doc) public void mouseExited(MouseEvent e)(Code)(Java Doc) public void mouseMoved(MouseEvent e)(Code)(Java Doc) public void mousePressed(MouseEvent e)(Code)(Java Doc) public void mouseReleased(MouseEvent e)(Code)(Java Doc) public void mouseWheelMoved(MouseWheelEvent e)(Code)(Java Doc) protected EventListener remove(EventListener oldl)(Code)(Java Doc) public static ComponentListener remove(ComponentListener l, ComponentListener oldl)(Code)(Java Doc) public static ContainerListener remove(ContainerListener l, ContainerListener oldl)(Code)(Java Doc) public static FocusListener remove(FocusListener l, FocusListener oldl)(Code)(Java Doc) public static KeyListener remove(KeyListener l, KeyListener oldl)(Code)(Java Doc) public static MouseListener remove(MouseListener l, MouseListener oldl)(Code)(Java Doc) public static MouseMotionListener remove(MouseMotionListener l, MouseMotionListener oldl)(Code)(Java Doc) public static WindowListener remove(WindowListener l, WindowListener oldl)(Code)(Java Doc) public static WindowStateListener remove(WindowStateListener l, WindowStateListener oldl)(Code)(Java Doc) public static WindowFocusListener remove(WindowFocusListener l, WindowFocusListener oldl)(Code)(Java Doc) public static ActionListener remove(ActionListener l, ActionListener oldl)(Code)(Java Doc) public static ItemListener remove(ItemListener l, ItemListener oldl)(Code)(Java Doc) public static AdjustmentListener remove(AdjustmentListener l, AdjustmentListener oldl)(Code)(Java Doc) public static TextListener remove(TextListener l, TextListener oldl)(Code)(Java Doc) public static InputMethodListener remove(InputMethodListener l, InputMethodListener oldl)(Code)(Java Doc) public static HierarchyListener remove(HierarchyListener l, HierarchyListener oldl)(Code)(Java Doc) public static HierarchyBoundsListener remove(HierarchyBoundsListener l, HierarchyBoundsListener oldl)(Code)(Java Doc) public static MouseWheelListener remove(MouseWheelListener l, MouseWheelListener oldl)(Code)(Java Doc) protected static EventListener removeInternal(EventListener l, EventListener oldl)(Code)(Java Doc) protected static void save(ObjectOutputStream s, String k, EventListener l) throws IOException(Code)(Java Doc) protected void saveInternal(ObjectOutputStream s, String k) throws IOException(Code)(Java Doc) public void textValueChanged(TextEvent e)(Code)(Java Doc) public void windowActivated(WindowEvent e)(Code)(Java Doc) public void windowClosed(WindowEvent e)(Code)(Java Doc) public void windowClosing(WindowEvent e)(Code)(Java Doc) public void windowDeactivated(WindowEvent e)(Code)(Java Doc) public void windowDeiconified(WindowEvent e)(Code)(Java Doc) public void windowGainedFocus(WindowEvent e)(Code)(Java Doc) public void windowIconified(WindowEvent e)(Code)(Java Doc) public void windowLostFocus(WindowEvent e)(Code)(Java Doc) public void windowOpened(WindowEvent e)(Code)(Java Doc) public void windowStateChanged(WindowEvent e)(Code)(Java Doc)
|
|
|
|