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