Class AbstractFocusOwnerAction

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

public abstract class AbstractFocusOwnerAction extends AbstractApplicationAction
AbstractFocusOwnerAction.
Author:
Werner Randelshofer
  • Constructor Details

    • AbstractFocusOwnerAction

      public AbstractFocusOwnerAction(@NonNull Application app)
      Creates a new instance.
      Parameters:
      app - the application
    • AbstractFocusOwnerAction

      public AbstractFocusOwnerAction(@NonNull Application app, @Nullable javafx.scene.Node target)
      Creates a new instance.
      Parameters:
      app - the application
      target - the target node