ConditionalFeature

scalafx.application.ConditionalFeature
See theConditionalFeature companion object
sealed abstract class ConditionalFeature(val delegate: ConditionalFeature) extends SFXEnumDelegate[ConditionalFeature]

Attributes

Companion
object
Graph
Supertypes
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Known subtypes
object Controls.type
object Effect.type
object FXML.type
object Graphics.type
object InputMethod.type
object InputMultitouch.type
object InputPointer.type
object InputTouch.type
object Media.type
object SWT.type
object Scene3D.type
object ShapeClip.type
object Swing.type
object TransparentWindow.type
object TwoLevelFocus.type
object UnifiedWindow.type
object VirtualKeyboard.type
object Web.type
Show all

Members list

Value members

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

Return the same string value as enum delegate.

Return the same string value as enum delegate.

This is important since we want to be able to look it up using enums valueOf method. Default toString provided by the SFXDelegate prepends "[SFX]"

Attributes

Definition Classes
Inherited from:
SFXEnumDelegate

Concrete fields

override val delegate: ConditionalFeature

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes