Class DistantListController
java.lang.Object
eirb.pub.app.display.javafx.view.vault.distant.list.DistantListController
- All Implemented Interfaces:
PropertyChangeListener,EventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidHandles property changes from the model and updates the view accordingly.voidvoidsetController(AppController controller) Set the application controller for the view
-
Constructor Details
-
DistantListController
public DistantListController()
-
-
Method Details
-
setController
Set the application controller for the view- Parameters:
controller- application controllery
-
refreshAllVaults
public void refreshAllVaults() -
handleCheckBoxMenuAction
public void handleCheckBoxMenuAction() -
handleDeleteOption
public void handleDeleteOption() -
propertyChange
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:
propertyChangein interfacePropertyChangeListener- Parameters:
evt- The property change event that triggered this method.
-