TreeTableView
control.
TreeTableView
Modifier and Type | Field and Description |
---|---|
private final TreeTableViewBehavior | |
private IDisconnectable | |
pack-priv TreeTableViewBackingList | |
pack-priv ObjectProperty | |
private WeakReference |
Access | Constructor and Description |
---|---|
public | TreeTableViewSkin(final TreeTableView<T>
The control that this skin should be installed onto. control)Creates a new TreeTableViewSkin instance, installing the necessary child
nodes into the Control |
Modifier and Type | Method and Description |
---|---|
private TreeTableRow | |
public void | dispose()
Overrides javafx. Implements javafx. Called when a previously installed skin is about to be removed from its associated control. |
protected void | executeAccessibleAction(AccessibleAction
the action to execute action, Object... optional list of parameters parameters)Overrides javafx. This method is called by the assistive technology to request the action indicated by the argument should be executed. |
protected int | getItemCount()
Implements abstract javafx. Returns the total number of items in this container, including those that are currently hidden because they are out of view. |
private TreeItem | |
pack-priv void | |
private void | |
protected Object | queryAccessibleAttribute(AccessibleAttribute
the requested attribute attribute, Object... optional list of parameters parameters)Overrides javafx. This method is called by the assistive technology to request the value for an attribute. |
private void | |
protected void | updateItemCount()
Overrides javafx. This method is called when it is possible that the item count has changed (i.e. scrolling has occurred, the control has resized, etc). |
private void |
behavior | back to summary |
---|---|
private final TreeTableViewBehavior<T> behavior |
rootListener | back to summary |
---|---|
private IDisconnectable rootListener |
tableBackingList | back to summary |
---|---|
pack-priv TreeTableViewBackingList<T> tableBackingList |
tableBackingListProperty | back to summary |
---|---|
pack-priv ObjectProperty<ObservableList<TreeItem<T>>> tableBackingListProperty |
weakRootRef | back to summary |
---|---|
private WeakReference<TreeItem<T>> weakRootRef |
TreeTableViewSkin | back to summary |
---|---|
public TreeTableViewSkin(final TreeTableView<T> control) Creates a new TreeTableViewSkin instance, installing the necessary child
nodes into the Control
|
createCell | back to summary |
---|---|
private TreeTableRow |
dispose | back to summary |
---|---|
public void dispose() Overrides javafx. Implements javafx. Doc from javafx. Called when a previously installed skin is about to be removed from its associated control.
This allows the skin to do clean up, like removing listeners and bindings, and undo any changes
to the control's properties.
After this method completes,
Calling Overridden to remove EventHandler.
|
executeAccessibleAction | back to summary |
---|---|
protected void executeAccessibleAction(AccessibleAction action, Object... parameters) Overrides javafx. Doc from javafx. This method is called by the assistive technology to request the action indicated by the argument should be executed.
This method is commonly overridden by subclasses to implement
action that are required for a specific role.
|
getItemCount | back to summary |
---|---|
protected int getItemCount() Implements abstract javafx. Doc from javafx. Returns the total number of items in this container, including those that are currently hidden because they are out of view.
|
getRoot | back to summary |
---|---|
private TreeItem |
horizontalScroll | back to summary |
---|---|
pack-priv void horizontalScroll() Overrides javafx.
|
horizontalUnitScroll | back to summary |
---|---|
private void horizontalUnitScroll(boolean right) |
queryAccessibleAttribute | back to summary |
---|---|
protected Object queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters) Overrides javafx. Doc from javafx. This method is called by the assistive technology to request the value for an attribute.
This method is commonly overridden by subclasses to implement
attributes that are required for a specific role.
|
setRoot | back to summary |
---|---|
private void setRoot(TreeItem<T> newRoot) |
updateItemCount | back to summary |
---|---|
protected void updateItemCount() Overrides javafx. Doc from javafx. This method is called when it is possible that the item count has changed (i.e. scrolling has occurred,
the control has resized, etc). This method should recalculate the item count and store that for future
use by the
|
verticalUnitScroll | back to summary |
---|---|
private void verticalUnitScroll(boolean down) |