Uses of Class
org.controlsfx.control.action.Action
Packages that use Action
Package
Description
A package containing a number of useful controls-related classes that do not
exist in the base JavaFX distribution.
-
Uses of Action in impl.org.controlsfx.skin
Methods in impl.org.controlsfx.skin that return types with arguments of type ActionModifier and TypeMethodDescriptionabstract javafx.collections.ObservableList<Action> NotificationBar.getActions() -
Uses of Action in org.controlsfx.control
Subclasses of Action in org.controlsfx.controlModifier and TypeClassDescriptionstatic classSpecialized actions for ListActionView which get access to the internal ListView.static classSpecialized actions for ListSelectionView which get access to both the internal list views.classAction use to move the selected items from the target list view to the source list view.classAction use to all the items from the target list view to the source list view.classAction use to move the selected items from the source list view to the target list view.classAction 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 ActionModifier and TypeMethodDescriptionfinal javafx.collections.ObservableList<Action> ListActionView.getActions()The list of actions shown on one of the sides of the ListView.final javafx.collections.ObservableList<Action> ListSelectionView.getActions()The list of actions to be shown in between the two list views.final javafx.collections.ObservableList<Action> NotificationPane.getActions()Observable list of actions used for the actions area of the notification bar.final javafx.collections.ObservableList<Action> ListSelectionView.getSourceActions()These actions are shown beside the source list view.final javafx.collections.ObservableList<Action> ListSelectionView.getTargetActions()These actions are shown beside the target list view.Methods in org.controlsfx.control with parameters of type ActionModifier and TypeMethodDescriptionSpecifies the actions that should be shown in the notification as buttons.void -
Uses of Action in org.controlsfx.control.action
Subclasses of Action in org.controlsfx.control.actionModifier and TypeClassDescriptionclassAn 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.classAn action that invokes a method that has been annotated withActionProxy.classFields in org.controlsfx.control.action declared as ActionModifier and TypeFieldDescriptionstatic ActionActionUtils.ACTION_SEPARATORAction representation of the generic separator.static ActionActionUtils.ACTION_SPANMethods in org.controlsfx.control.action that return ActionMethods in org.controlsfx.control.action that return types with arguments of type ActionModifier and TypeMethodDescriptionstatic Collection<Action> Returns collection of actions by ids.final javafx.collections.ObservableList<Action> ActionGroup.getActions()The list ofActioninstances that exist within this ActionGroup.Methods in org.controlsfx.control.action with parameters of type ActionModifier and TypeMethodDescriptionstatic 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 ActionModifier and TypeMethodDescriptionstatic 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 ActionModifierConstructorDescriptionActionGroup(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 ActionModifierConstructorDescriptionActionGroup(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.actionsModifier and TypeClassDescriptionclassA custom action that can be added to the ContextMenu of a column header, allowing the user to fix or unfix the column.classA 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.