Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-backports > by-pkgid > afb4c294e8f553dc8d6909c852dc1564 > files > 727

java-1.8.0-openjfx-1.8.0.76-1.b04.1.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_77) on Wed Apr 06 14:52:06 UTC 2016 -->
<title>AccessibleAttribute (JavaFX 8)</title>
<meta name="date" content="2016-04-06">
<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="AccessibleAttribute (JavaFX 8)";
        }
    }
    catch(err) {
    }
//-->
var methods = {"i0":10,"i1":9,"i2":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/AccessibleAttribute.html">Use</a></li>
<li><a href="package-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><a href="../../javafx/scene/AccessibleAction.html" title="enum in javafx.scene"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../javafx/scene/AccessibleRole.html" title="enum in javafx.scene"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?javafx/scene/AccessibleAttribute.html" target="_top">Frames</a></li>
<li><a href="AccessibleAttribute.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">javafx.scene</div>
<h2 title="Enum AccessibleAttribute" class="title">Enum AccessibleAttribute</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a>&lt;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a>&gt;</li>
<li>
<ul class="inheritance">
<li>javafx.scene.AccessibleAttribute</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a>&gt;</dd>
</dl>
<hr>
<br>
<pre>public enum <span class="typeNameLabel">AccessibleAttribute</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a>&gt;</pre>
<div class="block">This enum describes the attributes that an assistive technology
 such as a screen reader can request from the scene graph.

 The <a href="../../javafx/scene/AccessibleRole.html" title="enum in javafx.scene"><code>AccessibleRole</code></a> dictates the set of attributes that
 the screen reader will request for a particular control.  For
 example, a slider is expected to return a double that represents
 the current value.
 <p>
 Attributes may have any number of parameters, depending on the particular attribute.</p>
 <p>
 When the value of an attribute is changed by a node, it must notify the assistive technology
 using <a href="../../javafx/scene/Node.html#notifyAccessibleAttributeChanged-javafx.scene.AccessibleAttribute-"><code>Node.notifyAccessibleAttributeChanged(AccessibleAttribute)</code></a>.  This will allow
 the screen reader to inform the user that a value has changed.  The most common form of
 notification is focus change.
 </p></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>JavaFX 8u40</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../javafx/scene/Node.html#queryAccessibleAttribute-javafx.scene.AccessibleAttribute-java.lang.Object...-"><code>Node.queryAccessibleAttribute(AccessibleAttribute, Object...)</code></a>, 
<a href="../../javafx/scene/Node.html#notifyAccessibleAttributeChanged-javafx.scene.AccessibleAttribute-"><code>Node.notifyAccessibleAttributeChanged(AccessibleAttribute)</code></a>, 
<a href="../../javafx/scene/AccessibleRole.html" title="enum in javafx.scene"><code>AccessibleRole</code></a>, 
<a href="../../javafx/scene/AccessibleAttribute.html#ROLE"><code>ROLE</code></a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum.constant.summary">
<!--   -->
</a>
<h3>Enum Constant Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Enum Constant and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#ACCELERATOR">ACCELERATOR</a></span></code>
<div class="block">Returns the accelerator for the node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#BOUNDS">BOUNDS</a></span></code>
<div class="block">Returns the bounds for the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#BOUNDS_FOR_RANGE">BOUNDS_FOR_RANGE</a></span></code>
<div class="block">Returns the array of bounding rectangles for the given character range.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#CARET_OFFSET">CARET_OFFSET</a></span></code>
<div class="block">Returns the caret offset for the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#CELL_AT_ROW_COLUMN">CELL_AT_ROW_COLUMN</a></span></code>
<div class="block">Returns the cell at the given row and column indices.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#CHILDREN">CHILDREN</a></span></code>
<div class="block">Returns the children for the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#COLUMN_AT_INDEX">COLUMN_AT_INDEX</a></span></code>
<div class="block">Returns the column at the given index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#COLUMN_COUNT">COLUMN_COUNT</a></span></code>
<div class="block">Returns the column count for the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#COLUMN_INDEX">COLUMN_INDEX</a></span></code>
<div class="block">Returns the column index for the node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#CONTENTS">CONTENTS</a></span></code>
<div class="block">Returns the contents of the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#DATE">DATE</a></span></code>
<div class="block">Returns the local date for the node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#DISABLED">DISABLED</a></span></code>
<div class="block">Returns true if the node is disabled, otherwise false.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#DISCLOSURE_LEVEL">DISCLOSURE_LEVEL</a></span></code>
<div class="block">Returns the depth of a row in the disclosure hierarchy.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#EDITABLE">EDITABLE</a></span></code>
<div class="block">Returns true if the node is editable, otherwise false.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#EXPANDED">EXPANDED</a></span></code>
<div class="block">Returns true if the node is expanded, otherwise false.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#FOCUS_ITEM">FOCUS_ITEM</a></span></code>
<div class="block">Returns the focus item.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#FOCUS_NODE">FOCUS_NODE</a></span></code>
<div class="block">Returns the focus node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#FOCUSED">FOCUSED</a></span></code>
<div class="block">Returns true if the node is focused, otherwise false.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#FONT">FONT</a></span></code>
<div class="block">Returns the font for the node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#HEADER">HEADER</a></span></code>
<div class="block">Returns the header for the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#HELP">HELP</a></span></code>
<div class="block">Returns the help text for the node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#HORIZONTAL_SCROLLBAR">HORIZONTAL_SCROLLBAR</a></span></code>
<div class="block">Returns the horizontal scroll bar for the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#INDETERMINATE">INDETERMINATE</a></span></code>
<div class="block">Returns true of the node is indeterminaite, otherwise false.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#INDEX">INDEX</a></span></code>
<div class="block">Returns the index for the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#ITEM_AT_INDEX">ITEM_AT_INDEX</a></span></code>
<div class="block">Returns the item at the given index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#ITEM_COUNT">ITEM_COUNT</a></span></code>
<div class="block">Returns the item count for the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#LABELED_BY">LABELED_BY</a></span></code>
<div class="block">Returns the node that is the label for this node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#LEAF">LEAF</a></span></code>
<div class="block">Returns true if the node is a leaf element, otherwise false.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#LINE_END">LINE_END</a></span></code>
<div class="block">Returns the line end offset of the given line index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#LINE_FOR_OFFSET">LINE_FOR_OFFSET</a></span></code>
<div class="block">Returns the line index of the given character offset.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#LINE_START">LINE_START</a></span></code>
<div class="block">Returns the line start offset of the given line index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#MAX_VALUE">MAX_VALUE</a></span></code>
<div class="block">Returns the maximum value for the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#MIN_VALUE">MIN_VALUE</a></span></code>
<div class="block">Returns the minimum value for the node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#MNEMONIC">MNEMONIC</a></span></code>
<div class="block">Returns the mnemonic for the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#MULTIPLE_SELECTION">MULTIPLE_SELECTION</a></span></code>
<div class="block">Returns true if the node allows for multiple selection, otherwise false.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#NODE_AT_POINT">NODE_AT_POINT</a></span></code>
<div class="block">Returns the node at the given location.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#OFFSET_AT_POINT">OFFSET_AT_POINT</a></span></code>
<div class="block">Returns the character offset at the given location.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#ORIENTATION">ORIENTATION</a></span></code>
<div class="block">Returns the orientation of the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#OVERFLOW_BUTTON">OVERFLOW_BUTTON</a></span></code>
<div class="block">Return the overflow button for the node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#PARENT">PARENT</a></span></code>
<div class="block">Returns the parent for the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#PARENT_MENU">PARENT_MENU</a></span></code>
<div class="block">Returns the parent menu for the node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#ROLE">ROLE</a></span></code>
<div class="block">Returns the role for the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#ROLE_DESCRIPTION">ROLE_DESCRIPTION</a></span></code>
<div class="block">Returns the role description for the node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#ROW_AT_INDEX">ROW_AT_INDEX</a></span></code>
<div class="block">Returns the row at the given index.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#ROW_COUNT">ROW_COUNT</a></span></code>
<div class="block">Returns the row count for the node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#ROW_INDEX">ROW_INDEX</a></span></code>
<div class="block">Returns the row index of the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#SCENE">SCENE</a></span></code>
<div class="block">Returns the scene for the node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#SELECTED">SELECTED</a></span></code>
<div class="block">Returns true if the node is selected, otherwise false.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#SELECTED_ITEMS">SELECTED_ITEMS</a></span></code>
<div class="block">Returns the list of selected items for the node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#SELECTION_END">SELECTION_END</a></span></code>
<div class="block">Returns the text selection end offset for the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#SELECTION_START">SELECTION_START</a></span></code>
<div class="block">Returns the text selection start offset for the node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#SUBMENU">SUBMENU</a></span></code>
<div class="block">Returns the sub menu for the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#TEXT">TEXT</a></span></code>
<div class="block">Returns the text for the node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#TREE_ITEM_AT_INDEX">TREE_ITEM_AT_INDEX</a></span></code>
<div class="block">Returns a tree item at the given index, relative to its TREE_ITEM_PARENT.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#TREE_ITEM_COUNT">TREE_ITEM_COUNT</a></span></code>
<div class="block">Returns the tree item count for the node, relative to its TREE_ITEM_PARENT.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#TREE_ITEM_PARENT">TREE_ITEM_PARENT</a></span></code>
<div class="block">Returns the parent item for the item, or null if the item is the root.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#VALUE">VALUE</a></span></code>
<div class="block">Returns the value for the node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#VERTICAL_SCROLLBAR">VERTICAL_SCROLLBAR</a></span></code>
<div class="block">Returns the vertical scroll bar for the node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#VISIBLE">VISIBLE</a></span></code>
<div class="block">Returns true if node is visible, otherwise false.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#VISITED">VISITED</a></span></code>
<div class="block">Returns true if the node has been visited, otherwise false.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#getReturnType--">getReturnType</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static <a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#valueOf-java.lang.String-">valueOf</a></span>(<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>&nbsp;name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static <a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../javafx/scene/AccessibleAttribute.html#values--">values</a></span>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-" title="class or interface in java.lang">compareTo</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--" title="class or interface in java.lang">getDeclaringClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#name--" title="class or interface in java.lang">name</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#ordinal--" title="class or interface in java.lang">ordinal</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-" title="class or interface in java.lang">valueOf</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<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></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ ENUM CONSTANT DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum.constant.detail">
<!--   -->
</a>
<h3>Enum Constant Detail</h3>
<a name="ACCELERATOR">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ACCELERATOR</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> ACCELERATOR</pre>
<div class="block">Returns the accelerator for the node.</p>
 <ul>
 <li>Used by: Menu, MenuItem, RadioMenuItem, and others </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/input/KeyCombination.html" title="class in javafx.scene.input"><code>KeyCombination</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="BOUNDS">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BOUNDS</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> BOUNDS</pre>
<div class="block">Returns the bounds for the node.</p>
 <ul>
 <li>Used by: Node </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/geometry/Bounds.html" title="class in javafx.geometry"><code>Bounds</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="BOUNDS_FOR_RANGE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BOUNDS_FOR_RANGE</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> BOUNDS_FOR_RANGE</pre>
<div class="block">Returns the array of bounding rectangles for the given character range.</p>
 <ul>
 <li>Used by: TextField and TextArea </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/geometry/Bounds.html" title="class in javafx.geometry"><code>Bounds</code></a>[] </li>
 <li>Parameters:
   <ul>
    <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> the start offset </li>
    <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> the end offset </li>
   </ul>
 </li>
 </ul></div>
</li>
</ul>
<a name="CARET_OFFSET">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CARET_OFFSET</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> CARET_OFFSET</pre>
<div class="block">Returns the caret offset for the node.</p>
 <ul>
 <li>Used by: TextField and TextArea </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="CHILDREN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CHILDREN</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> CHILDREN</pre>
<div class="block">Returns the children for the node.</p>
 <ul>
 <li>Used by: Parent </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/collections/ObservableList.html" title="interface in javafx.collections"><code>ObservableList</code></a>&lt;<a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a>&gt; </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="COLUMN_AT_INDEX">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COLUMN_AT_INDEX</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> COLUMN_AT_INDEX</pre>
<div class="block">Returns the column at the given index.</p>
 <ul>
 <li>Used by: TableView and TreeTableView </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters:
   <ul>
    <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> the index </li>
   </ul>
 </li>
 </ul></div>
</li>
</ul>
<a name="CELL_AT_ROW_COLUMN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CELL_AT_ROW_COLUMN</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> CELL_AT_ROW_COLUMN</pre>
<div class="block">Returns the cell at the given row and column indices.</p>
 <ul>
 <li>Used by: TableView and TreeTableView </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters:
   <ul>
    <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> the row index </li>
    <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> the column index </li>
   </ul>
 </li>
 </ul></div>
</li>
</ul>
<a name="COLUMN_COUNT">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COLUMN_COUNT</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> COLUMN_COUNT</pre>
<div class="block">Returns the column count for the node.</p>
 <ul>
 <li>Used by: TableView and TreeTableView </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="COLUMN_INDEX">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COLUMN_INDEX</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> COLUMN_INDEX</pre>
<div class="block">Returns the column index for the node.</p>
 <ul>
 <li>Used by: TableCell and TreeTableCell </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="CONTENTS">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONTENTS</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> CONTENTS</pre>
<div class="block">Returns the contents of the node.</p>
 <ul>
 <li>Used by: ScrollPane </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="DISABLED">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DISABLED</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> DISABLED</pre>
<div class="block">Returns true if the node is disabled, otherwise false.</p>
 <ul>
 <li>Used by: Node </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="DISCLOSURE_LEVEL">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DISCLOSURE_LEVEL</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> DISCLOSURE_LEVEL</pre>
<div class="block">Returns the depth of a row in the disclosure hierarchy.</p>
 <ul>
 <li>Used by: TreeItem and TreeTableRow </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="DATE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DATE</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> DATE</pre>
<div class="block">Returns the local date for the node.</p>
 <ul>
 <li>Used by: DatePicker </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/time/LocalDate.html?is-external=true" title="class or interface in java.time"><code>LocalDate</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="EDITABLE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EDITABLE</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> EDITABLE</pre>
<div class="block">Returns true if the node is editable, otherwise false.</p>
 <ul>
 <li>Used by: TextField, ComboBox, and others </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="EXPANDED">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXPANDED</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> EXPANDED</pre>
<div class="block">Returns true if the node is expanded, otherwise false.</p>
 <ul>
 <li>Used by: TreeItem, TitledPane, and others </li>
 <li>Needs notify: yes </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="FOCUS_ITEM">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FOCUS_ITEM</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> FOCUS_ITEM</pre>
<div class="block">Returns the focus item.
 <p>
 Used for controls such as TabPane, TableView, ListView
 where the assistive technology focus is different from the
 normal focus node.  For example, a table control will have focus,
 while a cell inside the table might have the screen reader focus.
 </p>
 <ul>
 <li>Used by: ListView, TabPane, and others </li>
 <li>Needs notify: yes </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="FOCUS_NODE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FOCUS_NODE</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> FOCUS_NODE</pre>
<div class="block">Returns the focus node.
 Type: Node
 <p>
 When this attribute is requested from the Scene, the default implementation
 returns <a href="../../javafx/scene/Scene.html#focusOwnerProperty--"><code>Scene.focusOwnerProperty()</code></a>.
 </p>
 <ul>
 <li>Used by: Scene </li>
 <li>Needs notify: yes </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="FOCUSED">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FOCUSED</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> FOCUSED</pre>
<div class="block">Returns true if the node is focused, otherwise false.</p>
 <ul>
 <li>Used by: Node </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="FONT">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FONT</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> FONT</pre>
<div class="block">Returns the font for the node.</p>
 <ul>
 <li>Used by: TextField and TextArea </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/text/Font.html" title="class in javafx.scene.text"><code>Font</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="HEADER">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>HEADER</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> HEADER</pre>
<div class="block">Returns the header for the node.</p>
 <ul>
 <li>Used by: TableView and TreeTableView </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="HELP">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>HELP</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> HELP</pre>
<div class="block">Returns the help text for the node.</p>
 <ul>
 <li>Used by: Node </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="HORIZONTAL_SCROLLBAR">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>HORIZONTAL_SCROLLBAR</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> HORIZONTAL_SCROLLBAR</pre>
<div class="block">Returns the horizontal scroll bar for the node.</p>
 <ul>
 <li>Used by: ListView, ScrollPane, and others </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="INDETERMINATE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDETERMINATE</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> INDETERMINATE</pre>
<div class="block">Returns true of the node is indeterminaite, otherwise false.</p>
 <ul>
 <li>Used by: CheckBox and ProgressIndicator </li>
 <li>Needs notify: yes </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="ITEM_AT_INDEX">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ITEM_AT_INDEX</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> ITEM_AT_INDEX</pre>
<div class="block">Returns the item at the given index.</p>
 <ul>
 <li>Used by: TabPane, ListView, and others </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters:
   <ul>
   <li> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> the index </li>
   </ul>
 </li>
 </ul></div>
</li>
</ul>
<a name="ITEM_COUNT">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ITEM_COUNT</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> ITEM_COUNT</pre>
<div class="block">Returns the item count for the node.</p>
 <ul>
 <li>Used by: TabPane, ListView, and others </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="INDEX">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDEX</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> INDEX</pre>
<div class="block">Returns the index for the node.</p>
 <ul>
 <li>Used by: ListItem, TableRow, and others </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="LABELED_BY">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LABELED_BY</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> LABELED_BY</pre>
<div class="block">Returns the node that is the label for this node.
 <p>When <a href="../../javafx/scene/control/Label.html#labelFor"><code>Label.labelFor</code></a> is set,
 the default implementation of <code>LABELED_BY</code> uses this
 relationship to return the appropriate node to the screen
 reader.</p>
 <ul>
 <li>Used by: Node </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="LEAF">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LEAF</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> LEAF</pre>
<div class="block">Returns true if the node is a leaf element, otherwise false.</p>
 <ul>
 <li>Used by: TreeItem and TreeTableRow </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="LINE_END">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LINE_END</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> LINE_END</pre>
<div class="block">Returns the line end offset of the given line index.</p>
 <ul>
 <li>Used by: TextArea </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> </li>
 <li>Parameters:
   <ul>
   <li> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> the line index </li>
   </ul>
 </li>
 </ul></div>
</li>
</ul>
<a name="LINE_FOR_OFFSET">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LINE_FOR_OFFSET</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> LINE_FOR_OFFSET</pre>
<div class="block">Returns the line index of the given character offset.</p>
 <ul>
 <li>Used by: TextArea </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> </li>
 <li>Parameters:
   <ul>
   <li> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> the character offset </li>
   </ul>
 </li>
 </ul></div>
</li>
</ul>
<a name="LINE_START">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LINE_START</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> LINE_START</pre>
<div class="block">Returns the line start offset of the given line index.</p>
 <ul>
 <li>Used by: TextArea </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> </li>
 <li>Parameters:
   <ul>
   <li> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> the line index </li>
   </ul>
 </li>
 </ul></div>
</li>
</ul>
<a name="MIN_VALUE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MIN_VALUE</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> MIN_VALUE</pre>
<div class="block">Returns the minimum value for the node.</p>
 <ul>
 <li>Used by: Slider, ScrollBar, and others </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang"><code>Double</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="MAX_VALUE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAX_VALUE</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> MAX_VALUE</pre>
<div class="block">Returns the maximum value for the node.</p>
 <ul>
 <li>Used by: Slider, ScrollBar, and others </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang"><code>Double</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="MNEMONIC">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MNEMONIC</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> MNEMONIC</pre>
<div class="block">Returns the mnemonic for the node.</p>
 <ul>
 <li>Used by: Menu, MenuItem, CheckMenuItem, and others </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="MULTIPLE_SELECTION">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MULTIPLE_SELECTION</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> MULTIPLE_SELECTION</pre>
<div class="block">Returns true if the node allows for multiple selection, otherwise false.</p>
 <ul>
 <li>Used by: ListView, TableView, and others </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="NODE_AT_POINT">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NODE_AT_POINT</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> NODE_AT_POINT</pre>
<div class="block">Returns the node at the given location.</p>
 <ul>
 <li>Used by: Scene </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters:
   <ul>
   <li> <a href="../../javafx/geometry/Point2D.html" title="class in javafx.geometry"><code>Point2D</code></a> the point location </li>
   </ul>
 </li>
 </ul></div>
</li>
</ul>
<a name="OFFSET_AT_POINT">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OFFSET_AT_POINT</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> OFFSET_AT_POINT</pre>
<div class="block">Returns the character offset at the given location.</p>
 <ul>
 <li>Used by: TextField and TextArea </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> </li>
 <li>Parameters:
   <ul>
   <li> <a href="../../javafx/geometry/Point2D.html" title="class in javafx.geometry"><code>Point2D</code></a> the point location </li>
   </ul>
 </li>
 </ul></div>
</li>
</ul>
<a name="ORIENTATION">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ORIENTATION</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> ORIENTATION</pre>
<div class="block">Returns the orientation of the node.</p>
 <ul>
 <li>Used by: ScrolBar and Slider </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/geometry/Orientation.html" title="enum in javafx.geometry"><code>Orientation</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="OVERFLOW_BUTTON">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OVERFLOW_BUTTON</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> OVERFLOW_BUTTON</pre>
<div class="block">Return the overflow button for the node.</p>
 <ul>
 <li>Used by: Toolbar </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="PARENT">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARENT</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> PARENT</pre>
<div class="block">Returns the parent for the node.</p>
 <ul>
 <li>Used by: Node </li>
 <li>Needs notify: yes </li>
 <li>Return Type: <a href="../../javafx/scene/Parent.html" title="class in javafx.scene"><code>Parent</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="PARENT_MENU">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARENT_MENU</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> PARENT_MENU</pre>
<div class="block">Returns the parent menu for the node.</p>
 <ul>
 <li>Used by: ContextMenu </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="ROLE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ROLE</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> ROLE</pre>
<div class="block">Returns the role for the node.</p>
 <ul>
 <li>Used by: Node </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/AccessibleRole.html" title="enum in javafx.scene"><code>AccessibleRole</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="ROLE_DESCRIPTION">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ROLE_DESCRIPTION</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> ROLE_DESCRIPTION</pre>
<div class="block">Returns the role description for the node.</p>
 <ul>
 <li>Used by: Node </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="ROW_AT_INDEX">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ROW_AT_INDEX</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> ROW_AT_INDEX</pre>
<div class="block">Returns the row at the given index.</p>
 <ul>
 <li>Used by: TableView, TreeView, and TreeTableView </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters:
   <ul>
   <li> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> the row index </li>
   </ul>
 </li>
 </ul></div>
</li>
</ul>
<a name="ROW_COUNT">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ROW_COUNT</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> ROW_COUNT</pre>
<div class="block">Returns the row count for the node.</p>
 <ul>
 <li>Used by: TableView, TreeView, and TreeTableView </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="ROW_INDEX">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ROW_INDEX</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> ROW_INDEX</pre>
<div class="block">Returns the row index of the node.</p>
 <ul>
 <li>Used by: TableCell, TreeItem, and TreeTableCell </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="SCENE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCENE</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> SCENE</pre>
<div class="block">Returns the scene for the node.</p>
 <ul>
 <li>Used by: Node </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Scene.html" title="class in javafx.scene"><code>Scene</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="SELECTED">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SELECTED</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> SELECTED</pre>
<div class="block">Returns true if the node is selected, otherwise false.</p>
 <ul>
 <li>Used by: CheckBox, TreeItem, and others </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="SELECTED_ITEMS">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SELECTED_ITEMS</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> SELECTED_ITEMS</pre>
<div class="block">Returns the list of selected items for the node.</p>
 <ul>
 <li>Used by: ListView, TableView, and others </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/collections/ObservableList.html" title="interface in javafx.collections"><code>ObservableList</code></a>&lt;<a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a>&gt; </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="SELECTION_END">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SELECTION_END</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> SELECTION_END</pre>
<div class="block">Returns the text selection end offset for the node.</p>
 <ul>
 <li>Used by: TextField and TextArea </li>
 <li>Needs notify: yes </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="SELECTION_START">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SELECTION_START</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> SELECTION_START</pre>
<div class="block">Returns the text selection start offset for the node.</p>
 <ul>
 <li>Used by: TextField and TextArea </li>
 <li>Needs notify: yes </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="SUBMENU">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SUBMENU</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> SUBMENU</pre>
<div class="block">Returns the sub menu for the node.</p>
 <ul>
 <li>Used by: Menu </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="TEXT">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TEXT</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> TEXT</pre>
<div class="block">Returns the text for the node.
 E.g.
 <ul>
 <li>ComboBox returns a string representation of the current selected item.
 <li>TextField returns the contents of the text field.
 </ul>
 </p>
 <ul>
 <li>Used by: Node </li>
 <li>Needs notify: yes </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="TREE_ITEM_AT_INDEX">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TREE_ITEM_AT_INDEX</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> TREE_ITEM_AT_INDEX</pre>
<div class="block">Returns a tree item at the given index, relative to its TREE_ITEM_PARENT.</p>
 <ul>
 <li>Used by: TreeItem and TreeTableRow </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters:
   <ul>
   <li> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> the index </li>
   </ul>
 </li>
 </ul></div>
</li>
</ul>
<a name="TREE_ITEM_COUNT">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TREE_ITEM_COUNT</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> TREE_ITEM_COUNT</pre>
<div class="block">Returns the tree item count for the node, relative to its TREE_ITEM_PARENT.</p>
 <ul>
 <li>Used by: TreeItem and TreeTableRow </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="TREE_ITEM_PARENT">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TREE_ITEM_PARENT</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> TREE_ITEM_PARENT</pre>
<div class="block">Returns the parent item for the item, or null if the item is the root.</p>
 <ul>
 <li>Used by: TreeItem and TreeTableRow </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="VALUE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VALUE</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> VALUE</pre>
<div class="block">Returns the value for the node.</p>
 <ul>
 <li>Used by: Slider, ScrollBar, Thumb, and others </li>
 <li>Needs notify: yes </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang"><code>Double</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="VERTICAL_SCROLLBAR">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VERTICAL_SCROLLBAR</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> VERTICAL_SCROLLBAR</pre>
<div class="block">Returns the vertical scroll bar for the node.</p>
 <ul>
 <li>Used by: ListView, ScrollPane, and others </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="../../javafx/scene/Node.html" title="class in javafx.scene"><code>Node</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="VISIBLE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VISIBLE</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> VISIBLE</pre>
<div class="block">Returns true if node is visible, otherwise false.</p>
 <ul>
 <li>Used by: Node and ContextMenu </li>
 <li>Needs notify: yes </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
<a name="VISITED">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>VISITED</h4>
<pre>public static final&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a> VISITED</pre>
<div class="block">Returns true if the node has been visited, otherwise false.</p>
 <ul>
 <li>Used by: Hyperlink </li>
 <li>Needs notify: no </li>
 <li>Return Type: <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> </li>
 <li>Parameters: <ul></ul></li>
 </ul></div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="values--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
<pre>public static&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a>[]&nbsp;values()</pre>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.  This method may be used to iterate
over the constants as follows:
<pre>
for (AccessibleAttribute c : AccessibleAttribute.values())
&nbsp;   System.out.println(c);
</pre></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an array containing the constants of this enum type, in the order they are declared</dd>
</dl>
</li>
</ul>
<a name="valueOf-java.lang.String-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>valueOf</h4>
<pre>public static&nbsp;<a href="../../javafx/scene/AccessibleAttribute.html" title="enum in javafx.scene">AccessibleAttribute</a>&nbsp;valueOf(<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>&nbsp;name)</pre>
<div class="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type.  (Extraneous whitespace characters are 
not permitted.)</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the enum constant with the specified name</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant with the specified name</dd>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd>
</dl>
</li>
</ul>
<a name="getReturnType--">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getReturnType</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;getReturnType()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/AccessibleAttribute.html">Use</a></li>
<li><a href="package-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><a href="../../javafx/scene/AccessibleAction.html" title="enum in javafx.scene"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../javafx/scene/AccessibleRole.html" title="enum in javafx.scene"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?javafx/scene/AccessibleAttribute.html" target="_top">Frames</a></li>
<li><a href="AccessibleAttribute.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><small><a href="https://docs.oracle.com/javase/8/docs/legal/cpyr.html">Copyright</a> (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.</small></small></p>
</body>
</html>