org.opa.window
Class OPADefaultDisplayBuilder

java.lang.Object
  extended byorg.opa.window.OPADefaultDisplayBuilder
All Implemented Interfaces:
OPADisplayBuilder

public class OPADefaultDisplayBuilder
extends java.lang.Object
implements OPADisplayBuilder


Constructor Summary
OPADefaultDisplayBuilder()
          Creates a new instance of OPADefaultDisplayBuilder
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OPADefaultDisplayBuilder

public OPADefaultDisplayBuilder()
Creates a new instance of OPADefaultDisplayBuilder

Method Detail

add

public void add(OPAActionBundle bundle)
Description copied from interface: OPADisplayBuilder
Adds an OPAEventBundle to be used in building the toolbars and menubar.

Specified by:
add in interface OPADisplayBuilder

buildMenuBar

public javax.swing.JMenuBar buildMenuBar()
Description copied from interface: OPADisplayBuilder
Builds and returns the OPAMenubar for the main frame

Specified by:
buildMenuBar in interface OPADisplayBuilder

buildToolBar

public OPAToolBar buildToolBar()
Description copied from interface: OPADisplayBuilder
Builds and returns the toolbar panel for the main frame.

Specified by:
buildToolBar in interface OPADisplayBuilder