Uses of Interface
org.eclipse.gmf.tooldef.Image

Packages that use Image
org.eclipse.gmf.tooldef   
org.eclipse.gmf.tooldef.impl   
org.eclipse.gmf.tooldef.util   
 

Uses of Image in org.eclipse.gmf.tooldef
 

Subinterfaces of Image in org.eclipse.gmf.tooldef
 interface BundleImage
          A representation of the model object 'Bundle Image'.
 interface DefaultImage
          A representation of the model object 'Default Image'.
 

Methods in org.eclipse.gmf.tooldef that return Image
 Image ContributionItem.getIcon()
          Returns the value of the 'Icon' containment reference.
 Image AbstractTool.getLargeIcon()
          Returns the value of the 'Large Icon' containment reference.
 Image AbstractTool.getSmallIcon()
          Returns the value of the 'Small Icon' containment reference.
 

Methods in org.eclipse.gmf.tooldef with parameters of type Image
 void ContributionItem.setIcon(Image value)
          Sets the value of the 'Icon' containment reference.
 void AbstractTool.setLargeIcon(Image value)
          Sets the value of the 'Large Icon' containment reference.
 void AbstractTool.setSmallIcon(Image value)
          Sets the value of the 'Small Icon' containment reference.
 

Uses of Image in org.eclipse.gmf.tooldef.impl
 

Classes in org.eclipse.gmf.tooldef.impl that implement Image
 class BundleImageImpl
          An implementation of the model object 'Bundle Image'.
 class DefaultImageImpl
          An implementation of the model object 'Default Image'.
 

Fields in org.eclipse.gmf.tooldef.impl declared as Image
protected  Image MenuActionImpl.icon
          The cached value of the 'Icon' containment reference.
protected  Image PopupMenuImpl.icon
          The cached value of the 'Icon' containment reference.
protected  Image AbstractToolImpl.largeIcon
          The cached value of the 'Large Icon' containment reference.
protected  Image AbstractToolImpl.smallIcon
          The cached value of the 'Small Icon' containment reference.
 

Methods in org.eclipse.gmf.tooldef.impl that return Image
 Image MenuActionImpl.getIcon()
           
 Image PopupMenuImpl.getIcon()
           
 Image AbstractToolImpl.getLargeIcon()
           
 Image AbstractToolImpl.getSmallIcon()
           
 

Methods in org.eclipse.gmf.tooldef.impl with parameters of type Image
 org.eclipse.emf.common.notify.NotificationChain MenuActionImpl.basicSetIcon(Image newIcon, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PopupMenuImpl.basicSetIcon(Image newIcon, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AbstractToolImpl.basicSetLargeIcon(Image newLargeIcon, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AbstractToolImpl.basicSetSmallIcon(Image newSmallIcon, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MenuActionImpl.setIcon(Image newIcon)
           
 void PopupMenuImpl.setIcon(Image newIcon)
           
 void AbstractToolImpl.setLargeIcon(Image newLargeIcon)
           
 void AbstractToolImpl.setSmallIcon(Image newSmallIcon)
           
 

Uses of Image in org.eclipse.gmf.tooldef.util
 

Methods in org.eclipse.gmf.tooldef.util with parameters of type Image
 T GMFToolSwitch.caseImage(Image object)
          Returns the result of interpreting the object as an instance of 'Image'.
 



Copyright © 2012. All Rights Reserved.