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 classAnnotatedCheckAction -
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 classColumnFixActionA custom action that can be added to the ContextMenu of a column header, allowing the user to fix or unfix the column.classRowFixActionA 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.
-