public class

WindowsBorders

extends Object
java.lang.Object
   ↳ com.sun.java.swing.plaf.windows.WindowsBorders

Class Overview

Factory object that can vend Borders appropriate for the Windows 95 L & F.

Summary

Nested Classes
class WindowsBorders.DashedBorder This class is an implementation of a dashed border. 
class WindowsBorders.InternalFrameLineBorder This class is an implementation of the InternalFrameLine border. 
class WindowsBorders.ProgressBarBorder  
class WindowsBorders.ToolBarBorder A border for the ToolBar. 
Public Constructors
WindowsBorders()
Public Methods
static Border getFocusCellHighlightBorder()
Returns an new instance of a border used to indicate which cell item has focus.
static Border getInternalFrameBorder()
static Border getProgressBarBorder()
Returns a border instance for a Windows Progress Bar
static Border getTableHeaderBorder()
static Border getToolBarBorder()
Returns a border instance for a Windows ToolBar
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public WindowsBorders ()

Public Methods

public static Border getFocusCellHighlightBorder ()

Returns an new instance of a border used to indicate which cell item has focus.

Returns
  • a border to indicate which cell item has focus

public static Border getInternalFrameBorder ()

public static Border getProgressBarBorder ()

Returns a border instance for a Windows Progress Bar

public static Border getTableHeaderBorder ()

public static Border getToolBarBorder ()

Returns a border instance for a Windows ToolBar

Returns
  • a border used for the toolbar