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
JLFInternalFrameButton(ComponentUI)
-
isFocusTraversable()
- Identifies whether or not this component can receive the focus.
requestFocus()
- Set focus on the receiving component if isRequestFocusEnabled returns true
setNewUI(ComponentUI)
-
updateUI()
- Notification from the UIFactory that the L&F
has changed.
JLFInternalFrameButton
public JLFInternalFrameButton(ComponentUI newUI)
setNewUI
public void setNewUI(ComponentUI newUI)
updateUI
public void updateUI()
- Notification from the UIFactory that the L&F
has changed.
- Overrides:
- updateUI in class JButton
isFocusTraversable
public boolean isFocusTraversable()
- Identifies whether or not this component can receive the focus.
- Overrides:
- isFocusTraversable in class JComponent
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