Class SkinTitlePane.TitlePaneLayout

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

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

    • TitlePaneLayout

      public TitlePaneLayout()
  • Method Details

    • addLayoutComponent

      public void addLayoutComponent(String name, Component c)
      Adds a feature to the LayoutComponent attribute of the TitlePaneLayout object
      Specified by:
      addLayoutComponent in interface LayoutManager
      Parameters:
      name - The feature to be added to the LayoutComponent attribute
      c - The feature to be added to the LayoutComponent attribute
    • removeLayoutComponent

      public void removeLayoutComponent(Component c)
      Description of the Method
      Specified by:
      removeLayoutComponent in interface LayoutManager
      Parameters:
      c - Description of Parameter
    • preferredLayoutSize

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

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

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