PopupFeatures

scalafx.scene.web.PopupFeatures
See thePopupFeatures companion object
class PopupFeatures(val delegate: PopupFeatures) extends SFXDelegate[PopupFeatures]

Value parameters

delegate

JavaFX PopupFeatures.

Attributes

Constructor

Creates a new PopupFeatures from its JavaFX counterpart.

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

Members list

Value members

Constructors

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

Creates a new instance.

Creates a new instance.

Value parameters

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

Attributes

Concrete methods

Returns whether menu bar should be present.

Returns whether menu bar should be present.

Attributes

Returns whether status bar should be present.

Returns whether status bar should be present.

Attributes

Returns whether tool bar should be present.

Returns whether tool bar should be present.

Attributes

Returns whether popup window should be resizable.

Returns whether popup window should be resizable.

Attributes

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

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes