Java javax.swing.plaf.basic BasicArrowButton fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.plaf.basic BasicArrowButton fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.plaf.basic BasicArrowButton.

The text is from its open source code.

Constructor

BasicArrowButton(int direction)
Creates a BasicArrowButton whose arrow is drawn in the specified direction.

Method

voidaddActionListener(ActionListener l)
Adds an ActionListener to the button.
voidsetFont(Font font)
Sets the font for this component.
voidsetMargin(Insets m)
Sets space for margin between the button's border and the label.