-
interface
The role of an object that can be rendered into a
String
as HTML markup.
interface
A specialized
Displayable
which is mutable (that is, its display name can be changed)
and fires
PropertyChangeEvent
s.
interface
The role of an object that can be rendered into a
String
as plain text.
A default Displayable
with an empty display name.
Creates an instance with a given display name.
Creates an instance with a given display name iand an explicit label for toString()
.
Creates an instance from a
Function
<T, String>
and a generic object that the function is applied
to.
Creates an instance from a
Supplier
<String>
.
Returns a
Comparator
for comparing two instances of
Displayable
.
-
class
A class that models a file with its attributes and children.