|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 interpreting the object as an instance of 'Item Base'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |