Class SourceConfigurationController

java.lang.Object
com.ben12.reta.plugin.tika.view.SourceConfigurationController

public class SourceConfigurationController extends Object
Author:
BenoƮt Moreau (ben.12)
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    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(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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 - the BufferingManager to use
      newSourceConfiguration - the TikaSourceConfiguration 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 - the ActionEvent
    • chooseSourcePathFolder

      protected void chooseSourcePathFolder(javafx.event.ActionEvent event)
      Action event use to choose the requirement source path for a folder.
      Parameters:
      event - the ActionEvent
    • deleteAttribute

      protected void deleteAttribute(javafx.event.ActionEvent event)
      Action event use to delete the selected requirement attribute.
      Parameters:
      event - the ActionEvent
    • addNewAttribute

      protected void addNewAttribute(javafx.event.ActionEvent event)
      Action event use to add a new requirement attribute.
      Parameters:
      event - the ActionEvent
    • deleteReference

      protected void deleteReference(javafx.event.ActionEvent event)
      Action event use to delete the selected requirement reference attribute.
      Parameters:
      event - the ActionEvent
    • addNewReference

      protected void addNewReference(javafx.event.ActionEvent event)
      Action event use to add a new requirement reference attribute.
      Parameters:
      event - the ActionEvent