|
|||||||||||
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 | |
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. |
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. |
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. |
protected static de.uni_paderborn.fujaba.fsa.listener.AscendDescendMouseHandler.ADHandler |
getADHandler()
Get the aDHandler 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 |
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 |
Method 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 providedpublic static void claimMouseListeners(java.awt.Component component)
component
- No description providedpublic static void claimMouseMotionListeners(java.awt.Component component)
component
- 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 providedpublic 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 de.uni_paderborn.fujaba.fsa.listener.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 |