java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.AbstractButton
javax.swing.JButton
javax.swing.plaf.basic.BasicArrowButton
- All Implemented Interfaces:
- ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants
- Direct Known Subclasses:
- MetalScrollButton
- See Also:
- Top Examples, Source Code,
XMLEncoder
public BasicArrowButton(int direction)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public BasicArrowButton(int direction,
Color background,
Color shadow,
Color darkShadow,
Color highlight)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int direction
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getDirection()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Dimension getMaximumSize()
- See Also:
ComponentUI
, JComponent.setMaximumSize(java.awt.Dimension)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Dimension getMinimumSize()
- See Also:
ComponentUI
, JComponent.setMinimumSize(java.awt.Dimension)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Dimension getPreferredSize()
- See Also:
ComponentUI
, JComponent.setPreferredSize(java.awt.Dimension)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isFocusTraversable()
- See Also:
Component.setFocusable(boolean)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void paint(Graphics g)
- See Also:
JComponent.repaint(long, int, int, int, int)
, JComponent.getComponentGraphics(java.awt.Graphics)
, JComponent.paintChildren(java.awt.Graphics)
, JComponent.paintBorder(java.awt.Graphics)
, JComponent.paintComponent(java.awt.Graphics)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void paintTriangle(Graphics g,
int x,
int y,
int size,
int direction,
boolean isEnabled)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setDirection(int dir)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples