|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultiFolderProperty
A property interface for browsing or selecting multiple folders.
The representation is java.io.File
.
Field Summary |
---|
Fields inherited from interface commonj.connector.metadata.discovery.properties.MultiValuedProperty |
---|
MULTI_SELECT, SINGLE_SELECT |
Method Summary | |
---|---|
boolean |
mustExist()
Denotes whether all the folders must exist or not. |
Methods inherited from interface commonj.connector.metadata.discovery.properties.MultiValuedProperty |
---|
addValue, addValue, addValueAsString, addValueAsString, allowDuplicateValues, get, getSelectionStyle, getValues, getValuesAsStrings, removeValue, removeValue, removeValueAsString, setSelection |
Methods inherited from interface commonj.connector.metadata.discovery.properties.SingleTypedProperty |
---|
getPropertyType |
Methods inherited from interface commonj.connector.metadata.discovery.properties.Property |
---|
getValidationMessage, isSet, isValid, unSet |
Methods inherited from interface commonj.connector.metadata.discovery.properties.PropertyDescriptor |
---|
addPropertyChangeListener, clone, getDescription, getDisplayName, getID, getName, isEnabled, removePropertyChangeListener |
Method Detail |
---|
boolean mustExist()
true
.
Otherwise, return false
.
true
if all the folders must exist,
false
otherwise
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |