|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CodeList in eu.esdihumboldt.hale.common.codelist.io |
---|
Methods in eu.esdihumboldt.hale.common.codelist.io that return CodeList | |
---|---|
CodeList |
CodeListReader.getCodeList()
|
Uses of CodeList in eu.esdihumboldt.hale.io.codelist.xml.reader |
---|
Classes in eu.esdihumboldt.hale.io.codelist.xml.reader that implement CodeList | |
---|---|
class |
XmlCodeList
Reads an XML based code list |
Methods in eu.esdihumboldt.hale.io.codelist.xml.reader that return CodeList | |
---|---|
CodeList |
XmlCodeListReader.getCodeList()
|
Uses of CodeList in eu.esdihumboldt.hale.ui.codelist.legacy |
---|
Constructors in eu.esdihumboldt.hale.ui.codelist.legacy with parameters of type CodeList | |
---|---|
CodeListNode(CodeList codes)
Create a new tree node with a given code list |
Uses of CodeList in eu.esdihumboldt.hale.ui.codelist.selector |
---|
Methods in eu.esdihumboldt.hale.ui.codelist.selector that return CodeList | |
---|---|
CodeList |
CodeListSelector.getCodeList()
Get the selected code list. |
CodeList |
ListSelector.getCodeList()
|
CodeList |
CodeListSelectionDialog.getCodeList()
|
CodeList |
FileSelector.getCodeList()
|
Methods in eu.esdihumboldt.hale.ui.codelist.selector with parameters of type CodeList | |
---|---|
boolean |
ListSelector.selectCodeList(CodeList codeList)
Select the given code list. |
Constructors in eu.esdihumboldt.hale.ui.codelist.selector with parameters of type CodeList | |
---|---|
CodeListSelectionDialog(org.eclipse.swt.widgets.Shell parentShell,
CodeList codeList,
String message)
Constructor |
Uses of CodeList in eu.esdihumboldt.hale.ui.codelist.service |
---|
Methods in eu.esdihumboldt.hale.ui.codelist.service that return CodeList | |
---|---|
CodeList |
CodeListService.findCodeListByAttribute(String attributeIdentifier)
Tries to find a code list associated to the attribute referenced by the given identifier. |
CodeList |
CodeListService.findCodeListByIdentifier(String namespace,
String identifier)
Tries to find the code list with the given namespace and identifier. |
Methods in eu.esdihumboldt.hale.ui.codelist.service that return types with arguments of type CodeList | |
---|---|
List<CodeList> |
CodeListService.getCodeLists()
Get the code lists. |
Methods in eu.esdihumboldt.hale.ui.codelist.service with parameters of type CodeList | |
---|---|
void |
CodeListService.addCodeList(CodeList code)
Add a code list to the service. |
void |
CodeListService.assignAttributeCodeList(String attributeIdentifier,
CodeList code)
Assign a code list for an attribute. |
Uses of CodeList in eu.esdihumboldt.hale.ui.codelist.service.internal |
---|
Methods in eu.esdihumboldt.hale.ui.codelist.service.internal that return CodeList | |
---|---|
CodeList |
CodeListServiceImpl.findCodeListByAttribute(String attributeIdentifier)
|
CodeList |
CodeListServiceImpl.findCodeListByIdentifier(String namespace,
String identifier)
|
Methods in eu.esdihumboldt.hale.ui.codelist.service.internal that return types with arguments of type CodeList | |
---|---|
List<CodeList> |
CodeListServiceImpl.getCodeLists()
|
Methods in eu.esdihumboldt.hale.ui.codelist.service.internal with parameters of type CodeList | |
---|---|
void |
CodeListServiceImpl.addCodeList(CodeList code)
|
void |
CodeListServiceImpl.assignAttributeCodeList(String attributeIdentifier,
CodeList code)
|
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |