Extension SDK 10.1.2

oracle.ide.controls
Interface ToolbarItem

All Known Subinterfaces:
ToolbarGroup
All Known Implementing Classes:
MenuToolButton, RadioToolButton, ToggleToolButton, ToolButton

public interface ToolbarItem

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


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

Method Detail

getAction

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


Extension SDK

 

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