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

E13403-03

oracle.jdeveloper.deploy.dt
Class DeployMenuManager

java.lang.Object
  extended by oracle.jdeveloper.deploy.dt.DeployMenuManager

public abstract class DeployMenuManager
extends java.lang.Object


Nested Class Summary
static interface DeployMenuManager.MenuListener
           
 
Field Summary
static float MENU_HISTORY_SECTION
           
static float MENU_PROFILE_SECTION
           
static java.lang.String MENUID_APPLICATION_DEPLOY
           
static java.lang.String MENUID_BUILD_DEPLOY
           
static java.lang.String MENUID_CONTEXT_DEPLOY
           
 
Constructor Summary
protected DeployMenuManager()
           
 
Method Summary
abstract  void addMenuListener(DeployMenuManager.MenuListener listener)
           
abstract  javax.swing.JMenu getDeployMenu(MenuManager mgr, Context ideContext)
           
static DeployMenuManager getInstance()
           
abstract  boolean removeMenuListener(DeployMenuManager.MenuListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MENU_PROFILE_SECTION

public static final float MENU_PROFILE_SECTION
See Also:
Constant Field Values

MENU_HISTORY_SECTION

public static final float MENU_HISTORY_SECTION
See Also:
Constant Field Values

MENUID_APPLICATION_DEPLOY

public static final java.lang.String MENUID_APPLICATION_DEPLOY
See Also:
Constant Field Values

MENUID_BUILD_DEPLOY

public static final java.lang.String MENUID_BUILD_DEPLOY
See Also:
Constant Field Values

MENUID_CONTEXT_DEPLOY

public static final java.lang.String MENUID_CONTEXT_DEPLOY
See Also:
Constant Field Values
Constructor Detail

DeployMenuManager

protected DeployMenuManager()
Method Detail

getInstance

public static DeployMenuManager getInstance()

addMenuListener

public abstract void addMenuListener(DeployMenuManager.MenuListener listener)

removeMenuListener

public abstract boolean removeMenuListener(DeployMenuManager.MenuListener listener)

getDeployMenu

public abstract javax.swing.JMenu getDeployMenu(MenuManager mgr,
                                                Context ideContext)

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

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.