org.interactivemesh.scala.swing

PopupMenu

class PopupMenu extends Component with Wrapper

Version

1.3 - 2011/09/19

Linear Supertypes
Wrapper, Wrapper, SequentialContainer, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. PopupMenu
  2. Wrapper
  3. Wrapper
  4. SequentialContainer
  5. Container
  6. Component
  7. UIElement
  8. LazyPublisher
  9. Publisher
  10. Reactor
  11. Proxy
  12. AnyRef
  13. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PopupMenu ()

Type Members

  1. class PopupMenuContent extends Content

    Attributes
    protected

Value Members

  1. def != (arg0: AnyRef): Boolean

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. val _contents : Content

    Attributes
    protected
    Definition Classes
    Wrapper
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def background : Color

    Definition Classes
    UIElement
  9. def background_= (c: Color): Unit

    Definition Classes
    UIElement
  10. def border : Border

    Definition Classes
    Component
  11. def borderPainted : Boolean

  12. def borderPainted_= (b: Boolean): Unit

  13. def border_= (b: Border): Unit

    Definition Classes
    Component
  14. def bounds : Rectangle

    Definition Classes
    UIElement
  15. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. val contents : PopupMenuContent

    Definition Classes
    PopupMenu → Wrapper → Wrapper → SequentialContainer → Container
  17. def cursor : Cursor

    Definition Classes
    UIElement
  18. def cursor_= (c: Cursor): Unit

    Definition Classes
    UIElement
  19. def deafTo (ps: Publisher*): Unit

    Definition Classes
    Reactor
  20. def displayable : Boolean

    Definition Classes
    UIElement
  21. def enabled : Boolean

    Definition Classes
    Component
  22. def enabled_= (b: Boolean): Unit

    Definition Classes
    Component
  23. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def equals (that: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. def focusable : Boolean

    Definition Classes
    Component
  27. def focusable_= (b: Boolean): Unit

    Definition Classes
    Component
  28. def font : Font

    Definition Classes
    UIElement
  29. def font_= (f: Font): Unit

    Definition Classes
    UIElement
  30. def foreground : Color

    Definition Classes
    UIElement
  31. def foreground_= (c: Color): Unit

    Definition Classes
    UIElement
  32. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  33. def hasFocus : Boolean

    Definition Classes
    Component
  34. def hashCode (): Int

    Definition Classes
    Proxy → AnyRef → Any
  35. def ignoreRepaint : Boolean

    Definition Classes
    UIElement
  36. def ignoreRepaint_= (b: Boolean): Unit

    Definition Classes
    UIElement
  37. var initP : JComponent

    Definition Classes
    Component
  38. def inputVerifier : (Component) ⇒ Boolean

    Definition Classes
    Component
  39. def inputVerifier_= (v: (Component) ⇒ Boolean): Unit

    Definition Classes
    Component
  40. def invoker : Component

  41. def invoker_= (c: Component): Unit

  42. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  43. def label : String

  44. def label_= (s: String): Unit

  45. def lightWeightPopupEnabled : Boolean

  46. def lightWeightPopupEnabled_= (b: Boolean): Unit

  47. def listenTo (ps: Publisher*): Unit

    Definition Classes
    Reactor
  48. val listeners : RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Attributes
    protected
    Definition Classes
    Publisher
  49. def locale : Locale

    Definition Classes
    UIElement
  50. def location : Point

    Definition Classes
    UIElement
  51. def locationOnScreen : Point

    Definition Classes
    UIElement
  52. def location_= (l: (Int, Int)): Unit

  53. def maximumSize : Dimension

    Definition Classes
    UIElement
  54. def maximumSize_= (x: Dimension): Unit

    Definition Classes
    UIElement
  55. def minimumSize : Dimension

    Definition Classes
    UIElement
  56. def minimumSize_= (x: Dimension): Unit

    Definition Classes
    UIElement
  57. def name : String

    Definition Classes
    Component
  58. def name_= (s: String): Unit

    Definition Classes
    Component
  59. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  60. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  61. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  62. def onFirstSubscribe (): Unit

    Attributes
    protected
    Definition Classes
    Component → UIElement → LazyPublisher
  63. def onLastUnsubscribe (): Unit

    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  64. def opaque : Boolean

    Definition Classes
    Component
  65. def opaque_= (b: Boolean): Unit

    Definition Classes
    Component
  66. def paint (g: Graphics2D): Unit

    Definition Classes
    Component
  67. def paintBorder (g: Graphics2D): Unit

    Attributes
    protected
    Definition Classes
    Component
  68. def paintChildren (g: Graphics2D): Unit

    Attributes
    protected
    Definition Classes
    Component
  69. def paintComponent (g: Graphics2D): Unit

    Attributes
    protected
    Definition Classes
    Component
  70. lazy val peer : JPopupMenu

    Definition Classes
    PopupMenu → Wrapper → Component → UIElement
  71. def preferredSize : Dimension

    Definition Classes
    UIElement
  72. def preferredSize_= (x: Dimension): Unit

    Definition Classes
    UIElement
  73. def publish (e: Event): Unit

    Definition Classes
    Publisher
  74. val reactions : Reactions

    Definition Classes
    Reactor
  75. def repaint (rect: Rectangle): Unit

    Definition Classes
    UIElement
  76. def repaint (): Unit

    Definition Classes
    UIElement
  77. def requestFocus (): Unit

    Definition Classes
    Component
  78. def requestFocusInWindow (): Boolean

    Definition Classes
    Component
  79. def revalidate (): Unit

    Definition Classes
    Component
  80. def self : Component

    Definition Classes
    UIElement → Proxy
  81. def show (invoker: Component, x: Int, y: Int): Unit

  82. def showing : Boolean

    Definition Classes
    UIElement
  83. def size : Dimension

    Definition Classes
    UIElement
  84. def subscribe (listener: Reaction): Unit

    Definition Classes
    LazyPublisher → Publisher
  85. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  86. def toString (): String

    Definition Classes
    Component → Proxy → AnyRef → Any
  87. def toolkit : Toolkit

    Definition Classes
    UIElement
  88. def tooltip : String

    Definition Classes
    Component
  89. def tooltip_= (t: String): Unit

    Definition Classes
    Component
  90. def unsubscribe (listener: Reaction): Unit

    Definition Classes
    LazyPublisher → Publisher
  91. def visible : Boolean

    Definition Classes
    UIElement
  92. def visible_= (b: Boolean): Unit

    Definition Classes
    UIElement
  93. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  96. def xLayoutAlignment : Double

    Definition Classes
    Component
  97. def xLayoutAlignment_= (x: Double): Unit

    Definition Classes
    Component
  98. def yLayoutAlignment : Double

    Definition Classes
    Component
  99. def yLayoutAlignment_= (y: Double): Unit

    Definition Classes
    Component

Deprecated Value Members

  1. lazy val Mouse : PopupMenu.this.mouse.type

    Definition Classes
    Component
    Annotations
    @deprecated
    Deprecated

    Use mouse instead

  2. def size_= (dim: Dimension): Unit

    Definition Classes
    UIElement
    Annotations
    @deprecated
    Deprecated

    Explicit size assignment for UIElements is not supported anymore. Use a layout manager or subclass Window.

Inherited from Wrapper

Inherited from Wrapper

Inherited from SequentialContainer

Inherited from Container

Inherited from Component

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any