| Package | Description |
|---|---|
| org.aksw.limes.core.gui.controller | |
| org.aksw.limes.core.gui.model | |
| org.aksw.limes.core.gui.view |
| Modifier and Type | Method and Description |
|---|---|
void |
EditClassMatchingController.save(ClassMatchingNode sourceClass,
ClassMatchingNode targetClass)
Saves the selected classes
|
| Modifier and Type | Field and Description |
|---|---|
static Comparator<ClassMatchingNode> |
ClassMatchingNode.CLASS_MATCHING_NODE_COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
ClassMatchingNode |
Endpoint.getCurrentClass()
returns current class
|
| Modifier and Type | Method and Description |
|---|---|
protected List<ClassMatchingNode> |
GetClassesTask.call()
Get classes for matching.
|
List<ClassMatchingNode> |
ClassMatchingNode.getChildren()
returns children
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setCurrentClass(ClassMatchingNode currentClass)
sets current class
|
| Constructor and Description |
|---|
ClassMatchingNode(URI uri,
List<ClassMatchingNode> children)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.control.TreeView<ClassMatchingNode> |
EditClassMatchingView.getSourceTreeView() |
javafx.scene.control.TreeView<ClassMatchingNode> |
EditClassMatchingView.getTargetTreeView() |
| Modifier and Type | Method and Description |
|---|---|
void |
EditClassMatchingView.showTree(SourceOrTarget sourceOrTarget,
List<ClassMatchingNode> items,
ClassMatchingNode currentClass)
shows the tree after classes are loaded from controller
|
protected void |
ClassMatchingTreeCell.updateItem(ClassMatchingNode item,
boolean empty) |
| Modifier and Type | Method and Description |
|---|---|
void |
EditClassMatchingView.showTree(SourceOrTarget sourceOrTarget,
List<ClassMatchingNode> items,
ClassMatchingNode currentClass)
shows the tree after classes are loaded from controller
|
Copyright © 2018. All rights reserved.