Uses of Class
net.sf.okapi.common.ParameterDescriptor
-
Packages that use ParameterDescriptor 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. -
-
Uses of ParameterDescriptor in net.sf.okapi.common
Methods in net.sf.okapi.common that return ParameterDescriptor Modifier and Type Method Description ParameterDescriptorParametersDescription. add(String name, String displayName, String shortDescription)Adds a descriptor to this description.ParameterDescriptorParametersDescription. get(String name)Gets the descriptor for a given parameter.Methods in net.sf.okapi.common that return types with arguments of type ParameterDescriptor Modifier and Type Method Description Map<String,ParameterDescriptor>ParametersDescription. getDescriptors()Gets a map of all the parameter descriptors for this description. -
Uses of ParameterDescriptor in net.sf.okapi.common.uidescription
Fields in net.sf.okapi.common.uidescription declared as ParameterDescriptor Modifier and Type Field Description protected ParameterDescriptorAbstractPart. paramDescriptorMethods in net.sf.okapi.common.uidescription that return types with arguments of type ParameterDescriptor Modifier and Type Method Description Map<String,ParameterDescriptor>CheckListPart. getEntries()Gets the map of the the entries.Methods in net.sf.okapi.common.uidescription with parameters of type ParameterDescriptor Modifier and Type Method Description CheckboxPartEditorDescription. addCheckboxPart(ParameterDescriptor paramDescriptor)Adds a check box UI part to this editor description.CodeFinderPartEditorDescription. addCodeFinderPart(ParameterDescriptor paramDescriptor)Adds a code-finder panel part to this editor description.voidCheckListPart. addEntry(ParameterDescriptor desc)Adds one entry in the map.FolderInputPartEditorDescription. addFolderInputPart(ParameterDescriptor paramDescriptor, String browseTitle)Adds a folder input field UI part to this editor description.ListSelectionPartEditorDescription. addListSelectionPart(ParameterDescriptor paramDescriptor, String[] choices)Adds a selection list UI part to this editor description.TextInputPartEditorDescription. addOptionalTextInputPart(ParameterDescriptor paramDescriptor)Adds an optional text input UI part to this editor description.PathInputPartEditorDescription. addPathInputPart(ParameterDescriptor paramDescriptor, String browseTitle, boolean forSaveAs)Adds a path input field UI part to this editor description.SpinInputPartEditorDescription. addSpinInputPart(ParameterDescriptor paramDescriptor)Adds a spin part to this editor description.TextInputPartEditorDescription. addTextInputPart(ParameterDescriptor paramDescriptor)Adds a default text input UI part to this editor description.Constructors in net.sf.okapi.common.uidescription with parameters of type ParameterDescriptor Constructor 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.
-