Klasse SearchViewController

java.lang.Object
application.controller.Controller
application.controller.SearchViewController
Alle implementierten Schnittstellen:
javafx.fxml.Initializable

public class SearchViewController extends Controller
  • Konstruktordetails

    • SearchViewController

      public SearchViewController(MainController mainController)
  • Methodendetails

    • contains

      protected boolean contains(Person person, String searchText)
    • match

      protected boolean match(Person person, String searchText)
    • initialize

      public void initialize(URL url, ResourceBundle resourceBundle)
    • updateLocalisation

      public void updateLocalisation()
      Beschreibung aus Klasse kopiert: Controller
      Called if the Localisation of the view needs to be updated.

      Before calling this the right locale needs to be set in LangResourceManager

      Angegeben von:
      updateLocalisation in Klasse Controller
    • placeFocus

      public void placeFocus()
      Beschreibung aus Klasse kopiert: Controller
      Called to set the focus of the scene.
      Angegeben von:
      placeFocus in Klasse Controller
    • getSearchResults

      public javafx.collections.ObservableList<Person> getSearchResults()