org.eclipse.jst.jsf.metadataprocessors.internal.provisional.features
Interface IPossibleValue
- All Known Implementing Classes:
- PossibleValue
- public interface IPossibleValue
getValue
public java.lang.String getValue()
- Returns:
- value to set. should not return null.
getDisplayValue
public java.lang.String getDisplayValue()
- Returns:
- value to display in a proposal which can be different than what is set. Must not return null.
getIcon
public org.eclipse.jface.resource.ImageDescriptor getIcon()
- Returns:
- ImageDescriptor for image to be displayed in a proposal. May be null.
isDefaultValue
public boolean isDefaultValue()
- Returns:
- true if is known to be the default value.
getAdditionalInformation
public java.lang.String getAdditionalInformation()
- Returns:
- additional information that could be used for descriptive help
May be null