public class SourceConfigurationController extends Object
| Constructor and Description |
|---|
SourceConfigurationController() |
| Modifier and Type | Method and Description |
|---|---|
protected 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(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.
|
public void bind(BufferingManager newBufferingManager, TikaSourceConfiguration newSourceConfiguration)
newBufferingManager - the BufferingManager to usenewSourceConfiguration - the TikaSourceConfiguration to bind to the viewprotected void chooseSourcePathFile(javafx.event.ActionEvent event)
event - the ActionEventprotected void chooseSourcePathFolder(javafx.event.ActionEvent event)
event - the ActionEventprotected void deleteAttribute(javafx.event.ActionEvent event)
event - the ActionEventprotected void addNewAttribute(javafx.event.ActionEvent event)
event - the ActionEventprotected void deleteReference(javafx.event.ActionEvent event)
event - the ActionEventprotected void addNewReference(javafx.event.ActionEvent event)
event - the ActionEventCopyright © 2015. All rights reserved.