Class DistantListController

java.lang.Object
eirb.pub.app.display.javafx.view.vault.distant.list.DistantListController
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class DistantListController extends Object implements PropertyChangeListener
  • Constructor Details

    • DistantListController

      public DistantListController()
  • Method Details

    • setController

      public void setController(AppController controller)
      Set the application controller for the view
      Parameters:
      controller - application controllery
    • refreshAllVaults

      public void refreshAllVaults()
    • handleCheckBoxMenuAction

      public void handleCheckBoxMenuAction()
    • handleDeleteOption

      public void handleDeleteOption()
    • propertyChange

      public void propertyChange(PropertyChangeEvent evt)
      Handles property changes from the model and updates the view accordingly. Refreshes the user data display when specific events (e.g. add, delete, update) occur.
      Specified by:
      propertyChange in interface PropertyChangeListener
      Parameters:
      evt - The property change event that triggered this method.