Uses of Class
com.luciad.lucy.gui.TLcyTwoColumnLayoutBuilder.RowBuilder
Packages that use TLcyTwoColumnLayoutBuilder.RowBuilder
Package
Description
Contains graphical user interface related classes like menu bars, toolbars, application panes and customizer factories.
-
Uses of TLcyTwoColumnLayoutBuilder.RowBuilder in com.luciad.lucy.gui
Methods in com.luciad.lucy.gui that return TLcyTwoColumnLayoutBuilder.RowBuilderModifier and TypeMethodDescriptionAdd a component which spans the whole width of the first columnAdd a label and/or component to the first column of this rowAdd a component which spans the whole width of the second columnAdd a label and/or component to the second column of this rowTLcyTwoColumnLayoutBuilder.RowBuilder.growVertically
(boolean aGrowVertically) Specify whether the row should grow vertically or not.TLcyTwoColumnLayoutBuilder.row()
Returns a builder for one row of this layout.TLcyTwoColumnLayoutBuilder.RowBuilder.spanBothColumns
(Component aComponent) Add a component which spans the whole width of the two columns.