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
MotifScrollBarButton(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.
isFocusTraversable()
- Identifies whether or not this component can receive the focus.
paint(Graphics)
- This method is invoked by Swing to draw components.
MotifScrollBarButton
public MotifScrollBarButton(int direction)
getPreferredSize
public Dimension getPreferredSize()
- If the preferredSize has been set to a non-null value
just return it.
- Overrides:
- getPreferredSize in class JComponent
getMinimumSize
public Dimension getMinimumSize()
- If the minimumSize has been set to a non-null value
just return it.
- Overrides:
- getMinimumSize in class JComponent
getMaximumSize
public Dimension getMaximumSize()
- If the maximumSize has been set to a non-null value
just return it.
- Overrides:
- getMaximumSize in class JComponent
isFocusTraversable
public boolean isFocusTraversable()
- Identifies whether or not this component can receive the focus.
- Overrides:
- isFocusTraversable in class JComponent
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