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.
JLFScrollButton(int, int)
-
getMaximumSize()
- If the maximumSize has been set to a non-null value
just return it.
getMinimumSize()
- If the minimumSize has been set to a non-null value
just return it.
getPreferredSize()
- If the preferredSize has been set to a non-null value
just return it.
paint(Graphics)
- This method is invoked by Swing to draw components.
JLFScrollButton
public JLFScrollButton(int direction,
int width)
paint
public void paint(Graphics g)
- This method is invoked by Swing to draw components.
- Overrides:
- paint in class BasicArrowButton
getPreferredSize
public Dimension getPreferredSize()
- If the preferredSize has been set to a non-null value
just return it.
- Overrides:
- getPreferredSize in class BasicArrowButton
getMinimumSize
public Dimension getMinimumSize()
- If the minimumSize has been set to a non-null value
just return it.
- Overrides:
- getMinimumSize in class BasicArrowButton
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