oracle.ide.controls
Interface GridBagConstants
- All Known Implementing Classes:
- DefaultTraversablePanel, JComboCardPanel, JProjectPanel, URLChooser
- public interface GridBagConstants
Interface that can be used in an "implements" clause to make
GridBagConstraints
constants readily available. The basic
point is to make the code more readable.
FILL_NONE
public static final int FILL_NONE
- See Also:
- Constant Field Values
FILL_X
public static final int FILL_X
- See Also:
- Constant Field Values
FILL_Y
public static final int FILL_Y
- See Also:
- Constant Field Values
FILL_XY
public static final int FILL_XY
- See Also:
- Constant Field Values
ANCHOR_NW
public static final int ANCHOR_NW
- See Also:
- Constant Field Values
ANCHOR_N
public static final int ANCHOR_N
- See Also:
- Constant Field Values
ANCHOR_NE
public static final int ANCHOR_NE
- See Also:
- Constant Field Values
ANCHOR_W
public static final int ANCHOR_W
- See Also:
- Constant Field Values
ANCHOR_C
public static final int ANCHOR_C
- See Also:
- Constant Field Values
ANCHOR_E
public static final int ANCHOR_E
- See Also:
- Constant Field Values
ANCHOR_SW
public static final int ANCHOR_SW
- See Also:
- Constant Field Values
ANCHOR_S
public static final int ANCHOR_S
- See Also:
- Constant Field Values
ANCHOR_SE
public static final int ANCHOR_SE
- See Also:
- Constant Field Values
Copyright © 1997, 2004, Oracle. All rights reserved.