Uses of Class
com.privatejgoodies.forms.layout.ConstantSize
Packages that use ConstantSize
-
Uses of ConstantSize in com.privatejgoodies.forms.layout
Fields in com.privatejgoodies.forms.layout declared as ConstantSizeModifier and TypeFieldDescriptionstatic final ConstantSizeSizes.DLUX1static final ConstantSizeSizes.DLUX11static final ConstantSizeSizes.DLUX14static final ConstantSizeSizes.DLUX2static final ConstantSizeSizes.DLUX2121 horizontal dialog units.static final ConstantSizeSizes.DLUX3static final ConstantSizeSizes.DLUX4static final ConstantSizeSizes.DLUX5static final ConstantSizeSizes.DLUX6static final ConstantSizeSizes.DLUX7static final ConstantSizeSizes.DLUX8static final ConstantSizeSizes.DLUX9static final ConstantSizeSizes.DLUY1static final ConstantSizeSizes.DLUY11static final ConstantSizeSizes.DLUY14static final ConstantSizeSizes.DLUY2static final ConstantSizeSizes.DLUY2121 vertical dialog units.static final ConstantSizeSizes.DLUY3static final ConstantSizeSizes.DLUY4static final ConstantSizeSizes.DLUY5static final ConstantSizeSizes.DLUY6static final ConstantSizeSizes.DLUY7static final ConstantSizeSizes.DLUY8static final ConstantSizeSizes.DLUY9static final ConstantSizeSizes.ZEROMethods in com.privatejgoodies.forms.layout that return ConstantSizeModifier and TypeMethodDescriptionstatic ConstantSizeCreates and returns an instance ofConstantSizefrom the given encoded size and unit description.static ConstantSizeSizes.dluX(int value) Creates and returns a ConstantSize for the specified value in horizontal dialog units.static ConstantSizeSizes.dluY(int value) Creates and returns a ConstantSize for the specified value in vertical dialog units.static ConstantSizeSizes.pixel(int value) Creates and returns a ConstantSize for the specified pixel value.Methods in com.privatejgoodies.forms.layout with parameters of type ConstantSizeModifier and TypeMethodDescriptionstatic ColumnSpecColumnSpec.createGap(ConstantSize gapWidth) Creates and returns aColumnSpecthat represents a gap with the specifiedConstantSize.static RowSpecRowSpec.createGap(ConstantSize gapHeight) Creates and returns aRowSpecthat represents a gap with the specifiedConstantSize. -
Uses of ConstantSize in com.privatejgoodies.forms.util
Methods in com.privatejgoodies.forms.util that return ConstantSizeModifier and TypeMethodDescriptionabstract ConstantSizeLayoutStyle.getButtonBarPad()Returns a pad used to separate a button bar from a component.MacLayoutStyle.getButtonBarPad()abstract ConstantSizeLayoutStyle.getDialogMarginX()Returns this style's horizontal margin for general dialogs.MacLayoutStyle.getDialogMarginX()abstract ConstantSizeLayoutStyle.getDialogMarginY()Returns this style's vertical margin for general dialogs.MacLayoutStyle.getDialogMarginY()abstract ConstantSizeLayoutStyle.getLabelComponentPadX()Returns a gap used to separate a label and associated control.MacLayoutStyle.getLabelComponentPadX()abstract ConstantSizeLayoutStyle.getLabelComponentPadY()Returns a gap used to separate a label and associated control.MacLayoutStyle.getLabelComponentPadY()abstract ConstantSizeLayoutStyle.getLinePad()Returns a narrow vertical pad used to separate lines.MacLayoutStyle.getLinePad()abstract ConstantSizeLayoutStyle.getNarrowLinePad()Returns a narrow vertical pad used to separate lines.MacLayoutStyle.getNarrowLinePad()abstract ConstantSizeLayoutStyle.getParagraphPad()Returns a pad used to separate paragraphs.MacLayoutStyle.getParagraphPad()abstract ConstantSizeLayoutStyle.getRelatedComponentsPadX()Returns a horizontal gap used to separate related controls.MacLayoutStyle.getRelatedComponentsPadX()abstract ConstantSizeLayoutStyle.getRelatedComponentsPadY()Returns a vertical gap used to separate related controls.MacLayoutStyle.getRelatedComponentsPadY()abstract ConstantSizeLayoutStyle.getTabbedDialogMarginX()Returns this style's horizontal margin for dialogs that consist of a tabbed pane.MacLayoutStyle.getTabbedDialogMarginX()abstract ConstantSizeLayoutStyle.getTabbedDialogMarginY()Returns this style's vertical margin for dialogs that consist of a tabbed pane.MacLayoutStyle.getTabbedDialogMarginY()abstract ConstantSizeLayoutStyle.getUnrelatedComponentsPadX()Returns a horizontal gap used to separate unrelated controls.MacLayoutStyle.getUnrelatedComponentsPadX()abstract ConstantSizeLayoutStyle.getUnrelatedComponentsPadY()Returns a vertical gap used to separate unrelated controls.MacLayoutStyle.getUnrelatedComponentsPadY()