scalafx.scene.input

Dragboard

Related Docs: object Dragboard | package input

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

Source
Dragboard.scala
Linear Supertypes
Clipboard, SFXDelegate[javafx.scene.input.Dragboard], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Dragboard
  2. Clipboard
  3. SFXDelegate
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. 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
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clear(): Unit

    Clears the clipboard of any and all content.

    Clears the clipboard of any and all content.

    Definition Classes
    Clipboard
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. 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
  9. 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.

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

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

  11. 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

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

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    DragboardClipboardSFXDelegate
  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.

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

    Definition Classes
    Clipboard
  18. def hasFiles: Boolean

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

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

    Definition Classes
    Clipboard
  19. def hasHtml: Boolean

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

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

    Definition Classes
    Clipboard
  20. def hasImage: Boolean

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

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

    Definition Classes
    Clipboard
  21. def hasRtf: Boolean

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

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

    Definition Classes
    Clipboard
  22. def hasString: Boolean

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

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

    Definition Classes
    Clipboard
  23. def hasUrl: Boolean

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

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

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

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

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

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

    Definition Classes
    Clipboard
  32. 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
  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 transferModes: Set[javafx.scene.input.TransferMode]

  36. 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
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Clipboard

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

Inherited from AnyRef

Inherited from Any

Ungrouped