| Package | Description |
|---|---|
| net.sf.okapi.common |
Classes commonly used across the whole Okapi Framework.
|
| net.sf.okapi.common.uidescription |
Classes used to describe, in a UI-independent way, the UI parts used to edit
parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterDescriptor |
ParametersDescription.add(String name,
String displayName,
String shortDescription)
Adds a descriptor to this description.
|
ParameterDescriptor |
ParametersDescription.get(String name)
Gets the descriptor for a given parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ParameterDescriptor> |
ParametersDescription.getDescriptors()
Gets a map of all the parameter descriptors for this description.
|
| Modifier and Type | Field and Description |
|---|---|
protected ParameterDescriptor |
AbstractPart.paramDescriptor |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ParameterDescriptor> |
CheckListPart.getEntries()
Gets the map of the the entries.
|
| Modifier and Type | Method and Description |
|---|---|
CheckboxPart |
EditorDescription.addCheckboxPart(ParameterDescriptor paramDescriptor)
Adds a check box UI part to this editor description.
|
CodeFinderPart |
EditorDescription.addCodeFinderPart(ParameterDescriptor paramDescriptor)
Adds a code-finder panel part to this editor description.
|
void |
CheckListPart.addEntry(ParameterDescriptor desc)
Adds one entry in the map.
|
FolderInputPart |
EditorDescription.addFolderInputPart(ParameterDescriptor paramDescriptor,
String browseTitle)
Adds a folder input field UI part to this editor description.
|
ListSelectionPart |
EditorDescription.addListSelectionPart(ParameterDescriptor paramDescriptor,
String[] choices)
Adds a selection list UI part to this editor description.
|
TextInputPart |
EditorDescription.addOptionalTextInputPart(ParameterDescriptor paramDescriptor)
Adds an optional text input UI part to this editor description.
|
PathInputPart |
EditorDescription.addPathInputPart(ParameterDescriptor paramDescriptor,
String browseTitle,
boolean forSaveAs)
Adds a path input field UI part to this editor description.
|
SpinInputPart |
EditorDescription.addSpinInputPart(ParameterDescriptor paramDescriptor)
Adds a spin part to this editor description.
|
TextInputPart |
EditorDescription.addTextInputPart(ParameterDescriptor paramDescriptor)
Adds a default text input UI part to this editor description.
|
| Constructor and Description |
|---|
AbstractPart(ParameterDescriptor paramDescriptor)
Creates a new BasePart object with a given parameter description.
|
CheckboxPart(ParameterDescriptor paramDescriptor)
Creates a new CheckboxPart object with a given parameter descriptor.
|
CodeFinderPart(ParameterDescriptor paramDescriptor)
Creates a new CodeFinderPart object with a given parameter descriptor.
|
FolderInputPart(ParameterDescriptor paramDescriptor,
String browseTitle)
Creates a new FolderInputPart object with a given parameter descriptor.
|
ListSelectionPart(ParameterDescriptor paramDescriptor,
String[] choicesValues)
Creates a new ListSelectionPart object with a given parameter descriptor.
|
PathInputPart(ParameterDescriptor paramDescriptor,
String browseTitle,
boolean forSaveAs)
Creates a new PathInputPart object with a given parameter descriptor.
|
SpinInputPart(ParameterDescriptor paramDescriptor)
Creates a new TextInputPart object with a given parameter descriptor.
|
TextInputPart(ParameterDescriptor paramDescriptor)
Creates a new TextInputPart object with a given parameter descriptor.
|
Copyright © 2021. All rights reserved.