org.interactivemesh.scala.swing

event

package event

Visibility
  1. Public
  2. All

Type Members

  1. case class InternalFrameActivated (source: InternalFrame, param: String) extends InternalFrameEvent with Product with Serializable

  2. case class InternalFrameClosed (source: InternalFrame, param: String) extends InternalFrameEvent with Product with Serializable

  3. case class InternalFrameClosing (source: InternalFrame, param: String) extends InternalFrameEvent with Product with Serializable

  4. case class InternalFrameDeactivated (source: InternalFrame, param: String) extends InternalFrameEvent with Product with Serializable

  5. case class InternalFrameDeiconified (source: InternalFrame, param: String) extends InternalFrameEvent with Product with Serializable

  6. class InternalFrameEvent extends UIEvent

  7. case class InternalFrameIconified (source: InternalFrame, param: String) extends InternalFrameEvent with Product with Serializable

  8. case class InternalFrameOpened (source: InternalFrame, param: String) extends InternalFrameEvent with Product with Serializable