public interface IEditController
| Modifier and Type | Method and Description |
|---|---|
void |
checkIfAutomationIsPossible()
checks if automation is possible calls
IEditView.setAutomated(boolean) with the result |
TaskProgressView |
getTaskProgressView() |
IEditView |
getView()
return view
|
void |
load()
Calls
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
|
default void |
save()
Save data entered in this wizard step
|
void |
setTaskProgressView(TaskProgressView tpv) |
boolean |
validate()
validates the fields
|
void load()
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 shownvoid load(boolean automated)
automated - true if automated mode is wanted false if manual mode is
desireddefault void save()
IEditView getView()
boolean validate()
TaskProgressView getTaskProgressView()
load() methodvoid setTaskProgressView(TaskProgressView tpv)
void checkIfAutomationIsPossible()
IEditView.setAutomated(boolean) with the resultCopyright © 2018. All rights reserved.