Class MenuSearchWidget.SearchResultsLayout

java.lang.Object
org.pushingpixels.radiance.theming.internal.widget.menu.MenuSearchWidget.SearchResultsLayout
All Implemented Interfaces:
LayoutManager
Enclosing class:
MenuSearchWidget

private class MenuSearchWidget.SearchResultsLayout extends Object implements LayoutManager
Layout for the search panel. Note that FlowLayout is almost perfect for us, but we need the following:
  • Minimum size to be 16*16 (for the search icon)
  • When there isn't enough place for result buttons, they should continue (even if they are unseen) and not flow to the next line.