scalafx.scene.input

Clipboard

class Clipboard extends SFXDelegate[javafx.scene.input.Clipboard]

Linear Supertypes
SFXDelegate[javafx.scene.input.Clipboard], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Clipboard
  2. SFXDelegate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Clipboard(delegate: javafx.scene.input.Clipboard)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def Files: Seq[File]

    Gets the List of Files from the clipboard which had previously been registered.

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clear(): Unit

    Clears the clipboard of any and all content.

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def content(dataFormat: DataFormat): AnyRef

    Returns the content stored in this clipboard of the given type, or null if there is no content with this type.

  11. def contentTypes: Set[javafx.scene.input.DataFormat]

    Gets the set of DataFormat types on this Clipboard instance which have associated data registered on the clipboard.

  12. val delegate: javafx.scene.input.Clipboard

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    ClipboardSFXDelegate
  13. final def eq(arg0: AnyRef): Boolean

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

    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
  15. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  17. def hasContent(dataFormat: DataFormat): Boolean

    Tests whether there is any content on this clipboard of the given DataFormat type.

  18. def hasFiles: Boolean

    Gets whether an List of Files (DataFormat.

    Gets whether an List of Files (DataFormat.FILES) has been registered on this Clipboard.

  19. def hasHtml: Boolean

    Gets whether an HTML text String (DataFormat.

    Gets whether an HTML text String (DataFormat.HTML) has been registered on this Clipboard.

  20. def hasImage: Boolean

    Gets whether an Image (DataFormat.

    Gets whether an Image (DataFormat.IMAGE) has been registered on this Clipboard.

  21. def hasRtf: Boolean

    Gets whether an RTF String (DataFormat.

    Gets whether an RTF String (DataFormat.RTF) has been registered on this Clipboard.

  22. def hasString: Boolean

    Gets whether a plain text String (DataFormat.

    Gets whether a plain text String (DataFormat.PLAIN_TEXT) has been registered on this Clipboard.

  23. def hasUrl: Boolean

    Gets whether a url String (DataFormat.

    Gets whether a url String (DataFormat.URL) has been registered on this Clipboard.

  24. def hashCode(): Int

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  25. def html: String

    Gets the HTML text String from the clipboard which had previously been registered.

  26. def image: Image

    Gets the Image from the clipboard which had previously been registered.

  27. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def rtf: String

    Gets the RTF text String from the clipboard which had previously been registered.

  32. def string: String

    Gets the plain text String from the clipboard which had previously been registered.

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

    Definition Classes
    AnyRef
  34. def toString(): String

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  35. def url: String

    Gets the URL String from the clipboard which had previously been registered.

  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SFXDelegate[javafx.scene.input.Clipboard]

Inherited from AnyRef

Inherited from Any

Ungrouped