All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.jlf.JLFScrollButton

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.BasicArrowButton
                                                    |
                                                    +----java.awt.swing.jlf.JLFScrollButton

public class JLFScrollButton
extends BasicArrowButton
JButton object for JLF scrollbar arrows.


Constructor Index

 o JLFScrollButton(int, 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 paint(Graphics)
This method is invoked by Swing to draw components.

Constructors

 o JLFScrollButton
public JLFScrollButton(int direction,
                       int width)

Methods

 o paint
public void paint(Graphics g)
This method is invoked by Swing to draw components.

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

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

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

Overrides:
getMaximumSize in class BasicArrowButton

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature