public class FolderInputPart extends AbstractPart
container, enabledOnSelection, labelFlushed, labelNextToInput, masterPart, paramDescriptor, vertical, withLabel| Constructor and Description |
|---|
FolderInputPart(ParameterDescriptor paramDescriptor,
String browseTitle)
Creates a new FolderInputPart object with a given parameter descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkType()
Checks the types supported by this UI part.
|
String |
getBrowseTitle()
Gets the title of the folder browsing dialog.
|
void |
setBrowseTitle(String browseTitle)
Sets the title of the folder browsing dialog.
|
getContainer, getDisplayName, getMasterPart, getName, getParent, getReadMethod, getShortDescription, getType, getWriteMethod, isEnabledOnSelection, isLabelFlushed, isLabelNextToInput, isVertical, isWithLabel, setContainer, setDisplayName, setLabelFlushed, setLabelNextToInput, setMasterPart, setShortDescription, setVertical, setWithLabelpublic FolderInputPart(ParameterDescriptor paramDescriptor, String browseTitle)
paramDescriptor - the parameter descriptor for this UI part.browseTitle - the title to use for the folder browsing dialog.protected void checkType()
AbstractPartcheckType in class AbstractPartpublic String getBrowseTitle()
public void setBrowseTitle(String browseTitle)
browseTitle - the new title of the folder browsing dialog.Copyright © 2021. All rights reserved.