createIAbstractContextAdapter() Creates a new adapter for an object of class '
net.refractions.udig.project.IAbstractContextIAbstract Context '.
This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
createILayerAdapter() Creates a new adapter for an object of class '
net.refractions.udig.project.ILayerILayer '.
This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
createIRendererAdapter() Creates a new adapter for an object of class '
net.refractions.udig.project.render.IRendererIRenderer '.
This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
public Adapter createAbstractContextAdapter()(Code)
Creates a new adapter for an object of class '
net.refractions.udig.project.AbstractContext Abstract Context '. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:net.refractions.udig.project.internal.AbstractContext
createAdapter
public Adapter createAdapter(Notifier target)(Code)
Creates an adapter for the target.
Parameters: target - the object to adapt. the adapter for the target.
Creates a new adapter for an object of class '
CloneableCloneable '. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:Cloneable
Creates a new adapter for an object of class '
ComparableComparable '. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:Comparable
createCompositeRenderContextAdapter
public Adapter createCompositeRenderContextAdapter()(Code)
Creates a new adapter for an object of class '
net.refractions.udig.project.ILayerILayer '.
This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:net.refractions.udig.project.ILayer
createIMapDisplayListenerAdapter
public Adapter createIMapDisplayListenerAdapter()(Code)
Creates a new adapter for an object of class '
net.refractions.udig.project.render.RenderContext Context '. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:net.refractions.udig.project.internal.render.RenderContext
createRenderExecutorAdapter
public Adapter createRenderExecutorAdapter()(Code)
Creates a new adapter for an object of class '
net.refractions.udig.project.render.RenderExecutor Executor '. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:net.refractions.udig.project.internal.render.RenderExecutor
Creates a new adapter for an object of class '
net.refractions.udig.project.render.RenderManager Manager '. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:net.refractions.udig.project.internal.render.RenderManager
public Adapter createRendererCreatorAdapter()(Code)
Creates a new adapter for an object of class '
net.refractions.udig.project.render.RendererCreator er Creator '. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:net.refractions.udig.project.internal.render.RendererCreator
Creates a new adapter for an object of class '
net.refractions.udig.project.render.ViewportModel Viewport Model '. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:net.refractions.udig.project.internal.render.ViewportModel
isFactoryForType
public boolean isFactoryForType(Object object)(Code)
Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's
package or is an instance object of the model.
whether this factory is applicable for the type of the object.