JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
java.lang.Object
oracle.ide.controller.MenuCustomizationsHelper
Method Summary
Methods
Modifier and Type
Method and Description
static boolean
isHidden (java.lang.String actionId)
Indicates whether a given action or menu id has been hidden using the
menu-customizations
hook, or by another filter added to the menu
bar.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail
isHidden
public static final boolean isHidden(java.lang.String actionId)
Indicates whether a given action or menu id has been hidden using the
menu-customizations
hook, or by another filter added to the menu
bar. If the supplied action id is null, false is returned.
Parameters: actionId
- the action id or menu id
Returns: true
if the item is hidden, false
otherwise
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 1997, 2014, Oracle. All rights reserved.