scalafx.scene.input

Dragboard

class Dragboard extends Clipboard with SFXDelegate[Dragboard]

Linear Supertypes
Clipboard, SFXDelegate[Dragboard], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Dragboard
  2. Clipboard
  3. SFXDelegate
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Dragboard(delegate: Dragboard)

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.

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

    Definition Classes
    Clipboard
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clear(): Unit

    Clears the clipboard of any and all content.

    Clears the clipboard of any and all content.

    Definition Classes
    Clipboard
  9. def clone(): AnyRef

    Attributes
    protected[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.

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

    Definition Classes
    Clipboard
  11. def contentTypes: Set[DataFormat]

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

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

    Definition Classes
    Clipboard
  12. def content_=(content: ClipboardContent): Boolean

    Puts content onto the clipboard.

    Puts content onto the clipboard.

    This call will always result in clearing all previous content from the clipboard, and replacing it with whatever content is specified in the supplied ClipboardContent map.

    returns

    true if successful, false if the content fails to be added.

    Definition Classes
    Clipboard
    Exceptions thrown
    java.lang.NullPointerException

    - if null data reference is passed for any format

  13. def content_=(content: Map[DataFormat, AnyRef]): Boolean

    Puts content onto the clipboard.

    Puts content onto the clipboard.

    This call will always result in clearing all previous content from the clipboard, and replacing it with whatever content is specified in the supplied ClipboardContent map.

    returns

    true if successful, false if the content fails to be added.

    Definition Classes
    Clipboard
    Exceptions thrown
    java.lang.NullPointerException

    - if null data reference is passed for any format

  14. val delegate: Dragboard

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    DragboardClipboardSFXDelegate
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. 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
  17. def finalize(): Unit

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

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

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

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

    Definition Classes
    Clipboard
  20. def hasFiles: Boolean

    Gets whether an List of Files (DataFormat.

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

    Definition Classes
    Clipboard
  21. def hasHtml: Boolean

    Gets whether an HTML text String (DataFormat.

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

    Definition Classes
    Clipboard
  22. def hasImage: Boolean

    Gets whether an Image (DataFormat.

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

    Definition Classes
    Clipboard
  23. def hasRtf: Boolean

    Gets whether an RTF String (DataFormat.

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

    Definition Classes
    Clipboard
  24. 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.

    Definition Classes
    Clipboard
  25. def hasUrl: Boolean

    Gets whether a url String (DataFormat.

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

    Definition Classes
    Clipboard
  26. def hashCode(): Int

    returns

    The delegate hashcode

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

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

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

    Definition Classes
    Clipboard
  28. def image: Image

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

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

    Definition Classes
    Clipboard
  29. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  33. def rtf: String

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

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

    Definition Classes
    Clipboard
  34. def string: String

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

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

    Definition Classes
    Clipboard
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  37. def transferModes: Set[TransferMode]

  38. def url: String

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

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

    Definition Classes
    Clipboard
  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Clipboard

Inherited from SFXDelegate[Dragboard]

Inherited from AnyRef

Inherited from Any