Uses of Class
uk.co.keang.swingaddons.SelectableLineBorder.Side

Uses of SelectableLineBorder.Side in uk.co.keang.swingaddons
 

Methods in uk.co.keang.swingaddons that return SelectableLineBorder.Side
static SelectableLineBorder.Side SelectableLineBorder.Side.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SelectableLineBorder.Side[] SelectableLineBorder.Side.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in uk.co.keang.swingaddons with parameters of type SelectableLineBorder.Side
SelectableLineBorder(SelectableLineBorder.Side side, java.awt.Color color)
          Creates a line border on one side of the component with the specified color and thickness of 1.
SelectableLineBorder(SelectableLineBorder.Side side, java.awt.Color color, int width)
          Creates a line border on one side of the component with the specified color and thickness.
 

Constructor parameters in uk.co.keang.swingaddons with type arguments of type SelectableLineBorder.Side
SelectableLineBorder(java.util.EnumSet<SelectableLineBorder.Side> side, java.awt.Color color, int width)
          Creates a line border on the specified sides of the component with the specified color and thickness.