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.ui.IEditorInput IEditor Input '.
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.ui.IEditorInput
createIProjectElementAdapter
public Adapter createIProjectElementAdapter()(Code)
Creates a new adapter for an object of class '
net.refractions.udig.printing.model.LabelBox Label Box '.
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.LabelBox
Creates a new adapter for an object of class '
net.refractions.udig.printing.model.MapBox Map Box '.
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.MapBox
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.