Uses of Interface
it.tidalwave.ui.core.role.Displayable
Packages that use Displayable
-
Uses of Displayable in it.tidalwave.ui.core.role
Subinterfaces of Displayable in it.tidalwave.ui.core.roleModifier and TypeInterfaceDescriptioninterface
The role of an object that can be rendered into aString
as HTML markup.interface
A specializedDisplayable
which is mutable (that is, its display name can be changed) and firesPropertyChangeEvent
s.interface
The role of an object that can be rendered into aString
as plain text.Fields in it.tidalwave.ui.core.role declared as DisplayableModifier and TypeFieldDescriptionstatic final Displayable
Displayable.DEFAULT
A defaultDisplayable
with an empty display name.Fields in it.tidalwave.ui.core.role with type parameters of type DisplayableMethods in it.tidalwave.ui.core.role that return DisplayableModifier and TypeMethodDescriptionstatic Displayable
Displayable.fromBundle
(Class<?> ownerClass, String key) Creates aDisplayable
from a resource bundle.static 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.ui.core.role that return types with arguments of type DisplayableModifier and TypeMethodDescriptionstatic Comparator
<Displayable> Displayable.comparing()
Returns aComparator
for comparing two instances ofDisplayable
. -
Uses of Displayable in it.tidalwave.ui.example.model
Classes in it.tidalwave.ui.example.model that implement DisplayableModifier and TypeClassDescriptionclass
A class that models a file with its attributes and children.