Uses of Class
org.af.commons.widgets.buttons.HorizontalButtonPane

Packages that use HorizontalButtonPane
org.af.commons.widgets The main package of the algorithm-forge commons widget API that uses the Java library JGoodies Forms
org.af.commons.widgets.buttons Provides horizontal button panes especially with okay, apply and cancel buttons. 
 

Uses of HorizontalButtonPane in org.af.commons.widgets
 

Methods in org.af.commons.widgets with parameters of type HorizontalButtonPane
static JPanel WidgetFactory.makeDialogPanelWithButtons(Container content, HorizontalButtonPane hbp, ActionListener al)
           
 

Uses of HorizontalButtonPane in org.af.commons.widgets.buttons
 

Subclasses of HorizontalButtonPane in org.af.commons.widgets.buttons
 class OkApplyCancelButtonPane
          Horizontal button pane with 3 buttons: OK, Apply and Cancel.
 class OKButtonPane
          Horizontal button pane with 1 button: OK.
 class OkCancelButtonPane
          Horizontal button pane with 2 buttons: OK and Cancel.