| java.lang.Object org.dbbrowser.ui.widget.Button
Button | public class Button (Code) | | A class which represents a button. Build a button and add it to the buttons panel.
author: amangat |
Button | public Button(String name, ActionListener listener, String label, Icon icon, Boolean defaultFocussedButton)(Code) | | Constructer
Parameters: name - Parameters: listener - Parameters: label - Parameters: icon - Parameters: defaultFocussedButton - |
getIcon | public Icon getIcon()(Code) | | Returns the icon for the button
|
getLabel | public String getLabel()(Code) | | Returns the label for the button
|
isDefaultFocussedButton | public Boolean isDefaultFocussedButton()(Code) | | Returns true if this button in the group should be selected by default
|
|
|