^1639996220745
@
sname
MouseListener
slabel
MouseListener
sdescriptors
xworker.lang.MetaDescriptor3
sextends
xworker.java.awt.event.Listener
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
Sdescription
#$@text#$@
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">The listener interface for receiving &quot;interesting&quot; mouse events (press, release, click, enter, and exit) on a component. (To track mouse moves and mouse drags, use the </span><code>MouseMotionListener</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">.)</span></p>

<p style="text-align: left;">The class that is interested in processing a mouse event either implements this interface (and all the methods it contains) or extends the abstract <code>MouseAdapter</code> class (overriding only the methods of interest).</p>

<p style="text-align: left;">The listener object created from that class is then registered with a component using the component&#39;s <code>addMouseListener</code> method. A mouse event is generated when the mouse is pressed, released clicked (pressed and released). A mouse event is also generated when the mouse cursor enters or leaves a component. When a mouse event occurs, the relevant method in the listener object is invoked, and the <code>MouseEvent</code> is passed to it.</p>
#$@text#$@
sth_createIndex
false
sth_mark
false
sid
MouseListener
  @/@actions
  sname
  actions
  sdescriptors
  xworker.lang.MetaDescriptor3/@actions
  sth_createIndex
  false
  sth_mark
  false
  sid
  actions
    @/@actions/@create
    sname
    create
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.core.java.awt.event.ListenerCreator
    smethodName
    createMouseListener
    sdisableGlobalContext
    false
    sattributeTemplate
    false
    sinterpretationType
    Action
    svarScope
    Global
    screateLocalVarScope
    false
    ssaveReturn
    false
    sdescriptors
    xworker.lang.actions.Actions/@JavaAction
    sth_createIndex
    false
    sth_mark
    false
    sid
    create
    @/@actions/@mouseClicked
    sname
    mouseClicked
    sdescriptors
    xworker.lang.actions.Actions/@NOOP
    sth_createIndex
    false
    sth_mark
    false
    sid
    mouseClicked
    @/@actions/@mousePressed
    sname
    mousePressed
    sdescriptors
    xworker.lang.actions.Actions/@NOOP
    sth_createIndex
    false
    sth_mark
    false
    sid
    mousePressed
    @/@actions/@mouseReleased
    sname
    mouseReleased
    sdescriptors
    xworker.lang.actions.Actions/@NOOP
    sth_createIndex
    false
    sth_mark
    false
    sid
    mouseReleased
    @/@actions/@mouseEntered
    sname
    mouseEntered
    sdescriptors
    xworker.lang.actions.Actions/@NOOP
    sth_createIndex
    false
    sth_mark
    false
    sid
    mouseEntered
    @/@actions/@mouseExited
    sname
    mouseExited
    sdescriptors
    xworker.lang.actions.Actions/@NOOP
    sth_createIndex
    false
    sth_mark
    false
    sid
    mouseExited
  @/@name
  sname
  name
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  name
