scala.swing

Swing

object Swing

Helpers for this package.

Source
Swing.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def ActionListener(f: (ActionEvent) ⇒ Unit): ActionListener

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

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

  9. def BeveledBorder(kind: Embossing): Border

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

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

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

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

  14. def EmptyBorder(weight: Int): Border

  15. def EmptyBorder: Border

  16. object EmptyIcon extends Icon with Product with Serializable

    The empty icon.

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

  18. def EtchedBorder(kind: Embossing): Border

  19. def EtchedBorder: Border

  20. def Glue: Component

  21. def HGlue: Component

  22. def HStrut(width: Int): Component

  23. def Icon(url: URL): ImageIcon

  24. def Icon(filename: String): ImageIcon

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

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

  27. def LineBorder(c: Color): Border

  28. object Lowered extends Embossing with Product with Serializable

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

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

  31. object Raised extends Embossing with Product with Serializable

  32. def RigidBox(dim: Dimension): Component

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

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

  35. def VGlue: Component

  36. def VStrut(height: Int): Component

  37. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  38. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected[scala.swing]
  49. 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()
  50. 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()
  51. implicit def pair2Dimension(p: (Int, Int)): Dimension

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

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

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

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

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

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

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

  59. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped