All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.motif.MotifScrollBarButton

java.lang.Object
    |
    +----java.awt.Component
            |
            +----java.awt.Container
                    |
                    +----java.awt.swing.JComponent
                            |
                            +----java.awt.swing.AbstractButton
                                    |
                                    +----java.awt.swing.JButton
                                            |
                                            +----java.awt.swing.motif.MotifScrollBarButton

public class MotifScrollBarButton
extends JButton
implements SwingConstants

Constructor Index

 o MotifScrollBarButton(int)

Method Index

 o getMaximumSize()
If the maximumSize has been set to a non-null value just return it.
 o getMinimumSize()
If the minimumSize has been set to a non-null value just return it.
 o getPreferredSize()
If the preferredSize has been set to a non-null value just return it.
 o isFocusTraversable()
Identifies whether or not this component can receive the focus.
 o paint(Graphics)
This method is invoked by Swing to draw components.

Constructors

 o MotifScrollBarButton
public MotifScrollBarButton(int direction)

Methods

 o getPreferredSize
public Dimension getPreferredSize()
If the preferredSize has been set to a non-null value just return it.

Overrides:
getPreferredSize in class JComponent
 o getMinimumSize
public Dimension getMinimumSize()
If the minimumSize has been set to a non-null value just return it.

Overrides:
getMinimumSize in class JComponent
 o getMaximumSize
public Dimension getMaximumSize()
If the maximumSize has been set to a non-null value just return it.

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

Overrides:
isFocusTraversable in class JComponent
 o paint
public void paint(Graphics g)
This method is invoked by Swing to draw components.

Overrides:
paint in class JComponent

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature