org.opa.core
Interface OPADisplayBuilder

All Known Implementing Classes:
OPADefaultDisplayBuilder

public interface OPADisplayBuilder


Method Summary
 void add(OPAActionBundle bundle)
          Adds an OPAEventBundle to be used in building the toolbars and menubar.
 javax.swing.JMenuBar buildMenuBar()
          Builds and returns the OPAMenubar for the main frame
 OPAToolBar buildToolBar()
          Builds and returns the toolbar panel for the main frame.
 

Method Detail

add

public void add(OPAActionBundle bundle)
Adds an OPAEventBundle to be used in building the toolbars and menubar.


buildToolBar

public OPAToolBar buildToolBar()
Builds and returns the toolbar panel for the main frame.


buildMenuBar

public javax.swing.JMenuBar buildMenuBar()
Builds and returns the OPAMenubar for the main frame