Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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 Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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