All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.e2technologies.util.EArrowButton

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----javax.swing.JComponent
                           |
                           +----javax.swing.AbstractButton
                                   |
                                   +----javax.swing.JButton
                                           |
                                           +----net.e2technologies.util.EArrowButton

public class EArrowButton
extends JButton
EArrowButton is a button that contains the graphic of a arrow. This will most likely be used with components like spinners. There are three dirrections of the arrows to use: UP, DOWN, LEFT, and RIGHT.


Variable Index

 o DOWN
 o LEFT
 o RIGHT
 o UP

Constructor Index

 o EArrowButton(int)
Default constructor for EArrowButton.
 o EArrowButton(int, int)
Constructor for EArrowButton

Variables

 o UP
 public static final int UP
 o DOWN
 public static final int DOWN
 o LEFT
 public static final int LEFT
 o RIGHT
 public static final int RIGHT

Constructors

 o EArrowButton
 public EArrowButton(int p_type)
Default constructor for EArrowButton.

Parameters:
int - p_type - This can be either UP, DOWN, LEFT, or RIGHT. (These are public constants within the class).
 o EArrowButton
 public EArrowButton(int p_type,
                     int p_size)
Constructor for EArrowButton

Parameters:
int - p_type - This can be either UP, DOWN, LEFT, or RIGHT. (These are public constants within the class).
int - p_size - The size of the arrow graphics (in pixels).

All Packages  Class Hierarchy  This Package  Previous  Next  Index