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

E17493-01

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
11g Release 2 (11.1.2.0.0)

E17493-01

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