All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.jlf.JLFInternalFrameButton

java.lang.Object
    |
    +----java.awt.Component
            |
            +----java.awt.Container
                    |
                    +----java.awt.swing.JComponent
                            |
                            +----java.awt.swing.AbstractButton
                                    |
                                    +----java.awt.swing.JButton
                                            |
                                            +----java.awt.swing.jlf.JLFInternalFrameButton

public class JLFInternalFrameButton
extends JButton
JLFInternalFrameButton implementation


Constructor Index

 o JLFInternalFrameButton(ComponentUI)

Method Index

 o isFocusTraversable()
Identifies whether or not this component can receive the focus.
 o requestFocus()
Set focus on the receiving component if isRequestFocusEnabled returns true
 o setNewUI(ComponentUI)
 o updateUI()
Notification from the UIFactory that the L&F has changed.

Constructors

 o JLFInternalFrameButton
public JLFInternalFrameButton(ComponentUI newUI)

Methods

 o setNewUI
public void setNewUI(ComponentUI newUI)
 o updateUI
public void updateUI()
Notification from the UIFactory that the L&F has changed.

Overrides:
updateUI in class JButton
 o isFocusTraversable
public boolean isFocusTraversable()
Identifies whether or not this component can receive the focus.

Overrides:
isFocusTraversable in class JComponent
 o requestFocus
public void requestFocus()
Set focus on the receiving component if isRequestFocusEnabled returns true

Overrides:
requestFocus in class JComponent

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature