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

E13403-04

oracle.ide.inspector
Interface ComponentLevelActions


public interface ComponentLevelActions

ComponentLevelActions is an interface for retrieving the actions that should be represented as buttons on the Property Inspector toolbar.


Method Summary
 javax.swing.Action[] getDropdownActions()
          Get the actions to be represented in the "more" dropdown.
 javax.swing.Action[] getToolbarActions()
          Get the actions to be represented as toolbar buttons.
 

Method Detail

getToolbarActions

javax.swing.Action[] getToolbarActions()
Get the actions to be represented as toolbar buttons.


getDropdownActions

javax.swing.Action[] getDropdownActions()
Get the actions to be represented in the "more" dropdown. These should be less frequently used actions than the toolbar actions.


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.