package impl
Type Members
- final class AudioFileOutExpandedImpl[S <: Sys[S]] extends View[S] with ComponentHolder[Peer] with ComponentExpandedImpl[S]
- trait FileInExpandedImpl[S <: Sys[S]] extends View[S] with ComponentHolder[PanelWithPathField] with ComponentExpandedImpl[S]
- final class ImageFileOutExpandedImpl[S <: Sys[S]] extends View[S] with ComponentHolder[Peer] with ComponentExpandedImpl[S]
-
abstract
class
ListCellRendererDelegate[A, B] extends ListCellRenderer[A]
Work around the problem that from Scala's perspective
ListCellRendererandDefaultListCellRendererdiverge.Work around the problem that from Scala's perspective
ListCellRendererandDefaultListCellRendererdiverge. What we do is map the display value and then hand it into a peer renderer. This way one can use the "default" renderer of aComboBox, for example, which helps with custom look-and-feels like WebLaF, which would screw up with custom renderers.