DataFormat

object DataFormat
Companion
class
class Object
trait Matchable
class Any

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.

Concrete fields

Represents a List of Files.

Represents a List of Files.

Represents an HTML formatted string.

Represents an HTML formatted string.

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.

Represents a plain text string.

Represents a plain text string.

Represents an RTF formatted string

Represents an RTF formatted string

Represents a URL, encoded as a String

Represents a URL, encoded as a String

Implicits

Implicits

implicit def sfxDataFormat2jfx(ie: DataFormat): DataFormat