Package app.controllers
Class FiletreeController
java.lang.Object
app.controllers.FiletreeController
- All Implemented Interfaces:
Controller,javafx.fxml.Initializable
public class FiletreeController extends java.lang.Object implements javafx.fxml.Initializable, Controller
An FXML controller that controls the Filetree
-
Constructor Summary
Constructors Constructor Description FiletreeController() -
Method Summary
Modifier and Type Method Description voidinitialize(java.net.URL url, java.util.ResourceBundle resourceBundle)voidsetEventBus(com.google.common.eventbus.EventBus eventBus)Registers the main EventBus into the controller.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FiletreeController
public FiletreeController()
-
-
Method Details
-
initialize
public void initialize(java.net.URL url, java.util.ResourceBundle resourceBundle)- Specified by:
initializein interfacejavafx.fxml.Initializable
-
setEventBus
public void setEventBus(com.google.common.eventbus.EventBus eventBus)Description copied from interface:ControllerRegisters the main EventBus into the controller.- Specified by:
setEventBusin interfaceController
-