public class EditEndpointsView extends Object implements IEditView
WizardView| Modifier and Type | Method and Description |
|---|---|
javafx.scene.Parent |
getPane()
returns used rootPane
|
javafx.scene.Node[] |
getSourceFields() |
javafx.scene.Node[] |
getTargetFields() |
Boolean |
isAutomated()
returns if this view is in automated mode
|
void |
save()
Saves the actual Parameters to the Controller
|
void |
setAutomated(boolean automated)
sets the value boolean that contains mode and sets the visibility of the
switchModeButton accordingly
|
void |
setController(EditEndpointsController controller)
Sets the Controller of the View
|
void |
setFields(SourceOrTarget sourceOrTarget,
String endpoint,
String idNamespace,
String graph,
String pageSize)
Fills the Textfield with the Information
|
public void setController(EditEndpointsController controller)
controller - Corresponding Controllerpublic javafx.scene.Parent getPane()
public void setFields(SourceOrTarget sourceOrTarget, String endpoint, String idNamespace, String graph, String pageSize)
sourceOrTarget - if True source else Targetendpoint - URL of the EndpointidNamespace - Namespace of the Endpointgraph - Metrik or Graph of the EndpointpageSize - Length of the Limes Querypublic void save()
public javafx.scene.Node[] getSourceFields()
public javafx.scene.Node[] getTargetFields()
public Boolean isAutomated()
IEditViewisAutomated in interface IEditViewpublic void setAutomated(boolean automated)
IEditViewsetAutomated in interface IEditViewCopyright © 2019. All rights reserved.