|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractStarterFactory | |
oracle.ide.runner | Contains classes that allow addins some level of control on the IDE runner system. |
Uses of AbstractStarterFactory in oracle.ide.runner |
Methods in oracle.ide.runner that return AbstractStarterFactory | |
abstract AbstractStarterFactory[] |
Runner.getRegisteredStarterFactories(java.lang.Class targetClass) Returns an array of StarterFactory that have been registered for the given target class. |
abstract AbstractStarterFactory[] |
Runner.getRegisteredStarterFactories(java.lang.Class targetClass, java.lang.Class starterFactorySubClass) Returns an array of StarterFactory that have been registered for the given target class, and that are instanceof the specified subclass. |
abstract AbstractStarterFactory[] |
Runner.getStarterFactoriesForTarget(java.lang.Class targetClass) Returns an array of StarterFactory that have been registered for a class that is the same as the given target class or one of its superclasses. |
abstract AbstractStarterFactory[] |
Runner.getStarterFactoriesForTarget(java.lang.Class targetClass, java.lang.Class starterFactorySubClass) Returns an array of StarterFactory that have been registered for a class that is the same as the given target class or one of its superclasses, and that are instanceof the specified subclass. |
Methods in oracle.ide.runner with parameters of type AbstractStarterFactory | |
void |
RunProcess.start(Node node, AbstractStarterFactory abstractStarterFactory, java.lang.Object cookie) |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.