scala.swing
Dialog
Inherited
- Hide All
- Show all
- RichWindow
- Window
- RootPanel
- Container
- UIElement
- LazyPublisher
- Publisher
- Reactor
- Proxy
- AnyRef
- Any
Instance constructors
-
new
Dialog()
-
new
Dialog(owner: Window)
Value Members
-
def
!=(arg0: AnyRef): Boolean
-
def
!=(arg0: Any): Boolean
-
def
##(): Int
-
def
$asInstanceOf[T0](): T0
-
def
$isInstanceOf[T0](): Boolean
-
def
==(arg0: AnyRef): Boolean
-
def
==(arg0: Any): Boolean
-
def
asInstanceOf[T0]: T0
-
def
background: Color
-
def
background_=(c: Color): Unit
-
def
bounds: Rectangle
-
def
bounds_=(rect: Rectangle): Unit
-
def
centerOnScreen(): Unit
-
def
clone(): AnyRef
-
def
close(): Unit
-
def
closeOperation(): Unit
-
-
def
contents_=(c: Component): Unit
-
def
cursor: Cursor
-
def
cursor_=(c: Cursor): Unit
-
def
deafTo(ps: Publisher*): Unit
-
-
def
defaultButton_=(b: Option[Button]): Unit
-
def
defaultButton_=(b: Button): Unit
-
def
displayable: Boolean
-
def
dispose(): Unit
-
def
eq(arg0: AnyRef): Boolean
-
def
equals(that: Any): Boolean
-
def
finalize(): Unit
-
def
font: Font
-
def
font_=(f: Font): Unit
-
def
foreground: Color
-
def
foreground_=(c: Color): Unit
-
def
getClass(): java.lang.Class[_ <: java.lang.Object]
-
def
hashCode(): Int
-
def
ignoreRepaint: Boolean
-
def
ignoreRepaint_=(b: Boolean): Unit
-
def
isInstanceOf[T0]: Boolean
-
def
listenTo(ps: Publisher*): Unit
-
-
def
locale: Locale
-
def
location: Point
-
def
locationOnScreen: Point
-
def
location_=(p: Point): Unit
-
def
maximumSize: Dimension
-
def
maximumSize_=(x: Dimension): Unit
-
-
def
menuBar_=(m: MenuBar): Unit
-
def
minimumSize: Dimension
-
def
minimumSize_=(x: Dimension): Unit
-
def
modal: Boolean
-
def
modal_=(b: Boolean): Unit
-
def
ne(arg0: AnyRef): Boolean
-
def
notify(): Unit
-
def
notifyAll(): Unit
-
def
onFirstSubscribe(): Unit
-
def
onLastUnsubscribe(): Unit
-
def
open(): Unit
-
-
-
def
preferredSize: Dimension
-
def
preferredSize_=(x: Dimension): Unit
-
def
publish(e: Event): Unit
-
-
def
repaint(rect: Rectangle): Unit
-
def
repaint(): Unit
-
def
resizable: Boolean
-
def
resizable_=(b: Boolean): Unit
-
def
self: Component
-
def
setLocationRelativeTo(c: UIElement): Unit
-
def
showing: Boolean
-
def
size: Dimension
-
def
size_=(size: Dimension): Unit
-
-
def
synchronized[T0](arg0: T0): T0
-
def
title: String
-
def
title_=(s: String): Unit
-
def
toString(): String
-
def
toolkit: Toolkit
-
def
unsubscribe(listener: PartialFunction[Event, Unit]): Unit
-
def
visible: Boolean
-
def
visible_=(b: Boolean): Unit
-
def
wait(): Unit
-
def
wait(arg0: Long, arg1: Int): Unit
-
def
wait(arg0: Long): Unit
A dialog window.
see also:
javax.swing.JDialog