Class AbstractFindAction<A extends Activity>

Type Parameters:
A - the activity type
All Implemented Interfaces:
EventListener, javafx.event.EventHandler<javafx.event.ActionEvent>, Action, PropertyBean, Disableable

public abstract class AbstractFindAction<A extends Activity> extends AbstractActivityAction<A>
Presents a find dialog to the user and then highlights the found items in the active view.
Author:
Werner Randelshofer
  • Field Details

  • Constructor Details

    • AbstractFindAction

      public AbstractFindAction(@NonNull Application app, A view, Class<A> viewClass)
      Creates a new instance.
      Parameters:
      app - the application
      view - the view
      viewClass - the class of the view