|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IconType | |
---|---|
org.eclipse.jst.jsf.facesconfig.emf | EMF model for JSF application configuration files. |
org.eclipse.jst.jsf.facesconfig.emf.impl | EMF model implementations for JSF application configuration files. |
org.eclipse.jst.jsf.facesconfig.emf.util | EMF generated util classes for JSF application configuration files. |
Uses of IconType in org.eclipse.jst.jsf.facesconfig.emf |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf that return IconType | |
---|---|
IconType |
FacesConfigFactory.createIconType()
Returns a new object of class 'Icon Type' |
IconType |
DocumentRoot.getIcon()
Returns the value of the 'Icon' containment reference |
Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type IconType | |
---|---|
void |
DocumentRoot.setIcon(IconType value)
Sets the value of the ' Icon ' containment reference |
Uses of IconType in org.eclipse.jst.jsf.facesconfig.emf.impl |
---|
Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement IconType | |
---|---|
class |
IconTypeImpl
An implementation of the model object 'Icon Type' |
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return IconType | |
---|---|
IconType |
FacesConfigFactoryImpl.createIconType()
|
IconType |
DocumentRootImpl.getIcon()
|
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type IconType | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DocumentRootImpl.basicSetIcon(IconType newIcon,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
DocumentRootImpl.setIcon(IconType newIcon)
|
Uses of IconType in org.eclipse.jst.jsf.facesconfig.emf.util |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type IconType | |
---|---|
java.lang.Object |
FacesConfigSwitch.caseIconType(IconType object)
Returns the result of interpretting the object as an instance of 'Icon Type' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |