|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.listener.AscendDescendMouseHandler
No comment provided by developer, please add a comment to improve documentation.
Nested Class Summary | |
private static class |
AscendDescendMouseHandler.ADHandler
No comment provided by developer, please add a comment to improve documentation. |
static class |
AscendDescendMouseHandler.ADMouseEvent
No comment provided by developer, please add a comment to improve documentation. |
static interface |
AscendDescendMouseHandler.Ascend
No comment provided by developer, please add a comment to improve documentation. |
static class |
AscendDescendMouseHandler.AscendConsumer
No comment provided by developer, please add a comment to improve documentation. |
static class |
AscendDescendMouseHandler.Consumer
No comment provided by developer, please add a comment to improve documentation. |
static interface |
AscendDescendMouseHandler.Descend
No comment provided by developer, please add a comment to improve documentation. |
static class |
AscendDescendMouseHandler.DescendConsumer
No comment provided by developer, please add a comment to improve documentation. |
Field Summary | |
private boolean |
active
No comment provided by developer, please add a comment to improve documentation. |
private static AscendDescendMouseHandler.ADHandler |
adHandler
No comment provided by developer, please add a comment to improve documentation. |
private static AscendDescendMouseHandler.AscendConsumer |
ascendConsumer
No comment provided by developer, please add a comment to improve documentation. |
private java.util.EventListener |
ascendListener
No comment provided by developer, please add a comment to improve documentation. |
private static AscendDescendMouseHandler.Consumer |
consumer
No comment provided by developer, please add a comment to improve documentation. |
private static AscendDescendMouseHandler.DescendConsumer |
descendConsumer
No comment provided by developer, please add a comment to improve documentation. |
private java.util.EventListener |
descendListener
No comment provided by developer, please add a comment to improve documentation. |
private java.util.EventListener |
listener
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.ref.WeakReference |
target
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
(package private) |
AscendDescendMouseHandler(java.awt.Component target)
Constructor for class AscendDescendMouseHandler |
Method Summary | |
static void |
addMouseInputListener(java.awt.Component component,
javax.swing.event.MouseInputListener listener)
Access method for an one to n association. |
static void |
addMouseListener(java.awt.Component component,
java.awt.event.MouseListener listener)
Access method for an one to n association. |
void |
addMouseListener(java.awt.event.MouseListener l)
Adds the specified mouse motion listener to receive mouse motion events from this component. |
static void |
addMouseMotionListener(java.awt.Component component,
java.awt.event.MouseMotionListener listener)
Access method for an one to n association. |
void |
addMouseMotionListener(java.awt.event.MouseMotionListener l)
Adds the specified mouse motion listener to receive mouse motion events from this component. |
static void |
claimMouseListeners(java.awt.Component component)
No comment provided by developer, please add a comment to improve documentation. |
static void |
claimMouseMotionListeners(java.awt.Component component)
No comment provided by developer, please add a comment to improve documentation. |
private static AscendDescendMouseHandler.ADMouseEvent |
cloneEvent(java.awt.event.MouseEvent e,
java.awt.Component source,
java.awt.Component realSource,
int xOff,
int yOff)
No comment provided by developer, please add a comment to improve documentation. |
private static boolean |
dispatchEvent(java.awt.event.MouseEvent e,
java.awt.Component comp,
java.awt.Component realSource,
int xOff,
int yOff,
java.util.Iterator listeners,
boolean ascend)
No comment provided by developer, please add a comment to improve documentation. |
static void |
dispatchEvent(java.awt.event.MouseEvent e,
java.awt.event.MouseListener sourceListener)
No comment provided by developer, please add a comment to improve documentation. |
static void |
dispatchEvent(java.awt.event.MouseEvent e,
java.awt.event.MouseMotionListener sourceListener)
No comment provided by developer, please add a comment to improve documentation. |
private static void |
dispatchEventImpl(java.awt.event.MouseEvent e,
java.util.EventListener sourceListener)
No comment provided by developer, please add a comment to improve documentation. |
private static void |
fireEvent(java.awt.event.MouseEvent e,
java.util.EventListener listener)
No comment provided by developer, please add a comment to improve documentation. |
protected static AscendDescendMouseHandler.ADHandler |
getADHandler()
Get the aDHandler attribute of the AscendDescendMouseHandler class |
private static void |
getADInfo(java.awt.event.MouseEvent e,
java.util.LinkedList ascend,
java.util.LinkedList descend)
Get the aDInfo attribute of the AscendDescendMouseHandler class |
static AscendDescendMouseHandler.AscendConsumer |
getAscendConsumer()
Get the ascendConsumer attribute of the AscendDescendMouseHandler class |
java.util.EventListener |
getAscendListener()
Get the ascendListener attribute of the AscendDescendMouseHandler object |
static AscendDescendMouseHandler.Consumer |
getConsumer()
Get the consumer attribute of the AscendDescendMouseHandler class |
static AscendDescendMouseHandler.DescendConsumer |
getDescendConsumer()
Get the descendConsumer attribute of the AscendDescendMouseHandler class |
java.util.EventListener |
getDescendListener()
Get the descendListener attribute of the AscendDescendMouseHandler object |
private static AscendDescendMouseHandler |
getHandler(java.util.EventListener[] listeners)
Get the handler attribute of the AscendDescendMouseHandler class |
static boolean |
isADMouseEvent(java.awt.event.MouseEvent evt)
Get the aDMouseEvent attribute of the AscendDescendMouseHandler class |
static boolean |
isAscendMouseEvent(java.awt.event.MouseEvent evt)
Get the ascendMouseEvent attribute of the AscendDescendMouseHandler class |
static boolean |
isDescendMouseEvent(java.awt.event.MouseEvent evt)
Get the descendMouseEvent attribute of the AscendDescendMouseHandler class |
void |
mouseClicked(java.awt.event.MouseEvent e)
No comment provided by developer, please add a comment to improve documentation. |
void |
mouseDragged(java.awt.event.MouseEvent e)
No comment provided by developer, please add a comment to improve documentation. |
void |
mouseEntered(java.awt.event.MouseEvent e)
No comment provided by developer, please add a comment to improve documentation. |
void |
mouseExited(java.awt.event.MouseEvent e)
No comment provided by developer, please add a comment to improve documentation. |
void |
mouseMoved(java.awt.event.MouseEvent e)
No comment provided by developer, please add a comment to improve documentation. |
void |
mousePressed(java.awt.event.MouseEvent e)
No comment provided by developer, please add a comment to improve documentation. |
void |
mouseReleased(java.awt.event.MouseEvent e)
No comment provided by developer, please add a comment to improve documentation. |
static void |
registerADMouseHandler(java.awt.Component component)
No comment provided by developer, please add a comment to improve documentation. |
static void |
registerADMouseInputHandler(java.awt.Component component)
No comment provided by developer, please add a comment to improve documentation. |
static void |
registerADMouseMotionHandler(java.awt.Component component)
No comment provided by developer, please add a comment to improve documentation. |
static void |
removeMouseInputListener(java.awt.Component component,
javax.swing.event.MouseInputListener listener)
No comment provided by developer, please add a comment to improve documentation. |
static void |
removeMouseListener(java.awt.Component component,
java.awt.event.MouseListener listener)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeMouseListener(java.awt.event.MouseListener l)
Removes the specified mouse listener so that it no longer receives mouse events from this component. |
static void |
removeMouseMotionListener(java.awt.Component component,
java.awt.event.MouseMotionListener listener)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeMouseMotionListener(java.awt.event.MouseMotionListener l)
Removes the specified mouse listener so that it no longer receives mouse events from this component. |
static void |
unregisterADMouseHandler(java.awt.Component component)
No comment provided by developer, please add a comment to improve documentation. |
static void |
unregisterADMouseInputHandler(java.awt.Component component)
No comment provided by developer, please add a comment to improve documentation. |
static void |
unregisterADMouseMotionHandler(java.awt.Component component)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final java.lang.ref.WeakReference target
private boolean active
private java.util.EventListener listener
private java.util.EventListener ascendListener
private java.util.EventListener descendListener
private static transient AscendDescendMouseHandler.ADHandler adHandler
private static AscendDescendMouseHandler.Consumer consumer
private static AscendDescendMouseHandler.AscendConsumer ascendConsumer
private static AscendDescendMouseHandler.DescendConsumer descendConsumer
Constructor Detail |
AscendDescendMouseHandler(java.awt.Component target)
target
- No description providedMethod Detail |
public void addMouseListener(java.awt.event.MouseListener l)
l
- the mouse motion listener.MouseEvent
,
MouseListener
,
removeMouseListener(Component, MouseListener)
,
Component.addMouseListener(java.awt.event.MouseListener)
public void addMouseMotionListener(java.awt.event.MouseMotionListener l)
l
- the mouse motion listener.MouseEvent
,
MouseMotionListener
,
removeMouseMotionListener(MouseMotionListener)
,
Component.addMouseMotionListener(java.awt.event.MouseMotionListener)
public void removeMouseListener(java.awt.event.MouseListener l)
l
- the mouse listener.MouseEvent
,
MouseListener
,
addMouseListener(MouseListener)
,
Component.removeMouseListener(java.awt.event.MouseListener)
public void removeMouseMotionListener(java.awt.event.MouseMotionListener l)
l
- the mouse listener.MouseEvent
,
MouseMotionListener
,
addMouseMotionListener(MouseMotionListener)
,
Component.removeMouseMotionListener(java.awt.event.MouseMotionListener)
public java.util.EventListener getAscendListener()
public java.util.EventListener getDescendListener()
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed
in interface java.awt.event.MouseListener
e
- No description providedpublic void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased
in interface java.awt.event.MouseListener
e
- No description providedpublic void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked
in interface java.awt.event.MouseListener
e
- No description providedpublic void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered
in interface java.awt.event.MouseListener
e
- No description providedpublic void mouseExited(java.awt.event.MouseEvent e)
mouseExited
in interface java.awt.event.MouseListener
e
- No description providedpublic void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved
in interface java.awt.event.MouseMotionListener
e
- No description providedpublic void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged
in interface java.awt.event.MouseMotionListener
e
- No description providedpublic static void registerADMouseHandler(java.awt.Component component)
component
- No description providedpublic static void registerADMouseMotionHandler(java.awt.Component component)
component
- No description providedpublic static void unregisterADMouseHandler(java.awt.Component component)
component
- No description providedpublic static void unregisterADMouseMotionHandler(java.awt.Component component)
component
- No description providedpublic static void registerADMouseInputHandler(java.awt.Component component)
component
- No description providedpublic static void unregisterADMouseInputHandler(java.awt.Component component)
component
- No description providedpublic static void addMouseListener(java.awt.Component component, java.awt.event.MouseListener listener)
component
- The object added.listener
- The object added.public static void addMouseMotionListener(java.awt.Component component, java.awt.event.MouseMotionListener listener)
component
- The object added.listener
- The object added.public static void addMouseInputListener(java.awt.Component component, javax.swing.event.MouseInputListener listener)
component
- The object added.listener
- The object added.public static void removeMouseListener(java.awt.Component component, java.awt.event.MouseListener listener)
component
- No description providedlistener
- No description providedpublic static void removeMouseMotionListener(java.awt.Component component, java.awt.event.MouseMotionListener listener)
component
- No description providedlistener
- No description providedpublic static void removeMouseInputListener(java.awt.Component component, javax.swing.event.MouseInputListener listener)
component
- No description providedlistener
- No description providedprivate static AscendDescendMouseHandler getHandler(java.util.EventListener[] listeners)
listeners
- No description provided
public static void claimMouseListeners(java.awt.Component component)
component
- No description providedpublic static void claimMouseMotionListeners(java.awt.Component component)
component
- No description providedprivate static void getADInfo(java.awt.event.MouseEvent e, java.util.LinkedList ascend, java.util.LinkedList descend)
e
- No description providedascend
- No description provideddescend
- No description providedprivate static boolean dispatchEvent(java.awt.event.MouseEvent e, java.awt.Component comp, java.awt.Component realSource, int xOff, int yOff, java.util.Iterator listeners, boolean ascend)
e
- No description providedcomp
- No description providedrealSource
- No description providedxOff
- No description providedyOff
- No description providedlisteners
- No description providedascend
- No description provided
private static void fireEvent(java.awt.event.MouseEvent e, java.util.EventListener listener)
e
- No description providedlistener
- No description providedpublic static void dispatchEvent(java.awt.event.MouseEvent e, java.awt.event.MouseListener sourceListener)
e
- No description providedsourceListener
- No description providedpublic static void dispatchEvent(java.awt.event.MouseEvent e, java.awt.event.MouseMotionListener sourceListener)
e
- No description providedsourceListener
- No description providedprivate static void dispatchEventImpl(java.awt.event.MouseEvent e, java.util.EventListener sourceListener)
e
- No description providedsourceListener
- No description providedprivate static AscendDescendMouseHandler.ADMouseEvent cloneEvent(java.awt.event.MouseEvent e, java.awt.Component source, java.awt.Component realSource, int xOff, int yOff)
e
- No description providedsource
- No description providedrealSource
- No description providedxOff
- No description providedyOff
- No description provided
public static boolean isADMouseEvent(java.awt.event.MouseEvent evt)
evt
- No description provided
public static boolean isAscendMouseEvent(java.awt.event.MouseEvent evt)
evt
- No description provided
public static boolean isDescendMouseEvent(java.awt.event.MouseEvent evt)
evt
- No description provided
protected static AscendDescendMouseHandler.ADHandler getADHandler()
public static AscendDescendMouseHandler.Consumer getConsumer()
public static AscendDescendMouseHandler.AscendConsumer getAscendConsumer()
public static AscendDescendMouseHandler.DescendConsumer getDescendConsumer()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |