Instance Constructors
-
new
PopupMenu()
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
_contents: Content
-
final
def
asInstanceOf[T0]: T0
-
def
background: Color
-
def
background_=(c: Color): Unit
-
def
border: Border
-
def
border_=(b: Border): Unit
-
def
bounds: java.awt.Rectangle
-
def
clone(): AnyRef
-
val
contents: Buffer[Component]
-
def
cursor: Cursor
-
def
cursor_=(c: Cursor): Unit
-
def
deafTo(ps: Publisher*): Unit
-
def
displayable: Boolean
-
def
enabled: Boolean
-
def
enabled_=(b: Boolean): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(that: Any): Boolean
-
def
finalize(): Unit
-
def
focusable: Boolean
-
def
focusable_=(b: Boolean): Unit
-
def
font: Font
-
def
font_=(f: Font): Unit
-
def
foreground: Color
-
def
foreground_=(c: Color): Unit
-
final
def
getClass(): Class[_]
-
def
hasFocus: Boolean
-
def
hashCode(): Int
-
def
ignoreRepaint: Boolean
-
def
ignoreRepaint_=(b: Boolean): Unit
-
var
initP: JComponent
-
def
inputVerifier: (Component) ⇒ Boolean
-
def
inputVerifier_=(v: (Component) ⇒ Boolean): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
-
def
label: String
-
def
label_=(s: String): Unit
-
def
listenTo(ps: Publisher*): Unit
-
val
listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }
-
def
locale: Locale
-
def
location: java.awt.Point
-
def
locationOnScreen: java.awt.Point
-
-
def
maximumSize: java.awt.Dimension
-
def
maximumSize_=(x: Dimension): Unit
-
def
minimumSize: java.awt.Dimension
-
def
minimumSize_=(x: Dimension): Unit
-
-
def
name: String
-
def
name_=(s: String): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
onFirstSubscribe(): Unit
-
def
onLastUnsubscribe(): Unit
-
def
opaque: Boolean
-
def
opaque_=(b: Boolean): Unit
-
-
def
paintBorder(g: Graphics2D): Unit
-
def
paintChildren(g: Graphics2D): Unit
-
def
paintComponent(g: Graphics2D): Unit
-
lazy val
peer: JPopupMenu
-
def
preferredSize: java.awt.Dimension
-
def
preferredSize_=(x: Dimension): Unit
-
def
publish(e: Event): Unit
-
-
def
repaint(rect: Rectangle): Unit
-
def
repaint(): Unit
-
def
requestFocus(): Unit
-
def
requestFocusInWindow(): Boolean
-
def
revalidate(): Unit
-
def
self: java.awt.Component
-
def
show(invoker: Component, x: Int, y: Int): Unit
-
def
showing: Boolean
-
def
size: java.awt.Dimension
-
def
subscribe(listener: Reaction): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
toolkit: Toolkit
-
def
tooltip: String
-
def
tooltip_=(t: String): Unit
-
def
unsubscribe(listener: Reaction): Unit
-
def
visible: Boolean
-
def
visible_=(b: Boolean): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
xLayoutAlignment: Double
-
def
xLayoutAlignment_=(x: Double): Unit
-
def
yLayoutAlignment: Double
-
def
yLayoutAlignment_=(y: Double): Unit
Inherited from LazyPublisher
Inherited from Proxy
Inherited from Any
A popup menu.
Example usage:
javax.swing.JPopupMenu