All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.JBorderedPane

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JBorderedPane

public class JBorderedPane
extends JComponent
implements Accessible
A container that renders a border around its contents.


Variable Index

 o border

Constructor Index

 o JBorderedPane()
 o JBorderedPane(Border)

Method Index

 o getAccessibleName()
Get the accessible name of this object.
 o getAccessibleRole()
Get the role of this object.
 o getBorder()
 o getInsets()
If the insets has been set to a non-null value just return it.
 o paint(Graphics)
 o setBorder(Border)

Variables

 o border
 protected Border border

Constructors

 o JBorderedPane
 public JBorderedPane()
 o JBorderedPane
 public JBorderedPane(Border b)

Methods

 o setBorder
 public void setBorder(Border b)
 o getBorder
 public Border getBorder()
 o paint
 public void paint(Graphics g)
Overrides:
paint in class JComponent
 o getInsets
 public Insets getInsets()
If the insets has been set to a non-null value just return it.

Overrides:
getInsets in class JComponent
 o getAccessibleName
 public String getAccessibleName()
Get the accessible name of this object.

Returns:
a localized String describing this object.
Overrides:
getAccessibleName in class JComponent
 o getAccessibleRole
 public AccessibleRole getAccessibleRole()
Get the role of this object.

Returns:
an instance of AccessibleRole describing the role of the object
Overrides:
getAccessibleRole in class JComponent

All Packages  Class Hierarchy  This Package  Previous  Next  Index