org.netbeans.spi.project.libraries
Interface NamedLibraryImplementation
- All Superinterfaces:
- LibraryImplementation
- All Known Subinterfaces:
- LibraryImplementation3
public interface NamedLibraryImplementation
- extends LibraryImplementation
LibraryImplementation extension allowing setting/getting display name.
- Since:
- org.netbeans.modules.project.libraries/1 1.31
| Methods inherited from interface org.netbeans.spi.project.libraries.LibraryImplementation |
addPropertyChangeListener, getContent, getDescription, getLocalizingBundle, getName, getType, removePropertyChangeListener, setContent, setDescription, setLocalizingBundle, setName |
PROP_DISPLAY_NAME
static final String PROP_DISPLAY_NAME
- Name of displayName property.
- See Also:
- Constant Field Values
setDisplayName
void setDisplayName(@NullAllowed
String displayName)
- Sets the display name.
- Parameters:
displayName - the new value of the displayName.
If null resets the display name to the value provided
by the localizing bundle or the identifying name.
getDisplayName
@CheckForNull
String getDisplayName()
- Returns the display name if available or null.
- Returns:
- the display name