Package-level declarations

Types

Link copied to clipboard
annotation class AutoResizeMode

A JTable auto-resize mode (AUTO_RESIZE_*).

Link copied to clipboard
annotation class BoxAxis

A BoxLayout axis (X_AXIS/Y_AXIS/LINE_AXIS/PAGE_AXIS).

Link copied to clipboard
annotation class CalendarField

A Calendar field a date sequence advances by one unit of, as SpinnerDateModel steps its value (ERA, YEAR, MONTH, WEEK_OF_YEAR, WEEK_OF_MONTH, DAY_OF_MONTH, DAY_OF_YEAR, DAY_OF_WEEK, DAY_OF_WEEK_IN_MONTH, AM_PM, HOUR, HOUR_OF_DAY, MINUTE, SECOND, MILLISECOND).

Link copied to clipboard
annotation class CaretUpdatePolicy

A DefaultCaret update policy (ALWAYS_UPDATE/NEVER_UPDATE/UPDATE_WHEN_ON_EDT): whether the caret is carried along by an edit made elsewhere in the document, and from which thread.

Link copied to clipboard
annotation class ContentType

A JEditorPane MIME content type string (text/plain, text/html, text/rtf).

Link copied to clipboard
annotation class FlowAlignment

A FlowLayout alignment (LEFT/CENTER/RIGHT/LEADING/TRAILING), as used by FlowPanel. FlowLayout's constants are a separate numbering from SwingConstants, so this is distinct from HorizontalAlignment.

Link copied to clipboard
annotation class FocusCondition

A JComponent input-map focus condition (WHEN_FOCUSED, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_IN_FOCUSED_WINDOW), passed to getInputMap(int).

Link copied to clipboard
annotation class FocusLostBehavior

A JFormattedTextField focus-lost behavior (COMMIT_OR_REVERT/COMMIT/REVERT/PERSIST).

Link copied to clipboard
annotation class GridBagAnchor

A GridBagConstraints anchor: where a child sits inside its display area when the area is larger than the child.

Link copied to clipboard
annotation class GridBagFill

A GridBagConstraints fill (NONE/HORIZONTAL/VERTICAL/BOTH): whether and along which axes a child is resized to fill a display area larger than its requested size.

Link copied to clipboard
annotation class HorizontalAlignment

A horizontal alignment from SwingConstants (LEFT/CENTER/RIGHT/LEADING/TRAILING), as used by JLabel and similar components.

Link copied to clipboard
annotation class HorizontalScrollbarPolicy

A horizontal-scrollbar policy for JScrollPane (HORIZONTAL_SCROLLBAR_*).

Link copied to clipboard
annotation class ListLayoutOrientation

A JList cell layout (VERTICAL/VERTICAL_WRAP/HORIZONTAL_WRAP), for ListBox: a single column of cells, or cells wrapped into as many columns or rows as the space allows - filling column by column for VERTICAL_WRAP, row by row for HORIZONTAL_WRAP.

Link copied to clipboard
annotation class Orientation

A one-dimensional SwingConstants orientation: HORIZONTAL or VERTICAL.

Link copied to clipboard
annotation class ScrollPaneCorner

A JScrollPane corner key (*_CORNER).

Link copied to clipboard
annotation class SelectionMode

A ListSelectionModel selection mode (*_SELECTION), for ListBox/Table.

Link copied to clipboard
annotation class SplitOrientation

A JSplitPane orientation (HORIZONTAL_SPLIT/VERTICAL_SPLIT).

Link copied to clipboard
annotation class TabLayoutPolicy

A JTabbedPane tab-layout policy (WRAP_TAB_LAYOUT/SCROLL_TAB_LAYOUT).

Link copied to clipboard
annotation class TabPlacement

A JTabbedPane tab placement (TOP/BOTTOM/LEFT/RIGHT).

Link copied to clipboard
annotation class TransferAction

A data-transfer action bit-mask from TransferHandler (NONE/COPY/MOVE/LINK/COPY_OR_MOVE). Combine COPY and MOVE with the bitwise or to express both.

Link copied to clipboard
annotation class TreeSelectionMode

A TreeSelectionModel selection mode (*_TREE_SELECTION), for Tree.

Link copied to clipboard
annotation class VerticalAlignment

A vertical alignment from SwingConstants (TOP/CENTER/BOTTOM), as used by JLabel and button-like components.

Link copied to clipboard
annotation class VerticalScrollbarPolicy

A vertical-scrollbar policy for JScrollPane (VERTICAL_SCROLLBAR_*).

Link copied to clipboard
annotation class WindowExtendedState

A Frame extended state (NORMAL/ICONIFIED/MAXIMIZED_HORIZ/MAXIMIZED_VERT/MAXIMIZED_BOTH). The state is a bit mask: combine ICONIFIED with a maximized bit using the bitwise or to express both.