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.
-
DOWN
-
-
LEFT
-
-
RIGHT
-
-
UP
-
-
EArrowButton(int)
- Default constructor for EArrowButton.
-
EArrowButton(int, int)
- Constructor for EArrowButton
UP
public static final int UP
DOWN
public static final int DOWN
LEFT
public static final int LEFT
RIGHT
public static final int RIGHT
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).
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