DataFormat

scalafx.scene.input.DataFormat
See theDataFormat companion object
class DataFormat(val delegate: DataFormat) extends SFXDelegate[DataFormat]

Data format identifier used as means of identifying the data stored on a clipboard/dragboard.

Wraps a $JFX $URL0 $FC.

Value parameters

delegate

A $JFX $FC to be wrapped. Its default value is a new $JFX $FC.

Attributes

Constructor

Creates a new $FC from a $JFX one.

Companion
object
Graph
Supertypes
trait SFXDelegate[DataFormat]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(ids: String*)

Create a new DataFormat, specifying the set of ids that are associated with this data format.

Create a new DataFormat, specifying the set of ids that are associated with this data format.

Value parameters

ids
  • The set of ids used to represent this DataFormat on the clipboard.

Attributes

Concrete methods

Gets the unmodifiable set of identifiers for this DataFormat.

Gets the unmodifiable set of identifiers for this DataFormat.

Attributes

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: DataFormat

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes