Package PamView.dialog
Class PamGridBagContraints
java.lang.Object
java.awt.GridBagConstraints
PamView.dialog.PamGridBagContraints
- All Implemented Interfaces:
 Serializable,Cloneable
- Direct Known Subclasses:
 HidingGridBagContraints
Standard grid bag contraints to use as a default in 
 dialogs.
- Author:
 - Douglas Gillespie
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intFields inherited from class java.awt.GridBagConstraints
ABOVE_BASELINE, ABOVE_BASELINE_LEADING, ABOVE_BASELINE_TRAILING, anchor, BASELINE, BASELINE_LEADING, BASELINE_TRAILING, BELOW_BASELINE, BELOW_BASELINE_LEADING, BELOW_BASELINE_TRAILING, BOTH, CENTER, EAST, fill, FIRST_LINE_END, FIRST_LINE_START, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, LAST_LINE_END, LAST_LINE_START, LINE_END, LINE_START, NONE, NORTH, NORTHEAST, NORTHWEST, PAGE_END, PAGE_START, RELATIVE, REMAINDER, SOUTH, SOUTHEAST, SOUTHWEST, VERTICAL, weightx, weighty, WEST - 
Constructor Summary
ConstructorsConstructorDescriptionConstruct a standard gridbagconstaints suitable for most PAM dialog layouts.PamGridBagContraints(Insets insets, int padX, int padY) Construct a GridBagConstraints with a bit more control over insets and padding. - 
Method Summary
Methods inherited from class java.awt.GridBagConstraints
clone 
- 
Field Details
- 
emptyBorderLeft
public static final int emptyBorderLeft- See Also:
 
 - 
emptyBorderRight
public static final int emptyBorderRight- See Also:
 
 - 
emptyBorderTop
public static final int emptyBorderTop- See Also:
 
 - 
emptyBorderBottom
public static final int emptyBorderBottom- See Also:
 
 
 - 
 - 
Constructor Details
- 
PamGridBagContraints
public PamGridBagContraints()Construct a standard gridbagconstaints suitable for most PAM dialog layouts. - 
PamGridBagContraints
Construct a GridBagConstraints with a bit more control over insets and padding.- Parameters:
 insets- insets, can be nullpadX- ipadxpadY- ipady
 
 - 
 - 
Method Details
- 
getEmptyBorderInsets
 
 -