All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.control.TreeCell.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    The Cell type used with the TreeView control. In addition to the API defined on IndexedCell, the TreeCell exposes additional states and pseudo classes for use by CSS.

可以重写的方法:

  • void updateItem(Object item, boolean empty, TreeCell cell)
    The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell. 
]]>
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.

]]>
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.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy