Class PlasticComboBoxUI.PlasticComboBoxLayoutManager

  • All Implemented Interfaces:
    java.awt.LayoutManager
    Enclosing class:
    PlasticComboBoxUI

    private final class PlasticComboBoxUI.PlasticComboBoxLayoutManager
    extends javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManager
    This layout manager handles the 'standard' layout of combo boxes. It puts the arrow button to the right and the editor to the left. If there is no editor it still keeps the arrow button to the right. Overriden to use a fixed arrow button width.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void layoutContainer​(java.awt.Container parent)  
      • Methods inherited from class javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManager

        superLayout
      • Methods inherited from class javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager

        addLayoutComponent, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlasticComboBoxLayoutManager

        private PlasticComboBoxLayoutManager()
    • Method Detail

      • layoutContainer

        public void layoutContainer​(java.awt.Container parent)
        Specified by:
        layoutContainer in interface java.awt.LayoutManager
        Overrides:
        layoutContainer in class javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManager