|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.jsf.context.AbstractDelegatingFactory
public abstract class AbstractDelegatingFactory
An abstract implementation of the IDelegatingFactory interface Clients may extend this class.
Method Summary | |
---|---|
void |
addFactoryDelegate(org.eclipse.core.runtime.IAdaptable delegate)
Adds delgate to the end of the list of factory delegates if the list does not already contain it. |
java.util.List<java.lang.Class> |
getValidDelegateTypes()
|
boolean |
isValidDelegate(org.eclipse.core.runtime.IAdaptable delegate)
The return value of this method should conform to the following contract: Let v = getValidDelegates. |
boolean |
removeFactoryDelegate(org.eclipse.core.runtime.IAdaptable delegate)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final void addFactoryDelegate(org.eclipse.core.runtime.IAdaptable delegate)
IDelegatingFactory
addFactoryDelegate
in interface IDelegatingFactory
IDelegatingFactory.addFactoryDelegate(org.eclipse.core.runtime.IAdaptable)
public final boolean removeFactoryDelegate(org.eclipse.core.runtime.IAdaptable delegate)
removeFactoryDelegate
in interface IDelegatingFactory
IDelegatingFactory.removeFactoryDelegate(org.eclipse.core.runtime.IAdaptable)
public final java.util.List<java.lang.Class> getValidDelegateTypes()
getValidDelegateTypes
in interface IDelegatingFactory
IDelegatingFactory.getValidDelegateTypes()
public final boolean isValidDelegate(org.eclipse.core.runtime.IAdaptable delegate)
IDelegatingFactory
isValidDelegate
in interface IDelegatingFactory
IDelegatingFactory.isValidDelegate(org.eclipse.core.runtime.IAdaptable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |