Class/Object

scalafx.embed.swing

SFXPanel

Related Docs: object SFXPanel | package swing

Permalink

class SFXPanel extends SFXDelegate[JFXPanel]

Wraps JavaFX JFXPanel. To use methods and properties from JComponent, use its delegate.

Source
SFXPanel.scala
Since

8.0

Linear Supertypes
SFXDelegate[JFXPanel], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SFXPanel
  2. SFXDelegate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SFXPanel(delegate: JFXPanel = new jfxes.JFXPanel)

    Permalink

    Creates a new SFXPanel from its JavaFX counterpart.

    Creates a new SFXPanel from its JavaFX counterpart.

    delegate

    JavaFX JFXPanel. Its defaul value is a new JFXPanel

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addNotify: Unit

    Permalink

    Notifies this component that it now has a parent component.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val delegate: JFXPanel

    Permalink

    JavaFX JFXPanel.

    JavaFX JFXPanel. Its defaul value is a new JFXPanel

    Definition Classes
    SFXPanelSFXDelegate
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(ref: Any): Boolean

    Permalink

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

    if the other object is equals to this delegate or not.

    Definition Classes
    SFXDelegate → AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  13. def inputMethodRequests: InputMethodRequests

    Permalink

  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def opaque: Boolean

    Permalink

    SFXPanel's opacity is controlled by the JavaFX content which is displayed in this component, so this method overrides JComponent.isOpaque() to always return a false value.

  19. def opaque_=(b: Boolean): Unit

    Permalink

    SFXPanel's opacity is controlled by the JavaFX content which is displayed in this component, so this method overrides JComponent.setOpaque(boolean) to only accept a false value.

  20. def preferredSize: Dimension

    Permalink

    Returns the preferred size of this SFXPanel, either previously set with JComponent.setPreferredSize(Dimension) or based on the content of the JavaFX scene attached to this SFXPanel.

  21. def removeNotify: Unit

    Permalink

    Notifies this component that it no longer has a parent component.

  22. def scene: Scene

    Permalink

    the ScalaFX scene attached to this JFXPanel.

  23. def scene_=(s: Scene): Unit

    Permalink
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink

    returns

    Returns the original delegate's toString() adding a [SFX] prefix.

    Definition Classes
    SFXDelegate → AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SFXDelegate[JFXPanel]

Inherited from AnyRef

Inherited from Any

Ungrouped