it.tidalwave.role
Interface Displayable
- All Known Subinterfaces:
- LocalizedDisplayable, MutableDisplayable, MutableLocalizedDisplayable
- All Known Implementing Classes:
- DefaultDisplayable, DefaultMutableDisplayable
public interface Displayable
The role of an object which can provide its own display name.
- Version:
- $Id$
- Author:
- Fabrizio Giudici
- Status: stable API
Displayable
static final Class<Displayable> Displayable
DEFAULT
static final Displayable DEFAULT
- A default
Displayable
with a empty display name.
getDisplayName
@Nonnull
String getDisplayName()
- Returns the display name in the current
Locale
.
Copyright © 2009-2012 Tidalwave s.a.s.. All Rights Reserved.