Package com.luciad.gui
Class TLcdLayoutList
java.lang.Object
com.luciad.gui.TLcdListLayout
com.luciad.gui.TLcdLayoutList
- All Implemented Interfaces:
LayoutManager
,Serializable
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 Summary
-
Method Summary
Methods inherited from class com.luciad.gui.TLcdListLayout
addLayoutComponent, getComponentHeight, getMinimumHeight, getMinimumWidth, getPreferredWidth, isFirstAddedOnTop, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setComponentHeight, setFirstAddedOnTop, setMinimumHeight, setMinimumWidth, setPreferredWidth
-
Constructor Details
-
TLcdLayoutList
public TLcdLayoutList()Deprecated.
-
TLcdListLayout