Ontimize 5.2072EN

com.ontimize.builder
Interface ButtonBarBuilder

All Known Implementing Classes:
XMLButtonBarBuilder

public interface ButtonBarBuilder


Method Summary
 javax.swing.JToolBar buildButtonBar(java.lang.String uriFile)
          Creates the application toolbar with the components specified in the file (XML File).
 

Method Detail

buildButtonBar

public javax.swing.JToolBar buildButtonBar(java.lang.String uriFile)
Creates the application toolbar with the components specified in the file (XML File).
Parent component must be a JFrame, JDialog, JApplet, JInternalFrame,JRootPane

Parameters:
uriFile -
Returns:

Ontimize