Uses of Class
org.controlsfx.control.action.Action
-
Packages that use Action Package Description impl.org.controlsfx.skin org.controlsfx.control A package containing a number of useful controls-related classes that do not exist in the base JavaFX distribution.org.controlsfx.control.action org.controlsfx.control.tableview2.actions -
-
Uses of Action in impl.org.controlsfx.skin
Methods in impl.org.controlsfx.skin that return types with arguments of type Action Modifier and Type Method Description abstract javafx.collections.ObservableList<Action>NotificationBar. getActions() -
Uses of Action in org.controlsfx.control
Subclasses of Action in org.controlsfx.control Modifier and Type Class Description static classListActionView.ListAction<T>Specialized actions for ListActionView which get access to the internal ListView.static classListSelectionView.ListSelectionAction<T>Specialized actions for ListSelectionView which get access to both the internal list views.classListSelectionView.MoveToSourceAction use to move the selected items from the target list view to the source list view.classListSelectionView.MoveToSourceAllAction use to all the items from the target list view to the source list view.classListSelectionView.MoveToTargetAction use to move the selected items from the source list view to the target list view.classListSelectionView.MoveToTargetAllAction use to move all the items from the source list view to the target list view.Methods in org.controlsfx.control that return types with arguments of type Action Modifier and Type Method Description javafx.collections.ObservableList<Action>ListActionView. getActions()The list of actions shown on one of the sides of the ListView.javafx.collections.ObservableList<Action>ListSelectionView. getActions()The list of actions to be shown in between the two list views.javafx.collections.ObservableList<Action>NotificationPane. getActions()Observable list of actions used for the actions area of the notification bar.javafx.collections.ObservableList<Action>ListSelectionView. getSourceActions()These actions are shown beside the source list view.javafx.collections.ObservableList<Action>ListSelectionView. getTargetActions()These actions are shown beside the target list view.Methods in org.controlsfx.control with parameters of type Action Modifier and Type Method Description NotificationsNotifications. action(Action... actions)Specifies the actions that should be shown in the notification as buttons.voidNotificationPane. show(String text, javafx.scene.Node graphic, Action... actions) -
Uses of Action in org.controlsfx.control.action
Subclasses of Action in org.controlsfx.control.action Modifier and Type Class Description classActionGroupAn ActionGroup (unsurprisingly) groups together zero or moreActioninstances, allowing for more complex controls likeToolBar,MenuBarandContextMenuto be automatically generated from the collection of actions inside the ActionGroup.classAnnotatedActionAn action that invokes a method that has been annotated withActionProxy.classAnnotatedCheckActionFields in org.controlsfx.control.action declared as Action Modifier and Type Field Description static ActionActionUtils. ACTION_SEPARATORAction representation of the generic separator.static ActionActionUtils. ACTION_SPANMethods in org.controlsfx.control.action that return Action Modifier and Type Method Description static ActionActionMap. action(String id)Returns action by its id.Methods in org.controlsfx.control.action that return types with arguments of type Action Modifier and Type Method Description static Collection<Action>ActionMap. actions(String... ids)Returns collection of actions by ids.javafx.collections.ObservableList<Action>ActionGroup. getActions()The list ofActioninstances that exist within this ActionGroup.Methods in org.controlsfx.control.action with parameters of type Action Modifier and Type Method Description static javafx.scene.control.ButtonBaseActionUtils. configureButton(Action action, javafx.scene.control.ButtonBase button)Takes the providedActionand binds the relevant properties to the suppliedButton.static javafx.scene.control.ButtonBaseActionUtils. configureButton(Action action, javafx.scene.control.ButtonBase button, ActionUtils.ActionTextBehavior textBehavior)Takes the providedActionand binds the relevant properties to the suppliedButton.static javafx.scene.control.MenuItemActionUtils. configureMenuItem(Action action, javafx.scene.control.MenuItem menuItem)static javafx.scene.control.ButtonActionUtils. createButton(Action action)Takes the providedActionand returns aButtoninstance with all relevant properties bound to the properties of the Action.static javafx.scene.control.ButtonActionUtils. createButton(Action action, ActionUtils.ActionTextBehavior textBehavior)Takes the providedActionand returns aButtoninstance with all relevant properties bound to the properties of the Action.static javafx.scene.control.CheckBoxActionUtils. createCheckBox(Action action)Takes the providedActionand returns aCheckBoxinstance with all relevant properties bound to the properties of the Action.static javafx.scene.control.CheckMenuItemActionUtils. createCheckMenuItem(Action action)Takes the providedActionand returns aCheckMenuIteminstance with all relevant properties bound to the properties of the Action.static javafx.scene.control.HyperlinkActionUtils. createHyperlink(Action action)Takes the providedActionand returns aHyperlinkinstance with all relevant properties bound to the properties of the Action.static javafx.scene.control.MenuActionUtils. createMenu(Action action)Takes the providedActionand returns aMenuinstance with all relevant properties bound to the properties of the Action.static javafx.scene.control.MenuButtonActionUtils. createMenuButton(Action action)Takes the providedActionand returns aMenuButtoninstance with all relevant properties bound to the properties of the Action.static javafx.scene.control.MenuButtonActionUtils. createMenuButton(Action action, ActionUtils.ActionTextBehavior textBehavior)Takes the providedActionand returns aMenuButtoninstance with all relevant properties bound to the properties of the Action.static javafx.scene.control.MenuItemActionUtils. createMenuItem(Action action)Takes the providedActionand returns aMenuIteminstance with all relevant properties bound to the properties of the Action.static javafx.scene.control.RadioButtonActionUtils. createRadioButton(Action action)Takes the providedActionand returns aRadioButtoninstance with all relevant properties bound to the properties of the Action.static javafx.scene.control.RadioMenuItemActionUtils. createRadioMenuItem(Action action)Takes the providedActionand returns aRadioMenuIteminstance with all relevant properties bound to the properties of the Action.static SegmentedButtonActionUtils. createSegmentedButton(Action... actions)Takes the provided varargs array ofActionand returns aSegmentedButtoninstance with all relevant properties bound to the properties of the actions.static SegmentedButtonActionUtils. createSegmentedButton(ActionUtils.ActionTextBehavior textBehavior, Action... actions)Takes the provided varargs array ofActionand returns aSegmentedButtoninstance with all relevant properties bound to the properties of the actions.static javafx.scene.control.ToggleButtonActionUtils. createToggleButton(Action action)Takes the providedActionand returns aToggleButtoninstance with all relevant properties bound to the properties of the Action.static javafx.scene.control.ToggleButtonActionUtils. createToggleButton(Action action, ActionUtils.ActionTextBehavior textBehavior)Takes the providedActionand returns aToggleButtoninstance with all relevant properties bound to the properties of the Action.Method parameters in org.controlsfx.control.action with type arguments of type Action Modifier and Type Method Description static javafx.scene.control.ButtonBarActionUtils. createButtonBar(Collection<? extends Action> actions)Takes the providedCollectionofAction(or subclasses, such asActionGroup) instances and returns aButtonBarpopulated with appropriatenodesbound to the providedactions.static javafx.scene.control.ContextMenuActionUtils. createContextMenu(Collection<? extends Action> actions)Takes the providedCollectionofAction(or subclasses, such asActionGroup) instances and returns aContextMenupopulated with appropriatenodesbound to the providedactions.static javafx.scene.control.MenuBarActionUtils. createMenuBar(Collection<? extends Action> actions)Takes the providedCollectionofAction(or subclasses, such asActionGroup) instances and returns aMenuBarpopulated with appropriatenodesbound to the providedactions.static SegmentedButtonActionUtils. createSegmentedButton(Collection<? extends Action> actions)Takes the providedCollectionofActionand returns aSegmentedButtoninstance with all relevant properties bound to the properties of the actions.static SegmentedButtonActionUtils. createSegmentedButton(ActionUtils.ActionTextBehavior textBehavior, Collection<? extends Action> actions)Takes the providedCollectionofActionand returns aSegmentedButtoninstance with all relevant properties bound to the properties of the actions.static javafx.scene.control.ToolBarActionUtils. createToolBar(Collection<? extends Action> actions, ActionUtils.ActionTextBehavior textBehavior)Takes the providedCollectionofAction(or subclasses, such asActionGroup) instances and returns aToolBarpopulated with appropriatenodesbound to the providedactions.static javafx.scene.control.ButtonBarActionUtils. updateButtonBar(javafx.scene.control.ButtonBar buttonBar, Collection<? extends Action> actions)Takes the providedCollectionofAction(or subclasses, such asActionGroup) instances and updates aButtonBarpopulated with appropriatenodesbound to the providedactions.static javafx.scene.control.ContextMenuActionUtils. updateContextMenu(javafx.scene.control.ContextMenu menu, Collection<? extends Action> actions)Takes the providedCollectionofAction(or subclasses, such asActionGroup) instances and updates aContextMenupopulated with appropriatenodesbound to the providedactions.static javafx.scene.control.MenuBarActionUtils. updateMenuBar(javafx.scene.control.MenuBar menuBar, Collection<? extends Action> actions)Takes the providedCollectionofAction(or subclasses, such asActionGroup) instances and updates aMenuBarpopulated with appropriatenodesbound to the providedactions.static javafx.scene.control.ToolBarActionUtils. updateToolBar(javafx.scene.control.ToolBar toolbar, Collection<? extends Action> actions, ActionUtils.ActionTextBehavior textBehavior)Takes the providedCollectionofAction(or subclasses, such asActionGroup) instances and returns providedToolBarpopulated with appropriatenodesbound to the providedactions.Constructors in org.controlsfx.control.action with parameters of type Action Constructor Description ActionGroup(String text, javafx.scene.Node icon, Action... actions)Creates an ActionGroup with the given text as the name of theAction, and zero or more Actions as members of this ActionGroup.ActionGroup(String text, Action... actions)Creates an ActionGroup with the given text as the name of theAction, and zero or more Actions as members of this ActionGroup.Constructor parameters in org.controlsfx.control.action with type arguments of type Action Constructor Description ActionGroup(String text, Collection<Action> actions)Creates an ActionGroup with the given text as the name of theAction, and collection of Actions as members of this ActionGroup.ActionGroup(String text, javafx.scene.Node icon, Collection<Action> actions)Creates an ActionGroup with the given text as the name of theAction, and collection of Actions as members of this ActionGroup. . -
Uses of Action in org.controlsfx.control.tableview2.actions
Subclasses of Action in org.controlsfx.control.tableview2.actions 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.
-