Extension SDK 10.1.2

oracle.ide.controls
Interface ToolbarGroup

All Superinterfaces:
ToolbarItem
All Known Implementing Classes:
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

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


Extension SDK

 

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