JIDE 3.5.15

com.jidesoft.combobox
Interface DefaultButtonProvider

All Known Implementing Classes:
ButtonPopupPanel, CheckBoxListChooserPanel, CheckBoxTreeChooserPanel, FontChooserPanel, InsetsChooserPanel, MultiSelectListChooserPanel

public interface DefaultButtonProvider

DefaultButtonProvider is an interface for default button.

Since:
3.4.0

Method Summary
 JButton getDefaultButton()
          Gets the default button
 

Method Detail

getDefaultButton

JButton getDefaultButton()
Gets the default button

Returns:
the default button

JIDE 3.5.15