DataFormat

scalafx.scene.input.DataFormat
See theDataFormat companion class
object DataFormat

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DataFormat.type

Members list

Value members

Concrete methods

def lookupMimeType(mimeType: String): DataFormat

Looks for the DataFormat which has been previously created with the given mime type as one of its ids.

Looks for the DataFormat which has been previously created with the given mime type as one of its ids.

Attributes

Concrete fields

Represents a List of Files.

Represents a List of Files.

Attributes

Represents an HTML formatted string.

Represents an HTML formatted string.

Attributes

A special platform specific image type, such as is commonly used on the clipboard and interoperates widely with other applications.

A special platform specific image type, such as is commonly used on the clipboard and interoperates widely with other applications.

Attributes

Represents a plain text string.

Represents a plain text string.

Attributes

Represents an RTF formatted string

Represents an RTF formatted string

Attributes

Represents a URL, encoded as a String

Represents a URL, encoded as a String

Attributes

Implicits

Implicits

implicit def sfxDataFormat2jfx(ie: DataFormat): DataFormat