| Package | Description |
|---|---|
| net.sf.okapi.common.uidescription |
Classes used to describe, in a UI-independent way, the UI parts used to edit
parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckboxPart
UI part descriptor for a check box.
|
class |
CheckListPart
UI part descriptor for a list of boolean options.
|
class |
CodeFinderPart
UI part descriptor for a code finder option set.
|
class |
FolderInputPart
UI part descriptor for a folder/directory.
|
class |
ListSelectionPart
UI part descriptor for a string selection.
|
class |
PathInputPart
UI part descriptor for a path.
|
class |
SeparatorPart
UI part descriptor for a line separator.
|
class |
SpinInputPart
UI part descriptor for a spin-like input field.
|
class |
TextInputPart
UI part descriptor for a text input field.
|
class |
TextLabelPart
UI part descriptor for a text item.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractPart |
AbstractPart.masterPart |
| Modifier and Type | Method and Description |
|---|---|
AbstractPart |
EditorDescription.getDescriptor(String name)
Gets the descriptor for a given UI part.
|
AbstractPart |
AbstractPart.getMasterPart()
Gets the master part associated with this UI part.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AbstractPart> |
EditorDescription.getDescriptors()
Gets a map of the descriptor of all UI parts for this editor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPart.setMasterPart(AbstractPart masterPart,
boolean enabledOnSelection)
Binds this part to a master part.
|
Copyright © 2021. All rights reserved.