Package com.luciad.gui
Class TLcdListLayout
java.lang.Object
com.luciad.gui.TLcdListLayout
- All Implemented Interfaces:
LayoutManager,Serializable
- Direct Known Subclasses:
TLcdLayoutList
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLayoutComponent(String name, Component comp) Deprecated.intDeprecated.intDeprecated.intDeprecated.intDeprecated.booleanDeprecated.voidlayoutContainer(Container parent) Deprecated.minimumLayoutSize(Container parent) Deprecated.preferredLayoutSize(Container parent) Deprecated.voidDeprecated.voidsetComponentHeight(int newComponentHeight) Deprecated.voidsetFirstAddedOnTop(boolean newFirstAddedOnTop) Deprecated.voidsetMinimumHeight(int newMinimumHeight) Deprecated.voidsetMinimumWidth(int newMinimumWidth) Deprecated.voidsetPreferredWidth(int newPreferredWidth) Deprecated.
-
Constructor Details
-
TLcdListLayout
public TLcdListLayout()Deprecated.
-
-
Method Details
-
addLayoutComponent
Deprecated.- Specified by:
addLayoutComponentin interfaceLayoutManager
-
removeLayoutComponent
Deprecated.- Specified by:
removeLayoutComponentin interfaceLayoutManager
-
preferredLayoutSize
Deprecated.- Specified by:
preferredLayoutSizein interfaceLayoutManager
-
minimumLayoutSize
Deprecated.- Specified by:
minimumLayoutSizein interfaceLayoutManager
-
layoutContainer
Deprecated.- Specified by:
layoutContainerin interfaceLayoutManager
-
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.
-