Class SkinComboBoxUI.SkinComboBoxLayoutManager

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

    public class SkinComboBoxUI.SkinComboBoxLayoutManager
    extends java.lang.Object
    implements java.awt.LayoutManager
    Description of the Class
    Author:
    fred
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addLayoutComponent​(java.lang.String name, java.awt.Component comp)
      Adds a feature to the LayoutComponent attribute of the SkinComboBoxLayoutManager object
      void layoutContainer​(java.awt.Container parent)
      Description of the Method
      java.awt.Dimension minimumLayoutSize​(java.awt.Container parent)
      Description of the Method
      java.awt.Dimension preferredLayoutSize​(java.awt.Container parent)
      Description of the Method
      void removeLayoutComponent​(java.awt.Component comp)
      Description of the Method
      • Methods inherited from class java.lang.Object

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

      • SkinComboBoxLayoutManager

        public SkinComboBoxLayoutManager()
    • Method Detail

      • addLayoutComponent

        public void addLayoutComponent​(java.lang.String name,
                                       java.awt.Component comp)
        Adds a feature to the LayoutComponent attribute of the SkinComboBoxLayoutManager object
        Specified by:
        addLayoutComponent in interface java.awt.LayoutManager
        Parameters:
        name - The feature to be added to the LayoutComponent attribute
        comp - The feature to be added to the LayoutComponent attribute
      • removeLayoutComponent

        public void removeLayoutComponent​(java.awt.Component comp)
        Description of the Method
        Specified by:
        removeLayoutComponent in interface java.awt.LayoutManager
        Parameters:
        comp - Description of Parameter
      • preferredLayoutSize

        public java.awt.Dimension preferredLayoutSize​(java.awt.Container parent)
        Description of the Method
        Specified by:
        preferredLayoutSize in interface java.awt.LayoutManager
        Parameters:
        parent - Description of Parameter
        Returns:
        Description of the Returned Value
      • minimumLayoutSize

        public java.awt.Dimension minimumLayoutSize​(java.awt.Container parent)
        Description of the Method
        Specified by:
        minimumLayoutSize in interface java.awt.LayoutManager
        Parameters:
        parent - Description of Parameter
        Returns:
        Description of the Returned Value
      • layoutContainer

        public void layoutContainer​(java.awt.Container parent)
        Description of the Method
        Specified by:
        layoutContainer in interface java.awt.LayoutManager
        Parameters:
        parent - Description of Parameter