|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.deploy.dt.DeployDesignTime
public abstract class DeployDesignTime
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 |
|---|
public DeployDesignTime()
| Method Detail |
|---|
@Deprecated
protected IdeAction createIdeAction(java.lang.String commandName,
java.lang.String label)
@Deprecated
protected final DeployMenuItem createDeployMenuItem(java.lang.String commandName)
@Deprecated
protected final DeployMenuItem createDeployMenuItem(java.lang.String commandName,
Profile profile)
@Deprecated
protected final DeployMenuItem createDeployMenuItem(java.lang.String commandName,
Profile profile,
java.lang.String label)
@Deprecated
protected java.lang.String getDefaultCommand()
@Deprecated
protected java.lang.String getLabelForCommand(java.lang.String commandName)
public void startup()
DeployAddinstartup in interface DeployAddin
@Deprecated
public void menuWillShow(ContextMenu popup)
@Deprecated
public void menuWillHide(ContextMenu popup)
@Deprecated
public boolean handleDefaultAction(Context context)
@Deprecated
protected static boolean isInSupportedNavigator(ContextMenu popup)
@Deprecated
protected static boolean isInSupportedNavigator(Context context)
@Deprecated
public boolean handleEvent(IdeAction action,
Context context)
@Deprecated
public boolean update(IdeAction action,
Context context)
@Deprecated
public static java.lang.Object unwrapData(ContextMenu popup)
@Deprecated
public static java.lang.Object unwrapData(Context context)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||