PopupFeatures

class PopupFeatures(val delegate: PopupFeatures) extends SFXDelegate[PopupFeatures]
Value Params
delegate

JavaFX PopupFeatures.

Constructor

Creates a new PopupFeatures from its JavaFX counterpart.

Companion
object
trait SFXDelegate[PopupFeatures]
class Object
trait Matchable
class Any

Value members

Constructors

def this(menu: Boolean, status: Boolean, toolbar: Boolean, resizable: Boolean)

Creates a new instance.

Creates a new instance.

Value Params
menu

whether menu bar should be present

resizable

whether popup window should be resizable

status

whether status bar should be present

toolbar

whether tool bar should be present

Concrete methods

def hasMenu: Boolean

Returns whether menu bar should be present.

Returns whether menu bar should be present.

def hasStatus: Boolean

Returns whether status bar should be present.

Returns whether status bar should be present.

def hasToolbar: Boolean

Returns whether tool bar should be present.

Returns whether tool bar should be present.

def resizable: Boolean

Returns whether popup window should be resizable.

Returns whether popup window should be resizable.

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