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

E13403-04

oracle.jdeveloper.deploy.dt
Class DeployDesignTime

java.lang.Object
  extended by oracle.jdeveloper.deploy.dt.DeployDesignTime
All Implemented Interfaces:
DeployAddin
Direct Known Subclasses:
DeployProfileDt

public abstract class DeployDesignTime
extends java.lang.Object
implements DeployAddin

This class provides a template for adding design support for deployable Elements. Sub-classes will not be loaded when running in headless mode.


Constructor Summary
DeployDesignTime()
           
 
Method Summary
protected  DeployMenuItem createDeployMenuItem(java.lang.String commandName)
          Deprecated. 
protected  DeployMenuItem createDeployMenuItem(java.lang.String commandName, Profile profile)
          Deprecated. 
protected  DeployMenuItem createDeployMenuItem(java.lang.String commandName, Profile profile, java.lang.String label)
          Deprecated. 
protected  IdeAction createIdeAction(java.lang.String commandName, java.lang.String label)
          Deprecated. 
protected  java.lang.String getDefaultCommand()
          Deprecated. 
protected  java.lang.String getLabelForCommand(java.lang.String commandName)
          Deprecated. 
 boolean handleDefaultAction(Context context)
          Deprecated. 
 boolean handleEvent(IdeAction action, Context context)
          Deprecated. 
protected static boolean isInSupportedNavigator(Context context)
          Deprecated. 
protected static boolean isInSupportedNavigator(ContextMenu popup)
          Deprecated. 
 void menuWillHide(ContextMenu popup)
          Deprecated. 
 void menuWillShow(ContextMenu popup)
          Deprecated. 
 void startup()
          Called when the addin is loaded.
static java.lang.Object unwrapData(Context context)
          Deprecated. 
static java.lang.Object unwrapData(ContextMenu popup)
          Deprecated. 
 boolean update(IdeAction action, Context context)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployDesignTime

public DeployDesignTime()
Method Detail

createIdeAction

@Deprecated
protected IdeAction createIdeAction(java.lang.String commandName,
                                               java.lang.String label)
Deprecated. 


createDeployMenuItem

@Deprecated
protected final DeployMenuItem createDeployMenuItem(java.lang.String commandName)
Deprecated. 


createDeployMenuItem

@Deprecated
protected final DeployMenuItem createDeployMenuItem(java.lang.String commandName,
                                                               Profile profile)
Deprecated. 


createDeployMenuItem

@Deprecated
protected final DeployMenuItem createDeployMenuItem(java.lang.String commandName,
                                                               Profile profile,
                                                               java.lang.String label)
Deprecated. 


getDefaultCommand

@Deprecated
protected java.lang.String getDefaultCommand()
Deprecated. 

Should be overridden by subclass to support the Deployment.deploy(String) method. If there is no default command, this method must return null.


getLabelForCommand

@Deprecated
protected java.lang.String getLabelForCommand(java.lang.String commandName)
Deprecated. 

Should be overridden by subclass if findOrCreateIdeAction(..) or createDeployMenuItem(..) are used. The return value should be a label that can be shown to the user corresponding to the command name. If the command name is not recognized, this method must return null. If the command name is recognized, this method must return non-null, even if the label is never displayed to the user. Return values do not need to be unique.


startup

public void startup()
Description copied from interface: DeployAddin
Called when the addin is loaded. The addin should perform all initialization.

Specified by:
startup in interface DeployAddin

menuWillShow

@Deprecated
public void menuWillShow(ContextMenu popup)
Deprecated. 

The default implementation removes all menu items from the context menu.


menuWillHide

@Deprecated
public void menuWillHide(ContextMenu popup)
Deprecated. 


handleDefaultAction

@Deprecated
public boolean handleDefaultAction(Context context)
Deprecated. 


isInSupportedNavigator

@Deprecated
protected static boolean isInSupportedNavigator(ContextMenu popup)
Deprecated. 


isInSupportedNavigator

@Deprecated
protected static boolean isInSupportedNavigator(Context context)
Deprecated. 


handleEvent

@Deprecated
public boolean handleEvent(IdeAction action,
                                      Context context)
Deprecated. 


update

@Deprecated
public boolean update(IdeAction action,
                                 Context context)
Deprecated. 


unwrapData

@Deprecated
public static java.lang.Object unwrapData(ContextMenu popup)
Deprecated. 


unwrapData

@Deprecated
public static java.lang.Object unwrapData(Context context)
Deprecated. 


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.