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.
-
border
-
-
JBorderedPane()
-
-
JBorderedPane(Border)
-
-
getAccessibleName()
- Get the accessible name of this object.
-
getAccessibleRole()
- Get the role of this object.
-
getBorder()
-
-
getInsets()
- If the insets has been set to a non-null value
just return it.
-
paint(Graphics)
-
-
setBorder(Border)
-
border
protected Border border
JBorderedPane
public JBorderedPane()
JBorderedPane
public JBorderedPane(Border b)
setBorder
public void setBorder(Border b)
getBorder
public Border getBorder()
paint
public void paint(Graphics g)
- Overrides:
- paint in class JComponent
getInsets
public Insets getInsets()
- If the insets has been set to a non-null value
just return it.
- Overrides:
- getInsets in class JComponent
getAccessibleName
public String getAccessibleName()
- Get the accessible name of this object.
- Returns:
- a localized String describing this object.
- Overrides:
- getAccessibleName in class JComponent
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