Uses of Class
net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Packages that use NumberWithUnit Package Description net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components.net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components.net.sf.jguiraffe.gui.layout This package contains the platform-independent base classes and helper classes for the layout managers provided by the JGUIraffe library. -
-
Uses of NumberWithUnit in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return NumberWithUnit Modifier and Type Method Description protected static NumberWithUnit
FormBaseTag. convertToNumberWithUnit(String s)
Converts a string attribute into the corresponding number with unit.protected static NumberWithUnit
FormBaseTag. convertToNumberWithUnit(String s, NumberWithUnit defValue)
Converts a string attribute into the correspondingNumberWithUnit
returning the default value if the attribute has not been set.NumberWithUnit
ListBoxTag. getPreferredScrollHeight()
Returns the preferred scroll height.NumberWithUnit
ScrollSizeSupport. getPreferredScrollHeight()
Returns the preferred scroll height as aNumberWithUnit
.NumberWithUnit
TextAreaTag. getPreferredScrollHeight()
Returns the preferred scroll height as aNumberWithUnit
.NumberWithUnit
TreeTag. getPreferredScrollHeight()
Returns the preferred scroll height.NumberWithUnit
ListBoxTag. getPreferredScrollWidth()
Returns the preferred scroll width.NumberWithUnit
ScrollSizeSupport. getPreferredScrollWidth()
Returns the preferred scroll width of the represented component as aNumberWithUnit
.NumberWithUnit
TextAreaTag. getPreferredScrollWidth()
Returns the preferred scroll width of the represented component as aNumberWithUnit
.NumberWithUnit
TreeTag. getPreferredScrollWidth()
Returns the preferred scroll width.Methods in net.sf.jguiraffe.gui.builder.components.tags with parameters of type NumberWithUnit Modifier and Type Method Description protected static NumberWithUnit
FormBaseTag. convertToNumberWithUnit(String s, NumberWithUnit defValue)
Converts a string attribute into the correspondingNumberWithUnit
returning the default value if the attribute has not been set. -
Uses of NumberWithUnit in net.sf.jguiraffe.gui.builder.components.tags.table
Methods in net.sf.jguiraffe.gui.builder.components.tags.table that return NumberWithUnit Modifier and Type Method Description NumberWithUnit
TableColumnTag. getColumnWidth()
Returns the width of this column as aNumberWithUnit
object.NumberWithUnit
TableColumnWidthController. getOriginalFixedWidth(int index)
Returns the original fixed width of the specified column.NumberWithUnit
TableTag. getPreferredScrollHeight()
Returns the preferred scroll height as a number with unit.NumberWithUnit
TableTag. getPreferredScrollWidth()
Returns the preferred scroll width as a number with unit. -
Uses of NumberWithUnit in net.sf.jguiraffe.gui.layout
Fields in net.sf.jguiraffe.gui.layout declared as NumberWithUnit Modifier and Type Field Description static NumberWithUnit
NumberWithUnit. ZERO
Constant for the special value zero.Methods in net.sf.jguiraffe.gui.layout that return NumberWithUnit Modifier and Type Method Description NumberWithUnit
BorderLayout. getBottomMargin()
Returns the bottom margin.NumberWithUnit
ButtonLayout. getBottomMargin()
Returns the bottom margin.NumberWithUnit
BorderLayout. getEastGap()
Returns the east gap.NumberWithUnit
ButtonLayout. getGap()
Returns the width of the gap between the buttons.NumberWithUnit
BorderLayout. getLeftMargin()
Returns the left margin.NumberWithUnit
ButtonLayout. getLeftMargin()
Returns the left margin.NumberWithUnit
CellConstraints. getMinSize()
Returns the minimum size.NumberWithUnit
BorderLayout. getNorthGap()
Returns the north gap.NumberWithUnit
BorderLayout. getRightMargin()
Returns the right margin.NumberWithUnit
ButtonLayout. getRightMargin()
Returns the right margin.NumberWithUnit
BorderLayout. getSouthGap()
Returns the south gap.NumberWithUnit
BorderLayout. getTopMargin()
Returns the top margin.NumberWithUnit
ButtonLayout. getTopMargin()
Returns the top margin.NumberWithUnit
BorderLayout. getWestGap()
Returns the west gap.static NumberWithUnit
NumberWithUnit. nonNull(NumberWithUnit n)
A convenience method for performing checks for null values.Methods in net.sf.jguiraffe.gui.layout with parameters of type NumberWithUnit Modifier and Type Method Description static NumberWithUnit
NumberWithUnit. nonNull(NumberWithUnit n)
A convenience method for performing checks for null values.void
BorderLayout. setBottomMargin(NumberWithUnit bottomMargin)
Sets the bottom margin.void
ButtonLayout. setBottomMargin(NumberWithUnit bottomMargin)
Sets the bottom margin.void
BorderLayout. setEastGap(NumberWithUnit eastGap)
Sets the east gap.void
ButtonLayout. setGap(NumberWithUnit gap)
Sets the width of the gap between the buttons.void
BorderLayout. setLeftMargin(NumberWithUnit leftMargin)
Sets the left margin.void
ButtonLayout. setLeftMargin(NumberWithUnit leftMargin)
Sets the left margin.void
BorderLayout. setNorthGap(NumberWithUnit northGap)
Sets the north gap.void
BorderLayout. setRightMargin(NumberWithUnit rightMargin)
Sets the right margin.void
ButtonLayout. setRightMargin(NumberWithUnit rightMargin)
Sets the right margin.void
BorderLayout. setSouthGap(NumberWithUnit southGap)
Sets the south gap.void
BorderLayout. setTopMargin(NumberWithUnit topMargin)
Sets the top margin.void
ButtonLayout. setTopMargin(NumberWithUnit topMargin)
Sets the top margin.void
BorderLayout. setWestGap(NumberWithUnit westGap)
Sets the west gap.CellConstraints.Builder
CellConstraints.Builder. withMinimumSize(NumberWithUnit minSize)
Sets theminimumSize
property of theCellConstraints
instance to be created.
-