o

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
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Embossing extends AnyRef
  2. type PeerContainer = AnyRef { def peer: java.awt.Container }
    Attributes
    protected[scala.swing]

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. def EtchedBorder(kind: Embossing, highlight: Color, shadow: Color): Border
  15. def EtchedBorder(kind: Embossing): Border
  16. def EtchedBorder: Border
  17. def Glue: Component
  18. def HGlue: Component
  19. def HStrut(width: Int): Component
  20. def Icon(url: URL): ImageIcon
  21. def Icon(filename: String): ImageIcon
  22. def Icon(image: java.awt.Image): ImageIcon
  23. def LineBorder(c: Color, weight: Int): Border
  24. def LineBorder(c: Color): Border
  25. def MatteBorder(top: Int, left: Int, bottom: Int, right: Int, icon: Icon): MatteBorder
  26. def MatteBorder(top: Int, left: Int, bottom: Int, right: Int, color: Color): MatteBorder
  27. def RigidBox(dim: Dimension): Component
  28. final def Runnable(block: ⇒ Unit): Runnable
    Annotations
    @inline()
  29. def TitledBorder(border: Border, title: String): TitledBorder
  30. def VGlue: Component
  31. def VStrut(height: Int): Component
  32. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  33. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  36. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. def nullPeer(c: PeerContainer): java.awt.Container
    Attributes
    protected[scala.swing]
  44. 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()
  45. 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()
  46. implicit def pair2Dimension(p: (Int, Int)): Dimension
  47. implicit def pair2Point(p: (Int, Int, Int, Int)): Rectangle
  48. implicit def pair2Point(p: (Int, Int)): Point
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def toNoIcon(i: Icon): Icon
    Attributes
    protected[scala.swing]
  51. def toNullIcon(i: Icon): Icon
    Attributes
    protected[scala.swing]
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def unwrapIcon(icon: Icon): Icon
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  57. def wrapIcon(icon: Icon): Icon
  58. object EmptyIcon extends Icon with Product with Serializable

    The empty icon.

    The empty icon. Use this icon instead of null to indicate that you don't want an icon.

  59. object Lowered extends Embossing with Product with Serializable
  60. object Raised extends Embossing with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped