A B C D E F G I M N P R S

A

adapt(Notifier, Object) - Method in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter.
addBoxPrinterPropertyDescriptor(Object) - Method in class net.refractions.udig.printing.model.provider.BoxItemProvider
This adds a property descriptor for the Box Printer feature.
addConnectedPropertyDescriptor(Object) - Method in class net.refractions.udig.printing.model.provider.ConnectionItemProvider
This adds a property descriptor for the Connected feature.
addIDPropertyDescriptor(Object) - Method in class net.refractions.udig.printing.model.provider.BoxItemProvider
This adds a property descriptor for the ID feature.
addLayerPropertyDescriptor(Object) - Method in class net.refractions.udig.printing.model.provider.DecoratorBoxItemProvider
This adds a property descriptor for the Layer feature.
addListener(INotifyChangedListener) - Method in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This adds a listener.
addLocationPropertyDescriptor(Object) - Method in class net.refractions.udig.printing.model.provider.ElementItemProvider
This adds a property descriptor for the Location feature.
addMapPropertyDescriptor(Object) - Method in class net.refractions.udig.printing.model.provider.DecoratorBoxItemProvider
This adds a property descriptor for the Map feature.
addNamePropertyDescriptor(Object) - Method in class net.refractions.udig.printing.model.provider.PageItemProvider
This adds a property descriptor for the Name feature.
addSizePropertyDescriptor(Object) - Method in class net.refractions.udig.printing.model.provider.ElementItemProvider
This adds a property descriptor for the Size feature.
addSourceConnectionsPropertyDescriptor(Object) - Method in class net.refractions.udig.printing.model.provider.BoxItemProvider
This adds a property descriptor for the Source Connections feature.
addSourcePropertyDescriptor(Object) - Method in class net.refractions.udig.printing.model.provider.ConnectionItemProvider
This adds a property descriptor for the Source feature.
addTargetConnectionsPropertyDescriptor(Object) - Method in class net.refractions.udig.printing.model.provider.BoxItemProvider
This adds a property descriptor for the Target Connections feature.
addTargetPropertyDescriptor(Object) - Method in class net.refractions.udig.printing.model.provider.ConnectionItemProvider
This adds a property descriptor for the Target feature.

B

BoxItemProvider - Class in net.refractions.udig.printing.model.provider
This is the item provider adapter for a net.refractions.udig.printing.model.Box object.
BoxItemProvider(AdapterFactory) - Constructor for class net.refractions.udig.printing.model.provider.BoxItemProvider
This constructs an instance from a factory and a notifier.
boxItemProvider - Variable in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This keeps track of the one adapter used for all net.refractions.udig.printing.model.Box instances.

C

changeNotifier - Variable in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This is used to implement org.eclipse.emf.edit.provider.IChangeNotifier.
children - Variable in class net.refractions.udig.printing.model.provider.PageItemProvider
 
collectNewChildDescriptors(Collection, Object) - Method in class net.refractions.udig.printing.model.provider.BoxItemProvider
This adds to the collection of org.eclipse.emf.edit.command.CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class net.refractions.udig.printing.model.provider.ConnectionItemProvider
This adds to the collection of org.eclipse.emf.edit.command.CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class net.refractions.udig.printing.model.provider.DecoratorBoxItemProvider
This adds to the collection of org.eclipse.emf.edit.command.CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class net.refractions.udig.printing.model.provider.ElementItemProvider
This adds to the collection of org.eclipse.emf.edit.command.CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class net.refractions.udig.printing.model.provider.PageItemProvider
This adds to the collection of org.eclipse.emf.edit.command.CommandParameters describing all of the children that can be created under this object.
ConnectionItemProvider - Class in net.refractions.udig.printing.model.provider
This is the item provider adapter for a net.refractions.udig.printing.model.Connection object.
ConnectionItemProvider(AdapterFactory) - Constructor for class net.refractions.udig.printing.model.provider.ConnectionItemProvider
This constructs an instance from a factory and a notifier.
connectionItemProvider - Variable in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This keeps track of the one adapter used for all net.refractions.udig.printing.model.Connection instances.
createBoxAdapter() - Method in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This creates an adapter for a net.refractions.udig.printing.model.Box.
createConnectionAdapter() - Method in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This creates an adapter for a net.refractions.udig.printing.model.Connection.
createDecoratorBoxAdapter() - Method in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This creates an adapter for a net.refractions.udig.printing.model.DecoratorBox.
createElementAdapter() - Method in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This creates an adapter for a net.refractions.udig.printing.model.Element.
createPageAdapter() - Method in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This creates an adapter for a net.refractions.udig.printing.model.Page.

D

DecoratorBoxItemProvider - Class in net.refractions.udig.printing.model.provider
This is the item provider adapter for a net.refractions.udig.printing.model.DecoratorBox object.
DecoratorBoxItemProvider(AdapterFactory) - Constructor for class net.refractions.udig.printing.model.provider.DecoratorBoxItemProvider
This constructs an instance from a factory and a notifier.
decoratorBoxItemProvider - Variable in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This keeps track of the one adapter used for all net.refractions.udig.printing.model.DecoratorBox instances.

E

ElementItemProvider - Class in net.refractions.udig.printing.model.provider
This is the item provider adapter for a net.refractions.udig.printing.model.Element object.
ElementItemProvider(AdapterFactory) - Constructor for class net.refractions.udig.printing.model.provider.ElementItemProvider
This constructs an instance from a factory and a notifier.
elementItemProvider - Variable in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This keeps track of the one adapter used for all net.refractions.udig.printing.model.Element instances.

F

fireNotifyChanged(Notification) - Method in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This delegates to ModelItemProviderAdapterFactory.changeNotifier and to ModelItemProviderAdapterFactory.parentAdapterFactory.

G

getChildren(Object) - Method in class net.refractions.udig.printing.model.provider.PageItemProvider
 
getChildrenFeatures(Object) - Method in class net.refractions.udig.printing.model.provider.PageItemProvider
This specifies how to implement getChildren(java.lang.Object) and is used to deduce an appropriate feature for an org.eclipse.emf.edit.command.AddCommand, org.eclipse.emf.edit.command.RemoveCommand or org.eclipse.emf.edit.command.MoveCommand in #createCommand.
getImage(Object) - Method in class net.refractions.udig.printing.model.provider.BoxItemProvider
This returns Box.gif.
getImage(Object) - Method in class net.refractions.udig.printing.model.provider.ConnectionItemProvider
This returns Connection.gif.
getImage(Object) - Method in class net.refractions.udig.printing.model.provider.DecoratorBoxItemProvider
This returns DecoratorBox.gif.
getImage(Object) - Method in class net.refractions.udig.printing.model.provider.ElementItemProvider
This returns Element.gif.
getImage(Object) - Method in class net.refractions.udig.printing.model.provider.PageItemProvider
This returns Page.gif.
getPlugin() - Static method in class net.refractions.udig.printing.model.provider.PageEditPlugin
Returns the singleton instance of the Eclipse plugin.
getPluginResourceLocator() - Method in class net.refractions.udig.printing.model.provider.PageEditPlugin
Returns the singleton instance of the Eclipse plugin.
getPropertyDescriptors(Object) - Method in class net.refractions.udig.printing.model.provider.BoxItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class net.refractions.udig.printing.model.provider.ConnectionItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class net.refractions.udig.printing.model.provider.DecoratorBoxItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class net.refractions.udig.printing.model.provider.ElementItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class net.refractions.udig.printing.model.provider.PageItemProvider
This returns the property descriptors for the adapted class.
getResourceLocator() - Method in class net.refractions.udig.printing.model.provider.BoxItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class net.refractions.udig.printing.model.provider.ConnectionItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class net.refractions.udig.printing.model.provider.DecoratorBoxItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class net.refractions.udig.printing.model.provider.ElementItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class net.refractions.udig.printing.model.provider.PageItemProvider
Return the resource locator for this item provider's resources.
getRootAdapterFactory() - Method in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getText(Object) - Method in class net.refractions.udig.printing.model.provider.BoxItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class net.refractions.udig.printing.model.provider.ConnectionItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class net.refractions.udig.printing.model.provider.DecoratorBoxItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class net.refractions.udig.printing.model.provider.ElementItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class net.refractions.udig.printing.model.provider.PageItemProvider
This returns the label text for the adapted class.

I

INSTANCE - Static variable in class net.refractions.udig.printing.model.provider.PageEditPlugin
Keep track of the singleton.
isFactoryForType(Object) - Method in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
 

M

ModelItemProviderAdapterFactory - Class in net.refractions.udig.printing.model.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
ModelItemProviderAdapterFactory() - Constructor for class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This constructs an instance.

N

net.refractions.udig.printing.model.provider - package net.refractions.udig.printing.model.provider
 
notifyChanged(Notification) - Method in class net.refractions.udig.printing.model.provider.BoxItemProvider
This handles model notifications by calling #updateChildren to update any cached children and by creating a viewer notification, which it passes to #fireNotifyChanged.
notifyChanged(Notification) - Method in class net.refractions.udig.printing.model.provider.ConnectionItemProvider
This handles model notifications by calling #updateChildren to update any cached children and by creating a viewer notification, which it passes to #fireNotifyChanged.
notifyChanged(Notification) - Method in class net.refractions.udig.printing.model.provider.DecoratorBoxItemProvider
This handles model notifications by calling #updateChildren to update any cached children and by creating a viewer notification, which it passes to #fireNotifyChanged.
notifyChanged(Notification) - Method in class net.refractions.udig.printing.model.provider.ElementItemProvider
This handles model notifications by calling #updateChildren to update any cached children and by creating a viewer notification, which it passes to #fireNotifyChanged.
notifyChanged(Notification) - Method in class net.refractions.udig.printing.model.provider.PageItemProvider
This handles model notifications by calling #updateChildren to update any cached children and by creating a viewer notification, which it passes to #fireNotifyChanged.

P

PageEditPlugin - Class in net.refractions.udig.printing.model.provider
This is the central singleton for the page edit plugin.
PageEditPlugin() - Constructor for class net.refractions.udig.printing.model.provider.PageEditPlugin
Create the instance.
PageEditPlugin.Implementation - Class in net.refractions.udig.printing.model.provider
The actual implementation of the Eclipse Plugin.
PageEditPlugin.Implementation() - Constructor for class net.refractions.udig.printing.model.provider.PageEditPlugin.Implementation
Creates an instance.
pageItemProvider - Variable in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This keeps track of the one adapter used for all net.refractions.udig.printing.model.Page instances.
PageItemProvider - Class in net.refractions.udig.printing.model.provider
This is the item provider adapter for a net.refractions.udig.printing.model.Page object.
PageItemProvider(AdapterFactory) - Constructor for class net.refractions.udig.printing.model.provider.PageItemProvider
This constructs an instance from a factory and a notifier.
parentAdapterFactory - Variable in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.

R

removeListener(INotifyChangedListener) - Method in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This removes a listener.

S

setParentAdapterFactory(ComposedAdapterFactory) - Method in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
supportedTypes - Variable in class net.refractions.udig.printing.model.provider.ModelItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.

A B C D E F G I M N P R S