scala
.
swing
.
event
MousePressed
case class
MousePressed
(
source:
Component
,
point:
java.awt.Point
,
modifiers:
Modifiers
,
clicks:
Int
,
triggersPopup:
Boolean
)
(
peer:
java.awt.event.MouseEvent
)
extends
MouseButtonEvent
with
Product
with
Serializable
Linear Supertypes
Serializable
,
java.io.Serializable
,
Product
,
Equals
,
MouseButtonEvent
,
MouseEvent
,
InputEvent
,
ComponentEvent
,
UIEvent
,
Event
,
AnyRef
,
Any
Type Hierarchy
Learn more about scaladoc diagrams
MousePressed
MouseButtonEvent
Product
Serializable
Ordering
Alphabetic
By inheritance
Inherited
MousePressed
Serializable
Serializable
Product
Equals
MouseButtonEvent
MouseEvent
InputEvent
ComponentEvent
UIEvent
Event
AnyRef
Any
Implicitly
by StringAdd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
MousePressed
(
e:
java.awt.event.MouseEvent
)
new
MousePressed
(
source:
Component
,
point:
java.awt.Point
,
modifiers:
Modifiers
,
clicks:
Int
,
triggersPopup:
Boolean
)
(
peer:
java.awt.event.MouseEvent
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
MousePressed
to
StringAdd
[
MousePressed
] performed by method StringAdd in scala.Predef.
Definition Classes
StringAdd
def
->
[
B
]
(
y:
B
)
: (
MousePressed
,
B
)
Implicit information
This member is added by an implicit conversion from
MousePressed
to
ArrowAssoc
[
MousePressed
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
clicks
:
Int
Definition Classes
MousePressed
→
MouseButtonEvent
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
consume
()
:
Unit
Definition Classes
InputEvent
def
consumed
:
Boolean
Definition Classes
InputEvent
def
ensuring
(
cond: (
MousePressed
) ⇒
Boolean
,
msg: ⇒
Any
)
:
MousePressed
Implicit information
This member is added by an implicit conversion from
MousePressed
to
Ensuring
[
MousePressed
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
MousePressed
) ⇒
Boolean
)
:
MousePressed
Implicit information
This member is added by an implicit conversion from
MousePressed
to
Ensuring
[
MousePressed
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
MousePressed
Implicit information
This member is added by an implicit conversion from
MousePressed
to
Ensuring
[
MousePressed
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
MousePressed
Implicit information
This member is added by an implicit conversion from
MousePressed
to
Ensuring
[
MousePressed
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
MousePressed
to
StringFormat
[
MousePressed
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
modifiers
:
Modifiers
Definition Classes
MousePressed
→
InputEvent
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
peer
:
java.awt.event.MouseEvent
Definition Classes
MousePressed
→
MouseEvent
→
InputEvent
val
point
:
java.awt.Point
Definition Classes
MousePressed
→
MouseEvent
val
source
:
Component
Definition Classes
MousePressed
→
ComponentEvent
→
UIEvent
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
triggersPopup
:
Boolean
Definition Classes
MousePressed
→
MouseButtonEvent
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
when
:
Long
Definition Classes
InputEvent
def
→
[
B
]
(
y:
B
)
: (
MousePressed
,
B
)
Implicit information
This member is added by an implicit conversion from
MousePressed
to
ArrowAssoc
[
MousePressed
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
Serializable
Inherited from
java.io.Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
MouseButtonEvent
Inherited from
MouseEvent
Inherited from
InputEvent
Inherited from
ComponentEvent
Inherited from
UIEvent
Inherited from
Event
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion StringAdd from
MousePressed
to
StringAdd
[
MousePressed
]
Inherited by implicit conversion StringFormat from
MousePressed
to
StringFormat
[
MousePressed
]
Inherited by implicit conversion Ensuring from
MousePressed
to
Ensuring
[
MousePressed
]
Inherited by implicit conversion ArrowAssoc from
MousePressed
to
ArrowAssoc
[
MousePressed
]
Ungrouped