Uses of Interface
it.tidalwave.role.ui.Displayable
-
Uses of Displayable in it.tidalwave.role.ui
Modifier and TypeInterfaceDescriptioninterface
A specializedDisplayable
which can manage names in multipleLocale
s.interface
A specializedDisplayable
which is mutable (that is, its display name can be changed) and firesPropertyChangeEvent
s.interface
A specializedLocalizedDisplayable
which is mutable.Modifier and TypeFieldDescriptionstatic final Displayable
Displayable.DEFAULT
A defaultDisplayable
with an empty display name.Modifier and TypeMethodDescriptionstatic Displayable
Creates an instance with a given display name.static Displayable
Creates an instance with a given display name iand an explicit label fortoString()
.static <T> Displayable
Creates an instance from aFunction
<T, String>
and a generic object that the function is applied to.static Displayable
Creates an instance from aSupplier
<String>
.Modifier and TypeMethodDescriptionstatic Comparator
<Displayable> Displayable.comparing()
Returns aComparator
for comparing two instances ofDisplayable
.