scala.swing
GridBagPanel
Inherits
- LayoutContainer
- Panel
- Wrapper
- Container
- Component
- UIElement
- LazyPublisher
- Publisher
- Reactor
- Proxy
- AnyRef
- Any
Value Members
-
var
Mouse: mouse
-
def
background: Color
-
def
background_=(c: Color): Unit
-
def
border: Border
-
def
border_=(b: Border): Unit
-
def
bounds: Rectangle
-
-
def
cursor: Cursor
-
def
cursor_=(c: Cursor): Unit
-
def
deafTo(ps: Publisher*): Unit
-
def
displayable: Boolean
-
def
enabled: Boolean
-
def
enabled_=(b: Boolean): Unit
-
def
equals(that: Any): Boolean
-
def
focusable: Boolean
-
def
focusable_=(b: Boolean): Unit
-
def
font: Font
-
def
font_=(f: Font): Unit
-
def
foreground: Color
-
def
foreground_=(c: Color): Unit
-
def
hasFocus: Boolean
-
def
hashCode(): Int
-
def
ignoreRepaint: Boolean
-
def
ignoreRepaint_=(b: Boolean): Unit
-
var
initP: JComponent
-
def
inputVerifier: (GridBagPanel.this.type) ⇒ Boolean
-
def
inputVerifier_=(v: (GridBagPanel.this.type) ⇒ Boolean): Unit
-
-
-
def
listenTo(ps: Publisher*): Unit
-
def
locale: Locale
-
def
location: Point
-
def
locationOnScreen: Point
-
def
maximumSize: Dimension
-
def
maximumSize_=(x: Dimension): Unit
-
def
minimumSize: Dimension
-
def
minimumSize_=(x: Dimension): Unit
-
-
def
onFirstSubscribe(): Unit
-
def
onLastUnsubscribe(): Unit
-
def
opaque: Boolean
-
def
opaque_=(b: Boolean): Unit
-
def
paint(g: Graphics2D): Unit
-
def
pair2Constraints(p: (Int, Int)): Constraints
-
var
peer: JPanel
-
def
preferredSize: Dimension
-
def
preferredSize_=(xy: (Int, Int)): Unit
-
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: Component
-
def
showing: Boolean
-
def
size: Dimension
-
def
size_=(xy: (Int, Int)): Unit
-
def
size_=(dim: Dimension): Unit
-
-
def
toString(): String
-
def
toolkit: Toolkit
-
def
tooltip: String
-
def
tooltip_=(t: String): Unit
-
def
unsubscribe(listener: PartialFunction[Event, Unit]): Unit
-
def
visible: Boolean
-
def
visible_=(b: Boolean): Unit
-
def
xLayoutAlignment: Double
-
def
xLayoutAlignment_=(x: Double): Unit
-
def
yLayoutAlignment: Double
-
def
yLayoutAlignment_=(y: Double): Unit
Instance constructors
-
new
GridBagPanel()
A panel that arranges its children in a grid. Layout details can be given for each cell of the grid.