public class EditClassMatchingController extends Object implements IEditController
WizardController| 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(ClassMatchingNode sourceClass,
ClassMatchingNode targetClass)
Saves the selected classes
|
void |
save(String sourceClass,
String targetClass) |
void |
setTaskProgressView(TaskProgressView tpv) |
boolean |
validate()
validates the fields
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsavepublic 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 void save(ClassMatchingNode sourceClass, ClassMatchingNode targetClass)
sourceClass - class for sourcetargetClass - class for targetpublic IEditView getView()
getView in interface IEditControllerpublic 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 © 2019. All rights reserved.