Uses of Interface
net.sf.jguiraffe.gui.layout.UnitSizeHandler
-
Packages that use UnitSizeHandler Package Description 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 UnitSizeHandler in net.sf.jguiraffe.gui.builder.components.tags.table
Methods in net.sf.jguiraffe.gui.builder.components.tags.table with parameters of type UnitSizeHandler Modifier and Type Method Description intTableFormController. calculateFixedColumnWidths(UnitSizeHandler sizeHandler, Object container)Determines the fixed size columns of the represented table and initializes their widths in theTableColumnWidthControllerof the current table. -
Uses of UnitSizeHandler in net.sf.jguiraffe.gui.layout
Methods in net.sf.jguiraffe.gui.layout that return UnitSizeHandler Modifier and Type Method Description protected UnitSizeHandlerPercentLayoutBase. getSizeHandler()Returns the currently used size handler implementation.UnitSizeHandlerPercentLayoutPlatformAdapter. getSizeHandler()Returns the platform specificimplementation.UnitSizeHandlerMethods in net.sf.jguiraffe.gui.layout with parameters of type UnitSizeHandler Modifier and Type Method Description intNumberWithUnit. toPixel(UnitSizeHandler handler, Object comp, boolean y)Converts this number into a pixel value.abstract intUnit. toPixel(double value, UnitSizeHandler handler, Object comp, boolean y)Converts the specified value from this unit into pixels.
-