Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.composite
Class AbstractCompositeFileElementProxy

java.lang.Object
  extended by oracle.ide.composite.BaseCompositeFileElementProxy
      extended by oracle.ide.composite.AbstractCompositeFileElementProxy

All Implemented Interfaces:
CompositeFileElementProxy

Deprecated. replaced by BaseCompositeFileElementProxy or DefaultCompositeFileElementProxy for container-based proxies.

@Deprecated
public abstract class AbstractCompositeFileElementProxy
extends BaseCompositeFileElementProxy

The abstract implementation class for a CompositeFileElementProxy.


Constructor Summary
AbstractCompositeFileElementProxy()
          Deprecated. Constructs an AbstractCompositeFileElementProxy object.
AbstractCompositeFileElementProxy(java.lang.String viewType)
          Deprecated. replaced by AbstractCompositeFileElementProxy(); the view type is supplied in composite-file-element-hook.

 

Method Summary
 java.lang.String getViewType()
          Deprecated. Gets the type identifier of views associated with this proxy.

 

Methods inherited from class oracle.ide.composite.BaseCompositeFileElementProxy
getCompositeElementClass

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.ide.composite.CompositeFileElementProxy
getCompositeFileURLs

 

Constructor Detail

AbstractCompositeFileElementProxy

public AbstractCompositeFileElementProxy()
Deprecated. 
Constructs an AbstractCompositeFileElementProxy object.

AbstractCompositeFileElementProxy

@Deprecated
public AbstractCompositeFileElementProxy(java.lang.String viewType)
Deprecated. replaced by AbstractCompositeFileElementProxy(); the view type is supplied in composite-file-element-hook.
Constructs an AbstractCompositeFileElementProxy object.
Parameters:
viewType - the type of views associated with this proxy.

Method Detail

getViewType

public java.lang.String getViewType()
Deprecated. 
Gets the type identifier of views associated with this proxy. A view type of null indicates any potential view.
Overrides:
getViewType in class BaseCompositeFileElementProxy
Returns:
the view type.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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