Class TLcdLayoutList

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

@Deprecated public class TLcdLayoutList extends TLcdListLayout
Deprecated.
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

    • TLcdLayoutList

      public TLcdLayoutList()
      Deprecated.