Packages

package impl

Type Members

  1. final class AudioFileOutExpandedImpl[S <: Sys[S]] extends View[S] with ComponentHolder[Peer] with ComponentExpandedImpl[S]
  2. trait FileInExpandedImpl[S <: Sys[S]] extends View[S] with ComponentHolder[PanelWithPathField] with ComponentExpandedImpl[S]
  3. final class ImageFileOutExpandedImpl[S <: Sys[S]] extends View[S] with ComponentHolder[Peer] with ComponentExpandedImpl[S]
  4. abstract class ListCellRendererDelegate[A, B] extends ListCellRenderer[A]

    Work around the problem that from Scala's perspective ListCellRenderer and DefaultListCellRenderer diverge.

    Work around the problem that from Scala's perspective ListCellRenderer and DefaultListCellRenderer diverge. 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 a ComboBox, for example, which helps with custom look-and-feels like WebLaF, which would screw up with custom renderers.

Ungrouped