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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLayoutComponent
(String name, Component comp) Deprecated.int
Deprecated.int
Deprecated.int
Deprecated.int
Deprecated.boolean
Deprecated.void
layoutContainer
(Container parent) Deprecated.minimumLayoutSize
(Container parent) Deprecated.preferredLayoutSize
(Container parent) Deprecated.void
Deprecated.void
setComponentHeight
(int newComponentHeight) Deprecated.void
setFirstAddedOnTop
(boolean newFirstAddedOnTop) Deprecated.void
setMinimumHeight
(int newMinimumHeight) Deprecated.void
setMinimumWidth
(int newMinimumWidth) Deprecated.void
setPreferredWidth
(int newPreferredWidth) Deprecated.
-
Constructor Details
-
TLcdListLayout
public TLcdListLayout()Deprecated.
-
-
Method Details
-
addLayoutComponent
Deprecated.- Specified by:
addLayoutComponent
in interfaceLayoutManager
-
removeLayoutComponent
Deprecated.- Specified by:
removeLayoutComponent
in interfaceLayoutManager
-
preferredLayoutSize
Deprecated.- Specified by:
preferredLayoutSize
in interfaceLayoutManager
-
minimumLayoutSize
Deprecated.- Specified by:
minimumLayoutSize
in interfaceLayoutManager
-
layoutContainer
Deprecated.- Specified by:
layoutContainer
in 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.
-