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 voidaddNewAttribute(javafx.event.ActionEvent event) Action event use to add a new requirement attribute.protected voidaddNewReference(javafx.event.ActionEvent event) Action event use to add a new requirement reference attribute.voidbind(com.ben12.reta.beans.property.buffering.BufferingManager newBufferingManager, TikaSourceConfiguration newSourceConfiguration) Bind the view to the model.protected voidchooseSourcePathFile(javafx.event.ActionEvent event) Action event use to choose the requirement source path for a file.protected voidchooseSourcePathFolder(javafx.event.ActionEvent event) Action event use to choose the requirement source path for a folder.protected voiddeleteAttribute(javafx.event.ActionEvent event) Action event use to delete the selected requirement attribute.protected voiddeleteReference(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- theBufferingManagerto usenewSourceConfiguration- theTikaSourceConfigurationto 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
-