A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.scala-lang.org/api/2.12.3/scala-swing/scala/swing/GridBagPanel.html below:

class GridBagPanel extends Panel with LayoutContainer

 

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GridBagPanel
  2. LayoutContainer
  3. Panel
  4. Wrapper
  5. Container
  6. Component
  7. UIElement
  8. LazyPublisher
  9. Publisher
  10. Reactor
  11. Proxy
  12. AnyRef
  13. Any
Instance Constructors
  1.  new GridBagPanel()
Value Members
  1.  object keys extends Publisher
  2.  object mouse

    Contains publishers for various mouse events.

  3.  final def !=(arg0: Any): Boolean
  4.  final def ##(): Int
  5.  final def ==(arg0: Any): Boolean
  6.  val _contents: Content
  7.  def add(c: Component, l: Constraints): Unit

    Adds a component with the given constraints to the underlying layout manager and the component peer.

  8.  def areValid(c: Constraints): (Boolean, String)

    Checks whether the given constraints are valid.

  9.  final def asInstanceOf[T0]: T0
  10.  def background: Color
  11.  def background_=(c: Color): Unit
  12.  def border: Border
  13.  def border_=(b: Border): Unit
  14.  def bounds: java.awt.Rectangle
  15.  def clone(): AnyRef
  16.  def componentOrientation: ComponentOrientation
  17.  def componentOrientation_=(x: ComponentOrientation): Unit
  18.  def constraintsFor(comp: Component): Constraints

    Obtains the constraints for the given component from the underlying Swing layout manager.

  19.  def contents: Seq[Component]

    The child components of this container.

  20.  def cursor: Cursor
  21.  def cursor_=(c: Cursor): Unit
  22.  def deafTo(ps: Publisher*): Unit

    Installed reaction won't receive events from the given publisher anylonger.

  23.  def displayable: Boolean
  24.  def enabled: Boolean
  25.  def enabled_=(b: Boolean): Unit
  26.  final def eq(arg0: AnyRef): Boolean
  27.  def equals(that: Any): Boolean
  28.  def finalize(): Unit
  29.  def focusable: Boolean
  30.  def focusable_=(b: Boolean): Unit
  31.  def font: Font
  32.  def font_=(f: Font): Unit
  33.  def foreground: Color
  34.  def foreground_=(c: Color): Unit
  35.  final def getClass(): Class[_]
  36.  def hasFocus: Boolean
  37.  def hashCode(): Int
  38.  def ignoreRepaint: Boolean
  39.  def ignoreRepaint_=(b: Boolean): Unit
  40.  var initP: JComponent
  41.  def inputVerifier: (Component) ⇒ Boolean
  42.  def inputVerifier_=(v: (Component) ⇒ Boolean): Unit
  43.  final def isInstanceOf[T0]: Boolean
  44.  def layout: Map[Component, Constraints]

    A map of components to the associated layout constraints.

  45.  def listenTo(ps: Publisher*): Unit

    Listen to the given publisher as long as deafTo isn't called for them.

  46.  val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }
  47.  def locale: Locale
  48.  def location: java.awt.Point
  49.  def locationOnScreen: java.awt.Point
  50.  def maximumSize: java.awt.Dimension
  51.  def maximumSize_=(x: Dimension): Unit
  52.  def minimumSize: java.awt.Dimension
  53.  def minimumSize_=(x: Dimension): Unit
  54.  def name: String
  55.  def name_=(s: String): Unit
  56.  final def ne(arg0: AnyRef): Boolean
  57.  final def notify(): Unit
  58.  final def notifyAll(): Unit
  59.  def onFirstSubscribe(): Unit
  60.  def onLastUnsubscribe(): Unit
  61.  def opaque: Boolean
  62.  def opaque_=(b: Boolean): Unit
  63.  def paint(g: Graphics2D): Unit
  64.  def paintBorder(g: Graphics2D): Unit
  65.  def paintChildren(g: Graphics2D): Unit
  66.  def paintComponent(g: Graphics2D): Unit

    For custom painting, users should usually override this method.

  67.  implicit def pair2Constraints(p: (Int, Int)): Constraints

    Convenient conversion from xy-coords given as pairs to grid bag constraints.

  68.  lazy val peer: JPanel with SuperMixin

    The underlying Swing peer.

  69.  def preferredSize: java.awt.Dimension
  70.  def preferredSize_=(x: Dimension): Unit
  71.  def publish(e: Event): Unit

    Notify all registered reactions.

  72.  val reactions: Reactions

    All reactions of this reactor.

  73.  def repaint(rect: Rectangle): Unit
  74.  def repaint(): Unit
  75.  def requestFocus(): Unit
  76.  def requestFocusInWindow(): Boolean
  77.  def revalidate(): Unit
  78.  def self: java.awt.Component
  79.  def showing: Boolean
  80.  def size: java.awt.Dimension
  81.  def subscribe(listener: Reaction): Unit
  82.  final def synchronized[T0](arg0: ⇒ T0): T0
  83.  def toString(): String
  84.  def toolkit: Toolkit
  85.  def tooltip: String
  86.  def tooltip_=(t: String): Unit
  87.  def unsubscribe(listener: Reaction): Unit
  88.  def validate(): Unit
  89.  def visible: Boolean
  90.  def visible_=(b: Boolean): Unit
  91.  final def wait(): Unit
  92.  final def wait(arg0: Long, arg1: Int): Unit
  93.  final def wait(arg0: Long): Unit
  94.  def xLayoutAlignment: Double

    Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.

  95.  def xLayoutAlignment_=(x: Double): Unit
  96.  def yLayoutAlignment: Double
  97.  def yLayoutAlignment_=(y: Double): Unit

Inherited from LazyPublisher

Inherited from Proxy

Inherited from Any


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4