Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-backports > by-pkgid > c2e615936765807dc5e5b6d855353087 > files > 343

java-1.8.0-openjfx-1.8.0.121-1.b13.1.mga5.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_111) on Tue Jan 31 13:48:20 UTC 2017 -->
<title>Uses of Class javafx.beans.property.ObjectProperty (JavaFX 8)</title>
<meta name="date" content="2017-01-31">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Uses of Class javafx.beans.property.ObjectProperty (JavaFX 8)";
        }
    }
    catch(err) {
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">JavaFX&nbsp;8</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?javafx/beans/property/class-use/ObjectProperty.html" target="_top">Frames</a></li>
<li><a href="ObjectProperty.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class javafx.beans.property.ObjectProperty" class="title">Uses of Class<br>javafx.beans.property.ObjectProperty</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#javafx.animation">javafx.animation</a></td>
<td class="colLast">
<div class="block">Provides the set of classes for ease of use transition based animations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#javafx.beans.property">javafx.beans.property</a></td>
<td class="colLast">
<div class="block">The package <code>javafx.beans.property</code> defines read-only
                properties and writable properties, plus a number of implementations.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#javafx.beans.property.adapter">javafx.beans.property.adapter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#javafx.collections.transformation">javafx.collections.transformation</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#javafx.concurrent">javafx.concurrent</a></td>
<td class="colLast">
<div class="block">Provides the set of classes for javafx.task.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#javafx.css">javafx.css</a></td>
<td class="colLast">
<div class="block">Provides API for making properties styleable via CSS and for supporting
pseudo-class state.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#javafx.print">javafx.print</a></td>
<td class="colLast">
<div class="block">Provides the public classes for the JavaFX Printing API.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#javafx.scene">javafx.scene</a></td>
<td class="colLast">
<div class="block">Provides the core set of base
classes for the JavaFX Scene Graph API.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#javafx.scene.chart">javafx.scene.chart</a></td>
<td class="colLast">
<div class="block">The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#javafx.scene.control">javafx.scene.control</a></td>
<td class="colLast">
<div class="block">The JavaFX User Interface Controls (UI Controls or just Controls) are
    specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
    many different application contexts.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#javafx.scene.control.cell">javafx.scene.control.cell</a></td>
<td class="colLast">
<div class="block">The <code>javafx.scene.control.cell</code> package is where all cell-related
    classes are located, other than the core classes such as 
    <a href="../../../../javafx/scene/control/Cell.html" title="class in javafx.scene.control"><code>Cell</code></a>, <a href="../../../../javafx/scene/control/IndexedCell.html" title="class in javafx.scene.control"><code>IndexedCell</code></a>,
    <a href="../../../../javafx/scene/control/ListCell.html" title="class in javafx.scene.control"><code>ListCell</code></a>, <a href="../../../../javafx/scene/control/TreeCell.html" title="class in javafx.scene.control"><code>TreeCell</code></a>,
    and <a href="../../../../javafx/scene/control/TableCell.html" title="class in javafx.scene.control"><code>TableCell</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#javafx.scene.effect">javafx.scene.effect</a></td>
<td class="colLast">
<div class="block">Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#javafx.scene.image">javafx.scene.image</a></td>
<td class="colLast">
<div class="block">Provides the set of classes for loading and displaying images.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#javafx.scene.layout">javafx.scene.layout</a></td>
<td class="colLast">
<div class="block">
Provides classes to support user interface layout.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#javafx.scene.media">javafx.scene.media</a></td>
<td class="colLast">
<div class="block">Provides the set of classes for integrating audio and video into Java FX
Applications.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#javafx.scene.paint">javafx.scene.paint</a></td>
<td class="colLast">
<div class="block">Provides the set of classes for colors and gradients used to fill shapes and
backgrounds when rendering the scene graph.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#javafx.scene.shape">javafx.scene.shape</a></td>
<td class="colLast">
<div class="block">Provides the set of 2D classes for defining and performing operations on 
objects related to two-dimensional geometry.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#javafx.scene.text">javafx.scene.text</a></td>
<td class="colLast">
<div class="block">Provides the set of classes for fonts and renderable Text Node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#javafx.scene.transform">javafx.scene.transform</a></td>
<td class="colLast">
<div class="block">Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for <code>Affine</code> objects.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#javafx.scene.web">javafx.scene.web</a></td>
<td class="colLast">
<div class="block">This package provides means for loading and displaying Web content.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#javafx.stage">javafx.stage</a></td>
<td class="colLast">
<div class="block">Provides the top-level container classes for JavaFX content.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="javafx.animation">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/animation/package-summary.html">javafx.animation</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/animation/package-summary.html">javafx.animation</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Point3D.html" title="class in javafx.geometry">Point3D</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">RotateTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/RotateTransition.html#axisProperty--">axisProperty</a></span>()</code>
<div class="block">Specifies the axis of rotation for this <code>RotateTransition</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Duration.html" title="class in javafx.util">Duration</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Animation.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/Animation.html#delayProperty--">delayProperty</a></span>()</code>
<div class="block">Delays the start of an animation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Duration.html" title="class in javafx.util">Duration</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">FadeTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/FadeTransition.html#durationProperty--">durationProperty</a></span>()</code>
<div class="block">The duration of this <code>FadeTransition</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Duration.html" title="class in javafx.util">Duration</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PauseTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/PauseTransition.html#durationProperty--">durationProperty</a></span>()</code>
<div class="block">The duration of this <code>Transition</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Duration.html" title="class in javafx.util">Duration</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PathTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/PathTransition.html#durationProperty--">durationProperty</a></span>()</code>
<div class="block">The duration of this <code>Transition</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Duration.html" title="class in javafx.util">Duration</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">StrokeTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/StrokeTransition.html#durationProperty--">durationProperty</a></span>()</code>
<div class="block">The duration of this <code>StrokeTransition</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Duration.html" title="class in javafx.util">Duration</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">FillTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/FillTransition.html#durationProperty--">durationProperty</a></span>()</code>
<div class="block">The duration of this <code>FillTransition</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Duration.html" title="class in javafx.util">Duration</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">RotateTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/RotateTransition.html#durationProperty--">durationProperty</a></span>()</code>
<div class="block">The duration of this <code>RotateTransition</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Duration.html" title="class in javafx.util">Duration</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TranslateTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/TranslateTransition.html#durationProperty--">durationProperty</a></span>()</code>
<div class="block">The duration of this <code>TranslateTransition</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Duration.html" title="class in javafx.util">Duration</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ScaleTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/ScaleTransition.html#durationProperty--">durationProperty</a></span>()</code>
<div class="block">The duration of this <code>ScaleTransition</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Color.html" title="class in javafx.scene.paint">Color</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">StrokeTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/StrokeTransition.html#fromValueProperty--">fromValueProperty</a></span>()</code>
<div class="block">Specifies the start color value for this <code>StrokeTransition</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Color.html" title="class in javafx.scene.paint">Color</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">FillTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/FillTransition.html#fromValueProperty--">fromValueProperty</a></span>()</code>
<div class="block">Specifies the start color value for this <code>FillTransition</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/animation/Interpolator.html" title="class in javafx.animation">Interpolator</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Transition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/Transition.html#interpolatorProperty--">interpolatorProperty</a></span>()</code>
<div class="block">Controls the timing for acceleration and deceleration at each
 <code>Transition</code> cycle.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">FadeTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/FadeTransition.html#nodeProperty--">nodeProperty</a></span>()</code>
<div class="block">The target node of this <code>Transition</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PathTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/PathTransition.html#nodeProperty--">nodeProperty</a></span>()</code>
<div class="block">The target node of this <code>PathTransition</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ParallelTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/ParallelTransition.html#nodeProperty--">nodeProperty</a></span>()</code>
<div class="block">This <a href="../../../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> is used in all child <a href="../../../../javafx/animation/Transition.html" title="class in javafx.animation"><code>Transitions</code></a>, that do not define a target <code>Node</code> themselves.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">RotateTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/RotateTransition.html#nodeProperty--">nodeProperty</a></span>()</code>
<div class="block">The target node of this <code>RotateTransition</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TranslateTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/TranslateTransition.html#nodeProperty--">nodeProperty</a></span>()</code>
<div class="block">The target node of this <code>TranslateTransition</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SequentialTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/SequentialTransition.html#nodeProperty--">nodeProperty</a></span>()</code>
<div class="block">This <a href="../../../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> is used in all child <a href="../../../../javafx/animation/Transition.html" title="class in javafx.animation"><code>Transitions</code></a>, that do not define a target <code>Node</code> themselves.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ScaleTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/ScaleTransition.html#nodeProperty--">nodeProperty</a></span>()</code>
<div class="block">The target node of this <code>ScaleTransition</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/ActionEvent.html" title="class in javafx.event">ActionEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Animation.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/Animation.html#onFinishedProperty--">onFinishedProperty</a></span>()</code>
<div class="block">The action to be executed at the conclusion of this <code>Animation</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/animation/PathTransition.OrientationType.html" title="enum in javafx.animation">PathTransition.OrientationType</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PathTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/PathTransition.html#orientationProperty--">orientationProperty</a></span>()</code>
<div class="block">Specifies the upright orientation of <code>node</code> along the <code>path</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/shape/Shape.html" title="class in javafx.scene.shape">Shape</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PathTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/PathTransition.html#pathProperty--">pathProperty</a></span>()</code>
<div class="block">The shape on which outline the node should be animated.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/shape/Shape.html" title="class in javafx.scene.shape">Shape</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">StrokeTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/StrokeTransition.html#shapeProperty--">shapeProperty</a></span>()</code>
<div class="block">The target shape of this <code>StrokeTransition</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/shape/Shape.html" title="class in javafx.scene.shape">Shape</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">FillTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/FillTransition.html#shapeProperty--">shapeProperty</a></span>()</code>
<div class="block">The target shape of this <code>FillTransition</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Color.html" title="class in javafx.scene.paint">Color</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">StrokeTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/StrokeTransition.html#toValueProperty--">toValueProperty</a></span>()</code>
<div class="block">Specifies the stop color value for this <code>StrokeTransition</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Color.html" title="class in javafx.scene.paint">Color</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">FillTransition.</span><code><span class="memberNameLink"><a href="../../../../javafx/animation/FillTransition.html#toValueProperty--">toValueProperty</a></span>()</code>
<div class="block">Specifies the stop color value for this <code>FillTransition</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.beans.property">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/beans/property/package-summary.html">javafx.beans.property</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/beans/property/package-summary.html">javafx.beans.property</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../javafx/beans/property/ObjectPropertyBase.html" title="class in javafx.beans.property">ObjectPropertyBase</a>&lt;T&gt;</span></code>
<div class="block">The class <code>ObjectPropertyBase</code> is the base class for a property
 wrapping an arbitrary <code>Object</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../javafx/beans/property/ReadOnlyObjectWrapper.html" title="class in javafx.beans.property">ReadOnlyObjectWrapper</a>&lt;T&gt;</span></code>
<div class="block">This class provides a convenient class to define read-only properties.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../javafx/beans/property/SimpleObjectProperty.html" title="class in javafx.beans.property">SimpleObjectProperty</a>&lt;T&gt;</span></code>
<div class="block">This class provides a full implementation of a <a href="../../../../javafx/beans/property/Property.html" title="interface in javafx.beans.property"><code>Property</code></a> wrapping an
 arbitrary <code>Object</code>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/beans/property/package-summary.html">javafx.beans.property</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">LongProperty.</span><code><span class="memberNameLink"><a href="../../../../javafx/beans/property/LongProperty.html#asObject--">asObject</a></span>()</code>
<div class="block">Creates an <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property"><code>ObjectProperty</code></a>
 that bidirectionally bound to this <code>LongProperty</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">BooleanProperty.</span><code><span class="memberNameLink"><a href="../../../../javafx/beans/property/BooleanProperty.html#asObject--">asObject</a></span>()</code>
<div class="block">Creates an <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property"><code>ObjectProperty</code></a> that holds the value
 of this <code>BooleanProperty</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DoubleProperty.</span><code><span class="memberNameLink"><a href="../../../../javafx/beans/property/DoubleProperty.html#asObject--">asObject</a></span>()</code>
<div class="block">Creates an <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property"><code>ObjectProperty</code></a>
 that bidirectionally bound to this <code>DoubleProperty</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">FloatProperty.</span><code><span class="memberNameLink"><a href="../../../../javafx/beans/property/FloatProperty.html#asObject--">asObject</a></span>()</code>
<div class="block">Creates an <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property"><code>ObjectProperty</code></a> that
 bidirectionally bound to this <code>FloatProperty</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IntegerProperty.</span><code><span class="memberNameLink"><a href="../../../../javafx/beans/property/IntegerProperty.html#asObject--">asObject</a></span>()</code>
<div class="block">Creates an <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property"><code>ObjectProperty</code></a>
 that bidirectionally bound to this <code>IntegerProperty</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.beans.property.adapter">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/beans/property/adapter/package-summary.html">javafx.beans.property.adapter</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/beans/property/adapter/package-summary.html">javafx.beans.property.adapter</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../javafx/beans/property/adapter/JavaBeanObjectProperty.html" title="class in javafx.beans.property.adapter">JavaBeanObjectProperty</a>&lt;T&gt;</span></code>
<div class="block">A <code>JavaBeanObjectProperty</code> provides an adapter between a regular
 Java Bean property of type <code>T</code> and a JavaFX
 <code>ObjectProperty&lt;T&gt;</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.collections.transformation">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/collections/transformation/package-summary.html">javafx.collections.transformation</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/collections/transformation/package-summary.html">javafx.collections.transformation</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;? super <a href="../../../../javafx/collections/transformation/SortedList.html" title="type parameter in SortedList">E</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SortedList.</span><code><span class="memberNameLink"><a href="../../../../javafx/collections/transformation/SortedList.html#comparatorProperty--">comparatorProperty</a></span>()</code>
<div class="block">The comparator that denotes the order of this SortedList.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;? super <a href="../../../../javafx/collections/transformation/FilteredList.html" title="type parameter in FilteredList">E</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">FilteredList.</span><code><span class="memberNameLink"><a href="../../../../javafx/collections/transformation/FilteredList.html#predicateProperty--">predicateProperty</a></span>()</code>
<div class="block">The predicate that will match the elements that will be in this FilteredList.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.concurrent">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/concurrent/package-summary.html">javafx.concurrent</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/concurrent/package-summary.html">javafx.concurrent</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/concurrent/ScheduledService.html" title="class in javafx.concurrent">ScheduledService</a>&lt;?&gt;,<a href="../../../../javafx/util/Duration.html" title="class in javafx.util">Duration</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ScheduledService.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/ScheduledService.html#backoffStrategyProperty--">backoffStrategyProperty</a></span>()</code>
<div class="block">Computes the amount of time to add to the period on each failure.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Duration.html" title="class in javafx.util">Duration</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ScheduledService.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/ScheduledService.html#delayProperty--">delayProperty</a></span>()</code>
<div class="block">The initial delay between when the ScheduledService is first started, and when it will begin
 operation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Executor.html?is-external=true" title="class or interface in java.util.concurrent">Executor</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Service.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/Service.html#executorProperty--">executorProperty</a></span>()</code>
<div class="block">The executor to use for running this Service.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Duration.html" title="class in javafx.util">Duration</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ScheduledService.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/ScheduledService.html#maximumCumulativePeriodProperty--">maximumCumulativePeriodProperty</a></span>()</code>
<div class="block">The maximum allowed value for the cumulativePeriod.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/concurrent/WorkerStateEvent.html" title="class in javafx.concurrent">WorkerStateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Task.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/Task.html#onCancelledProperty--">onCancelledProperty</a></span>()</code>
<div class="block">The onCancelled event handler is called whenever the Task state
 transitions to the CANCELLED state.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/concurrent/WorkerStateEvent.html" title="class in javafx.concurrent">WorkerStateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Service.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/Service.html#onCancelledProperty--">onCancelledProperty</a></span>()</code>
<div class="block">The onCancelled event handler is called whenever the Task state
 transitions to the CANCELLED state.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/concurrent/WorkerStateEvent.html" title="class in javafx.concurrent">WorkerStateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Task.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/Task.html#onFailedProperty--">onFailedProperty</a></span>()</code>
<div class="block">The onFailed event handler is called whenever the Task state
 transitions to the FAILED state.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/concurrent/WorkerStateEvent.html" title="class in javafx.concurrent">WorkerStateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Service.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/Service.html#onFailedProperty--">onFailedProperty</a></span>()</code>
<div class="block">The onFailed event handler is called whenever the Task state
 transitions to the FAILED state.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/concurrent/WorkerStateEvent.html" title="class in javafx.concurrent">WorkerStateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Service.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/Service.html#onReadyProperty--">onReadyProperty</a></span>()</code>
<div class="block">The onReady event handler is called whenever the Task state transitions
 to the READY state.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/concurrent/WorkerStateEvent.html" title="class in javafx.concurrent">WorkerStateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Task.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/Task.html#onRunningProperty--">onRunningProperty</a></span>()</code>
<div class="block">The onRunning event handler is called whenever the Task state
 transitions to the RUNNING state.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/concurrent/WorkerStateEvent.html" title="class in javafx.concurrent">WorkerStateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Service.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/Service.html#onRunningProperty--">onRunningProperty</a></span>()</code>
<div class="block">The onRunning event handler is called whenever the Task state
 transitions to the RUNNING state.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/concurrent/WorkerStateEvent.html" title="class in javafx.concurrent">WorkerStateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Task.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/Task.html#onScheduledProperty--">onScheduledProperty</a></span>()</code>
<div class="block">The onSchedule event handler is called whenever the Task state
 transitions to the SCHEDULED state.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/concurrent/WorkerStateEvent.html" title="class in javafx.concurrent">WorkerStateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Service.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/Service.html#onScheduledProperty--">onScheduledProperty</a></span>()</code>
<div class="block">The onSchedule event handler is called whenever the Task state
 transitions to the SCHEDULED state.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/concurrent/WorkerStateEvent.html" title="class in javafx.concurrent">WorkerStateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Task.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/Task.html#onSucceededProperty--">onSucceededProperty</a></span>()</code>
<div class="block">The onSucceeded event handler is called whenever the Task state
 transitions to the SUCCEEDED state.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/concurrent/WorkerStateEvent.html" title="class in javafx.concurrent">WorkerStateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Service.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/Service.html#onSucceededProperty--">onSucceededProperty</a></span>()</code>
<div class="block">The onSucceeded event handler is called whenever the Task state
 transitions to the SUCCEEDED state.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Duration.html" title="class in javafx.util">Duration</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ScheduledService.</span><code><span class="memberNameLink"><a href="../../../../javafx/concurrent/ScheduledService.html#periodProperty--">periodProperty</a></span>()</code>
<div class="block">The minimum amount of time to allow between the start of the last run and the start of the next run.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.css">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/css/package-summary.html">javafx.css</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/css/package-summary.html">javafx.css</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../javafx/css/SimpleStyleableObjectProperty.html" title="class in javafx.css">SimpleStyleableObjectProperty</a>&lt;T&gt;</span></code>
<div class="block">This class extends <code>SimpleObjectProperty</code> and provides a full
 implementation of a <code>StyleableProperty</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../javafx/css/StyleableObjectProperty.html" title="class in javafx.css">StyleableObjectProperty</a>&lt;T&gt;</span></code>
<div class="block">This class extends <code>ObjectPropertyBase</code> and provides a partial
 implementation of a <code>StyleableProperty</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.print">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/print/package-summary.html">javafx.print</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/print/package-summary.html">javafx.print</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/print/Collation.html" title="enum in javafx.print">Collation</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">JobSettings.</span><code><span class="memberNameLink"><a href="../../../../javafx/print/JobSettings.html#collationProperty--">collationProperty</a></span>()</code>
<div class="block">Property representing an instance of <code>Collation</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/print/PageLayout.html" title="class in javafx.print">PageLayout</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">JobSettings.</span><code><span class="memberNameLink"><a href="../../../../javafx/print/JobSettings.html#pageLayoutProperty--">pageLayoutProperty</a></span>()</code>
<div class="block">Property representing an instance of <code>PageLayout</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></code></td>
<td class="colLast"><span class="typeNameLabel">JobSettings.</span><code><span class="memberNameLink"><a href="../../../../javafx/print/JobSettings.html#pageRangesProperty--">pageRangesProperty</a></span>()</code>
<div class="block">An <code>ObjectProperty</code> whose value represents the job pages
 to print as an array of PageRange.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/print/PaperSource.html" title="class in javafx.print">PaperSource</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">JobSettings.</span><code><span class="memberNameLink"><a href="../../../../javafx/print/JobSettings.html#paperSourceProperty--">paperSourceProperty</a></span>()</code>
<div class="block">Property representing an instance of <code>PaperSource</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/print/PrintColor.html" title="enum in javafx.print">PrintColor</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">JobSettings.</span><code><span class="memberNameLink"><a href="../../../../javafx/print/JobSettings.html#printColorProperty--">printColorProperty</a></span>()</code>
<div class="block">Property representing an instance of <code>PrintColor</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/print/Printer.html" title="class in javafx.print">Printer</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PrinterJob.</span><code><span class="memberNameLink"><a href="../../../../javafx/print/PrinterJob.html#printerProperty--">printerProperty</a></span>()</code>
<div class="block">Property representing the
 <code>Printer</code> for this job.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/print/PrintQuality.html" title="enum in javafx.print">PrintQuality</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">JobSettings.</span><code><span class="memberNameLink"><a href="../../../../javafx/print/JobSettings.html#printQualityProperty--">printQualityProperty</a></span>()</code>
<div class="block">Property representing an instance of <code>PrintQuality</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/print/PrintResolution.html" title="class in javafx.print">PrintResolution</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">JobSettings.</span><code><span class="memberNameLink"><a href="../../../../javafx/print/JobSettings.html#printResolutionProperty--">printResolutionProperty</a></span>()</code>
<div class="block">Property representing an instance of <code>PrintResolution</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/print/PrintSides.html" title="enum in javafx.print">PrintSides</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">JobSettings.</span><code><span class="memberNameLink"><a href="../../../../javafx/print/JobSettings.html#printSidesProperty--">printSidesProperty</a></span>()</code>
<div class="block">Property representing an instance of <code>PrintSides</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.scene">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/scene/package-summary.html">javafx.scene</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/scene/package-summary.html">javafx.scene</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#accessibleHelpProperty--">accessibleHelpProperty</a></span>()</code>
<div class="block">The accessible help text for this <code>Node</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#accessibleRoleDescriptionProperty--">accessibleRoleDescriptionProperty</a></span>()</code>
<div class="block">The role description of this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/AccessibleRole.html" title="enum in javafx.scene">AccessibleRole</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#accessibleRoleProperty--">accessibleRoleProperty</a></span>()</code>
<div class="block">The accessible role for this <code>Node</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#accessibleTextProperty--">accessibleTextProperty</a></span>()</code>
<div class="block">The accessible text for this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/BlendMode.html" title="enum in javafx.scene.effect">BlendMode</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#blendModeProperty--">blendModeProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/scene/effect/BlendMode.html" title="enum in javafx.scene.effect"><code>BlendMode</code></a> used to blend this individual node
 into the scene behind it.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/CacheHint.html" title="enum in javafx.scene">CacheHint</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#cacheHintProperty--">cacheHintProperty</a></span>()</code>
<div class="block">Additional hint for controlling bitmap caching.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Camera.html" title="class in javafx.scene">Camera</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#cameraProperty--">cameraProperty</a></span>()</code>
<div class="block">Specifies the type of camera use for rendering this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Camera.html" title="class in javafx.scene">Camera</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SubScene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/SubScene.html#cameraProperty--">cameraProperty</a></span>()</code>
<div class="block">Specifies the type of camera use for rendering this <code>SubScene</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#clipProperty--">clipProperty</a></span>()</code>
<div class="block">Specifies a <code>Node</code> to use to define the the clipping shape for this
 Node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Color.html" title="class in javafx.scene.paint">Color</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">LightBase.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/LightBase.html#colorProperty--">colorProperty</a></span>()</code>
<div class="block">Specifies the color of light source.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Cursor.html" title="class in javafx.scene">Cursor</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#cursorProperty--">cursorProperty</a></span>()</code>
<div class="block">Defines the mouse cursor for this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Cursor.html" title="class in javafx.scene">Cursor</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#cursorProperty--">cursorProperty</a></span>()</code>
<div class="block">Defines the mouse cursor for this <code>Node</code> and subnodes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/DepthTest.html" title="enum in javafx.scene">DepthTest</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#depthTestProperty--">depthTestProperty</a></span>()</code>
<div class="block">Indicates whether depth testing is used when rendering this node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#effectProperty--">effectProperty</a></span>()</code>
<div class="block">Specifies an effect to apply to this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventDispatcher.html" title="interface in javafx.event">EventDispatcher</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#eventDispatcherProperty--">eventDispatcherProperty</a></span>()</code>
<div class="block">Specifies the event dispatcher for this scene.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventDispatcher.html" title="interface in javafx.event">EventDispatcher</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#eventDispatcherProperty--">eventDispatcherProperty</a></span>()</code>
<div class="block">Specifies the event dispatcher for this node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Paint.html" title="class in javafx.scene.paint">Paint</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#fillProperty--">fillProperty</a></span>()</code>
<div class="block">Defines the background fill of this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Paint.html" title="class in javafx.scene.paint">Paint</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SubScene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/SubScene.html#fillProperty--">fillProperty</a></span>()</code>
<div class="block">Defines the background fill of this <code>SubScene</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;com.sun.javafx.scene.traversal.ParentTraversalEngine&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Parent.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Parent.html#impl_traversalEngineProperty--">impl_traversalEngineProperty</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">This is an internal API that is not intended for use and will be removed in the next version</span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/input/InputMethodRequests.html" title="interface in javafx.scene.input">InputMethodRequests</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#inputMethodRequestsProperty--">inputMethodRequestsProperty</a></span>()</code>
<div class="block">Property holding InputMethodRequests.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/NodeOrientation.html" title="enum in javafx.geometry">NodeOrientation</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#nodeOrientationProperty--">nodeOrientationProperty</a></span>()</code>
<div class="block">Property holding NodeOrientation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/NodeOrientation.html" title="enum in javafx.geometry">NodeOrientation</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#nodeOrientationProperty--">nodeOrientationProperty</a></span>()</code>
<div class="block">Property holding NodeOrientation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/ContextMenuEvent.html" title="class in javafx.scene.input">ContextMenuEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onContextMenuRequestedProperty--">onContextMenuRequestedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a mouse button has been clicked
 (pressed and released) on this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/ContextMenuEvent.html" title="class in javafx.scene.input">ContextMenuEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onContextMenuRequestedProperty--">onContextMenuRequestedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a context menu
 has been requested on this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onDragDetectedProperty--">onDragDetectedProperty</a></span>()</code>
<div class="block">Defines a function to be called when drag gesture has been
 detected.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onDragDetectedProperty--">onDragDetectedProperty</a></span>()</code>
<div class="block">Defines a function to be called when drag gesture has been
 detected.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/DragEvent.html" title="class in javafx.scene.input">DragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onDragDoneProperty--">onDragDoneProperty</a></span>()</code>
<div class="block">Defines a function to be called when this @{code Scene} is a
 drag and drop gesture source after its data has
 been dropped on a drop target.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/DragEvent.html" title="class in javafx.scene.input">DragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onDragDoneProperty--">onDragDoneProperty</a></span>()</code>
<div class="block">Defines a function to be called when this <code>Node</code> is a
 drag and drop gesture source after its data has
 been dropped on a drop target.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/DragEvent.html" title="class in javafx.scene.input">DragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onDragDroppedProperty--">onDragDroppedProperty</a></span>()</code>
<div class="block">Defines a function to be called when the mouse button is released
 on this <code>Scene</code> during drag and drop gesture.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/DragEvent.html" title="class in javafx.scene.input">DragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onDragDroppedProperty--">onDragDroppedProperty</a></span>()</code>
<div class="block">Defines a function to be called when the mouse button is released
 on this <code>Node</code> during drag and drop gesture.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/DragEvent.html" title="class in javafx.scene.input">DragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onDragEnteredProperty--">onDragEnteredProperty</a></span>()</code>
<div class="block">Defines a function to be called when drag gesture
 enters this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/DragEvent.html" title="class in javafx.scene.input">DragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onDragEnteredProperty--">onDragEnteredProperty</a></span>()</code>
<div class="block">Defines a function to be called when drag gesture
 enters this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/DragEvent.html" title="class in javafx.scene.input">DragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onDragExitedProperty--">onDragExitedProperty</a></span>()</code>
<div class="block">Defines a function to be called when drag gesture
 exits this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/DragEvent.html" title="class in javafx.scene.input">DragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onDragExitedProperty--">onDragExitedProperty</a></span>()</code>
<div class="block">Defines a function to be called when drag gesture
 exits this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/DragEvent.html" title="class in javafx.scene.input">DragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onDragOverProperty--">onDragOverProperty</a></span>()</code>
<div class="block">Defines a function to be called when drag gesture progresses
 within this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/DragEvent.html" title="class in javafx.scene.input">DragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onDragOverProperty--">onDragOverProperty</a></span>()</code>
<div class="block">Defines a function to be called when drag gesture progresses within
 this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/InputMethodEvent.html" title="class in javafx.scene.input">InputMethodEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onInputMethodTextChangedProperty--">onInputMethodTextChangedProperty</a></span>()</code>
<div class="block">Defines a function to be called when this <code>Node</code>
 has input focus and the input method text has changed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/InputMethodEvent.html" title="class in javafx.scene.input">InputMethodEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onInputMethodTextChangedProperty--">onInputMethodTextChangedProperty</a></span>()</code>
<div class="block">Defines a function to be called when this <code>Node</code>
 has input focus and the input method text has changed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/KeyEvent.html" title="class in javafx.scene.input">KeyEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onKeyPressedProperty--">onKeyPressedProperty</a></span>()</code>
<div class="block">Defines a function to be called when some <code>Node</code> of this
 <code>Scene</code> has input focus and a key has been pressed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/KeyEvent.html" title="class in javafx.scene.input">KeyEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onKeyPressedProperty--">onKeyPressedProperty</a></span>()</code>
<div class="block">Defines a function to be called when this <code>Node</code> or its child
 <code>Node</code> has input focus and a key has been pressed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/KeyEvent.html" title="class in javafx.scene.input">KeyEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onKeyReleasedProperty--">onKeyReleasedProperty</a></span>()</code>
<div class="block">Defines a function to be called when some <code>Node</code> of this
 <code>Scene</code> has input focus and a key has been released.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/KeyEvent.html" title="class in javafx.scene.input">KeyEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onKeyReleasedProperty--">onKeyReleasedProperty</a></span>()</code>
<div class="block">Defines a function to be called when this <code>Node</code> or its child
 <code>Node</code> has input focus and a key has been released.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/KeyEvent.html" title="class in javafx.scene.input">KeyEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onKeyTypedProperty--">onKeyTypedProperty</a></span>()</code>
<div class="block">Defines a function to be called when some <code>Node</code> of this
 <code>Scene</code> has input focus and a key has been typed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/KeyEvent.html" title="class in javafx.scene.input">KeyEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onKeyTypedProperty--">onKeyTypedProperty</a></span>()</code>
<div class="block">Defines a function to be called when this <code>Node</code> or its child
 <code>Node</code> has input focus and a key has been typed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onMouseClickedProperty--">onMouseClickedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a mouse button has been clicked
 (pressed and released) on this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onMouseClickedProperty--">onMouseClickedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a mouse button has been clicked
 (pressed and released) on this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseDragEvent.html" title="class in javafx.scene.input">MouseDragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onMouseDragEnteredProperty--">onMouseDragEnteredProperty</a></span>()</code>
<div class="block">Defines a function to be called when a full press-drag-release gesture
 enters this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseDragEvent.html" title="class in javafx.scene.input">MouseDragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onMouseDragEnteredProperty--">onMouseDragEnteredProperty</a></span>()</code>
<div class="block">Defines a function to be called when a full press-drag-release gesture
 enters this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseDragEvent.html" title="class in javafx.scene.input">MouseDragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onMouseDragExitedProperty--">onMouseDragExitedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a full press-drag-release gesture
 exits this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseDragEvent.html" title="class in javafx.scene.input">MouseDragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onMouseDragExitedProperty--">onMouseDragExitedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a full press-drag-release gesture
 leaves this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onMouseDraggedProperty--">onMouseDraggedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a mouse button is pressed
 on this <code>Scene</code> and then dragged.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onMouseDraggedProperty--">onMouseDraggedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a mouse button is pressed
 on this <code>Node</code> and then dragged.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseDragEvent.html" title="class in javafx.scene.input">MouseDragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onMouseDragOverProperty--">onMouseDragOverProperty</a></span>()</code>
<div class="block">Defines a function to be called when a full press-drag-release gesture
 progresses within this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseDragEvent.html" title="class in javafx.scene.input">MouseDragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onMouseDragOverProperty--">onMouseDragOverProperty</a></span>()</code>
<div class="block">Defines a function to be called when a full press-drag-release gesture
 progresses within this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseDragEvent.html" title="class in javafx.scene.input">MouseDragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onMouseDragReleasedProperty--">onMouseDragReleasedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a full press-drag-release gesture
 ends within this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseDragEvent.html" title="class in javafx.scene.input">MouseDragEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onMouseDragReleasedProperty--">onMouseDragReleasedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a full press-drag-release gesture
 ends (by releasing mouse button) within this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onMouseEnteredProperty--">onMouseEnteredProperty</a></span>()</code>
<div class="block">Defines a function to be called when the mouse enters this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onMouseEnteredProperty--">onMouseEnteredProperty</a></span>()</code>
<div class="block">Defines a function to be called when the mouse enters this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onMouseExitedProperty--">onMouseExitedProperty</a></span>()</code>
<div class="block">Defines a function to be called when the mouse exits this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onMouseExitedProperty--">onMouseExitedProperty</a></span>()</code>
<div class="block">Defines a function to be called when the mouse exits this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onMouseMovedProperty--">onMouseMovedProperty</a></span>()</code>
<div class="block">Defines a function to be called when mouse cursor moves within
 this <code>Scene</code> but no buttons have been pushed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onMouseMovedProperty--">onMouseMovedProperty</a></span>()</code>
<div class="block">Defines a function to be called when mouse cursor moves within
 this <code>Node</code> but no buttons have been pushed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onMousePressedProperty--">onMousePressedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a mouse button
 has been pressed on this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onMousePressedProperty--">onMousePressedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a mouse button
 has been pressed on this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onMouseReleasedProperty--">onMouseReleasedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a mouse button
 has been released on this <code>Scene</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/MouseEvent.html" title="class in javafx.scene.input">MouseEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onMouseReleasedProperty--">onMouseReleasedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a mouse button
 has been released on this <code>Node</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/RotateEvent.html" title="class in javafx.scene.input">RotateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onRotateProperty--">onRotateProperty</a></span>()</code>
<div class="block">Defines a function to be called when user performs a rotating action.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/RotateEvent.html" title="class in javafx.scene.input">RotateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onRotateProperty--">onRotateProperty</a></span>()</code>
<div class="block">Defines a function to be called when user performs a rotation action.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/RotateEvent.html" title="class in javafx.scene.input">RotateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onRotationFinishedProperty--">onRotationFinishedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a rotating gesture ends.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/RotateEvent.html" title="class in javafx.scene.input">RotateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onRotationFinishedProperty--">onRotationFinishedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a rotation gesture ends.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/RotateEvent.html" title="class in javafx.scene.input">RotateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onRotationStartedProperty--">onRotationStartedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a rotating gesture is detected.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/RotateEvent.html" title="class in javafx.scene.input">RotateEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onRotationStartedProperty--">onRotationStartedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a rotation gesture is detected.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/ScrollEvent.html" title="class in javafx.scene.input">ScrollEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onScrollFinishedProperty--">onScrollFinishedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a scrolling gesture ends.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/ScrollEvent.html" title="class in javafx.scene.input">ScrollEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onScrollFinishedProperty--">onScrollFinishedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a scrolling gesture ends.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/ScrollEvent.html" title="class in javafx.scene.input">ScrollEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onScrollProperty--">onScrollProperty</a></span>()</code>
<div class="block">Defines a function to be called when user performs a scrolling action.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/ScrollEvent.html" title="class in javafx.scene.input">ScrollEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onScrollProperty--">onScrollProperty</a></span>()</code>
<div class="block">Defines a function to be called when user performs a scrolling action.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/ScrollEvent.html" title="class in javafx.scene.input">ScrollEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onScrollStartedProperty--">onScrollStartedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a scrolling gesture is detected.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/ScrollEvent.html" title="class in javafx.scene.input">ScrollEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onScrollStartedProperty--">onScrollStartedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a scrolling gesture is detected.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/SwipeEvent.html" title="class in javafx.scene.input">SwipeEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onSwipeDownProperty--">onSwipeDownProperty</a></span>()</code>
<div class="block">Defines a function to be called when an downward swipe gesture
 happens in this scene.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/SwipeEvent.html" title="class in javafx.scene.input">SwipeEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onSwipeDownProperty--">onSwipeDownProperty</a></span>()</code>
<div class="block">Defines a function to be called when a downward swipe gesture
 centered over this node happens.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/SwipeEvent.html" title="class in javafx.scene.input">SwipeEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onSwipeLeftProperty--">onSwipeLeftProperty</a></span>()</code>
<div class="block">Defines a function to be called when an leftward swipe gesture
 happens in this scene.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/SwipeEvent.html" title="class in javafx.scene.input">SwipeEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onSwipeLeftProperty--">onSwipeLeftProperty</a></span>()</code>
<div class="block">Defines a function to be called when a leftward swipe gesture
 centered over this node happens.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/SwipeEvent.html" title="class in javafx.scene.input">SwipeEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onSwipeRightProperty--">onSwipeRightProperty</a></span>()</code>
<div class="block">Defines a function to be called when an rightward swipe gesture
 happens in this scene.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/SwipeEvent.html" title="class in javafx.scene.input">SwipeEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onSwipeRightProperty--">onSwipeRightProperty</a></span>()</code>
<div class="block">Defines a function to be called when an rightward swipe gesture
 centered over this node happens.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/SwipeEvent.html" title="class in javafx.scene.input">SwipeEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onSwipeUpProperty--">onSwipeUpProperty</a></span>()</code>
<div class="block">Defines a function to be called when an upward swipe gesture
 happens in this scene.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/SwipeEvent.html" title="class in javafx.scene.input">SwipeEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onSwipeUpProperty--">onSwipeUpProperty</a></span>()</code>
<div class="block">Defines a function to be called when an upward swipe gesture
 centered over this node happens.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/TouchEvent.html" title="class in javafx.scene.input">TouchEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onTouchMovedProperty--">onTouchMovedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a touch point is moved.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/TouchEvent.html" title="class in javafx.scene.input">TouchEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onTouchMovedProperty--">onTouchMovedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a touch point is moved.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/TouchEvent.html" title="class in javafx.scene.input">TouchEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onTouchPressedProperty--">onTouchPressedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a new touch point is pressed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/TouchEvent.html" title="class in javafx.scene.input">TouchEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onTouchPressedProperty--">onTouchPressedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a new touch point is pressed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/TouchEvent.html" title="class in javafx.scene.input">TouchEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onTouchReleasedProperty--">onTouchReleasedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a new touch point is pressed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/TouchEvent.html" title="class in javafx.scene.input">TouchEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onTouchReleasedProperty--">onTouchReleasedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a touch point is released.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/TouchEvent.html" title="class in javafx.scene.input">TouchEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onTouchStationaryProperty--">onTouchStationaryProperty</a></span>()</code>
<div class="block">Defines a function to be called when a touch point stays pressed and
 still.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/TouchEvent.html" title="class in javafx.scene.input">TouchEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onTouchStationaryProperty--">onTouchStationaryProperty</a></span>()</code>
<div class="block">Defines a function to be called when a touch point stays pressed and
 still.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/ZoomEvent.html" title="class in javafx.scene.input">ZoomEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onZoomFinishedProperty--">onZoomFinishedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a zooming gesture ends.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/ZoomEvent.html" title="class in javafx.scene.input">ZoomEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onZoomFinishedProperty--">onZoomFinishedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a zooming gesture ends.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/ZoomEvent.html" title="class in javafx.scene.input">ZoomEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onZoomProperty--">onZoomProperty</a></span>()</code>
<div class="block">Defines a function to be called when user performs a zooming action.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/ZoomEvent.html" title="class in javafx.scene.input">ZoomEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onZoomProperty--">onZoomProperty</a></span>()</code>
<div class="block">Defines a function to be called when user performs a zooming action.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/ZoomEvent.html" title="class in javafx.scene.input">ZoomEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#onZoomStartedProperty--">onZoomStartedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a zooming gesture is detected.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/input/ZoomEvent.html" title="class in javafx.scene.input">ZoomEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#onZoomStartedProperty--">onZoomStartedProperty</a></span>()</code>
<div class="block">Defines a function to be called when a zooming gesture is detected.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Parent.html" title="class in javafx.scene">Parent</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#rootProperty--">rootProperty</a></span>()</code>
<div class="block">Defines the root <code>Node</code> of the scene graph.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Parent.html" title="class in javafx.scene">Parent</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SubScene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/SubScene.html#rootProperty--">rootProperty</a></span>()</code>
<div class="block">Defines the root <code>Node</code> of the <code>SubScene</code> scene graph.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Point3D.html" title="class in javafx.geometry">Point3D</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Node.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Node.html#rotationAxisProperty--">rotationAxisProperty</a></span>()</code>
<div class="block">Defines the axis of rotation of this <code>Node</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Scene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/Scene.html#userAgentStylesheetProperty--">userAgentStylesheetProperty</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SubScene.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/SubScene.html#userAgentStylesheetProperty--">userAgentStylesheetProperty</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.scene.chart">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/scene/chart/package-summary.html">javafx.scene.chart</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/scene/chart/package-summary.html">javafx.scene.chart</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/chart/LineChart.SortingPolicy.html" title="enum in javafx.scene.chart">LineChart.SortingPolicy</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">LineChart.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/LineChart.html#axisSortingPolicyProperty--">axisSortingPolicyProperty</a></span>()</code>
<div class="block">Indicates whether the data passed to LineChart should be sorted by natural order of one of the axes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">XYChart.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/XYChart.html#currentDisplayedExtraValueProperty-javafx.scene.chart.XYChart.Data-">currentDisplayedExtraValueProperty</a></span>(<a href="../../../../javafx/scene/chart/XYChart.Data.html" title="class in javafx.scene.chart">XYChart.Data</a>&lt;<a href="../../../../javafx/scene/chart/XYChart.html" title="type parameter in XYChart">X</a>,<a href="../../../../javafx/scene/chart/XYChart.html" title="type parameter in XYChart">Y</a>&gt;&nbsp;item)</code>
<div class="block">The current displayed extra value property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/chart/XYChart.html" title="type parameter in XYChart">X</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">XYChart.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/XYChart.html#currentDisplayedXValueProperty-javafx.scene.chart.XYChart.Data-">currentDisplayedXValueProperty</a></span>(<a href="../../../../javafx/scene/chart/XYChart.Data.html" title="class in javafx.scene.chart">XYChart.Data</a>&lt;<a href="../../../../javafx/scene/chart/XYChart.html" title="type parameter in XYChart">X</a>,<a href="../../../../javafx/scene/chart/XYChart.html" title="type parameter in XYChart">Y</a>&gt;&nbsp;item)</code>
<div class="block">The current displayed data value property that is plotted on X axis.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/chart/XYChart.html" title="type parameter in XYChart">Y</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">XYChart.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/XYChart.html#currentDisplayedYValueProperty-javafx.scene.chart.XYChart.Data-">currentDisplayedYValueProperty</a></span>(<a href="../../../../javafx/scene/chart/XYChart.Data.html" title="class in javafx.scene.chart">XYChart.Data</a>&lt;<a href="../../../../javafx/scene/chart/XYChart.html" title="type parameter in XYChart">X</a>,<a href="../../../../javafx/scene/chart/XYChart.html" title="type parameter in XYChart">Y</a>&gt;&nbsp;item)</code>
<div class="block">The current displayed data value property that is plotted on Y axis.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/collections/ObservableList.html" title="interface in javafx.collections">ObservableList</a>&lt;<a href="../../../../javafx/scene/chart/PieChart.Data.html" title="class in javafx.scene.chart">PieChart.Data</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PieChart.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/PieChart.html#dataProperty--">dataProperty</a></span>()</code>
<div class="block">PieCharts data</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/collections/ObservableList.html" title="interface in javafx.collections">ObservableList</a>&lt;<a href="../../../../javafx/scene/chart/XYChart.Series.html" title="class in javafx.scene.chart">XYChart.Series</a>&lt;<a href="../../../../javafx/scene/chart/XYChart.html" title="type parameter in XYChart">X</a>,<a href="../../../../javafx/scene/chart/XYChart.html" title="type parameter in XYChart">Y</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">XYChart.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/XYChart.html#dataProperty--">dataProperty</a></span>()</code>
<div class="block">XYCharts data</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/collections/ObservableList.html" title="interface in javafx.collections">ObservableList</a>&lt;<a href="../../../../javafx/scene/chart/XYChart.Data.html" title="class in javafx.scene.chart">XYChart.Data</a>&lt;<a href="../../../../javafx/scene/chart/XYChart.Series.html" title="type parameter in XYChart.Series">X</a>,<a href="../../../../javafx/scene/chart/XYChart.Series.html" title="type parameter in XYChart.Series">Y</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">XYChart.Series.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/XYChart.Series.html#dataProperty--">dataProperty</a></span>()</code>
<div class="block">ObservableList of data items that make up this series</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">XYChart.Data.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/XYChart.Data.html#extraValueProperty--">extraValueProperty</a></span>()</code>
<div class="block">The generic data value to be plotted in any way the chart needs.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Axis.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/Axis.html#labelProperty--">labelProperty</a></span>()</code>
<div class="block">The axis label</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Chart.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/Chart.html#legendProperty--">legendProperty</a></span>()</code>
<div class="block">The node to display as the Legend.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Side.html" title="enum in javafx.geometry">Side</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Chart.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/Chart.html#legendSideProperty--">legendSideProperty</a></span>()</code>
<div class="block">The side of the chart where the legend should be displayed</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">XYChart.Data.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/XYChart.Data.html#nodeProperty--">nodeProperty</a></span>()</code>
<div class="block">The node to display for this data item.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">XYChart.Series.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/XYChart.Series.html#nodeProperty--">nodeProperty</a></span>()</code>
<div class="block">The node to display for this series.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Side.html" title="enum in javafx.geometry">Side</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Axis.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/Axis.html#sideProperty--">sideProperty</a></span>()</code>
<div class="block">The side of the plot which this axis is being drawn on</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Paint.html" title="class in javafx.scene.paint">Paint</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Axis.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/Axis.html#tickLabelFillProperty--">tickLabelFillProperty</a></span>()</code>
<div class="block">The fill for all tick labels</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/text/Font.html" title="class in javafx.scene.text">Font</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Axis.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/Axis.html#tickLabelFontProperty--">tickLabelFontProperty</a></span>()</code>
<div class="block">The font for all tick labels</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/chart/ValueAxis.html" title="type parameter in ValueAxis">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ValueAxis.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/ValueAxis.html#tickLabelFormatterProperty--">tickLabelFormatterProperty</a></span>()</code>
<div class="block">StringConverter used to format tick mark labels.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Side.html" title="enum in javafx.geometry">Side</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Chart.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/Chart.html#titleSideProperty--">titleSideProperty</a></span>()</code>
<div class="block">The side of the chart where the title is displayed</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/chart/XYChart.Data.html" title="type parameter in XYChart.Data">X</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">XYChart.Data.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/XYChart.Data.html#XValueProperty--">XValueProperty</a></span>()</code>
<div class="block">The generic data value to be plotted on the X axis.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/chart/XYChart.Data.html" title="type parameter in XYChart.Data">Y</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">XYChart.Data.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/chart/XYChart.Data.html#YValueProperty--">YValueProperty</a></span>()</code>
<div class="block">The generic data value to be plotted on the Y axis.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.scene.control">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/scene/control/package-summary.html">javafx.scene.control</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/scene/control/package-summary.html">javafx.scene.control</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/input/KeyCombination.html" title="class in javafx.scene.input">KeyCombination</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MenuItem.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/MenuItem.html#acceleratorProperty--">acceleratorProperty</a></span>()</code>
<div class="block">The accelerator property enables accessing the associated action in one keystroke.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/Alert.AlertType.html" title="enum in javafx.scene.control">Alert.AlertType</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Alert.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Alert.html#alertTypeProperty--">alertTypeProperty</a></span>()</code>
<div class="block">When creating an Alert instance, users must pass in an <a href="../../../../javafx/scene/control/Alert.AlertType.html" title="enum in javafx.scene.control"><code>Alert.AlertType</code></a>
 enumeration value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Pos.html" title="enum in javafx.geometry">Pos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Labeled.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Labeled.html#alignmentProperty--">alignmentProperty</a></span>()</code>
<div class="block">Specifies how the text and graphic within the Labeled should be
 aligned when there is empty space within the Labeled.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Pos.html" title="enum in javafx.geometry">Pos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TextField.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TextField.html#alignmentProperty--">alignmentProperty</a></span>()</code>
<div class="block">Specifies how the text should be aligned when there is empty
 space within the TextField.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/ListCell.html" title="class in javafx.scene.control">ListCell</a>&lt;<a href="../../../../javafx/scene/control/ComboBox.html" title="type parameter in ComboBox">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ComboBox.html#buttonCellProperty--">buttonCellProperty</a></span>()</code>
<div class="block">The button cell is used to render what is shown in the ComboBox 'button'
 area.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/TreeView.html" title="class in javafx.scene.control">TreeView</a>&lt;<a href="../../../../javafx/scene/control/TreeView.html" title="type parameter in TreeView">T</a>&gt;,<a href="../../../../javafx/scene/control/TreeCell.html" title="class in javafx.scene.control">TreeCell</a>&lt;<a href="../../../../javafx/scene/control/TreeView.html" title="type parameter in TreeView">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeView.html#cellFactoryProperty--">cellFactoryProperty</a></span>()</code>
<div class="block">Represents the cell factory that will be used for creating TreeCells,
 which are used to represent items in the TreeView.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="class in javafx.scene.control">TreeTableColumn</a>&lt;<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="type parameter in TreeTableColumn">S</a>,<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="type parameter in TreeTableColumn">T</a>&gt;,<a href="../../../../javafx/scene/control/TreeTableCell.html" title="class in javafx.scene.control">TreeTableCell</a>&lt;<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="type parameter in TreeTableColumn">S</a>,<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="type parameter in TreeTableColumn">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableColumn.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableColumn.html#cellFactoryProperty--">cellFactoryProperty</a></span>()</code>
<div class="block">The cell factory for all cells in this column.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/ListView.html" title="class in javafx.scene.control">ListView</a>&lt;<a href="../../../../javafx/scene/control/ComboBox.html" title="type parameter in ComboBox">T</a>&gt;,<a href="../../../../javafx/scene/control/ListCell.html" title="class in javafx.scene.control">ListCell</a>&lt;<a href="../../../../javafx/scene/control/ComboBox.html" title="type parameter in ComboBox">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ComboBox.html#cellFactoryProperty--">cellFactoryProperty</a></span>()</code>
<div class="block">Providing a custom cell factory allows for complete customization of the
 rendering of items in the ComboBox.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/TableColumn.html" title="class in javafx.scene.control">TableColumn</a>&lt;<a href="../../../../javafx/scene/control/TableColumn.html" title="type parameter in TableColumn">S</a>,<a href="../../../../javafx/scene/control/TableColumn.html" title="type parameter in TableColumn">T</a>&gt;,<a href="../../../../javafx/scene/control/TableCell.html" title="class in javafx.scene.control">TableCell</a>&lt;<a href="../../../../javafx/scene/control/TableColumn.html" title="type parameter in TableColumn">S</a>,<a href="../../../../javafx/scene/control/TableColumn.html" title="type parameter in TableColumn">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableColumn.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableColumn.html#cellFactoryProperty--">cellFactoryProperty</a></span>()</code>
<div class="block">The cell factory for all cells in this column.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/ListView.html" title="class in javafx.scene.control">ListView</a>&lt;<a href="../../../../javafx/scene/control/ListView.html" title="type parameter in ListView">T</a>&gt;,<a href="../../../../javafx/scene/control/ListCell.html" title="class in javafx.scene.control">ListCell</a>&lt;<a href="../../../../javafx/scene/control/ListView.html" title="type parameter in ListView">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ListView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ListView.html#cellFactoryProperty--">cellFactoryProperty</a></span>()</code>
<div class="block">Setting a custom cell factory has the effect of deferring all cell
 creation, allowing for total customization of the cell.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/TreeTableColumn.CellDataFeatures.html" title="class in javafx.scene.control">TreeTableColumn.CellDataFeatures</a>&lt;<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="type parameter in TreeTableColumn">S</a>,<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="type parameter in TreeTableColumn">T</a>&gt;,<a href="../../../../javafx/beans/value/ObservableValue.html" title="interface in javafx.beans.value">ObservableValue</a>&lt;<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="type parameter in TreeTableColumn">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableColumn.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableColumn.html#cellValueFactoryProperty--">cellValueFactoryProperty</a></span>()</code>
<div class="block">The cell value factory needs to be set to specify how to populate all
 cells within a single TreeTableColumn.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/TableColumn.CellDataFeatures.html" title="class in javafx.scene.control">TableColumn.CellDataFeatures</a>&lt;<a href="../../../../javafx/scene/control/TableColumn.html" title="type parameter in TableColumn">S</a>,<a href="../../../../javafx/scene/control/TableColumn.html" title="type parameter in TableColumn">T</a>&gt;,<a href="../../../../javafx/beans/value/ObservableValue.html" title="interface in javafx.beans.value">ObservableValue</a>&lt;<a href="../../../../javafx/scene/control/TableColumn.html" title="type parameter in TableColumn">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableColumn.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableColumn.html#cellValueFactoryProperty--">cellValueFactoryProperty</a></span>()</code>
<div class="block">The cell value factory needs to be set to specify how to populate all
 cells within a single TableColumn.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/chrono/Chronology.html?is-external=true" title="class or interface in java.time.chrono">Chronology</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DatePicker.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/DatePicker.html#chronologyProperty--">chronologyProperty</a></span>()</code>
<div class="block">The calendar system used for parsing, displaying, and choosing
 dates in the DatePicker control.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/TreeTableView.ResizeFeatures.html" title="class in javafx.scene.control">TreeTableView.ResizeFeatures</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableView.html#columnResizePolicyProperty--">columnResizePolicyProperty</a></span>()</code>
<div class="block">This is the function called when the user completes a column-resize
 operation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/TableView.ResizeFeatures.html" title="class in javafx.scene.control">TableView.ResizeFeatures</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableView.html#columnResizePolicyProperty--">columnResizePolicyProperty</a></span>()</code>
<div class="block">This is the function called when the user completes a column-resize
 operation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;<a href="../../../../javafx/scene/control/TableColumnBase.html" title="type parameter in TableColumnBase">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableColumnBase.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableColumnBase.html#comparatorProperty--">comparatorProperty</a></span>()</code>
<div class="block">Comparator function used when sorting this table column.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/ContentDisplay.html" title="enum in javafx.scene.control">ContentDisplay</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Labeled.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Labeled.html#contentDisplayProperty--">contentDisplayProperty</a></span>()</code>
<div class="block">Specifies the positioning of the graphic relative to the text.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/ContentDisplay.html" title="enum in javafx.scene.control">ContentDisplay</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Tooltip.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Tooltip.html#contentDisplayProperty--">contentDisplayProperty</a></span>()</code>
<div class="block">Specifies the positioning of the graphic relative to the text.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DialogPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/DialogPane.html#contentProperty--">contentProperty</a></span>()</code>
<div class="block">Property representing the content area of the dialog.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TitledPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TitledPane.html#contentProperty--">contentProperty</a></span>()</code>
<div class="block">The content of the TitledPane.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">CustomMenuItem.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/CustomMenuItem.html#contentProperty--">contentProperty</a></span>()</code>
<div class="block">The node to display within this CustomMenuItem.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Tab.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Tab.html#contentProperty--">contentProperty</a></span>()</code>
<div class="block">The content associated with the tab.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ScrollPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ScrollPane.html#contentProperty--">contentProperty</a></span>()</code>
<div class="block">The node used as the content of this ScrollPane.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/ContextMenu.html" title="class in javafx.scene.control">ContextMenu</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Control.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Control.html#contextMenuProperty--">contextMenuProperty</a></span>()</code>
<div class="block">The ContextMenu to show for this control.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/ContextMenu.html" title="class in javafx.scene.control">ContextMenu</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableColumnBase.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableColumnBase.html#contextMenuProperty--">contextMenuProperty</a></span>()</code>
<div class="block">This menu will be shown whenever the user right clicks within the header
 area of this TableColumnBase.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/ContextMenu.html" title="class in javafx.scene.control">ContextMenu</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Tab.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Tab.html#contextMenuProperty--">contextMenuProperty</a></span>()</code>
<div class="block">The context menu associated with the tab.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/SpinnerValueFactory.html" title="type parameter in SpinnerValueFactory">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SpinnerValueFactory.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/SpinnerValueFactory.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">Converts the user-typed input (when the Spinner is
 <a href="../../../../javafx/scene/control/Spinner.html#editableProperty--"><code>editable</code></a>) to an object of type T,
 such that the input may be retrieved via the  <a href="../../../../javafx/scene/control/SpinnerValueFactory.html#valueProperty--"><code>value</code></a>
 property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/LocalDate.html?is-external=true" title="class or interface in java.time">LocalDate</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DatePicker.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/DatePicker.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">Converts the input text to an object of type LocalDate and vice
 versa.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/ComboBox.html" title="type parameter in ComboBox">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ComboBox.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">Converts the user-typed input (when the ComboBox is
 <a href="../../../../javafx/scene/control/ComboBoxBase.html#editableProperty--"><code>editable</code></a>) to an object of type T, such that
 the input may be retrieved via the  <a href="../../../../javafx/scene/control/ComboBoxBase.html#valueProperty--"><code>value</code></a> property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/ChoiceBox.html" title="type parameter in ChoiceBox">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ChoiceBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ChoiceBox.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">Allows a way to specify how to represent objects in the items list.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/DatePicker.html" title="class in javafx.scene.control">DatePicker</a>,<a href="../../../../javafx/scene/control/DateCell.html" title="class in javafx.scene.control">DateCell</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DatePicker.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/DatePicker.html#dayCellFactoryProperty--">dayCellFactoryProperty</a></span>()</code>
<div class="block">A custom cell factory can be provided to customize individual
 day cells in the DatePicker popup.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/DialogPane.html" title="class in javafx.scene.control">DialogPane</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Dialog.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Dialog.html#dialogPaneProperty--">dialogPaneProperty</a></span>()</code>
<div class="block">The root node of the dialog, the <a href="../../../../javafx/scene/control/DialogPane.html" title="class in javafx.scene.control"><code>DialogPane</code></a> contains all visual
 elements shown in the dialog.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableRow.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableRow.html#disclosureNodeProperty--">disclosureNodeProperty</a></span>()</code>
<div class="block">The disclosure node is commonly seen represented as a triangle that rotates
 on screen to indicate whether or not the TreeItem that it is placed
 beside is expanded or collapsed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeCell.html#disclosureNodeProperty--">disclosureNodeProperty</a></span>()</code>
<div class="block">The disclosure node is commonly seen represented as a triangle that rotates
 on screen to indicate whether or not the TreeItem that it is placed
 beside is expanded or collapsed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DialogPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/DialogPane.html#expandableContentProperty--">expandableContentProperty</a></span>()</code>
<div class="block">A property that represents the dialog expandable content area.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/TitledPane.html" title="class in javafx.scene.control">TitledPane</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Accordion.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Accordion.html#expandedPaneProperty--">expandedPaneProperty</a></span>()</code>
<div class="block">The expanded TitledPane in the Accordion.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html" title="class in javafx.scene.control">TreeTableView.TreeTableViewFocusModel</a>&lt;<a href="../../../../javafx/scene/control/TreeTableView.html" title="type parameter in TreeTableView">S</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableView.html#focusModelProperty--">focusModelProperty</a></span>()</code>
<div class="block">The FocusModel provides the API through which it is possible
 to control focus on zero or one rows of the TreeTableView.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/FocusModel.html" title="class in javafx.scene.control">FocusModel</a>&lt;<a href="../../../../javafx/scene/control/TreeItem.html" title="class in javafx.scene.control">TreeItem</a>&lt;<a href="../../../../javafx/scene/control/TreeView.html" title="type parameter in TreeView">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeView.html#focusModelProperty--">focusModelProperty</a></span>()</code>
<div class="block">The FocusModel provides the API through which it is possible
 to control focus on zero or one rows of the TreeView.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/TableView.TableViewFocusModel.html" title="class in javafx.scene.control">TableView.TableViewFocusModel</a>&lt;<a href="../../../../javafx/scene/control/TableView.html" title="type parameter in TableView">S</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableView.html#focusModelProperty--">focusModelProperty</a></span>()</code>
<div class="block">Represents the currently-installed <a href="../../../../javafx/scene/control/TableView.TableViewFocusModel.html" title="class in javafx.scene.control"><code>TableView.TableViewFocusModel</code></a> for this
 TableView.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/FocusModel.html" title="class in javafx.scene.control">FocusModel</a>&lt;<a href="../../../../javafx/scene/control/ListView.html" title="type parameter in ListView">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ListView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ListView.html#focusModelProperty--">focusModelProperty</a></span>()</code>
<div class="block">The FocusModel provides the API through which it is possible
 to both get and set the focus on a single item within a ListView.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/text/Font.html" title="class in javafx.scene.text">Font</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Labeled.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Labeled.html#fontProperty--">fontProperty</a></span>()</code>
<div class="block">The default font to use for text in the Labeled.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/text/Font.html" title="class in javafx.scene.text">Font</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TextInputControl.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TextInputControl.html#fontProperty--">fontProperty</a></span>()</code>
<div class="block">The default font to use for text in the TextInputControl.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/text/Font.html" title="class in javafx.scene.text">Font</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Tooltip.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Tooltip.html#fontProperty--">fontProperty</a></span>()</code>
<div class="block">The default font to use for text in the Tooltip.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Dialog.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Dialog.html#graphicProperty--">graphicProperty</a></span>()</code>
<div class="block">The dialog graphic, presented either in the header, if one is showing, or
 to the left of the <a href="../../../../javafx/scene/control/DialogPane.html#contentProperty--"><code>content</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DialogPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/DialogPane.html#graphicProperty--">graphicProperty</a></span>()</code>
<div class="block">The dialog graphic, presented either in the header, if one is showing, or
 to the left of the <a href="../../../../javafx/scene/control/DialogPane.html#contentProperty--"><code>content</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Labeled.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Labeled.html#graphicProperty--">graphicProperty</a></span>()</code>
<div class="block">An optional icon for the Labeled.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MenuItem.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/MenuItem.html#graphicProperty--">graphicProperty</a></span>()</code>
<div class="block">An optional graphic for the <code>MenuItem</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeItem.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeItem.html#graphicProperty--">graphicProperty</a></span>()</code>
<div class="block">The node that is generally shown to the left of the value property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableColumnBase.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableColumnBase.html#graphicProperty--">graphicProperty</a></span>()</code>
<div class="block">The graphic to show in the table column to allow the user to
 indicate graphically what is in the column.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Tooltip.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Tooltip.html#graphicProperty--">graphicProperty</a></span>()</code>
<div class="block">An optional icon for the Tooltip.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Tab.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Tab.html#graphicProperty--">graphicProperty</a></span>()</code>
<div class="block">The graphic in the tab.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/HPos.html" title="enum in javafx.geometry">HPos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Separator.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Separator.html#halignmentProperty--">halignmentProperty</a></span>()</code>
<div class="block">For vertical separators, specifies the horizontal position of the
 separator line within the separator control's space.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/ScrollPane.ScrollBarPolicy.html" title="enum in javafx.scene.control">ScrollPane.ScrollBarPolicy</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ScrollPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ScrollPane.html#hbarPolicyProperty--">hbarPolicyProperty</a></span>()</code>
<div class="block">Specifies the policy for showing the horizontal scroll bar.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DialogPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/DialogPane.html#headerProperty--">headerProperty</a></span>()</code>
<div class="block">Property representing the header area of the dialog pane.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/Cell.html" title="type parameter in Cell">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Cell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Cell.html#itemProperty--">itemProperty</a></span>()</code>
<div class="block">The data value associated with this Cell.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/collections/ObservableList.html" title="interface in javafx.collections">ObservableList</a>&lt;<a href="../../../../javafx/scene/control/SpinnerValueFactory.ListSpinnerValueFactory.html" title="type parameter in SpinnerValueFactory.ListSpinnerValueFactory">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SpinnerValueFactory.ListSpinnerValueFactory.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/SpinnerValueFactory.ListSpinnerValueFactory.html#itemsProperty--">itemsProperty</a></span>()</code>
<div class="block">The underlying data model for the ListView.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/collections/ObservableList.html" title="interface in javafx.collections">ObservableList</a>&lt;<a href="../../../../javafx/scene/control/ComboBox.html" title="type parameter in ComboBox">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ComboBox.html#itemsProperty--">itemsProperty</a></span>()</code>
<div class="block">The list of items to show within the ComboBox popup.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/collections/ObservableList.html" title="interface in javafx.collections">ObservableList</a>&lt;<a href="../../../../javafx/scene/control/TableView.html" title="type parameter in TableView">S</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableView.html#itemsProperty--">itemsProperty</a></span>()</code>
<div class="block">The underlying data model for the TableView.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/collections/ObservableList.html" title="interface in javafx.collections">ObservableList</a>&lt;<a href="../../../../javafx/scene/control/ListView.html" title="type parameter in ListView">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ListView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ListView.html#itemsProperty--">itemsProperty</a></span>()</code>
<div class="block">The underlying data model for the ListView.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/collections/ObservableList.html" title="interface in javafx.collections">ObservableList</a>&lt;<a href="../../../../javafx/scene/control/ChoiceBox.html" title="type parameter in ChoiceBox">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ChoiceBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ChoiceBox.html#itemsProperty--">itemsProperty</a></span>()</code>
<div class="block">The items to display in the choice box.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Slider.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Slider.html#labelFormatterProperty--">labelFormatterProperty</a></span>()</code>
<div class="block">A function for formatting the label for a major tick.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Label.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Label.html#labelForProperty--">labelForProperty</a></span>()</code>
<div class="block">A Label can act as a label for a different Control or
 Node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/ActionEvent.html" title="class in javafx.event">ActionEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ContextMenu.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ContextMenu.html#onActionProperty--">onActionProperty</a></span>()</code>
<div class="block">Callback function to be informed when an item contained within this
 <code>ContextMenu</code> has been activated.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/ActionEvent.html" title="class in javafx.event">ActionEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MenuItem.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/MenuItem.html#onActionProperty--">onActionProperty</a></span>()</code>
<div class="block">The action, which is invoked whenever the MenuItem is fired.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/ActionEvent.html" title="class in javafx.event">ActionEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ChoiceBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ChoiceBox.html#onActionProperty--">onActionProperty</a></span>()</code>
<div class="block">The ChoiceBox action, which is invoked whenever the ChoiceBox
 <a href="../../../../javafx/scene/control/ChoiceBox.html#valueProperty--"><code>value</code></a> property is changed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/ActionEvent.html" title="class in javafx.event">ActionEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBoxBase.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ComboBoxBase.html#onActionProperty--">onActionProperty</a></span>()</code>
<div class="block">The ComboBox action, which is invoked whenever the ComboBox
 <a href="../../../../javafx/scene/control/ComboBoxBase.html#valueProperty--"><code>value</code></a> property is changed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/ActionEvent.html" title="class in javafx.event">ActionEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ButtonBase.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ButtonBase.html#onActionProperty--">onActionProperty</a></span>()</code>
<div class="block">The button's action, which is invoked whenever the button is fired.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/ActionEvent.html" title="class in javafx.event">ActionEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TextField.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TextField.html#onActionProperty--">onActionProperty</a></span>()</code>
<div class="block">The action handler associated with this text field, or
 <tt>null</tt> if no action handler is assigned.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Tab.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Tab.html#onClosedProperty--">onClosedProperty</a></span>()</code>
<div class="block">The event handler that is associated with the tab when the tab is closed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/DialogEvent.html" title="class in javafx.scene.control">DialogEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Dialog.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Dialog.html#onCloseRequestProperty--">onCloseRequestProperty</a></span>()</code>
<div class="block">Called when there is an external request to close this <code>Dialog</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Tab.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Tab.html#onCloseRequestProperty--">onCloseRequestProperty</a></span>()</code>
<div class="block">Called when there is an external request to close this <code>Tab</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/TreeView.EditEvent.html" title="class in javafx.scene.control">TreeView.EditEvent</a>&lt;<a href="../../../../javafx/scene/control/TreeView.html" title="type parameter in TreeView">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeView.html#onEditCancelProperty--">onEditCancelProperty</a></span>()</code>
<div class="block">This event handler will be fired when the user cancels editing a cell.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/TreeTableColumn.CellEditEvent.html" title="class in javafx.scene.control">TreeTableColumn.CellEditEvent</a>&lt;<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="type parameter in TreeTableColumn">S</a>,<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="type parameter in TreeTableColumn">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableColumn.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableColumn.html#onEditCancelProperty--">onEditCancelProperty</a></span>()</code>
<div class="block">This event handler will be fired when the user cancels editing a cell.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/TableColumn.CellEditEvent.html" title="class in javafx.scene.control">TableColumn.CellEditEvent</a>&lt;<a href="../../../../javafx/scene/control/TableColumn.html" title="type parameter in TableColumn">S</a>,<a href="../../../../javafx/scene/control/TableColumn.html" title="type parameter in TableColumn">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableColumn.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableColumn.html#onEditCancelProperty--">onEditCancelProperty</a></span>()</code>
<div class="block">This event handler will be fired when the user cancels editing a cell.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/ListView.EditEvent.html" title="class in javafx.scene.control">ListView.EditEvent</a>&lt;<a href="../../../../javafx/scene/control/ListView.html" title="type parameter in ListView">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ListView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ListView.html#onEditCancelProperty--">onEditCancelProperty</a></span>()</code>
<div class="block">This event handler will be fired when the user cancels editing a cell.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/TreeView.EditEvent.html" title="class in javafx.scene.control">TreeView.EditEvent</a>&lt;<a href="../../../../javafx/scene/control/TreeView.html" title="type parameter in TreeView">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeView.html#onEditCommitProperty--">onEditCommitProperty</a></span>()</code>
<div class="block">This property is used when the user performs an action that should
 result in their editing input being persisted.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/TreeTableColumn.CellEditEvent.html" title="class in javafx.scene.control">TreeTableColumn.CellEditEvent</a>&lt;<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="type parameter in TreeTableColumn">S</a>,<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="type parameter in TreeTableColumn">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableColumn.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableColumn.html#onEditCommitProperty--">onEditCommitProperty</a></span>()</code>
<div class="block">This event handler will be fired when the user successfully commits their
 editing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/TableColumn.CellEditEvent.html" title="class in javafx.scene.control">TableColumn.CellEditEvent</a>&lt;<a href="../../../../javafx/scene/control/TableColumn.html" title="type parameter in TableColumn">S</a>,<a href="../../../../javafx/scene/control/TableColumn.html" title="type parameter in TableColumn">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableColumn.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableColumn.html#onEditCommitProperty--">onEditCommitProperty</a></span>()</code>
<div class="block">This event handler will be fired when the user successfully commits their
 editing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/ListView.EditEvent.html" title="class in javafx.scene.control">ListView.EditEvent</a>&lt;<a href="../../../../javafx/scene/control/ListView.html" title="type parameter in ListView">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ListView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ListView.html#onEditCommitProperty--">onEditCommitProperty</a></span>()</code>
<div class="block">This property is used when the user performs an action that should
 result in their editing input being persisted.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/TreeView.EditEvent.html" title="class in javafx.scene.control">TreeView.EditEvent</a>&lt;<a href="../../../../javafx/scene/control/TreeView.html" title="type parameter in TreeView">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeView.html#onEditStartProperty--">onEditStartProperty</a></span>()</code>
<div class="block">This event handler will be fired when the user successfully initiates
 editing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/TreeTableColumn.CellEditEvent.html" title="class in javafx.scene.control">TreeTableColumn.CellEditEvent</a>&lt;<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="type parameter in TreeTableColumn">S</a>,<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="type parameter in TreeTableColumn">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableColumn.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableColumn.html#onEditStartProperty--">onEditStartProperty</a></span>()</code>
<div class="block">This event handler will be fired when the user successfully initiates
 editing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/TableColumn.CellEditEvent.html" title="class in javafx.scene.control">TableColumn.CellEditEvent</a>&lt;<a href="../../../../javafx/scene/control/TableColumn.html" title="type parameter in TableColumn">S</a>,<a href="../../../../javafx/scene/control/TableColumn.html" title="type parameter in TableColumn">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableColumn.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableColumn.html#onEditStartProperty--">onEditStartProperty</a></span>()</code>
<div class="block">This event handler will be fired when the user successfully initiates
 editing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/ListView.EditEvent.html" title="class in javafx.scene.control">ListView.EditEvent</a>&lt;<a href="../../../../javafx/scene/control/ListView.html" title="type parameter in ListView">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ListView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ListView.html#onEditStartProperty--">onEditStartProperty</a></span>()</code>
<div class="block">This event handler will be fired when the user successfully initiates
 editing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/DialogEvent.html" title="class in javafx.scene.control">DialogEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Dialog.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Dialog.html#onHiddenProperty--">onHiddenProperty</a></span>()</code>
<div class="block">Called just after the Dialog has been hidden.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Menu.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Menu.html#onHiddenProperty--">onHiddenProperty</a></span>()</code>
<div class="block">Called just after the <a href="../../../../javafx/scene/control/ContextMenu.html" title="class in javafx.scene.control"><code>ContextMenu</code></a> has been hidden.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ChoiceBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ChoiceBox.html#onHiddenProperty--">onHiddenProperty</a></span>()</code>
<div class="block">Called just after the <a href="../../../../javafx/scene/control/ChoiceBox.html" title="class in javafx.scene.control"><code>ChoiceBox</code></a> popup has been hidden.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBoxBase.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ComboBoxBase.html#onHiddenProperty--">onHiddenProperty</a></span>()</code>
<div class="block">Called just after the <a href="../../../../javafx/scene/control/ComboBoxBase.html" title="class in javafx.scene.control"><code>ComboBoxBase</code></a> popup/display has been hidden.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/DialogEvent.html" title="class in javafx.scene.control">DialogEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Dialog.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Dialog.html#onHidingProperty--">onHidingProperty</a></span>()</code>
<div class="block">Called just prior to the Dialog being hidden.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Menu.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Menu.html#onHidingProperty--">onHidingProperty</a></span>()</code>
<div class="block">Called just prior to the <a href="../../../../javafx/scene/control/ContextMenu.html" title="class in javafx.scene.control"><code>ContextMenu</code></a> being hidden.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ChoiceBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ChoiceBox.html#onHidingProperty--">onHidingProperty</a></span>()</code>
<div class="block">Called just prior to the <a href="../../../../javafx/scene/control/ChoiceBox.html" title="class in javafx.scene.control"><code>ChoiceBox</code></a> popup being hidden.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBoxBase.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ComboBoxBase.html#onHidingProperty--">onHidingProperty</a></span>()</code>
<div class="block">Called just prior to the <a href="../../../../javafx/scene/control/ComboBox.html" title="class in javafx.scene.control"><code>ComboBox</code></a> popup/display being hidden.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MenuItem.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/MenuItem.html#onMenuValidationProperty--">onMenuValidationProperty</a></span>()</code>
<div class="block">The event handler that is associated with invocation of an accelerator for a MenuItem.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/ScrollToEvent.html" title="class in javafx.scene.control">ScrollToEvent</a>&lt;<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="class in javafx.scene.control">TreeTableColumn</a>&lt;<a href="../../../../javafx/scene/control/TreeTableView.html" title="type parameter in TreeTableView">S</a>,?&gt;&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableView.html#onScrollToColumnProperty--">onScrollToColumnProperty</a></span>()</code>
<div class="block">Called when there's a request to scroll a column into view using <a href="../../../../javafx/scene/control/TreeTableView.html#scrollToColumn-javafx.scene.control.TreeTableColumn-"><code>TreeTableView.scrollToColumn(TreeTableColumn)</code></a>
 or <a href="../../../../javafx/scene/control/TreeTableView.html#scrollToColumnIndex-int-"><code>TreeTableView.scrollToColumnIndex(int)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/ScrollToEvent.html" title="class in javafx.scene.control">ScrollToEvent</a>&lt;<a href="../../../../javafx/scene/control/TableColumn.html" title="class in javafx.scene.control">TableColumn</a>&lt;<a href="../../../../javafx/scene/control/TableView.html" title="type parameter in TableView">S</a>,?&gt;&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableView.html#onScrollToColumnProperty--">onScrollToColumnProperty</a></span>()</code>
<div class="block">Called when there's a request to scroll a column into view using <a href="../../../../javafx/scene/control/TableView.html#scrollToColumn-javafx.scene.control.TableColumn-"><code>TableView.scrollToColumn(TableColumn)</code></a>
 or <a href="../../../../javafx/scene/control/TableView.html#scrollToColumnIndex-int-"><code>TableView.scrollToColumnIndex(int)</code></a></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/ScrollToEvent.html" title="class in javafx.scene.control">ScrollToEvent</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableView.html#onScrollToProperty--">onScrollToProperty</a></span>()</code>
<div class="block">Called when there's a request to scroll an index into view using <a href="../../../../javafx/scene/control/TreeTableView.html#scrollTo-int-"><code>TreeTableView.scrollTo(int)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/ScrollToEvent.html" title="class in javafx.scene.control">ScrollToEvent</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeView.html#onScrollToProperty--">onScrollToProperty</a></span>()</code>
<div class="block">Called when there's a request to scroll an index into view using <a href="../../../../javafx/scene/control/TreeView.html#scrollTo-int-"><code>TreeView.scrollTo(int)</code></a></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/ScrollToEvent.html" title="class in javafx.scene.control">ScrollToEvent</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableView.html#onScrollToProperty--">onScrollToProperty</a></span>()</code>
<div class="block">Called when there's a request to scroll an index into view using <a href="../../../../javafx/scene/control/TableView.html#scrollTo-int-"><code>TableView.scrollTo(int)</code></a>
 or <a href="../../../../javafx/scene/control/TableView.html#scrollTo-S-"><code>TableView.scrollTo(Object)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/ScrollToEvent.html" title="class in javafx.scene.control">ScrollToEvent</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ListView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ListView.html#onScrollToProperty--">onScrollToProperty</a></span>()</code>
<div class="block">Called when there's a request to scroll an index into view using <a href="../../../../javafx/scene/control/ListView.html#scrollTo-int-"><code>ListView.scrollTo(int)</code></a>
 or <a href="../../../../javafx/scene/control/ListView.html#scrollTo-T-"><code>ListView.scrollTo(Object)</code></a></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Tab.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Tab.html#onSelectionChangedProperty--">onSelectionChangedProperty</a></span>()</code>
<div class="block">The event handler that is associated with a selection on the tab.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/DialogEvent.html" title="class in javafx.scene.control">DialogEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Dialog.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Dialog.html#onShowingProperty--">onShowingProperty</a></span>()</code>
<div class="block">Called just prior to the Dialog being shown.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Menu.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Menu.html#onShowingProperty--">onShowingProperty</a></span>()</code>
<div class="block">Called just prior to the <code>ContextMenu</code> being shown, even if the menu has
 no items to show.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ChoiceBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ChoiceBox.html#onShowingProperty--">onShowingProperty</a></span>()</code>
<div class="block">Called just prior to the <code>ChoiceBox</code> popup being shown.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBoxBase.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ComboBoxBase.html#onShowingProperty--">onShowingProperty</a></span>()</code>
<div class="block">Called just prior to the <code>ComboBoxBase</code> popup/display being shown.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/DialogEvent.html" title="class in javafx.scene.control">DialogEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Dialog.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Dialog.html#onShownProperty--">onShownProperty</a></span>()</code>
<div class="block">Called just after the Dialog is shown.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Menu.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Menu.html#onShownProperty--">onShownProperty</a></span>()</code>
<div class="block">Called just after the <a href="../../../../javafx/scene/control/ContextMenu.html" title="class in javafx.scene.control"><code>ContextMenu</code></a> is shown.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ChoiceBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ChoiceBox.html#onShownProperty--">onShownProperty</a></span>()</code>
<div class="block">Called just after the <a href="../../../../javafx/scene/control/ChoiceBox.html" title="class in javafx.scene.control"><code>ChoiceBox</code></a> popup is shown.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBoxBase.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ComboBoxBase.html#onShownProperty--">onShownProperty</a></span>()</code>
<div class="block">Called just after the <a href="../../../../javafx/scene/control/ComboBoxBase.html" title="class in javafx.scene.control"><code>ComboBoxBase</code></a> popup/display is shown.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/SortEvent.html" title="class in javafx.scene.control">SortEvent</a>&lt;<a href="../../../../javafx/scene/control/TreeTableView.html" title="class in javafx.scene.control">TreeTableView</a>&lt;<a href="../../../../javafx/scene/control/TreeTableView.html" title="type parameter in TreeTableView">S</a>&gt;&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableView.html#onSortProperty--">onSortProperty</a></span>()</code>
<div class="block">Called when there's a request to sort the control.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/control/SortEvent.html" title="class in javafx.scene.control">SortEvent</a>&lt;<a href="../../../../javafx/scene/control/TableView.html" title="class in javafx.scene.control">TableView</a>&lt;<a href="../../../../javafx/scene/control/TableView.html" title="type parameter in TableView">S</a>&gt;&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableView.html#onSortProperty--">onSortProperty</a></span>()</code>
<div class="block">Called when there's a request to sort the control.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Orientation.html" title="enum in javafx.geometry">Orientation</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SplitPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/SplitPane.html#orientationProperty--">orientationProperty</a></span>()</code>
<div class="block">The orientation for the SplitPane.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Orientation.html" title="enum in javafx.geometry">Orientation</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Slider.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Slider.html#orientationProperty--">orientationProperty</a></span>()</code>
<div class="block">The orientation of the <code>Slider</code> can either be horizontal
 or vertical.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Orientation.html" title="enum in javafx.geometry">Orientation</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Separator.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Separator.html#orientationProperty--">orientationProperty</a></span>()</code>
<div class="block">The orientation of the <code>Separator</code> can either be horizontal
 or vertical.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Orientation.html" title="enum in javafx.geometry">Orientation</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ListView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ListView.html#orientationProperty--">orientationProperty</a></span>()</code>
<div class="block">The orientation of the <code>ListView</code> - this can either be horizontal
 or vertical.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Orientation.html" title="enum in javafx.geometry">Orientation</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ToolBar.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ToolBar.html#orientationProperty--">orientationProperty</a></span>()</code>
<div class="block">The orientation of the <code>ToolBar</code> - this can either be horizontal
 or vertical.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Orientation.html" title="enum in javafx.geometry">Orientation</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ScrollBar.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ScrollBar.html#orientationProperty--">orientationProperty</a></span>()</code>
<div class="block">The orientation of the <code>ScrollBar</code> can either be <a href="../../../../javafx/geometry/Orientation.html#HORIZONTAL"><code>HORIZONTAL</code></a>
 or <a href="../../../../javafx/geometry/Orientation.html#VERTICAL"><code>VERTICAL</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Pagination.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Pagination.html#pageFactoryProperty--">pageFactoryProperty</a></span>()</code>
<div class="block">The pageFactory callback function that is called when a page has been
 selected by the application or the user.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableView.html#placeholderProperty--">placeholderProperty</a></span>()</code>
<div class="block">This Node is shown to the user when the table has no content to show.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ComboBox.html#placeholderProperty--">placeholderProperty</a></span>()</code>
<div class="block">This Node is shown to the user when the ComboBox has no content to show.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableView.html#placeholderProperty--">placeholderProperty</a></span>()</code>
<div class="block">This Node is shown to the user when the table has no content to show.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ListView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ListView.html#placeholderProperty--">placeholderProperty</a></span>()</code>
<div class="block">This Node is shown to the user when the listview has no content to show.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Side.html" title="enum in javafx.geometry">Side</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MenuButton.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/MenuButton.html#popupSideProperty--">popupSideProperty</a></span>()</code>
<div class="block">Indicates on which side the <a href="../../../../javafx/scene/control/ContextMenu.html" title="class in javafx.scene.control"><code>ContextMenu</code></a> should open in
 relation to the MenuButton.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/ButtonType.html" title="class in javafx.scene.control">ButtonType</a>,<a href="../../../../javafx/scene/control/Dialog.html" title="type parameter in Dialog">R</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Dialog.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Dialog.html#resultConverterProperty--">resultConverterProperty</a></span>()</code>
<div class="block">API to convert the <a href="../../../../javafx/scene/control/ButtonType.html" title="class in javafx.scene.control"><code>ButtonType</code></a> that the user clicked on into a
 result that can be returned via the <a href="../../../../javafx/scene/control/Dialog.html#resultProperty--"><code>result</code></a>
 property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/Dialog.html" title="type parameter in Dialog">R</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Dialog.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Dialog.html#resultProperty--">resultProperty</a></span>()</code>
<div class="block">A property representing what has been returned from the dialog.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/TreeItem.html" title="class in javafx.scene.control">TreeItem</a>&lt;<a href="../../../../javafx/scene/control/TreeTableView.html" title="type parameter in TreeTableView">S</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableView.html#rootProperty--">rootProperty</a></span>()</code>
<div class="block">Property representing the root node of the TreeTableView.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/TreeItem.html" title="class in javafx.scene.control">TreeItem</a>&lt;<a href="../../../../javafx/scene/control/TreeView.html" title="type parameter in TreeView">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeView.html#rootProperty--">rootProperty</a></span>()</code>
<div class="block">Property representing the root node of the TreeView.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/TreeTableView.html" title="class in javafx.scene.control">TreeTableView</a>&lt;<a href="../../../../javafx/scene/control/TreeTableView.html" title="type parameter in TreeTableView">S</a>&gt;,<a href="../../../../javafx/scene/control/TreeTableRow.html" title="class in javafx.scene.control">TreeTableRow</a>&lt;<a href="../../../../javafx/scene/control/TreeTableView.html" title="type parameter in TreeTableView">S</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableView.html#rowFactoryProperty--">rowFactoryProperty</a></span>()</code>
<div class="block">A function which produces a TreeTableRow.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/TableView.html" title="class in javafx.scene.control">TableView</a>&lt;<a href="../../../../javafx/scene/control/TableView.html" title="type parameter in TableView">S</a>&gt;,<a href="../../../../javafx/scene/control/TableRow.html" title="class in javafx.scene.control">TableRow</a>&lt;<a href="../../../../javafx/scene/control/TableView.html" title="type parameter in TableView">S</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableView.html#rowFactoryProperty--">rowFactoryProperty</a></span>()</code>
<div class="block">A function which produces a TableRow.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html" title="class in javafx.scene.control">TreeTableView.TreeTableViewSelectionModel</a>&lt;<a href="../../../../javafx/scene/control/TreeTableView.html" title="type parameter in TreeTableView">S</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableView.html#selectionModelProperty--">selectionModelProperty</a></span>()</code>
<div class="block">The SelectionModel provides the API through which it is possible
 to select single or multiple items within a TreeTableView, as  well as inspect
 which rows have been selected by the user.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/MultipleSelectionModel.html" title="class in javafx.scene.control">MultipleSelectionModel</a>&lt;<a href="../../../../javafx/scene/control/TreeItem.html" title="class in javafx.scene.control">TreeItem</a>&lt;<a href="../../../../javafx/scene/control/TreeView.html" title="type parameter in TreeView">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeView.html#selectionModelProperty--">selectionModelProperty</a></span>()</code>
<div class="block">The SelectionModel provides the API through which it is possible
 to select single or multiple items within a TreeView, as  well as inspect
 which rows have been selected by the user.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/SingleSelectionModel.html" title="class in javafx.scene.control">SingleSelectionModel</a>&lt;<a href="../../../../javafx/scene/control/ComboBox.html" title="type parameter in ComboBox">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ComboBox.html#selectionModelProperty--">selectionModelProperty</a></span>()</code>
<div class="block">The selection model for the ComboBox.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/SingleSelectionModel.html" title="class in javafx.scene.control">SingleSelectionModel</a>&lt;<a href="../../../../javafx/scene/control/Tab.html" title="class in javafx.scene.control">Tab</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TabPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TabPane.html#selectionModelProperty--">selectionModelProperty</a></span>()</code>
<div class="block">The selection model used for selecting tabs.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/TableView.TableViewSelectionModel.html" title="class in javafx.scene.control">TableView.TableViewSelectionModel</a>&lt;<a href="../../../../javafx/scene/control/TableView.html" title="type parameter in TableView">S</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableView.html#selectionModelProperty--">selectionModelProperty</a></span>()</code>
<div class="block">The SelectionModel provides the API through which it is possible
 to select single or multiple items within a TableView, as  well as inspect
 which items have been selected by the user.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/MultipleSelectionModel.html" title="class in javafx.scene.control">MultipleSelectionModel</a>&lt;<a href="../../../../javafx/scene/control/ListView.html" title="type parameter in ListView">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ListView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ListView.html#selectionModelProperty--">selectionModelProperty</a></span>()</code>
<div class="block">The SelectionModel provides the API through which it is possible
 to select single or multiple items within a ListView, as  well as inspect
 which items have been selected by the user.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/SingleSelectionModel.html" title="class in javafx.scene.control">SingleSelectionModel</a>&lt;<a href="../../../../javafx/scene/control/ChoiceBox.html" title="type parameter in ChoiceBox">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ChoiceBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ChoiceBox.html#selectionModelProperty--">selectionModelProperty</a></span>()</code>
<div class="block">The selection model for the ChoiceBox.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/SelectionMode.html" title="enum in javafx.scene.control">SelectionMode</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MultipleSelectionModel.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/MultipleSelectionModel.html#selectionModeProperty--">selectionModeProperty</a></span>()</code>
<div class="block">Specifies the selection mode to use in this selection model.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Side.html" title="enum in javafx.geometry">Side</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TabPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TabPane.html#sideProperty--">sideProperty</a></span>()</code>
<div class="block">The position of the tabs in the TabPane.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/Skin.html" title="interface in javafx.scene.control">Skin</a>&lt;?&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Skinnable.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Skinnable.html#skinProperty--">skinProperty</a></span>()</code>
<div class="block">Skin is responsible for rendering this <code>Control</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/Skin.html" title="interface in javafx.scene.control">Skin</a>&lt;?&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Control.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Control.html#skinProperty--">skinProperty</a></span>()</code>
<div class="block">Skin is responsible for rendering this <code>Control</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/Skin.html" title="interface in javafx.scene.control">Skin</a>&lt;?&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PopupControl.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/PopupControl.html#skinProperty--">skinProperty</a></span>()</code>
<div class="block">Skin is responsible for rendering this <code>PopupControl</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/TreeSortMode.html" title="enum in javafx.scene.control">TreeSortMode</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableView.html#sortModeProperty--">sortModeProperty</a></span>()</code>
<div class="block">Specifies the sort mode to use when sorting the contents of this TreeTableView,
 should any columns be specified in the <a href="../../../../javafx/scene/control/TreeTableView.html#getSortOrder--"><code>sort order</code></a>
 list.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableColumnBase.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableColumnBase.html#sortNodeProperty--">sortNodeProperty</a></span>()</code>
<div class="block">The node to use as the "sort arrow", shown to the user in situations where
 the table column is part of the sort order.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/TreeTableView.html" title="class in javafx.scene.control">TreeTableView</a>&lt;<a href="../../../../javafx/scene/control/TreeTableView.html" title="type parameter in TreeTableView">S</a>&gt;,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableView.html#sortPolicyProperty--">sortPolicyProperty</a></span>()</code>
<div class="block">The sort policy specifies how sorting in this TreeTableView should be performed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/TableView.html" title="class in javafx.scene.control">TableView</a>&lt;<a href="../../../../javafx/scene/control/TableView.html" title="type parameter in TableView">S</a>&gt;,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableView.html#sortPolicyProperty--">sortPolicyProperty</a></span>()</code>
<div class="block">The sort policy specifies how sorting in this TableView should be performed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/TreeTableColumn.SortType.html" title="enum in javafx.scene.control">TreeTableColumn.SortType</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableColumn.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableColumn.html#sortTypeProperty--">sortTypeProperty</a></span>()</code>
<div class="block">Used to state whether this column, if it is part of a sort order (see
 <a href="../../../../javafx/scene/control/TreeTableView.html#getSortOrder--"><code>TreeTableView.getSortOrder()</code></a> for more details), should be sorted
 in ascending or descending order.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/TableColumn.SortType.html" title="enum in javafx.scene.control">TableColumn.SortType</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TableColumn.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TableColumn.html#sortTypeProperty--">sortTypeProperty</a></span>()</code>
<div class="block">Used to state whether this column, if it is part of a sort order (see
 <a href="../../../../javafx/scene/control/TableView.html#getSortOrder--"><code>TableView.getSortOrder()</code></a> for more details), should be sorted in
 ascending or descending order.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/TabPane.TabClosingPolicy.html" title="enum in javafx.scene.control">TabPane.TabClosingPolicy</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TabPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TabPane.html#tabClosingPolicyProperty--">tabClosingPolicyProperty</a></span>()</code>
<div class="block">The closing policy for the tabs.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/text/TextAlignment.html" title="enum in javafx.scene.text">TextAlignment</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Labeled.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Labeled.html#textAlignmentProperty--">textAlignmentProperty</a></span>()</code>
<div class="block">Specifies the behavior for lines of text <em>when text is multiline</em>
 Unlike <a href="../../../../javafx/scene/control/Labeled.html#contentDisplayProperty--"><code>Labeled.contentDisplayProperty()</code></a> which affects the graphic and text, this setting
 only affects multiple lines of text relative to the text bounds.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/text/TextAlignment.html" title="enum in javafx.scene.text">TextAlignment</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Tooltip.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Tooltip.html#textAlignmentProperty--">textAlignmentProperty</a></span>()</code>
<div class="block">Specifies the behavior for lines of text <em>when text is multiline</em>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Paint.html" title="class in javafx.scene.paint">Paint</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Labeled.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Labeled.html#textFillProperty--">textFillProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/scene/paint/Paint.html" title="class in javafx.scene.paint"><code>Paint</code></a> used to fill the text.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/TextFormatter.html" title="class in javafx.scene.control">TextFormatter</a>&lt;?&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TextInputControl.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TextInputControl.html#textFormatterProperty--">textFormatterProperty</a></span>()</code>
<div class="block">The property contains currently attached <a href="../../../../javafx/scene/control/TextFormatter.html" title="class in javafx.scene.control"><code>TextFormatter</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/OverrunStyle.html" title="enum in javafx.scene.control">OverrunStyle</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Labeled.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Labeled.html#textOverrunProperty--">textOverrunProperty</a></span>()</code>
<div class="block">Specifies the behavior to use if the text of the <code>Labeled</code>
 exceeds the available space for rendering the text.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/OverrunStyle.html" title="enum in javafx.scene.control">OverrunStyle</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Tooltip.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Tooltip.html#textOverrunProperty--">textOverrunProperty</a></span>()</code>
<div class="block">Specifies the behavior to use if the text of the <code>Tooltip</code>
 exceeds the available space for rendering the text.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/ToggleGroup.html" title="class in javafx.scene.control">ToggleGroup</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ToggleButton.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ToggleButton.html#toggleGroupProperty--">toggleGroupProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/scene/control/ToggleGroup.html" title="class in javafx.scene.control"><code>ToggleGroup</code></a> to which this <code>ToggleButton</code> belongs.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/ToggleGroup.html" title="class in javafx.scene.control">ToggleGroup</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Toggle.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Toggle.html#toggleGroupProperty--">toggleGroupProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/scene/control/ToggleGroup.html" title="class in javafx.scene.control"><code>ToggleGroup</code></a> to which this <code>Toggle</code> belongs.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/ToggleGroup.html" title="class in javafx.scene.control">ToggleGroup</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">RadioMenuItem.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/RadioMenuItem.html#toggleGroupProperty--">toggleGroupProperty</a></span>()</code>
<div class="block">Represents the <a href="../../../../javafx/scene/control/ToggleGroup.html" title="class in javafx.scene.control"><code>ToggleGroup</code></a> that this RadioMenuItem belongs to.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/Tooltip.html" title="class in javafx.scene.control">Tooltip</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Control.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Control.html#tooltipProperty--">tooltipProperty</a></span>()</code>
<div class="block">The ToolTip for this control.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/Tooltip.html" title="class in javafx.scene.control">Tooltip</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Tab.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Tab.html#tooltipProperty--">tooltipProperty</a></span>()</code>
<div class="block">The tooltip associated with this tab.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/TreeTableColumn.html" title="class in javafx.scene.control">TreeTableColumn</a>&lt;<a href="../../../../javafx/scene/control/TreeTableView.html" title="type parameter in TreeTableView">S</a>,?&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeTableView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeTableView.html#treeColumnProperty--">treeColumnProperty</a></span>()</code>
<div class="block">Property that represents which column should have the disclosure node
 shown in it (that is, the column with the arrow).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/VPos.html" title="enum in javafx.geometry">VPos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Separator.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Separator.html#valignmentProperty--">valignmentProperty</a></span>()</code>
<div class="block">For horizontal separators, specifies the vertical alignment of the
 separator line within the separator control's space.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/SpinnerValueFactory.html" title="class in javafx.scene.control">SpinnerValueFactory</a>&lt;<a href="../../../../javafx/scene/control/Spinner.html" title="type parameter in Spinner">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Spinner.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/Spinner.html#valueFactoryProperty--">valueFactoryProperty</a></span>()</code>
<div class="block">The value factory is the model behind the JavaFX Spinner control - without
 a value factory installed a Spinner is unusable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/SpinnerValueFactory.html" title="type parameter in SpinnerValueFactory">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SpinnerValueFactory.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/SpinnerValueFactory.html#valueProperty--">valueProperty</a></span>()</code>
<div class="block">Represents the current value of the SpinnerValueFactory, or null if no
 value has been set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/TextFormatter.html" title="type parameter in TextFormatter">V</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TextFormatter.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TextFormatter.html#valueProperty--">valueProperty</a></span>()</code>
<div class="block">The current value for this formatter.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/TreeItem.html" title="type parameter in TreeItem">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TreeItem.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/TreeItem.html#valueProperty--">valueProperty</a></span>()</code>
<div class="block">A property representing the application-specific data contained within
 this TreeItem.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/ChoiceBox.html" title="type parameter in ChoiceBox">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ChoiceBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ChoiceBox.html#valueProperty--">valueProperty</a></span>()</code>
<div class="block">The value of this ChoiceBox is defined as the selected item in the ChoiceBox
 selection model.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/ComboBoxBase.html" title="type parameter in ComboBoxBase">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBoxBase.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ComboBoxBase.html#valueProperty--">valueProperty</a></span>()</code>
<div class="block">The value of this ComboBox is defined as the selected item if the input
 is not editable, or if it is editable, the most recent user action:
 either the value input by the user, or the last selected item.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/control/ScrollPane.ScrollBarPolicy.html" title="enum in javafx.scene.control">ScrollPane.ScrollBarPolicy</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ScrollPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ScrollPane.html#vbarPolicyProperty--">vbarPolicyProperty</a></span>()</code>
<div class="block">Specifies the policy for showing the vertical scroll bar.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Bounds.html" title="class in javafx.geometry">Bounds</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ScrollPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/ScrollPane.html#viewportBoundsProperty--">viewportBoundsProperty</a></span>()</code>
<div class="block">The actual Bounds of the ScrollPane Viewport.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.scene.control.cell">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/scene/control/cell/package-summary.html">javafx.scene.control.cell</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/scene/control/cell/package-summary.html">javafx.scene.control.cell</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/cell/ComboBoxTreeTableCell.html" title="type parameter in ComboBoxTreeTableCell">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBoxTreeTableCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/ComboBoxTreeTableCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/cell/ChoiceBoxTreeCell.html" title="type parameter in ChoiceBoxTreeCell">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ChoiceBoxTreeCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/ChoiceBoxTreeCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/cell/CheckBoxTreeTableCell.html" title="type parameter in CheckBoxTreeTableCell">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">CheckBoxTreeTableCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/CheckBoxTreeTableCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/cell/ChoiceBoxTableCell.html" title="type parameter in ChoiceBoxTableCell">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ChoiceBoxTableCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/ChoiceBoxTableCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/cell/TextFieldTreeTableCell.html" title="type parameter in TextFieldTreeTableCell">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TextFieldTreeTableCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/TextFieldTreeTableCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/cell/ComboBoxTableCell.html" title="type parameter in ComboBoxTableCell">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBoxTableCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/ComboBoxTableCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/cell/TextFieldListCell.html" title="type parameter in TextFieldListCell">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TextFieldListCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/TextFieldListCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/TreeItem.html" title="class in javafx.scene.control">TreeItem</a>&lt;<a href="../../../../javafx/scene/control/cell/CheckBoxTreeCell.html" title="type parameter in CheckBoxTreeCell">T</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">CheckBoxTreeCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/CheckBoxTreeCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/cell/CheckBoxTableCell.html" title="type parameter in CheckBoxTableCell">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">CheckBoxTableCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/CheckBoxTableCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/cell/ComboBoxListCell.html" title="type parameter in ComboBoxListCell">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBoxListCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/ComboBoxListCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/cell/TextFieldTreeCell.html" title="type parameter in TextFieldTreeCell">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TextFieldTreeCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/TextFieldTreeCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/cell/ChoiceBoxListCell.html" title="type parameter in ChoiceBoxListCell">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ChoiceBoxListCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/ChoiceBoxListCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/cell/ChoiceBoxTreeTableCell.html" title="type parameter in ChoiceBoxTreeTableCell">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ChoiceBoxTreeTableCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/cell/TextFieldTableCell.html" title="type parameter in TextFieldTableCell">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TextFieldTableCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/TextFieldTableCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/cell/ComboBoxTreeCell.html" title="type parameter in ComboBoxTreeCell">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ComboBoxTreeCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/ComboBoxTreeCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util">StringConverter</a>&lt;<a href="../../../../javafx/scene/control/cell/CheckBoxListCell.html" title="type parameter in CheckBoxListCell">T</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">CheckBoxListCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/CheckBoxListCell.html#converterProperty--">converterProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/util/StringConverter.html" title="class in javafx.util"><code>StringConverter</code></a> property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="../../../../javafx/beans/value/ObservableValue.html" title="interface in javafx.beans.value">ObservableValue</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">CheckBoxTreeTableCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/CheckBoxTreeTableCell.html#selectedStateCallbackProperty--">selectedStateCallbackProperty</a></span>()</code>
<div class="block">Property representing the <a href="../../../../javafx/util/Callback.html" title="interface in javafx.util"><code>Callback</code></a> that is bound to by the
 CheckBox shown on screen.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/TreeItem.html" title="class in javafx.scene.control">TreeItem</a>&lt;<a href="../../../../javafx/scene/control/cell/CheckBoxTreeCell.html" title="type parameter in CheckBoxTreeCell">T</a>&gt;,<a href="../../../../javafx/beans/value/ObservableValue.html" title="interface in javafx.beans.value">ObservableValue</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">CheckBoxTreeCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/CheckBoxTreeCell.html#selectedStateCallbackProperty--">selectedStateCallbackProperty</a></span>()</code>
<div class="block">Property representing the <a href="../../../../javafx/util/Callback.html" title="interface in javafx.util"><code>Callback</code></a> that is bound to by the
 CheckBox shown on screen.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="../../../../javafx/beans/value/ObservableValue.html" title="interface in javafx.beans.value">ObservableValue</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">CheckBoxTableCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/CheckBoxTableCell.html#selectedStateCallbackProperty--">selectedStateCallbackProperty</a></span>()</code>
<div class="block">Property representing the <a href="../../../../javafx/util/Callback.html" title="interface in javafx.util"><code>Callback</code></a> that is bound to by the
 CheckBox shown on screen.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/control/cell/CheckBoxListCell.html" title="type parameter in CheckBoxListCell">T</a>,<a href="../../../../javafx/beans/value/ObservableValue.html" title="interface in javafx.beans.value">ObservableValue</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">CheckBoxListCell.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/control/cell/CheckBoxListCell.html#selectedStateCallbackProperty--">selectedStateCallbackProperty</a></span>()</code>
<div class="block">Property representing the <a href="../../../../javafx/util/Callback.html" title="interface in javafx.util"><code>Callback</code></a> that is bound to by the
 CheckBox shown on screen.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.scene.effect">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/scene/effect/package-summary.html">javafx.scene.effect</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/scene/effect/package-summary.html">javafx.scene.effect</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/BlurType.html" title="enum in javafx.scene.effect">BlurType</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DropShadow.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/DropShadow.html#blurTypeProperty--">blurTypeProperty</a></span>()</code>
<div class="block">The algorithm used to blur the shadow.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/BlurType.html" title="enum in javafx.scene.effect">BlurType</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Shadow.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/Shadow.html#blurTypeProperty--">blurTypeProperty</a></span>()</code>
<div class="block">The algorithm used to blur the shadow.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/BlurType.html" title="enum in javafx.scene.effect">BlurType</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">InnerShadow.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/InnerShadow.html#blurTypeProperty--">blurTypeProperty</a></span>()</code>
<div class="block">The algorithm used to blur the shadow.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Blend.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/Blend.html#bottomInputProperty--">bottomInputProperty</a></span>()</code>
<div class="block">The bottom input for this <code>Blend</code> operation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Lighting.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/Lighting.html#bumpInputProperty--">bumpInputProperty</a></span>()</code>
<div class="block">The optional bump map input.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Color.html" title="class in javafx.scene.paint">Color</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DropShadow.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/DropShadow.html#colorProperty--">colorProperty</a></span>()</code>
<div class="block">The shadow <code>Color</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Color.html" title="class in javafx.scene.paint">Color</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Shadow.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/Shadow.html#colorProperty--">colorProperty</a></span>()</code>
<div class="block">The shadow <code>Color</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Color.html" title="class in javafx.scene.paint">Color</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">InnerShadow.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/InnerShadow.html#colorProperty--">colorProperty</a></span>()</code>
<div class="block">The shadow <code>Color</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Color.html" title="class in javafx.scene.paint">Color</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Light.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/Light.html#colorProperty--">colorProperty</a></span>()</code>
<div class="block">The color of the light source.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Lighting.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/Lighting.html#contentInputProperty--">contentInputProperty</a></span>()</code>
<div class="block">The content input for this <code>Effect</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DropShadow.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/DropShadow.html#inputProperty--">inputProperty</a></span>()</code>
<div class="block">The input for this <code>Effect</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MotionBlur.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/MotionBlur.html#inputProperty--">inputProperty</a></span>()</code>
<div class="block">The input for this <code>Effect</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Glow.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/Glow.html#inputProperty--">inputProperty</a></span>()</code>
<div class="block">The input for this <code>Effect</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ColorAdjust.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/ColorAdjust.html#inputProperty--">inputProperty</a></span>()</code>
<div class="block">The input for this <code>Effect</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Shadow.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/Shadow.html#inputProperty--">inputProperty</a></span>()</code>
<div class="block">The input for this <code>Effect</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Reflection.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/Reflection.html#inputProperty--">inputProperty</a></span>()</code>
<div class="block">The input for this <code>Effect</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">InnerShadow.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/InnerShadow.html#inputProperty--">inputProperty</a></span>()</code>
<div class="block">The input for this <code>Effect</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SepiaTone.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/SepiaTone.html#inputProperty--">inputProperty</a></span>()</code>
<div class="block">The input for this <code>Effect</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GaussianBlur.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/GaussianBlur.html#inputProperty--">inputProperty</a></span>()</code>
<div class="block">The input for this <code>Effect</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">BoxBlur.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/BoxBlur.html#inputProperty--">inputProperty</a></span>()</code>
<div class="block">The input for this <code>Effect</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DisplacementMap.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/DisplacementMap.html#inputProperty--">inputProperty</a></span>()</code>
<div class="block">The input for this <code>Effect</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PerspectiveTransform.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/PerspectiveTransform.html#inputProperty--">inputProperty</a></span>()</code>
<div class="block">The input for this <code>Effect</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Bloom.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/Bloom.html#inputProperty--">inputProperty</a></span>()</code>
<div class="block">The input for this <code>Effect</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Light.html" title="class in javafx.scene.effect">Light</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Lighting.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/Lighting.html#lightProperty--">lightProperty</a></span>()</code>
<div class="block">The light source for this <code>Lighting</code> effect.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/FloatMap.html" title="class in javafx.scene.effect">FloatMap</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DisplacementMap.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/DisplacementMap.html#mapDataProperty--">mapDataProperty</a></span>()</code>
<div class="block">The map data for this <code>Effect</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/BlendMode.html" title="enum in javafx.scene.effect">BlendMode</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Blend.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/Blend.html#modeProperty--">modeProperty</a></span>()</code>
<div class="block">The <code>BlendMode</code> used to blend the two inputs together.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Paint.html" title="class in javafx.scene.paint">Paint</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ColorInput.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/ColorInput.html#paintProperty--">paintProperty</a></span>()</code>
<div class="block">The <code>Paint</code> used to flood the region.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/image/Image.html" title="class in javafx.scene.image">Image</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ImageInput.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/ImageInput.html#sourceProperty--">sourceProperty</a></span>()</code>
<div class="block">The source <code>Image</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/effect/Effect.html" title="class in javafx.scene.effect">Effect</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Blend.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/effect/Blend.html#topInputProperty--">topInputProperty</a></span>()</code>
<div class="block">The top input for this <code>Blend</code> operation.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.scene.image">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/scene/image/package-summary.html">javafx.scene.image</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/scene/image/package-summary.html">javafx.scene.image</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/image/Image.html" title="class in javafx.scene.image">Image</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ImageView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/image/ImageView.html#imageProperty--">imageProperty</a></span>()</code>
<div class="block">The <a href="../../../../javafx/scene/image/Image.html" title="class in javafx.scene.image"><code>Image</code></a> to be painted by this <code>ImageView</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Rectangle2D.html" title="class in javafx.geometry">Rectangle2D</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ImageView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/image/ImageView.html#viewportProperty--">viewportProperty</a></span>()</code>
<div class="block">The rectangular viewport into the image.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.scene.layout">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/scene/layout/package-summary.html">javafx.scene.layout</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/scene/layout/package-summary.html">javafx.scene.layout</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Pos.html" title="enum in javafx.geometry">Pos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">VBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/VBox.html#alignmentProperty--">alignmentProperty</a></span>()</code>
<div class="block">The overall alignment of children within the vbox's width and height.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Pos.html" title="enum in javafx.geometry">Pos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TilePane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/TilePane.html#alignmentProperty--">alignmentProperty</a></span>()</code>
<div class="block">The overall alignment of the tilepane's content within its width and height.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Pos.html" title="enum in javafx.geometry">Pos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GridPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/GridPane.html#alignmentProperty--">alignmentProperty</a></span>()</code>
<div class="block">The alignment of of the grid within the gridpane's width and height.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Pos.html" title="enum in javafx.geometry">Pos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">HBox.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/HBox.html#alignmentProperty--">alignmentProperty</a></span>()</code>
<div class="block">The overall alignment of children within the hbox's width and height.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Pos.html" title="enum in javafx.geometry">Pos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">FlowPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/FlowPane.html#alignmentProperty--">alignmentProperty</a></span>()</code>
<div class="block">The overall alignment of the flowpane's content within its width and height.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Pos.html" title="enum in javafx.geometry">Pos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">StackPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/StackPane.html#alignmentProperty--">alignmentProperty</a></span>()</code>
<div class="block">The default alignment of children within the stackpane's width and height.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/layout/Background.html" title="class in javafx.scene.layout">Background</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Region.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/Region.html#backgroundProperty--">backgroundProperty</a></span>()</code>
<div class="block">The background of the Region, which is made up of zero or more BackgroundFills, and
 zero or more BackgroundImages.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/layout/Border.html" title="class in javafx.scene.layout">Border</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Region.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/Region.html#borderProperty--">borderProperty</a></span>()</code>
<div class="block">The border of the Region, which is made up of zero or more BorderStrokes, and
 zero or more BorderImages.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">BorderPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/BorderPane.html#bottomProperty--">bottomProperty</a></span>()</code>
<div class="block">The node placed on the bottom edge of this border pane.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">BorderPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/BorderPane.html#centerProperty--">centerProperty</a></span>()</code>
<div class="block">The node placed in the center of this border pane.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/HPos.html" title="enum in javafx.geometry">HPos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">FlowPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/FlowPane.html#columnHalignmentProperty--">columnHalignmentProperty</a></span>()</code>
<div class="block">The horizontal alignment of nodes within each column of a vertical flowpane.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/HPos.html" title="enum in javafx.geometry">HPos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ColumnConstraints.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/ColumnConstraints.html#halignmentProperty--">halignmentProperty</a></span>()</code>
<div class="block">The horizontal alignment for the column.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/layout/Priority.html" title="enum in javafx.scene.layout">Priority</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ColumnConstraints.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/ColumnConstraints.html#hgrowProperty--">hgrowProperty</a></span>()</code>
<div class="block">The horizontal grow priority for the column.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">BorderPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/BorderPane.html#leftProperty--">leftProperty</a></span>()</code>
<div class="block">The node placed on the left edge of this border pane.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Insets.html" title="class in javafx.geometry">Insets</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Region.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/Region.html#opaqueInsetsProperty--">opaqueInsetsProperty</a></span>()</code>
<div class="block">Defines the area of the region within which completely opaque pixels
 are drawn.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Orientation.html" title="enum in javafx.geometry">Orientation</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TilePane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/TilePane.html#orientationProperty--">orientationProperty</a></span>()</code>
<div class="block">The orientation of this tilepane.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Orientation.html" title="enum in javafx.geometry">Orientation</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">FlowPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/FlowPane.html#orientationProperty--">orientationProperty</a></span>()</code>
<div class="block">The orientation of this flowpane.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Insets.html" title="class in javafx.geometry">Insets</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Region.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/Region.html#paddingProperty--">paddingProperty</a></span>()</code>
<div class="block">The top, right, bottom, and left padding around the region's content.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">BorderPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/BorderPane.html#rightProperty--">rightProperty</a></span>()</code>
<div class="block">The node placed on the right edge of this border pane.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/VPos.html" title="enum in javafx.geometry">VPos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">FlowPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/FlowPane.html#rowValignmentProperty--">rowValignmentProperty</a></span>()</code>
<div class="block">The vertical alignment of nodes within each row of a horizontal flowpane.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/shape/Shape.html" title="class in javafx.scene.shape">Shape</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Region.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/Region.html#shapeProperty--">shapeProperty</a></span>()</code>
<div class="block">When specified, the <code>shape</code> will cause the region to be
 rendered as the specified shape rather than as a rounded rectangle.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Pos.html" title="enum in javafx.geometry">Pos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TilePane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/TilePane.html#tileAlignmentProperty--">tileAlignmentProperty</a></span>()</code>
<div class="block">The default alignment of each child within its tile.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/Node.html" title="class in javafx.scene">Node</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">BorderPane.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/BorderPane.html#topProperty--">topProperty</a></span>()</code>
<div class="block">The node placed on the top edge of this border pane.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/VPos.html" title="enum in javafx.geometry">VPos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">RowConstraints.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/RowConstraints.html#valignmentProperty--">valignmentProperty</a></span>()</code>
<div class="block">The vertical alignment for the row.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/layout/Priority.html" title="enum in javafx.scene.layout">Priority</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">RowConstraints.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/layout/RowConstraints.html#vgrowProperty--">vgrowProperty</a></span>()</code>
<div class="block">The vertical grow priority for the row.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.scene.media">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/scene/media/package-summary.html">javafx.scene.media</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/scene/media/package-summary.html">javafx.scene.media</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/media/AudioSpectrumListener.html" title="interface in javafx.scene.media">AudioSpectrumListener</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaPlayer.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaPlayer.html#audioSpectrumListenerProperty--">audioSpectrumListenerProperty</a></span>()</code>
<div class="block">A listener for audio spectrum updates.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/media/MediaPlayer.html" title="class in javafx.scene.media">MediaPlayer</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaView.html#mediaPlayerProperty--">mediaPlayerProperty</a></span>()</code>
<div class="block">The <code>mediaPlayer</code> whose output will be handled by this view.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaPlayer.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaPlayer.html#onEndOfMediaProperty--">onEndOfMediaProperty</a></span>()</code>
<div class="block">Event handler invoked when the player <code>currentTime</code> reaches
 <code>stopTime</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Media.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/Media.html#onErrorProperty--">onErrorProperty</a></span>()</code>
<div class="block">Event handler called when an error occurs.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaPlayer.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaPlayer.html#onErrorProperty--">onErrorProperty</a></span>()</code>
<div class="block">Event handler invoked when an error occurs.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/media/MediaErrorEvent.html" title="class in javafx.scene.media">MediaErrorEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaView.html#onErrorProperty--">onErrorProperty</a></span>()</code>
<div class="block">Event handler to be invoked whenever an error occurs on this
 <code>MediaView</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaPlayer.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaPlayer.html#onHaltedProperty--">onHaltedProperty</a></span>()</code>
<div class="block">Event handler invoked when the status changes to <code>HALTED</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/media/MediaMarkerEvent.html" title="class in javafx.scene.media">MediaMarkerEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaPlayer.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaPlayer.html#onMarkerProperty--">onMarkerProperty</a></span>()</code>
<div class="block">Event handler invoked when the player <code>currentTime</code> reaches a
 media marker.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaPlayer.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaPlayer.html#onPausedProperty--">onPausedProperty</a></span>()</code>
<div class="block">Event handler invoked when the status changes to <code>PAUSED</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaPlayer.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaPlayer.html#onPlayingProperty--">onPlayingProperty</a></span>()</code>
<div class="block">Event handler invoked when the status changes to
 <code>PLAYING</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaPlayer.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaPlayer.html#onReadyProperty--">onReadyProperty</a></span>()</code>
<div class="block">Event handler invoked when the status changes to
 <code>READY</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaPlayer.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaPlayer.html#onRepeatProperty--">onRepeatProperty</a></span>()</code>
<div class="block">Event handler invoked when the player <code>currentTime</code> reaches
 <code>stopTime</code> and <i>will be</i> repeating.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaPlayer.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaPlayer.html#onStalledProperty--">onStalledProperty</a></span>()</code>
<div class="block">Event handler invoked when the status changes to
 <code>STALLED</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaPlayer.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaPlayer.html#onStoppedProperty--">onStoppedProperty</a></span>()</code>
<div class="block">Event handler invoked when the status changes to
 <code>STOPPED</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Duration.html" title="class in javafx.util">Duration</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaPlayer.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaPlayer.html#startTimeProperty--">startTimeProperty</a></span>()</code>
<div class="block">The time offset where media should start playing, or restart from when
 repeating.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Duration.html" title="class in javafx.util">Duration</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaPlayer.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaPlayer.html#stopTimeProperty--">stopTimeProperty</a></span>()</code>
<div class="block">The time offset where media should stop playing or restart when repeating.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Rectangle2D.html" title="class in javafx.geometry">Rectangle2D</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MediaView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/media/MediaView.html#viewportProperty--">viewportProperty</a></span>()</code>
<div class="block">Specifies a rectangular viewport into the media frame.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.scene.paint">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/scene/paint/package-summary.html">javafx.scene.paint</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/scene/paint/package-summary.html">javafx.scene.paint</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/image/Image.html" title="class in javafx.scene.image">Image</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PhongMaterial.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/paint/PhongMaterial.html#bumpMapProperty--">bumpMapProperty</a></span>()</code>
<div class="block">The bump map of this <code>PhongMaterial</code>, which is a normal map stored
 as a RGB <a href="../../../../javafx/scene/image/Image.html" title="class in javafx.scene.image"><code>Image</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Color.html" title="class in javafx.scene.paint">Color</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PhongMaterial.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/paint/PhongMaterial.html#diffuseColorProperty--">diffuseColorProperty</a></span>()</code>
<div class="block">The diffuse color of this <code>PhongMaterial</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/image/Image.html" title="class in javafx.scene.image">Image</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PhongMaterial.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/paint/PhongMaterial.html#diffuseMapProperty--">diffuseMapProperty</a></span>()</code>
<div class="block">The diffuse map of this <code>PhongMaterial</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/image/Image.html" title="class in javafx.scene.image">Image</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PhongMaterial.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/paint/PhongMaterial.html#selfIlluminationMapProperty--">selfIlluminationMapProperty</a></span>()</code>
<div class="block">The self illumination map of this <code>PhongMaterial</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Color.html" title="class in javafx.scene.paint">Color</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PhongMaterial.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/paint/PhongMaterial.html#specularColorProperty--">specularColorProperty</a></span>()</code>
<div class="block">The specular color of this <code>PhongMaterial</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/image/Image.html" title="class in javafx.scene.image">Image</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PhongMaterial.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/paint/PhongMaterial.html#specularMapProperty--">specularMapProperty</a></span>()</code>
<div class="block">The specular map of this <code>PhongMaterial</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.scene.shape">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/scene/shape/package-summary.html">javafx.scene.shape</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/scene/shape/package-summary.html">javafx.scene.shape</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/shape/CullFace.html" title="enum in javafx.scene.shape">CullFace</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Shape3D.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/shape/Shape3D.html#cullFaceProperty--">cullFaceProperty</a></span>()</code>
<div class="block">Defines the cullFace this <code>Shape3D</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/shape/DrawMode.html" title="enum in javafx.scene.shape">DrawMode</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Shape3D.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/shape/Shape3D.html#drawModeProperty--">drawModeProperty</a></span>()</code>
<div class="block">Defines the draw mode used to render this <code>Shape3D</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Paint.html" title="class in javafx.scene.paint">Paint</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Shape.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/shape/Shape.html#fillProperty--">fillProperty</a></span>()</code>
<div class="block">Defines parameters to fill the interior of an <code>Shape</code>
 using the settings of the <code>Paint</code> context.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/shape/FillRule.html" title="enum in javafx.scene.shape">FillRule</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SVGPath.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/shape/SVGPath.html#fillRuleProperty--">fillRuleProperty</a></span>()</code>
<div class="block">Defines the filling rule constant for determining the interior of the path.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/shape/FillRule.html" title="enum in javafx.scene.shape">FillRule</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Path.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/shape/Path.html#fillRuleProperty--">fillRuleProperty</a></span>()</code>
<div class="block">Defines the filling rule constant for determining the interior of the path.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Material.html" title="class in javafx.scene.paint">Material</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Shape3D.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/shape/Shape3D.html#materialProperty--">materialProperty</a></span>()</code>
<div class="block">Defines the material this <code>Shape3D</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/shape/Mesh.html" title="class in javafx.scene.shape">Mesh</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MeshView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/shape/MeshView.html#meshProperty--">meshProperty</a></span>()</code>
<div class="block">Specifies the 3D mesh data of this <code>MeshView</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/shape/StrokeLineCap.html" title="enum in javafx.scene.shape">StrokeLineCap</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Shape.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/shape/Shape.html#strokeLineCapProperty--">strokeLineCapProperty</a></span>()</code>
<div class="block">The end cap style of this <code>Shape</code> as one of the following
 values that define possible end cap styles:
 <code>StrokeLineCap.BUTT</code>, <code>StrokeLineCap.ROUND</code>,
 and  <code>StrokeLineCap.SQUARE</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/shape/StrokeLineJoin.html" title="enum in javafx.scene.shape">StrokeLineJoin</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Shape.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/shape/Shape.html#strokeLineJoinProperty--">strokeLineJoinProperty</a></span>()</code>
<div class="block">Defines the decoration applied where path segments meet.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Paint.html" title="class in javafx.scene.paint">Paint</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Shape.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/shape/Shape.html#strokeProperty--">strokeProperty</a></span>()</code>
<div class="block">Defines parameters of a stroke that is drawn around the outline of
 a <code>Shape</code> using the settings of the specified <code>Paint</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/shape/StrokeType.html" title="enum in javafx.scene.shape">StrokeType</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Shape.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/shape/Shape.html#strokeTypeProperty--">strokeTypeProperty</a></span>()</code>
<div class="block">Defines the direction (inside, centered, or outside) that the strokeWidth
 is applied to the boundary of the shape.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/shape/ArcType.html" title="enum in javafx.scene.shape">ArcType</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Arc.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/shape/Arc.html#typeProperty--">typeProperty</a></span>()</code>
<div class="block">Defines the closure type for the arc:
 <a href="../../../../javafx/scene/shape/ArcType.html#OPEN"><code>ArcType.OPEN</code></a>, <a href="../../../../javafx/scene/shape/ArcType.html#CHORD"><code>ArcType.CHORD</code></a>,or <a href="../../../../javafx/scene/shape/ArcType.html#ROUND"><code>ArcType.ROUND</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/shape/VertexFormat.html" title="class in javafx.scene.shape">VertexFormat</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TriangleMesh.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/shape/TriangleMesh.html#vertexFormatProperty--">vertexFormatProperty</a></span>()</code>
<div class="block">Specifies the vertex format of this <code>TriangleMesh</code>, one of
 <code>VertexFormat.POINT_TEXCOORD</code> or <code>VertexFormat.POINT_NORMAL_TEXCOORD</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.scene.text">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/scene/text/package-summary.html">javafx.scene.text</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/scene/text/package-summary.html">javafx.scene.text</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/text/TextBoundsType.html" title="enum in javafx.scene.text">TextBoundsType</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Text.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/text/Text.html#boundsTypeProperty--">boundsTypeProperty</a></span>()</code>
<div class="block">Determines how the bounds of the text node are calculated.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/text/Font.html" title="class in javafx.scene.text">Font</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Text.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/text/Text.html#fontProperty--">fontProperty</a></span>()</code>
<div class="block">Defines the font of text.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/text/FontSmoothingType.html" title="enum in javafx.scene.text">FontSmoothingType</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Text.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/text/Text.html#fontSmoothingTypeProperty--">fontSmoothingTypeProperty</a></span>()</code>
<div class="block">Specifies a requested font smoothing type : gray or LCD.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/paint/Paint.html" title="class in javafx.scene.paint">Paint</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Text.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/text/Text.html#impl_selectionFillProperty--">impl_selectionFillProperty</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">This is an internal API that is not intended
 for use and will be removed in the next version</span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/text/TextAlignment.html" title="enum in javafx.scene.text">TextAlignment</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TextFlow.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/text/TextFlow.html#textAlignmentProperty--">textAlignmentProperty</a></span>()</code>
<div class="block">Defines horizontal text alignment.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/text/TextAlignment.html" title="enum in javafx.scene.text">TextAlignment</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Text.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/text/Text.html#textAlignmentProperty--">textAlignmentProperty</a></span>()</code>
<div class="block">Defines horizontal text alignment in the bounding box.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/VPos.html" title="enum in javafx.geometry">VPos</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Text.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/text/Text.html#textOriginProperty--">textOriginProperty</a></span>()</code>
<div class="block">Defines the origin of text coordinate system in local coordinates.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.scene.transform">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/scene/transform/package-summary.html">javafx.scene.transform</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/scene/transform/package-summary.html">javafx.scene.transform</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/geometry/Point3D.html" title="class in javafx.geometry">Point3D</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Rotate.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/transform/Rotate.html#axisProperty--">axisProperty</a></span>()</code>
<div class="block">Defines the axis of rotation at the pivot point.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;? super <a href="../../../../javafx/scene/transform/TransformChangedEvent.html" title="class in javafx.scene.transform">TransformChangedEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Transform.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/transform/Transform.html#onTransformChangedProperty--">onTransformChangedProperty</a></span>()</code>
<div class="block">The onTransformChanged event handler is called whenever the transform
 changes any of its parameters.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.scene.web">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/scene/web/package-summary.html">javafx.scene.web</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/scene/web/package-summary.html">javafx.scene.web</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">WebEngine.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/web/WebEngine.html#confirmHandlerProperty--">confirmHandlerProperty</a></span>()</code>
<div class="block">JavaScript <code>confirm</code> handler property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/web/PopupFeatures.html" title="class in javafx.scene.web">PopupFeatures</a>,<a href="../../../../javafx/scene/web/WebEngine.html" title="class in javafx.scene.web">WebEngine</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">WebEngine.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/web/WebEngine.html#createPopupHandlerProperty--">createPopupHandlerProperty</a></span>()</code>
<div class="block">JavaScript popup handler property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/text/FontSmoothingType.html" title="enum in javafx.scene.text">FontSmoothingType</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">WebView.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/web/WebView.html#fontSmoothingTypeProperty--">fontSmoothingTypeProperty</a></span>()</code>
<div class="block">Specifies a requested font smoothing type : gray or LCD.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/web/WebEvent.html" title="class in javafx.scene.web">WebEvent</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">WebEngine.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/web/WebEngine.html#onAlertProperty--">onAlertProperty</a></span>()</code>
<div class="block">JavaScript <code>alert</code> handler property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/web/WebErrorEvent.html" title="class in javafx.scene.web">WebErrorEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">WebEngine.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/web/WebEngine.html#onErrorProperty--">onErrorProperty</a></span>()</code>
<div class="block">The event handler called when an error occurs.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/web/WebEvent.html" title="class in javafx.scene.web">WebEvent</a>&lt;<a href="../../../../javafx/geometry/Rectangle2D.html" title="class in javafx.geometry">Rectangle2D</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">WebEngine.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/web/WebEngine.html#onResizedProperty--">onResizedProperty</a></span>()</code>
<div class="block">JavaScript window resize handler property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/web/WebEvent.html" title="class in javafx.scene.web">WebEvent</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">WebEngine.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/web/WebEngine.html#onStatusChangedProperty--">onStatusChangedProperty</a></span>()</code>
<div class="block">JavaScript status handler property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/scene/web/WebEvent.html" title="class in javafx.scene.web">WebEvent</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">WebEngine.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/web/WebEngine.html#onVisibilityChangedProperty--">onVisibilityChangedProperty</a></span>()</code>
<div class="block">JavaScript window visibility handler property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/util/Callback.html" title="interface in javafx.util">Callback</a>&lt;<a href="../../../../javafx/scene/web/PromptData.html" title="class in javafx.scene.web">PromptData</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">WebEngine.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/web/WebEngine.html#promptHandlerProperty--">promptHandlerProperty</a></span>()</code>
<div class="block">JavaScript <code>prompt</code> handler property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">WebEngine.</span><code><span class="memberNameLink"><a href="../../../../javafx/scene/web/WebEngine.html#userDataDirectoryProperty--">userDataDirectoryProperty</a></span>()</code>
<div class="block">Specifies the directory to be used by this <code>WebEngine</code>
 to store local user data.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javafx.stage">
<!--   -->
</a>
<h3>Uses of <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a> in <a href="../../../../javafx/stage/package-summary.html">javafx.stage</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javafx/stage/package-summary.html">javafx.stage</a> that return <a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/stage/PopupWindow.AnchorLocation.html" title="enum in javafx.stage">PopupWindow.AnchorLocation</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PopupWindow.</span><code><span class="memberNameLink"><a href="../../../../javafx/stage/PopupWindow.html#anchorLocationProperty--">anchorLocationProperty</a></span>()</code>
<div class="block">Specifies the popup anchor point which is used in popup positioning.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventDispatcher.html" title="interface in javafx.event">EventDispatcher</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Window.</span><code><span class="memberNameLink"><a href="../../../../javafx/stage/Window.html#eventDispatcherProperty--">eventDispatcherProperty</a></span>()</code>
<div class="block">Specifies the event dispatcher for this node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Stage.</span><code><span class="memberNameLink"><a href="../../../../javafx/stage/Stage.html#fullScreenExitHintProperty--">fullScreenExitHintProperty</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/scene/input/KeyCombination.html" title="class in javafx.scene.input">KeyCombination</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Stage.</span><code><span class="memberNameLink"><a href="../../../../javafx/stage/Stage.html#fullScreenExitKeyProperty--">fullScreenExitKeyProperty</a></span>()</code>
<div class="block">Get the property for the Full Screen exit key combination.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">FileChooser.</span><code><span class="memberNameLink"><a href="../../../../javafx/stage/FileChooser.html#initialDirectoryProperty--">initialDirectoryProperty</a></span>()</code>
<div class="block">The initial directory for the displayed file dialog.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DirectoryChooser.</span><code><span class="memberNameLink"><a href="../../../../javafx/stage/DirectoryChooser.html#initialDirectoryProperty--">initialDirectoryProperty</a></span>()</code>
<div class="block">The initial directory for the displayed dialog.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">FileChooser.</span><code><span class="memberNameLink"><a href="../../../../javafx/stage/FileChooser.html#initialFileNameProperty--">initialFileNameProperty</a></span>()</code>
<div class="block">The initial file name for the displayed dialog.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/event/Event.html" title="class in javafx.event">Event</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PopupWindow.</span><code><span class="memberNameLink"><a href="../../../../javafx/stage/PopupWindow.html#onAutoHideProperty--">onAutoHideProperty</a></span>()</code>
<div class="block">Called after autoHide is run.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/stage/WindowEvent.html" title="class in javafx.stage">WindowEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Window.</span><code><span class="memberNameLink"><a href="../../../../javafx/stage/Window.html#onCloseRequestProperty--">onCloseRequestProperty</a></span>()</code>
<div class="block">Called when there is an external request to close this <code>Window</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/stage/WindowEvent.html" title="class in javafx.stage">WindowEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Window.</span><code><span class="memberNameLink"><a href="../../../../javafx/stage/Window.html#onHiddenProperty--">onHiddenProperty</a></span>()</code>
<div class="block">Called just after the Window has been hidden.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/stage/WindowEvent.html" title="class in javafx.stage">WindowEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Window.</span><code><span class="memberNameLink"><a href="../../../../javafx/stage/Window.html#onHidingProperty--">onHidingProperty</a></span>()</code>
<div class="block">Called just prior to the Window being hidden.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/stage/WindowEvent.html" title="class in javafx.stage">WindowEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Window.</span><code><span class="memberNameLink"><a href="../../../../javafx/stage/Window.html#onShowingProperty--">onShowingProperty</a></span>()</code>
<div class="block">Called just prior to the Window being shown.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/event/EventHandler.html" title="interface in javafx.event">EventHandler</a>&lt;<a href="../../../../javafx/stage/WindowEvent.html" title="class in javafx.stage">WindowEvent</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Window.</span><code><span class="memberNameLink"><a href="../../../../javafx/stage/Window.html#onShownProperty--">onShownProperty</a></span>()</code>
<div class="block">Called just after the Window is shown.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../../javafx/stage/FileChooser.ExtensionFilter.html" title="class in javafx.stage">FileChooser.ExtensionFilter</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">FileChooser.</span><code><span class="memberNameLink"><a href="../../../../javafx/stage/FileChooser.html#selectedExtensionFilterProperty--">selectedExtensionFilterProperty</a></span>()</code>
<div class="block">This property is used to pre-select the extension filter for the next
 displayed dialog and to read the user-selected extension filter from the
 dismissed dialog.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">JavaFX&nbsp;8</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?javafx/beans/property/class-use/ObjectProperty.html" target="_top">Frames</a></li>
<li><a href="ObjectProperty.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size="-1"><a href="http://bugreport.java.com/bugreport/" target="_blank">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="https://docs.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="https://docs.oracle.com/javase/8/docs/legal/cpyr.html" target="_blank">Copyright</a> &copy; 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to <a href="http://download.oracle.com/otndocs/jcp/java_se-8-mrel-spec/license.html" target="_blank">license terms</a>. Also see the <a target="_blank" href="http://www.oracle.com/technetwork/java/redist-137594.html" target="_blank">documentation redistribution policy</a>.</font></small></p>
</body>
</html>