| Package | Description |
|---|---|
| org.aksw.limes.core.gui.controller | |
| org.aksw.limes.core.gui.view |
| Modifier and Type | Method and Description |
|---|---|
IEditView |
EditPropertyMatchingController.getView()
Returns the corresponding view
|
IEditView |
EditEndpointsController.getView()
Returns the corresponding view
|
IEditView |
IEditController.getView()
return view
|
IEditView |
EditClassMatchingController.getView()
returns the corresponding view
|
| Modifier and Type | Class and Description |
|---|---|
class |
EditClassMatchingView
used for class matching step in
WizardView There are two different
modes implemented in this class: automated and manual, depending on the value
of EditClassMatchingView.automated. |
class |
EditEndpointsView
used for editing endpoints step in
WizardView |
class |
EditPropertyMatchingView
used for property matching step in
WizardView There are two different modes
implemented in this class: automated and manual, depending on the value of
EditPropertyMatchingView.automated. |
| Modifier and Type | Method and Description |
|---|---|
void |
WizardView.setEditView(IEditView editView,
boolean canGoBack,
boolean canGoNext)
corresponding to the step the buttons are changed
|
Copyright © 2019. All rights reserved.