Class SkinTitlePane.TitlePaneLayout

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

    public class SkinTitlePane.TitlePaneLayout
    extends java.lang.Object
    implements java.awt.LayoutManager
    Description of the Class
    Author:
    fred
    • Constructor Summary

      Constructors 
      Constructor Description
      TitlePaneLayout()  
    • Method Summary

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

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

      • TitlePaneLayout

        public TitlePaneLayout()
    • Method Detail

      • addLayoutComponent

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

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

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

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