Object

scala.swing

Swing

Related Doc: package swing

Permalink

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

    Permalink
  2. type PeerContainer = AnyRef { def peer: java.awt.Container }

    Permalink
    Attributes
    protected[scala.swing]

Value Members

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

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

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

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

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

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

    Permalink
  7. def BeveledBorder(kind: Embossing): Border

    Permalink
  8. def Box(min: Dimension, pref: Dimension, max: Dimension): Component

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

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

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

    Permalink
  12. def EmptyBorder(weight: Int): Border

    Permalink
  13. def EmptyBorder: Border

    Permalink
  14. object EmptyIcon extends Icon with Product with Serializable

    Permalink

    The empty icon.

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

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

    Permalink
  16. def EtchedBorder(kind: Embossing): Border

    Permalink
  17. def EtchedBorder: Border

    Permalink
  18. def Glue: Component

    Permalink
  19. def HGlue: Component

    Permalink
  20. def HStrut(width: Int): Component

    Permalink
  21. def Icon(url: URL): ImageIcon

    Permalink
  22. def Icon(filename: String): ImageIcon

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

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

    Permalink
  25. def LineBorder(c: Color): Border

    Permalink
  26. object Lowered extends Embossing with Product with Serializable

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

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

    Permalink
  29. object Raised extends Embossing with Product with Serializable

    Permalink
  30. def RigidBox(dim: Dimension): Component

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

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

    Permalink
  33. def VGlue: Component

    Permalink
  34. def VStrut(height: Int): Component

    Permalink
  35. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  36. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  46. def nullPeer(c: PeerContainer): java.awt.Container

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

    Permalink

    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

    Permalink

    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

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

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

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

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

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

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

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

    Permalink
  57. final def wait(): Unit

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped