public class GridBagLayoutUtilities
extends java.lang.Object
Constructor and Description |
---|
GridBagLayoutUtilities() |
Modifier and Type | Method and Description |
---|---|
static void |
addDefaultBufferComponentForPropertyPanels(java.awt.GridBagConstraints pGridBagConstraints,
javax.swing.JPanel pPanel)
Adds a buffer component to the current line of the
GridBagLayout to create a gap between two elements (No longer used!!!) |
static java.awt.GridBagConstraints |
getDefaultConstraintsForPropertyPanels(java.awt.GridBagConstraints pGridBagConstraints)
Configures and returns the
GridBagConstraints object so that it can be used in property panels (No longer used!!!) |
public static java.awt.GridBagConstraints getDefaultConstraintsForPropertyPanels(java.awt.GridBagConstraints pGridBagConstraints)
GridBagConstraints
object so that it can be used in property panels (No longer used!!!).pGridBagConstraints
- The GridBagConstraints
object that should be configured for the default use in property panels.GridBagConstraints
object that has been configured for the default use in property panels.public static void addDefaultBufferComponentForPropertyPanels(java.awt.GridBagConstraints pGridBagConstraints, javax.swing.JPanel pPanel)
GridBagLayout
to create a gap between two elements (No longer used!!!).pGridBagConstraints
- The GridBagConstraints
object that is used to add this buffer element.pPanel
- The Panel
object that shows the GridBagLayout
.