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 Link icon

    • TLcdListLayout Link icon

      public TLcdListLayout()
      Deprecated.
  • Method Details Link icon

    • addLayoutComponent Link icon

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

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

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

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

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

      public void setPreferredWidth(int newPreferredWidth)
      Deprecated.
    • getPreferredWidth Link icon

      public int getPreferredWidth()
      Deprecated.
    • setMinimumWidth Link icon

      public void setMinimumWidth(int newMinimumWidth)
      Deprecated.
    • getMinimumWidth Link icon

      public int getMinimumWidth()
      Deprecated.
    • setMinimumHeight Link icon

      public void setMinimumHeight(int newMinimumHeight)
      Deprecated.
    • getMinimumHeight Link icon

      public int getMinimumHeight()
      Deprecated.
    • setComponentHeight Link icon

      public void setComponentHeight(int newComponentHeight)
      Deprecated.
    • getComponentHeight Link icon

      public int getComponentHeight()
      Deprecated.
    • setFirstAddedOnTop Link icon

      public void setFirstAddedOnTop(boolean newFirstAddedOnTop)
      Deprecated.
    • isFirstAddedOnTop Link icon

      public boolean isFirstAddedOnTop()
      Deprecated.