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 interfaceMutableLocalizedDisplayableA specializedLocalizedDisplayablewhich 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 MutableDisplayableMutableDisplayable. of(java.lang.String displayName)Creates an instance with an initial given display name inLocale.ENGLISH.static MutableDisplayableMutableDisplayable. of(java.lang.String displayName, java.lang.String toStringName)Creates an instance with an initial given display name inLocale.ENGLISHand an explicit identifier fortoString().
-