public class SourceConfigurationController extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SourceConfigurationController.InputRequirementSourceStringConverter
Convert comma separated source name to
InputRequirementSource list. |
| Constructor and Description |
|---|
SourceConfigurationController() |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ObjectProperty<String> |
bind(BufferingManager newBufferingManager,
InputRequirementSource newRequirementSource,
javafx.collections.ObservableList<InputRequirementSource> newSources,
javafx.collections.ObservableList<javafx.beans.property.ObjectProperty<String>> newSourcesName,
javafx.collections.ObservableList<javafx.util.Callback<InputRequirementSource,Void>> callBacks,
javafx.util.Callback<InputRequirementSource,Void> mainCallBack)
Bind the view to the model.
|
void |
disconnect()
Disconnect the input requirement configuration from the
BufferingManager. |
protected void |
preview(javafx.event.ActionEvent event)
Action event to preview requirement parsing.
|
void |
reconnect()
Reconnect the input requirement configuration to the
BufferingManager. |
public javafx.beans.property.ObjectProperty<String> bind(BufferingManager newBufferingManager, InputRequirementSource newRequirementSource, javafx.collections.ObservableList<InputRequirementSource> newSources, javafx.collections.ObservableList<javafx.beans.property.ObjectProperty<String>> newSourcesName, javafx.collections.ObservableList<javafx.util.Callback<InputRequirementSource,Void>> callBacks, javafx.util.Callback<InputRequirementSource,Void> mainCallBack) throws NoSuchMethodException
newBufferingManager - the BufferingManager to usenewRequirementSource - the InputRequirementSource to configurenewSources - the input requirement source buffered listnewSourcesName - the input requirement source buffered name listcallBacks - Callback list where add own CallbackmainCallBack - the main Callback to use when source name is modifiedNoSuchMethodException - No such method exceptionprotected void preview(javafx.event.ActionEvent event)
event - the ActionEventpublic void disconnect()
BufferingManager.public void reconnect()
BufferingManager.Copyright © 2015. All rights reserved.