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.20/scala-swing/scala/swing/Separator.html below:

class Separator extends Component with Wrapper

 

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Separator
  2. Wrapper
  3. Oriented
  4. Component
  5. UIElement
  6. LazyPublisher
  7. Publisher
  8. Reactor
  9. Proxy
  10. AnyRef
  11. Any
Type Members
  1.  trait SuperMixin extends JComponent

    This trait is used to redirect certain calls from the peer to the wrapper and back.

  2.  type OrientedMixin = AnyRef { ... /* 2 definitions in type refinement */ }
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.  final def asInstanceOf[T0]: T0
  7.  def background: Color
  8.  def background_=(c: Color): Unit
  9.  def border: Border
  10.  def border_=(b: Border): Unit
  11.  def bounds: Rectangle
  12.  def clone(): AnyRef
  13.  def componentOrientation: ComponentOrientation
  14.  def componentOrientation_=(x: ComponentOrientation): Unit
  15.  def cursor: Cursor
  16.  def cursor_=(c: Cursor): Unit
  17.  def deafTo(ps: Publisher*): Unit

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

  18.  def displayable: Boolean
  19.  def enabled: Boolean
  20.  def enabled_=(b: Boolean): Unit
  21.  final def eq(arg0: AnyRef): Boolean
  22.  def equals(that: Any): Boolean
  23.  def finalize(): Unit
  24.  def focusable: Boolean
  25.  def focusable_=(b: Boolean): Unit
  26.  def font: Font
  27.  def font_=(f: Font): Unit
  28.  def foreground: Color
  29.  def foreground_=(c: Color): Unit
  30.  final def getClass(): Class[_]
  31.  def hasFocus: Boolean
  32.  def hashCode(): Int
  33.  def ignoreRepaint: Boolean
  34.  def ignoreRepaint_=(b: Boolean): Unit
  35.  var initP: JComponent
  36.  def inputVerifier: (Component) ⇒ Boolean
  37.  def inputVerifier_=(v: (Component) ⇒ Boolean): Unit
  38.  final def isInstanceOf[T0]: Boolean
  39.  def listenTo(ps: Publisher*): Unit

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

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

    For custom painting, users should usually override this method.

  62.  lazy val peer: JSeparator

    The underlying Swing peer.

  63.  def preferredSize: Dimension
  64.  def preferredSize_=(x: Dimension): Unit
  65.  def publish(e: Event): Unit

    Notify all registered reactions.

  66.  val reactions: Reactions

    All reactions of this reactor.

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

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

  89.  def xLayoutAlignment_=(x: Double): Unit
  90.  def yLayoutAlignment: Double
  91.  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