Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.swing.border.AbstractBorder

Uses of AbstractBorder in javax.swing.border
 

Subclasses of AbstractBorder in javax.swing.border
 class BevelBorder
          A rectangular, two pixel thick border that causes the enclosed area to appear as if it was raising out of or lowered into the screen.
 class CompoundBorder
          A Border that is composed of an interior and an exterior border, where the interior border is tightly nested into the exterior.
 class EmptyBorder
          A border for leaving a specifiable number of pixels empty around the enclosed component.
 class EtchedBorder
          A border that looks like an engraving etched into the background surface, or (in its raised variant) coming out of the surface plane.
 class LineBorder
          A border that consists of a line whose thickness and color can be specified.
 class MatteBorder
          A border that is filled with either a solid color or with repeated icon tiles.
 class SoftBevelBorder
          A rectangular, three pixel thick border that looks like a BevelBorder with slightly softened corners.
 class TitledBorder
          A border that paints a title on top of another border.