| Package | Description |
|---|---|
| com.ben12.reta.plugin |
| Modifier and Type | Method and Description |
|---|---|
SourceConfiguration |
SourceProviderPlugin.createNewSourceConfiguration()
Creation of an empty or default
SourceConfiguration for this plug-in. |
SourceConfiguration |
SourceProviderPlugin.loadSourceConfiguration(org.ini4j.Profile.Section iniSection)
Load the
SourceConfiguration of this plug-in from the dedicated INI section. |
| Modifier and Type | Method and Description |
|---|---|
RETAParser |
SourceProviderPlugin.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 the
SourceConfiguration of this plug-in. |
void |
SourceProviderPlugin.saveSourceConfiguration(SourceConfiguration sourceConfiguration,
org.ini4j.Profile.Section iniSection)
Save the
SourceConfiguration of this plug-in in the dedicated INI section. |
Copyright © 2015. All rights reserved.