DirectoryChooser

scalafx.stage.DirectoryChooser
See theDirectoryChooser companion object
class DirectoryChooser(val delegate: DirectoryChooser) extends SFXDelegate[DirectoryChooser]

Attributes

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

Members list

Value members

Concrete methods

The initial directory for the displayed dialog.

The initial directory for the displayed dialog.

Attributes

def initialDirectory_=(v: File): Unit
def showDialog(ownerWindow: Window): File

Shows a new directory selection dialog.

Shows a new directory selection dialog.

Attributes

Returns

the selected directory or null if no directory has been selected

The title of the displayed dialog.

The title of the displayed dialog.

Attributes

def title_=(v: String): Unit

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

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes