Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.javatools.ui.builders
Interface BuiltToolBar


public interface BuiltToolBar

A BuiltToolBar constructed by a ToolBarBuilder. Add the component returned by getGUI() to the toolbar area of the UI.


Method Summary
 javax.swing.JComponent getGUI()
           
 SearchField getSearchField()
           
 javax.swing.JToolBar getToolBar()
           
 

Method Detail

getGUI

javax.swing.JComponent getGUI()
Returns:
the main component containing all of the ui to add to a container.

getToolBar

javax.swing.JToolBar getToolBar()
Returns:
the toolbar of this component. Do not add this to the UI, instead add the component returned by getGUI().

getSearchField

SearchField getSearchField()
Returns:
the toolbar's searchfield, or null if the toolbar doesn't contain a searchfield

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.