Uses of Interface
it.tidalwave.role.ui.Displayable
Packages that use Displayable
-
Uses of Displayable in it.tidalwave.role.ui
Subinterfaces of Displayable in it.tidalwave.role.uiModifier 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.Fields in it.tidalwave.role.ui declared as DisplayableModifier and TypeFieldDescriptionstatic final Displayable
Displayable.DEFAULT
A defaultDisplayable
with an empty display name.Fields in it.tidalwave.role.ui with type parameters of type DisplayableMethods in it.tidalwave.role.ui that return DisplayableModifier 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>
.Methods in it.tidalwave.role.ui that return types with arguments of type DisplayableModifier and TypeMethodDescriptionstatic Comparator
<Displayable> Displayable.comparing()
Returns aComparator
for comparing two instances ofDisplayable
.