ExtensionFilter

scalafx.stage.FileChooser.ExtensionFilter
See theExtensionFilter companion object
class ExtensionFilter(val delegate: ExtensionFilter) extends SFXDelegate[ExtensionFilter]

Attributes

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

Members list

Value members

Constructors

def this(description: String, extensions: Seq[String])

Creates an ExtensionFilter with the specified description and the file name extensions. File name extension should be specified in the *.<extension> format.

Creates an ExtensionFilter with the specified description and the file name extensions. File name extension should be specified in the *.<extension> format.

Attributes

def this(description: String, extension: String)

Creates an ExtensionFilter with the specified description and the file name extension. This is a convenience constructor for a common situations when only one extension is used. File name extension should be specified in the *.<extension> format.

Creates an ExtensionFilter with the specified description and the file name extension. This is a convenience constructor for a common situations when only one extension is used. File name extension should be specified in the *.<extension> format.

Attributes

Concrete methods

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: ExtensionFilter

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes