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

E13403-07

oracle.ide.controls
Interface ToolbarGroup

All Superinterfaces:
ToolbarItem
All Known Implementing Classes:
ConnectionPickerButton, MenuToolButton

public interface ToolbarGroup
extends ToolbarItem

Toolbar items implement this interface in order to allow access to the action encapsulating their behavior.


Method Summary
 javax.swing.Action[] getActions()
          Return the Actions associated with this toolbar group.
 
Methods inherited from interface oracle.ide.controls.ToolbarItem
getAction
 

Method Detail

getActions

javax.swing.Action[] getActions()
Return the Actions associated with this toolbar group.


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

E13403-07

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