DirectoryChooser

class DirectoryChooser(val delegate: DirectoryChooser) extends SFXDelegate[DirectoryChooser]
Companion
object
trait SFXDelegate[DirectoryChooser]
class Object
trait Matchable
class Any

Value members

Concrete methods

The initial directory for the displayed dialog.

The initial directory for the displayed dialog.

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

Shows a new directory selection dialog.

Shows a new directory selection dialog.

Returns

the selected directory or null if no directory has been selected

The title of the displayed dialog.

The title of the displayed dialog.

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 Params
ref

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: DirectoryChooser