Class SelectAllAction

All Implemented Interfaces:
EventListener, javafx.event.EventHandler<javafx.event.ActionEvent>, Action, PropertyBean, Disableable

public class SelectAllAction extends AbstractSelectionAction
Selects all items.
Author:
Werner Randelshofer.
  • Field Details

  • Constructor Details

    • SelectAllAction

      public SelectAllAction(@NonNull Application app)
      Creates a new instance which acts on the currently focused component.
      Parameters:
      app - the application
    • SelectAllAction

      public SelectAllAction(@NonNull Application app, javafx.scene.Node target)
      Creates a new instance which acts on the specified component.
      Parameters:
      app - the application
      target - The target of the action. Specify null for the currently focused component.
  • Method Details