Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Generation Framework

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

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

Uses of ItemBase in org.eclipse.gmf.tooldef
 

Subinterfaces of ItemBase in org.eclipse.gmf.tooldef
 interface ContributionItem
          A representation of the model object ' Contribution Item '
 interface ItemRef
          A representation of the model object ' Item Ref '
 interface MenuAction
          A representation of the model object ' Menu Action '
 interface PopupMenu
          A representation of the model object ' Popup Menu '
 interface PredefinedItem
          A representation of the model object ' Predefined Item '
 interface PredefinedMenu
          A representation of the model object ' Predefined Menu '
 interface Separator
          A representation of the model object ' Separator '
 

Methods in org.eclipse.gmf.tooldef that return ItemBase
  ItemBase ItemRef. getItem ()
          Returns the value of the ' Item ' reference
 

Methods in org.eclipse.gmf.tooldef that return types with arguments of type ItemBase
 org.eclipse.emf.common.util.EList< ItemBase> Menu. getItems ()
          Returns the value of the ' Items ' containment reference list.
 

Methods in org.eclipse.gmf.tooldef with parameters of type ItemBase
 void ItemRef. setItem ( ItemBase value)
          Sets the value of the ' Item' reference
 

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

Classes in org.eclipse.gmf.tooldef.impl that implement ItemBase
 class ItemRefImpl
          An implementation of the model object ' Item Ref '
 class MenuActionImpl
          An implementation of the model object ' Menu Action '
 class PopupMenuImpl
          An implementation of the model object ' Popup Menu '
 class PredefinedItemImpl
          An implementation of the model object ' Predefined Item '
 class PredefinedMenuImpl
          An implementation of the model object ' Predefined Menu '
 class SeparatorImpl
          An implementation of the model object ' Separator '
 

Fields in org.eclipse.gmf.tooldef.impl declared as ItemBase
protected   ItemBase ItemRefImpl. item
          The cached value of the ' Item' reference
 

Fields in org.eclipse.gmf.tooldef.impl with type parameters of type ItemBase
protected  org.eclipse.emf.common.util.EList< ItemBase> MenuImpl. items
          The cached value of the ' Items' containment reference list
 

Methods in org.eclipse.gmf.tooldef.impl that return ItemBase
  ItemBase ItemRefImpl. basicGetItem ()
           
  ItemBase ItemRefImpl. getItem ()
           
 

Methods in org.eclipse.gmf.tooldef.impl that return types with arguments of type ItemBase
 org.eclipse.emf.common.util.EList< ItemBase> MenuImpl. getItems ()
           
 

Methods in org.eclipse.gmf.tooldef.impl with parameters of type ItemBase
 void ItemRefImpl. setItem ( ItemBase newItem)
           
 

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

Methods in org.eclipse.gmf.tooldef.util with parameters of type ItemBase
  T GMFToolSwitch. caseItemBase ( ItemBase object)
          Returns the result of interpretting the object as an instance of 'Item Base'
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire