Uses of Interface
it.tidalwave.role.ui.MutableDisplayable
-
Packages that use MutableDisplayable Package Description it.tidalwave.role.ui -
-
Uses of MutableDisplayable in it.tidalwave.role.ui
Subinterfaces of MutableDisplayable in it.tidalwave.role.ui Modifier and Type Interface Description interface
MutableLocalizedDisplayable
A specializedLocalizedDisplayable
which is mutable.Fields in it.tidalwave.role.ui with type parameters of type MutableDisplayable Modifier and Type Field Description static java.lang.Class<MutableDisplayable>
MutableDisplayable. _MutableDisplayable_
Methods in it.tidalwave.role.ui that return MutableDisplayable Modifier and Type Method Description static MutableDisplayable
MutableDisplayable. of(java.lang.String displayName)
Creates an instance with an initial given display name inLocale.ENGLISH
.static MutableDisplayable
MutableDisplayable. of(java.lang.String displayName, java.lang.String toStringName)
Creates an instance with an initial given display name inLocale.ENGLISH
and an explicit identifier fortoString()
.
-