public class EditPropertyMatchingController extends Object implements IEditController
WizardController| Constructor and Description |
|---|
EditPropertyMatchingController(Config config,
EditPropertyMatchingView view)
constructor initializes object variables and sets this controller to the
corresponding view
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkIfAutomationIsPossible()
checks if automation is possible calls
IEditView.setAutomated(boolean) with the result |
Config |
getConfig() |
TaskProgressView |
getTaskProgressView() |
IEditView |
getView()
Returns the corresponding view
|
void |
load()
Calls
IEditController.checkIfAutomationIsPossible() Creates and starts the tasks
to load the classes from this source and target endpoint. |
void |
load(boolean automated)
Loads the appropriate mode according to the boolean value
|
void |
save(List<String> sourceProperties,
List<String> targetProperties)
Saves the properties
|
void |
setTaskProgressView(TaskProgressView tpv) |
boolean |
validate()
validates the fields
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsavepublic EditPropertyMatchingController(Config config, EditPropertyMatchingView view)
config - Config of Limes Queryview - corresponding EditEndpointsViewpublic void load()
IEditControllerIEditController.checkIfAutomationIsPossible() Creates and starts the tasks
to load the classes from this source and target endpoint. After finishing
the classes are displayed in the view or if errors are encountered an
error window is shownload in interface IEditControllerpublic void load(boolean automated)
IEditControllerload in interface IEditControllerautomated - true if automated mode is wanted false if manual mode is
desiredpublic IEditView getView()
getView in interface IEditControllerpublic void save(List<String> sourceProperties, List<String> targetProperties)
sourceProperties - source properties to savetargetProperties - target properties to savepublic boolean validate()
IEditControllervalidate in interface IEditControllerpublic TaskProgressView getTaskProgressView()
getTaskProgressView in interface IEditControllerIEditController.load() methodpublic void setTaskProgressView(TaskProgressView tpv)
setTaskProgressView in interface IEditControllerpublic Config getConfig()
public void checkIfAutomationIsPossible()
IEditControllerIEditView.setAutomated(boolean) with the resultcheckIfAutomationIsPossible in interface IEditControllerCopyright © 2018. All rights reserved.