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. |
getAction
public javax.swing.Action getAction()
- Return the
Action
associated with this toolbar item.
Copyright © 1997, 2004, Oracle. All rights reserved.