scala.swing

Swing

object Swing

Helpers for this package.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Swing
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Embossing extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def ActionListener(f: (ActionEvent) ⇒ Unit): ActionListener

  5. def BeveledBorder(kind: Embossing, highlightOuter: Color, highlightInner: Color, shadowOuter: Color, shadowInner: Color): Border

  6. def BeveledBorder(kind: Embossing, highlight: Color, shadow: Color): Border

  7. def BeveledBorder(kind: Embossing): Border

  8. def Box(min: Dimension, pref: Dimension, max: Dimension): Component { lazy val peer: javax.swing.Box.Filler }

  9. final def ChangeListener(f: (ChangeEvent) ⇒ Unit): ChangeListener

  10. def CompoundBorder(outside: Border, inside: Border): CompoundBorder

  11. def EmptyBorder(top: Int, left: Int, bottom: Int, right: Int): Border

  12. def EmptyBorder(weight: Int): Border

  13. def EmptyBorder: Border

  14. object EmptyIcon extends Icon with Product with Serializable

    The empty icon.

  15. def EtchedBorder(kind: Embossing, highlight: Color, shadow: Color): Border

  16. def EtchedBorder(kind: Embossing): Border

  17. def EtchedBorder: Border

  18. def Glue: Component

  19. def HGlue: Component

  20. def HStrut(width: Int): Component

  21. def Icon(url: URL): ImageIcon

  22. def Icon(filename: String): ImageIcon

  23. def Icon(image: java.awt.Image): ImageIcon

  24. def LineBorder(c: Color, weight: Int): Border

  25. def LineBorder(c: Color): Border

  26. object Lowered extends Embossing with Product with Serializable

  27. def MatteBorder(top: Int, left: Int, bottom: Int, right: Int, icon: Icon): MatteBorder

  28. def MatteBorder(top: Int, left: Int, bottom: Int, right: Int, color: Color): MatteBorder

  29. object Raised extends Embossing with Product with Serializable

  30. def RigidBox(dim: Dimension): Component

  31. final def Runnable(block: ⇒ Unit): Runnable

    Annotations
    @inline()
  32. def TitledBorder(border: Border, title: String): TitledBorder

  33. def VGlue: Component

  34. def VStrut(height: Int): Component

  35. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  36. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  39. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  41. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  42. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  43. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  44. final def notify(): Unit

    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  46. def nullPeer(c: Component): JComponent

    Attributes
    protected[scala.swing]
  47. final def onEDT(op: ⇒ Unit): Unit

    Schedule the given code to be executed on the Swing event dispatching thread (EDT).

    Schedule the given code to be executed on the Swing event dispatching thread (EDT). Returns immediately.

    Annotations
    @inline()
  48. final def onEDTWait(op: ⇒ Unit): Unit

    Schedule the given code to be executed on the Swing event dispatching thread (EDT).

    Schedule the given code to be executed on the Swing event dispatching thread (EDT). Blocks until after the code has been run.

    Annotations
    @inline()
  49. implicit def pair2Dimension(p: (Int, Int)): Dimension

  50. implicit def pair2Point(p: (Int, Int, Int, Int)): Rectangle

  51. implicit def pair2Point(p: (Int, Int)): Point

  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. def toNoIcon(i: Icon): Icon

    Attributes
    protected[scala.swing]
  54. def toNullIcon(i: Icon): Icon

    Attributes
    protected[scala.swing]
  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. def unwrapIcon(icon: Icon): Icon

  57. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def wrapIcon(icon: Icon): Icon

Inherited from AnyRef

Inherited from Any

Ungrouped