A C F G H I L M P R S T U V

S

SelectableLineBorder - Class in uk.co.keang.swingaddons
A Border that draws a single line along the specified edges of the component.
SelectableLineBorder(SelectableLineBorder.Side, Color) - Constructor for class uk.co.keang.swingaddons.SelectableLineBorder
Creates a line border on one side of the component with the specified color and thickness of 1.
SelectableLineBorder(SelectableLineBorder.Side, Color, int) - Constructor for class uk.co.keang.swingaddons.SelectableLineBorder
Creates a line border on one side of the component with the specified color and thickness.
SelectableLineBorder(EnumSet<SelectableLineBorder.Side>, Color, int) - Constructor for class uk.co.keang.swingaddons.SelectableLineBorder
Creates a line border on the specified sides of the component with the specified color and thickness.
SelectableLineBorder.Side - Enum in uk.co.keang.swingaddons
The sides of the component
setColumns(int) - Method in class uk.co.keang.swingaddons.VariableGridLayout
Sets the number of columns in this layout to the specified value.
setCompoundEnabled(boolean) - Method in class uk.co.keang.swingaddons.Gesture
Sets the compound gestures enabled state.
setEnabled(boolean) - Method in class uk.co.keang.swingaddons.Gesture
Sets the enabled state of the gesture handler
setFixedSize(boolean, boolean) - Method in class uk.co.keang.swingaddons.VariableGridLayout
Sets the can stretch state of the horizontal and vertical axis.
setHgap(int) - Method in class uk.co.keang.swingaddons.VariableGridLayout
Sets the horizontal gap between components to the specified value.
setHorizontalBias(FocusAutoScroller.BiasH) - Method in class uk.co.keang.swingaddons.FocusAutoScroller
Sets the horizontal bias
setMinMovement(int) - Method in class uk.co.keang.swingaddons.Gesture
Sets the minimum movement required to generate a gesture
setRows(int) - Method in class uk.co.keang.swingaddons.VariableGridLayout
Sets the number of rows in this layout to the specified value.
setScrollInsets(Insets) - Method in class uk.co.keang.swingaddons.FocusAutoScroller
Sets the insets to apply when auto scrolling
setScrollInsets(int, int, int, int) - Method in class uk.co.keang.swingaddons.FocusAutoScroller
Sets the insets to apply when auto scrolling
setVerticalBias(FocusAutoScroller.BiasV) - Method in class uk.co.keang.swingaddons.FocusAutoScroller
Sets the vertical bias
setVgap(int) - Method in class uk.co.keang.swingaddons.VariableGridLayout
Sets the vertical gap between components to the specified value.

A C F G H I L M P R S T U V