All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.basic.BasicFileChooserUI.NoFocusButton

java.lang.Object
    |
    +----java.awt.Component
            |
            +----java.awt.Container
                    |
                    +----java.awt.swing.JComponent
                            |
                            +----java.awt.swing.AbstractButton
                                    |
                                    +----java.awt.swing.JButton
                                            |
                                            +----java.awt.swing.basic.BasicFileChooserUI.NoFocusButton

protected class BasicFileChooserUI.NoFocusButton
extends JButton
A subclass of button that just WILL NOT accept focus


Constructor Index

 o BasicFileChooserUI.NoFocusButton(BasicFileChooserUI, String)

Method Index

 o isFocusTraversable()
Identifies whether or not this component can receive the focus.

Constructors

 o BasicFileChooserUI.NoFocusButton
public BasicFileChooserUI.NoFocusButton(BasicFileChooserUI this$0,
                                        String s)

Methods

 o isFocusTraversable
public boolean isFocusTraversable()
Identifies whether or not this component can receive the focus.

Overrides:
isFocusTraversable in class JComponent

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature