Uses of Class
org.controlsfx.control.action.ActionCheck
-
Packages that use ActionCheck Package Description org.controlsfx.control.action org.controlsfx.control.tableview2.actions -
-
Uses of ActionCheck in org.controlsfx.control.action
Classes in org.controlsfx.control.action with annotations of type ActionCheck Modifier and Type Class Description class
AnnotatedCheckAction
-
Uses of ActionCheck in org.controlsfx.control.tableview2.actions
Classes in org.controlsfx.control.tableview2.actions with annotations of type ActionCheck Modifier and Type Class Description class
ColumnFixAction
A custom action that can be added to the ContextMenu of a column header, allowing the user to fix or unfix the column.class
RowFixAction
A custom action that can be added to the ContextMenu of any row in the row header, allowing the user to fix or unfix the row.
-