Class | Description | |
---|---|---|
![]() | FlowLayoutManager | FlowLayoutManager class. |
![]() | GridBagConstraint | Class for providing constraint objects to the grid-bag layout manager. |
![]() | GridBagConstraint.GridBagConstraintConverter | TypeConverter for a GridBagConstraint |
![]() | GridBagConstraintConstants | Defines constants used by grid-bag constraint object. |
![]() | GridBagLayoutDragStrategy | Class to handle the dragging and dropping of IDraggableLayoutItems within a GridBagLayout |
![]() | GridBagLayoutItemDimensions | For internal use. A class that contains dimensions of a layout item. |
![]() | GridBagLayoutItemDimensionsCollection | For internal use. A class that contains GridBagLayoutItemDimensions instances each of which associated with a ILayoutItem. |
![]() | GridBagLayoutManager | GridBagLayoutManager class. |
![]() | Insets | Class to specify insets. Insets are the spacing at the edges of an item. |
![]() | Insets.InsetsTypeConverter | MarginsTypeConverter |
![]() | LayoutItemsCollection | ILayoutItem collection. |
![]() | LayoutItemsEnumerator | A base class that implements the IEnumerator interface |
![]() | LayoutManagerBase | Base class for others to implement their own layout managers. |
Interface | Description | |
---|---|---|
![]() | IGridBagConstraint | Interface for providing constraints to the grid-bag layout manager. |
![]() | IGridBagLayoutDragManager | Interface which provides information to a GridBagLayoutDragStrategy for the purpose of dragging and dropping objects in a GridBagLayout. |
![]() | ILayoutChildItem | A LayoutItem that may be contained within an ILayoutGroup |
![]() | ILayoutContainer | ILayoutContainer interface. |
![]() | ILayoutGroup | An object that contains a group of ILayoutItems |
![]() | ILayoutItem | Interface for implementing layout items. |
Enumeration | Description | |
---|---|---|
![]() | AnchorType | Specifies where to anchor an item. |
![]() | DefaultableFlowLayoutAlignment | Enumeration used to indicate the horizontal and vertical alignment in a flow layout. |
![]() | FillType | Specifies whether to resize the item to fill any extra space. |
![]() | FlowLayoutAlignment | Used for specifying FlowLayout.Alignment property. |
![]() | GridBagLayoutAllowMoving | Options for allowing the user to move columns in a GridBagLayout |
![]() | GridBagLayoutAllowSpanSizing | Options for allowing the user to span resize items in a GridBagLayout |
![]() | GridBagLayoutDragStrategy.DropLocation | Indicates whether to show the drag effect arrows on the left, top, right or bottom of the drag elem rect. |
![]() | GridBagLayoutManager.GridBagLayoutMode | GridBagLayout mode. |
![]() | LayoutPropertyIds | Contains ids for properites. Used by the SubObjectPropChange mechanism. |