Extension SDK 9.0.5

oracle.jdeveloper.cmt
Interface CmtComponents

All Known Implementing Classes:
CmtComponentManager

public interface CmtComponents


Method Summary
 CmtComponent getComponent(JotClass clazz)
          Get a component given a JotClass.
 CmtComponent getComponent(JotFile file)
          Get a component given a JotClass.
 CmtComponent getComponent(java.net.URL url)
          Get a component given a file URL
 JotManager getPackages()
          returns the package manager that this component manager is working with
 void release(CmtComponent component)
          release all references to the component, & references that the component is holding
 void shutdown()
          Shutdown this manager
 

Method Detail

getComponent

public CmtComponent getComponent(JotClass clazz)
Get a component given a JotClass.


getComponent

public CmtComponent getComponent(java.net.URL url)
Get a component given a file URL


getComponent

public CmtComponent getComponent(JotFile file)
Get a component given a JotClass. The actual worker method for above component gets


getPackages

public JotManager getPackages()
returns the package manager that this component manager is working with


release

public void release(CmtComponent component)
release all references to the component, & references that the component is holding


shutdown

public void shutdown()
Shutdown this manager


Extension SDK

 

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