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 TypeInterfaceDescriptioninterfaceThe role of an object that can be rendered into aStringas HTML markup.interfaceA specializedDisplayablewhich is mutable (that is, its display name can be changed) and firesPropertyChangeEvents.interfaceThe role of an object that can be rendered into aStringas plain text.Fields in it.tidalwave.ui.core.role declared as DisplayableModifier and TypeFieldDescriptionstatic final DisplayableDisplayable.DEFAULTA defaultDisplayablewith 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 DisplayableDisplayable.fromBundle(Class<?> ownerClass, String key) Creates aDisplayablefrom a resource bundle.static DisplayableCreates an instance with a given display name.static DisplayableCreates an instance with a given display name iand an explicit label fortoString().static <T> DisplayableCreates an instance from aFunction<T, String>and a generic object that the function is applied to.static DisplayableCreates 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 aComparatorfor comparing two instances ofDisplayable. -
Uses of Displayable in it.tidalwave.ui.example.model
Classes in it.tidalwave.ui.example.model that implement DisplayableModifier and TypeClassDescriptionclassA class that models a file with its attributes and children.