Uses of Class
com.privatejgoodies.forms.layout.ConstantSize
-
Packages that use ConstantSize Package Description com.privatejgoodies.forms.layout com.privatejgoodies.forms.util -
-
Uses of ConstantSize in com.privatejgoodies.forms.layout
Fields in com.privatejgoodies.forms.layout declared as ConstantSize Modifier and Type Field Description static ConstantSizeSizes. DLUX1static ConstantSizeSizes. DLUX11static ConstantSizeSizes. DLUX14static ConstantSizeSizes. DLUX2static ConstantSizeSizes. DLUX2121 horizontal dialog units.static ConstantSizeSizes. DLUX3static ConstantSizeSizes. DLUX4static ConstantSizeSizes. DLUX5static ConstantSizeSizes. DLUX6static ConstantSizeSizes. DLUX7static ConstantSizeSizes. DLUX8static ConstantSizeSizes. DLUX9static ConstantSizeSizes. DLUY1static ConstantSizeSizes. DLUY11static ConstantSizeSizes. DLUY14static ConstantSizeSizes. DLUY2static ConstantSizeSizes. DLUY2121 vertical dialog units.static ConstantSizeSizes. DLUY3static ConstantSizeSizes. DLUY4static ConstantSizeSizes. DLUY5static ConstantSizeSizes. DLUY6static ConstantSizeSizes. DLUY7static ConstantSizeSizes. DLUY8static ConstantSizeSizes. DLUY9static ConstantSizeSizes. ZEROMethods in com.privatejgoodies.forms.layout that return ConstantSize Modifier and Type Method Description static ConstantSizeSizes. constant(java.lang.String encodedValueAndUnit, boolean horizontal)Creates 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 ConstantSize Modifier and Type Method Description static 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 ConstantSize Modifier and Type Method Description abstract ConstantSizeLayoutStyle. getButtonBarPad()Returns a pad used to separate a button bar from a component.ConstantSizeMacLayoutStyle. getButtonBarPad()abstract ConstantSizeLayoutStyle. getDialogMarginX()Returns this style's horizontal margin for general dialogs.ConstantSizeMacLayoutStyle. getDialogMarginX()abstract ConstantSizeLayoutStyle. getDialogMarginY()Returns this style's vertical margin for general dialogs.ConstantSizeMacLayoutStyle. getDialogMarginY()abstract ConstantSizeLayoutStyle. getLabelComponentPadX()Returns a gap used to separate a label and associated control.ConstantSizeMacLayoutStyle. getLabelComponentPadX()abstract ConstantSizeLayoutStyle. getLabelComponentPadY()Returns a gap used to separate a label and associated control.ConstantSizeMacLayoutStyle. getLabelComponentPadY()abstract ConstantSizeLayoutStyle. getLinePad()Returns a narrow vertical pad used to separate lines.ConstantSizeMacLayoutStyle. getLinePad()abstract ConstantSizeLayoutStyle. getNarrowLinePad()Returns a narrow vertical pad used to separate lines.ConstantSizeMacLayoutStyle. getNarrowLinePad()abstract ConstantSizeLayoutStyle. getParagraphPad()Returns a pad used to separate paragraphs.ConstantSizeMacLayoutStyle. getParagraphPad()abstract ConstantSizeLayoutStyle. getRelatedComponentsPadX()Returns a horizontal gap used to separate related controls.ConstantSizeMacLayoutStyle. getRelatedComponentsPadX()abstract ConstantSizeLayoutStyle. getRelatedComponentsPadY()Returns a vertical gap used to separate related controls.ConstantSizeMacLayoutStyle. getRelatedComponentsPadY()abstract ConstantSizeLayoutStyle. getTabbedDialogMarginX()Returns this style's horizontal margin for dialogs that consist of a tabbed pane.ConstantSizeMacLayoutStyle. getTabbedDialogMarginX()abstract ConstantSizeLayoutStyle. getTabbedDialogMarginY()Returns this style's vertical margin for dialogs that consist of a tabbed pane.ConstantSizeMacLayoutStyle. getTabbedDialogMarginY()abstract ConstantSizeLayoutStyle. getUnrelatedComponentsPadX()Returns a horizontal gap used to separate unrelated controls.ConstantSizeMacLayoutStyle. getUnrelatedComponentsPadX()abstract ConstantSizeLayoutStyle. getUnrelatedComponentsPadY()Returns a vertical gap used to separate unrelated controls.ConstantSizeMacLayoutStyle. getUnrelatedComponentsPadY()
-