Class SkinComboBoxUI.SkinComboBoxLayoutManager

java.lang.Object
com.l2fprod.gui.plaf.skin.SkinComboBoxUI.SkinComboBoxLayoutManager
All Implemented Interfaces:
LayoutManager
Enclosing class:
SkinComboBoxUI

public class SkinComboBoxUI.SkinComboBoxLayoutManager extends Object implements LayoutManager
Description of the Class
Author:
fred
  • Constructor Details

    • SkinComboBoxLayoutManager

      public SkinComboBoxLayoutManager()
  • Method Details

    • addLayoutComponent

      public void addLayoutComponent(String name, Component comp)
      Adds a feature to the LayoutComponent attribute of the SkinComboBoxLayoutManager object
      Specified by:
      addLayoutComponent in interface 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(Component comp)
      Description of the Method
      Specified by:
      removeLayoutComponent in interface LayoutManager
      Parameters:
      comp - Description of Parameter
    • preferredLayoutSize

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

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

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