Uses of Interface
org.eclipse.jst.jsf.context.symbol.IComponentSymbol

Packages that use IComponentSymbol
org.eclipse.jst.jsf.context.symbol EL symbols framework. 
 

Uses of IComponentSymbol in org.eclipse.jst.jsf.context.symbol
 

Methods in org.eclipse.jst.jsf.context.symbol that return IComponentSymbol
 IComponentSymbol SymbolFactory.createIComponentSymbol()
          Returns a new object of class 'IComponent Symbol'
 IComponentSymbol InitializedSymbolFactory.createJavaComponentSymbol(java.lang.String name, IJavaTypeDescriptor2 typeDesc, java.lang.String description)
           
 IComponentSymbol InitializedSymbolFactory.createJavaComponentSymbol(java.lang.String name, org.eclipse.jst.jsf.common.internal.types.ValueType valueType, java.lang.String description, IJavaProject javaProject)
           
 IComponentSymbol InitializedSymbolFactory.createUnknownComponentSymbol(java.lang.String symbolName, ERuntimeSource source)