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

E13403-04

oracle.ide.controls
Interface ToolbarItem

All Known Subinterfaces:
ToolbarGroup
All Known Implementing Classes:
ConnectionPickerButton, MenuToolButton

public interface ToolbarItem

A toolbar item implements this interface in order to allow the Toolbar access to the Action encapsulating its behavior.

NOTE: It is not necessary for AbstractButton instances to implement this interface, since the action is obtained directly.


Method Summary
 javax.swing.Action getAction()
          Return the Action associated with this toolbar item.
 

Method Detail

getAction

javax.swing.Action getAction()
Return the Action associated with this toolbar item.


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

E13403-04

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