Skip navigation links

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

E17493-03


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.

Skip navigation links

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

E17493-03


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