Parameters

scalafx.application.JFXApp3.Parameters
See theParameters companion object
abstract class Parameters extends SFXDelegate[Parameters]

Wraps Application.Parameters class.

Attributes

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

Members list

Value members

Abstract methods

Retrieves a read-only map of the named parameters.

Retrieves a read-only map of the named parameters.

Attributes

def raw: Seq[String]

Retrieves a read-only list of the raw arguments.

Retrieves a read-only list of the raw arguments.

Attributes

Retrieves a read-only list of the unnamed parameters.

Retrieves a read-only list of the unnamed parameters.

Attributes

Inherited methods

def delegate: D

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes

Inherited from:
SFXDelegate
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