public class CheckListPart extends AbstractPart
container, enabledOnSelection, labelFlushed, labelNextToInput, masterPart, paramDescriptor, vertical, withLabel| Constructor and Description |
|---|
CheckListPart(String label,
int heightHint)
Creates a new ListSelectionPart object with a given parameter descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(ParameterDescriptor desc)
Adds one entry in the map.
|
protected void |
checkType()
Checks the types supported by this UI part.
|
void |
clearEntries()
Clears the map of the entries.
|
Map<String,ParameterDescriptor> |
getEntries()
Gets the map of the the entries.
|
int |
getHeightHint()
Gets the suggested height for the list.
|
getContainer, getDisplayName, getMasterPart, getName, getParent, getReadMethod, getShortDescription, getType, getWriteMethod, isEnabledOnSelection, isLabelFlushed, isLabelNextToInput, isVertical, isWithLabel, setContainer, setDisplayName, setLabelFlushed, setLabelNextToInput, setMasterPart, setShortDescription, setVertical, setWithLabelpublic CheckListPart(String label, int heightHint)
label - the text to set at the top of the list (or null).heightHint - the suggested height of the list.protected void checkType()
AbstractPartcheckType in class AbstractPartpublic int getHeightHint()
public Map<String,ParameterDescriptor> getEntries()
public void clearEntries()
public void addEntry(ParameterDescriptor desc)
desc - the description of the parameter.Copyright © 2022. All rights reserved.