org.jfree.ui
public class L1R3ButtonPanel extends JPanel
Constructor Summary | |
---|---|
L1R3ButtonPanel(String label1, String label2, String label3, String label4)
Standard constructor - creates panel with the specified button labels.
|
Method Summary | |
---|---|
JButton | getLeftButton()
Returns a reference to button 1, allowing the caller to set labels, action-listeners etc.
|
JButton | getRightButton1()
Returns a reference to button 2, allowing the caller to set labels, action-listeners etc.
|
JButton | getRightButton2()
Returns a reference to button 3, allowing the caller to set labels, action-listeners etc.
|
JButton | getRightButton3()
Returns a reference to button 4, allowing the caller to set labels, action-listeners etc.
|
Parameters: label1 the label for button 1. label2 the label for button 2. label3 the label for button 3. label4 the label for button 4.
Returns: the left button.
Returns: the right button 1.
Returns: the right button 2.
Returns: the right button 3.