org
.
interactivemesh
.
scala
.
swing
event
package
event
Visibility
Public
All
Type Members
case class
InternalFrameActivated
(
source: InternalFrame
,
param: String
)
extends InternalFrameEvent with Product with Serializable
case class
InternalFrameClosed
(
source: InternalFrame
,
param: String
)
extends InternalFrameEvent with Product with Serializable
case class
InternalFrameClosing
(
source: InternalFrame
,
param: String
)
extends InternalFrameEvent with Product with Serializable
case class
InternalFrameDeactivated
(
source: InternalFrame
,
param: String
)
extends InternalFrameEvent with Product with Serializable
case class
InternalFrameDeiconified
(
source: InternalFrame
,
param: String
)
extends InternalFrameEvent with Product with Serializable
class
InternalFrameEvent
extends UIEvent
case class
InternalFrameIconified
(
source: InternalFrame
,
param: String
)
extends InternalFrameEvent with Product with Serializable
case class
InternalFrameOpened
(
source: InternalFrame
,
param: String
)
extends InternalFrameEvent with Product with Serializable