Uses of Interface
com.ben12.reta.api.SourceConfiguration
Packages that use SourceConfiguration
-
Uses of SourceConfiguration in com.ben12.reta.plugin
Methods in com.ben12.reta.plugin that return SourceConfigurationModifier and TypeMethodDescriptionSourceProviderPlugin.createNewSourceConfiguration()
Creation of an empty or defaultSourceConfiguration
for this plug-in.SourceProviderPlugin.loadSourceConfiguration
(org.ini4j.Profile.Section iniSection) Load theSourceConfiguration
of this plug-in from the dedicated INI section.Methods in com.ben12.reta.plugin with parameters of type SourceConfigurationModifier and TypeMethodDescriptionSourceProviderPlugin.createParser
(SourceConfiguration configuration) Create a new parser for the requirement source configuration.javafx.scene.Node
SourceProviderPlugin.createSourceConfigurationEditor
(SourceConfiguration sourceConfiguration, BufferingManager bufferingManager) Create a new JavaFX GUI for the edition of theSourceConfiguration
of this plug-in.void
SourceProviderPlugin.saveSourceConfiguration
(SourceConfiguration sourceConfiguration, org.ini4j.Profile.Section iniSection) Save theSourceConfiguration
of this plug-in in the dedicated INI section.