Uses of Class
org.java.plugin.standard.PluginLifecycleHandler

Packages that use PluginLifecycleHandler
org.java.plugin.extension   
org.java.plugin.standard This package contains standard implementation of main framework runtime API. 
 

Uses of PluginLifecycleHandler in org.java.plugin.extension
 

Subclasses of PluginLifecycleHandler in org.java.plugin.extension
 class GuicyLifecycleHandler
          Author: thasso Date: May 8, 2009
 

Methods in org.java.plugin.extension that return PluginLifecycleHandler
protected  PluginLifecycleHandler GuicyObjectFactory.createLifecycleHandler()
           
 

Uses of PluginLifecycleHandler in org.java.plugin.standard
 

Subclasses of PluginLifecycleHandler in org.java.plugin.standard
 class StandardPluginLifecycleHandler
          Standard implementation of plug-in life cycle handler.
 

Methods in org.java.plugin.standard that return PluginLifecycleHandler
protected  PluginLifecycleHandler StandardObjectFactory.createLifecycleHandler()
          Creates new instance of plug-in life cycle handler implementation class using standard discovery algorithm to determine which handler implementation class should be instantiated.
 

Constructors in org.java.plugin.standard with parameters of type PluginLifecycleHandler
StandardPluginManager(PluginRegistry aRegistry, PathResolver aPathResolver, PluginLifecycleHandler aLifecycleHandler)
          Creates instance of plug-in manager for given registry, path resolver and life cycle handler.
 



Copyright © 2010. All Rights Reserved.