public interface MutableIdentity extends Identity
Identity
whose "appearance" fields can be changed
by foreign code. Note that the defining properties of an identity (i.e.
its owner and id
) are not declared to be mutable! This
interface is intended for use cases where identity instances can be modified
by the user.COMPARATOR
Modifier and Type | Method and Description |
---|---|
void |
setDescription(java.lang.String name) |
void |
setIdon(javax.swing.Icon icon) |
void |
setName(java.lang.String name) |