Creates a new adapter for an object of class '
net.refractions.udig.printing.model.BoxBox '.
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.printing.model.Box
Creates a new adapter for an object of class '
org.eclipse.core.runtime.IAdaptable IAdaptable '.
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: org.eclipse.core.runtime.IAdaptable
createIProjectElementAdapter
public Adapter createIProjectElementAdapter()(Code)
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.