Class TLcdListLayout

java.lang.Object
com.luciad.gui.TLcdListLayout
All Implemented Interfaces:
LayoutManager, Serializable
Direct Known Subclasses:
TLcdLayoutList

@Deprecated public class TLcdListLayout extends Object implements LayoutManager, Serializable
Deprecated.
use CardLayout instead
Layout for components with identical size, placed at the top of their parent. Components are laid from the top to the bottom, each given the same vertical space ComponentHeight. If the parent is not high enough to hold all components, the most recently added will not be shown.
See Also:
  • Constructor Details

    • TLcdListLayout

      public TLcdListLayout()
      Deprecated.
  • Method Details

    • addLayoutComponent

      public void addLayoutComponent(String name, Component comp)
      Deprecated.
      Specified by:
      addLayoutComponent in interface LayoutManager
    • removeLayoutComponent

      public void removeLayoutComponent(Component comp)
      Deprecated.
      Specified by:
      removeLayoutComponent in interface LayoutManager
    • preferredLayoutSize

      public Dimension preferredLayoutSize(Container parent)
      Deprecated.
      Specified by:
      preferredLayoutSize in interface LayoutManager
    • minimumLayoutSize

      public Dimension minimumLayoutSize(Container parent)
      Deprecated.
      Specified by:
      minimumLayoutSize in interface LayoutManager
    • layoutContainer

      public void layoutContainer(Container parent)
      Deprecated.
      Specified by:
      layoutContainer in interface LayoutManager
    • setPreferredWidth

      public void setPreferredWidth(int newPreferredWidth)
      Deprecated.
    • getPreferredWidth

      public int getPreferredWidth()
      Deprecated.
    • setMinimumWidth

      public void setMinimumWidth(int newMinimumWidth)
      Deprecated.
    • getMinimumWidth

      public int getMinimumWidth()
      Deprecated.
    • setMinimumHeight

      public void setMinimumHeight(int newMinimumHeight)
      Deprecated.
    • getMinimumHeight

      public int getMinimumHeight()
      Deprecated.
    • setComponentHeight

      public void setComponentHeight(int newComponentHeight)
      Deprecated.
    • getComponentHeight

      public int getComponentHeight()
      Deprecated.
    • setFirstAddedOnTop

      public void setFirstAddedOnTop(boolean newFirstAddedOnTop)
      Deprecated.
    • isFirstAddedOnTop

      public boolean isFirstAddedOnTop()
      Deprecated.