|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jdeveloper.webapp.designer.ShowInDesignerSupport
public class ShowInDesignerSupport
Support classs that is used to for integration of "View" menu that is located in both dynamic menu for Designer, and Designer's toolbar.
Field Summary | |
---|---|
static java.lang.Float |
LAYER_ENABLING_SECTION Section of the Show menu that contains controls of desinger layers visibibility. |
static java.lang.String |
SHOW_HIDE_COMMAND_ENABLED Property that marks IdeAction registered with ShowInDesignerSupport visible in the given context. |
static java.lang.String |
SUBMENU |
static java.lang.String |
SUBMENU_NAME |
static java.lang.String |
SUBMENU_WEIGHT |
static java.lang.String |
TOOLBAR_ENABLED Property that marks IdeAction registered with ShowInDesignerSupport visible in the Designer's toolbar "Show" menu. |
Method Summary | |
---|---|
void |
addAction(IdeAction showAction) |
void |
addPreferenceSource(ChangeEventSource preferenceSource) Adds source of change events which should cause registered show actions to update. |
java.lang.Iterable<IdeAction> |
getAvailableShowActions(Context context, boolean forToolbar) |
static ShowInDesignerSupport |
getInstance() |
static void |
populateMenu(javax.swing.JMenu menu, java.lang.Iterable<IdeAction> actions) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SHOW_HIDE_COMMAND_ENABLED
public static final java.lang.String TOOLBAR_ENABLED
public static final java.lang.String SUBMENU
public static final java.lang.String SUBMENU_NAME
public static final java.lang.String SUBMENU_WEIGHT
public static final java.lang.Float LAYER_ENABLING_SECTION
Method Detail |
---|
public static ShowInDesignerSupport getInstance()
public void addAction(IdeAction showAction)
showAction
-public void addPreferenceSource(ChangeEventSource preferenceSource) throws java.lang.ClassCastException
preferenceSource
-java.lang.ClassCastException
- if preferenceSource does not implement Copyable interfacepublic java.lang.Iterable<IdeAction> getAvailableShowActions(Context context, boolean forToolbar)
public static void populateMenu(javax.swing.JMenu menu, java.lang.Iterable<IdeAction> actions)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |