protected class

MotifDesktopIconUI.IconButton

extends JButton
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.AbstractButton
           ↳ javax.swing.JButton
             ↳ com.sun.java.swing.plaf.motif.MotifDesktopIconUI.IconButton

Summary

[Expand]
Inherited Constants
From class javax.swing.AbstractButton
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
From interface javax.swing.SwingConstants
[Expand]
Inherited Fields
From class javax.swing.AbstractButton
From class javax.swing.JComponent
Public Methods
boolean isFocusTraversable()
This method is deprecated. As of 1.4, replaced by isFocusable().
[Expand]
Inherited Methods
From class javax.swing.JButton
From class javax.swing.AbstractButton
From class javax.swing.JComponent
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.ItemSelectable
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible

Public Methods

public boolean isFocusTraversable ()

This method is deprecated.
As of 1.4, replaced by isFocusable().

Returns whether this Component can become the focus owner.

Returns
  • true if this Component is focusable; false otherwise