Package com.ben12.reta.plugin.tika.view
Class SourceConfigurationController
java.lang.Object
com.ben12.reta.plugin.tika.view.SourceConfigurationController
- Author:
- BenoƮt Moreau (ben.12)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addNewAttribute
(javafx.event.ActionEvent event) Action event use to add a new requirement attribute.protected void
addNewReference
(javafx.event.ActionEvent event) Action event use to add a new requirement reference attribute.void
bind
(com.ben12.reta.beans.property.buffering.BufferingManager newBufferingManager, TikaSourceConfiguration newSourceConfiguration) Bind the view to the model.protected void
chooseSourcePathFile
(javafx.event.ActionEvent event) Action event use to choose the requirement source path for a file.protected void
chooseSourcePathFolder
(javafx.event.ActionEvent event) Action event use to choose the requirement source path for a folder.protected void
deleteAttribute
(javafx.event.ActionEvent event) Action event use to delete the selected requirement attribute.protected void
deleteReference
(javafx.event.ActionEvent event) Action event use to delete the selected requirement reference attribute.
-
Constructor Details
-
SourceConfigurationController
public SourceConfigurationController()
-
-
Method Details
-
bind
public void bind(com.ben12.reta.beans.property.buffering.BufferingManager newBufferingManager, TikaSourceConfiguration newSourceConfiguration) Bind the view to the model.- Parameters:
newBufferingManager
- theBufferingManager
to usenewSourceConfiguration
- theTikaSourceConfiguration
to bind to the view
-
chooseSourcePathFile
protected void chooseSourcePathFile(javafx.event.ActionEvent event) Action event use to choose the requirement source path for a file.- Parameters:
event
- theActionEvent
-
chooseSourcePathFolder
protected void chooseSourcePathFolder(javafx.event.ActionEvent event) Action event use to choose the requirement source path for a folder.- Parameters:
event
- theActionEvent
-
deleteAttribute
protected void deleteAttribute(javafx.event.ActionEvent event) Action event use to delete the selected requirement attribute.- Parameters:
event
- theActionEvent
-
addNewAttribute
protected void addNewAttribute(javafx.event.ActionEvent event) Action event use to add a new requirement attribute.- Parameters:
event
- theActionEvent
-
deleteReference
protected void deleteReference(javafx.event.ActionEvent event) Action event use to delete the selected requirement reference attribute.- Parameters:
event
- theActionEvent
-
addNewReference
protected void addNewReference(javafx.event.ActionEvent event) Action event use to add a new requirement reference attribute.- Parameters:
event
- theActionEvent
-