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 NumberWithUnitFormBaseTag. convertToNumberWithUnit(String s)Converts a string attribute into the corresponding number with unit.protected static NumberWithUnitFormBaseTag. convertToNumberWithUnit(String s, NumberWithUnit defValue)Converts a string attribute into the correspondingNumberWithUnitreturning the default value if the attribute has not been set.NumberWithUnitListBoxTag. getPreferredScrollHeight()Returns the preferred scroll height.NumberWithUnitScrollSizeSupport. getPreferredScrollHeight()Returns the preferred scroll height as aNumberWithUnit.NumberWithUnitTextAreaTag. getPreferredScrollHeight()Returns the preferred scroll height as aNumberWithUnit.NumberWithUnitTreeTag. getPreferredScrollHeight()Returns the preferred scroll height.NumberWithUnitListBoxTag. getPreferredScrollWidth()Returns the preferred scroll width.NumberWithUnitScrollSizeSupport. getPreferredScrollWidth()Returns the preferred scroll width of the represented component as aNumberWithUnit.NumberWithUnitTextAreaTag. getPreferredScrollWidth()Returns the preferred scroll width of the represented component as aNumberWithUnit.NumberWithUnitTreeTag. 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 NumberWithUnitFormBaseTag. convertToNumberWithUnit(String s, NumberWithUnit defValue)Converts a string attribute into the correspondingNumberWithUnitreturning 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 NumberWithUnitTableColumnTag. getColumnWidth()Returns the width of this column as aNumberWithUnitobject.NumberWithUnitTableColumnWidthController. getOriginalFixedWidth(int index)Returns the original fixed width of the specified column.NumberWithUnitTableTag. getPreferredScrollHeight()Returns the preferred scroll height as a number with unit.NumberWithUnitTableTag. 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 NumberWithUnitNumberWithUnit. ZEROConstant for the special value zero.Methods in net.sf.jguiraffe.gui.layout that return NumberWithUnit Modifier and Type Method Description NumberWithUnitBorderLayout. getBottomMargin()Returns the bottom margin.NumberWithUnitButtonLayout. getBottomMargin()Returns the bottom margin.NumberWithUnitBorderLayout. getEastGap()Returns the east gap.NumberWithUnitButtonLayout. getGap()Returns the width of the gap between the buttons.NumberWithUnitBorderLayout. getLeftMargin()Returns the left margin.NumberWithUnitButtonLayout. getLeftMargin()Returns the left margin.NumberWithUnitCellConstraints. getMinSize()Returns the minimum size.NumberWithUnitBorderLayout. getNorthGap()Returns the north gap.NumberWithUnitBorderLayout. getRightMargin()Returns the right margin.NumberWithUnitButtonLayout. getRightMargin()Returns the right margin.NumberWithUnitBorderLayout. getSouthGap()Returns the south gap.NumberWithUnitBorderLayout. getTopMargin()Returns the top margin.NumberWithUnitButtonLayout. getTopMargin()Returns the top margin.NumberWithUnitBorderLayout. getWestGap()Returns the west gap.static NumberWithUnitNumberWithUnit. 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 NumberWithUnitNumberWithUnit. nonNull(NumberWithUnit n)A convenience method for performing checks for null values.voidBorderLayout. setBottomMargin(NumberWithUnit bottomMargin)Sets the bottom margin.voidButtonLayout. setBottomMargin(NumberWithUnit bottomMargin)Sets the bottom margin.voidBorderLayout. setEastGap(NumberWithUnit eastGap)Sets the east gap.voidButtonLayout. setGap(NumberWithUnit gap)Sets the width of the gap between the buttons.voidBorderLayout. setLeftMargin(NumberWithUnit leftMargin)Sets the left margin.voidButtonLayout. setLeftMargin(NumberWithUnit leftMargin)Sets the left margin.voidBorderLayout. setNorthGap(NumberWithUnit northGap)Sets the north gap.voidBorderLayout. setRightMargin(NumberWithUnit rightMargin)Sets the right margin.voidButtonLayout. setRightMargin(NumberWithUnit rightMargin)Sets the right margin.voidBorderLayout. setSouthGap(NumberWithUnit southGap)Sets the south gap.voidBorderLayout. setTopMargin(NumberWithUnit topMargin)Sets the top margin.voidButtonLayout. setTopMargin(NumberWithUnit topMargin)Sets the top margin.voidBorderLayout. setWestGap(NumberWithUnit westGap)Sets the west gap.CellConstraints.BuilderCellConstraints.Builder. withMinimumSize(NumberWithUnit minSize)Sets theminimumSizeproperty of theCellConstraintsinstance to be created.
-