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

A

AbstractBoxPrinter - Class in net.refractions.udig.printing.model
Provides simple/stupid implementation for the optional methods in BoxPrinter.
AbstractBoxPrinter() - Constructor for class net.refractions.udig.printing.model.AbstractBoxPrinter
 
add(Connection) - Method in interface net.refractions.udig.printing.model.Box
Adds a Connection to this Box
addPropertyChangeListener(IPropertyChangeListener) - Method in interface net.refractions.udig.printing.model.Box
Adds a listener to the box.

B

Box - Interface in net.refractions.udig.printing.model
A Box is a conceptual object that can appear on a page.
BOX - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The meta object id for the 'Box' class.
BOX__BOX_PRINTER - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Box Printer' attribute.
BOX__ID - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'ID' attribute.
BOX__LOCATION - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Location' attribute.
BOX__SIZE - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Size' attribute.
BOX__SOURCE_CONNECTIONS - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Source Connections' reference list.
BOX__TARGET_CONNECTIONS - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Target Connections' reference list.
BOX_FEATURE_COUNT - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The number of structural features of the the 'Box' class.
BOX_PRINTER - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The meta object id for the 'Box Printer' data type.
BOX_PRINTER_EXTENSION_ID - Static variable in class net.refractions.udig.printing.model.PrintingModelPlugin
 
boxesChanged() - Method in class net.refractions.udig.printing.model.PropertyListener
Indicates that the Boxes property has been changed Override me to perform an action when Boxes are changed
BoxPrinter - Interface in net.refractions.udig.printing.model
Draws the preview for a box and prints the contents of a box.

C

caseBox(Box) - Method in class net.refractions.udig.printing.model.util.ModelSwitch
Returns the result of interpretting the object as an instance of 'Box'.
caseBox(Box) - Method in class net.refractions.udig.printing.model.util.PageSwitch
Returns the result of interpretting the object as an instance of 'Box'.
caseConnection(Connection) - Method in class net.refractions.udig.printing.model.util.ModelSwitch
Returns the result of interpretting the object as an instance of 'Connection'.
caseConnection(Connection) - Method in class net.refractions.udig.printing.model.util.PageSwitch
Returns the result of interpretting the object as an instance of 'Connection'.
caseDecoratorBox(DecoratorBox) - Method in class net.refractions.udig.printing.model.util.ModelSwitch
Returns the result of interpretting the object as an instance of 'Decorator Box'.
caseDecoratorBox(DecoratorBox) - Method in class net.refractions.udig.printing.model.util.PageSwitch
Returns the result of interpretting the object as an instance of 'Decorator Box'.
caseElement(Element) - Method in class net.refractions.udig.printing.model.util.ModelSwitch
Returns the result of interpretting the object as an instance of 'Element'.
caseElement(Element) - Method in class net.refractions.udig.printing.model.util.PageSwitch
Returns the result of interpretting the object as an instance of 'Element'.
caseIAdaptable(IAdaptable) - Method in class net.refractions.udig.printing.model.util.ModelSwitch
Returns the result of interpretting the object as an instance of 'IAdaptable'.
caseIEditorInput(IEditorInput) - Method in class net.refractions.udig.printing.model.util.PageSwitch
Returns the result of interpretting the object as an instance of 'IEditor Input'.
caseIProjectElement(IProjectElement) - Method in class net.refractions.udig.printing.model.util.ModelSwitch
Returns the result of interpretting the object as an instance of 'IProject Element'.
caseIProjectElement(IProjectElement) - Method in class net.refractions.udig.printing.model.util.PageSwitch
Returns the result of interpretting the object as an instance of 'IProject Element'.
casePage(Page) - Method in class net.refractions.udig.printing.model.util.ModelSwitch
Returns the result of interpretting the object as an instance of 'Page'.
casePage(Page) - Method in class net.refractions.udig.printing.model.util.PageSwitch
Returns the result of interpretting the object as an instance of 'Page'.
caseProjectElement(ProjectElement) - Method in class net.refractions.udig.printing.model.util.ModelSwitch
Returns the result of interpretting the object as an instance of 'Element'.
Connection - Interface in net.refractions.udig.printing.model
A Connection represents some sort of relation between two Boxes.
CONNECTION - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The meta object id for the 'Connection' class.
CONNECTION__CONNECTED - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Connected' attribute.
CONNECTION__LOCATION - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Location' attribute.
CONNECTION__SIZE - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Size' attribute.
CONNECTION__SOURCE - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Source' reference.
CONNECTION__TARGET - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Target' reference.
CONNECTION_FEATURE_COUNT - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The number of structural features of the the 'Connection' class.
create() - Method in class net.refractions.udig.printing.model.PageProjectElementFactory
Asks the ModelFactory to create a page.
createAdapter(Notifier) - Method in class net.refractions.udig.printing.model.util.ModelAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class net.refractions.udig.printing.model.util.PageAdapterFactory
Creates an adapter for the target.
createBox() - Method in interface net.refractions.udig.printing.model.ModelFactory
Returns a new object of class 'Box'.
createBoxAdapter() - Method in class net.refractions.udig.printing.model.util.ModelAdapterFactory
Creates a new adapter for an object of class 'Box'.
createBoxAdapter() - Method in class net.refractions.udig.printing.model.util.PageAdapterFactory
Creates a new adapter for an object of class 'Box'.
createConnection() - Method in interface net.refractions.udig.printing.model.ModelFactory
Returns a new object of class 'Connection'.
createConnectionAdapter() - Method in class net.refractions.udig.printing.model.util.ModelAdapterFactory
Creates a new adapter for an object of class 'Connection'.
createConnectionAdapter() - Method in class net.refractions.udig.printing.model.util.PageAdapterFactory
Creates a new adapter for an object of class 'Connection'.
createDecoratorBox() - Method in interface net.refractions.udig.printing.model.ModelFactory
Returns a new object of class 'Decorator Box'.
createDecoratorBoxAdapter() - Method in class net.refractions.udig.printing.model.util.ModelAdapterFactory
Creates a new adapter for an object of class 'Decorator Box'.
createDecoratorBoxAdapter() - Method in class net.refractions.udig.printing.model.util.PageAdapterFactory
Creates a new adapter for an object of class 'Decorator Box'.
createElement() - Method in interface net.refractions.udig.printing.model.ModelFactory
Returns a new object of class 'Element'.
createElementAdapter() - Method in class net.refractions.udig.printing.model.util.ModelAdapterFactory
Creates a new adapter for an object of class 'Element'.
createElementAdapter() - Method in class net.refractions.udig.printing.model.util.PageAdapterFactory
Creates a new adapter for an object of class 'Element'.
createEObjectAdapter() - Method in class net.refractions.udig.printing.model.util.ModelAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class net.refractions.udig.printing.model.util.PageAdapterFactory
Creates a new adapter for the default case.
createIAdaptableAdapter() - Method in class net.refractions.udig.printing.model.util.ModelAdapterFactory
Creates a new adapter for an object of class 'IAdaptable'.
createIEditorInputAdapter() - Method in class net.refractions.udig.printing.model.util.PageAdapterFactory
Creates a new adapter for an object of class 'IEditor Input'.
createIProjectElementAdapter() - Method in class net.refractions.udig.printing.model.util.ModelAdapterFactory
Creates a new adapter for an object of class 'IProject Element'.
createIProjectElementAdapter() - Method in class net.refractions.udig.printing.model.util.PageAdapterFactory
Creates a new adapter for an object of class 'IProject Element'.
createLabelBoxAdapter() - Method in class net.refractions.udig.printing.model.util.PageAdapterFactory
Creates a new adapter for an object of class 'Label Box'.
createMapBoxAdapter() - Method in class net.refractions.udig.printing.model.util.PageAdapterFactory
Creates a new adapter for an object of class 'Map Box'.
createPage() - Method in interface net.refractions.udig.printing.model.ModelFactory
Returns a new object of class 'Page'.
createPageAdapter() - Method in class net.refractions.udig.printing.model.util.ModelAdapterFactory
Creates a new adapter for an object of class 'Page'.
createPageAdapter() - Method in class net.refractions.udig.printing.model.util.PageAdapterFactory
Creates a new adapter for an object of class 'Page'.
createPreview(Graphics2D, IProgressMonitor) - Method in class net.refractions.udig.printing.model.AbstractBoxPrinter
By default this method calls draw and sets dirty to be false.
createPreview(Graphics2D, IProgressMonitor) - Method in interface net.refractions.udig.printing.model.BoxPrinter
This method is called by the frame work when it is time to display itself on the screen.
createProjectElementAdapter() - Method in class net.refractions.udig.printing.model.util.ModelAdapterFactory
Creates a new adapter for an object of class 'Element'.

D

DECORATOR_BOX - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The meta object id for the 'Decorator Box' class.
DECORATOR_BOX__BOX_PRINTER - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Box Printer' attribute.
DECORATOR_BOX__ID - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'ID' attribute.
DECORATOR_BOX__LAYER - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Layer' reference.
DECORATOR_BOX__LOCATION - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Location' attribute.
DECORATOR_BOX__MAP - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Map' reference.
DECORATOR_BOX__SIZE - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Size' attribute.
DECORATOR_BOX__SOURCE_CONNECTIONS - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Source Connections' reference list.
DECORATOR_BOX__TARGET_CONNECTIONS - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Target Connections' reference list.
DECORATOR_BOX_FEATURE_COUNT - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The number of structural features of the the 'Decorator Box' class.
DecoratorBox - Interface in net.refractions.udig.printing.model
A generic implementation of a Decorator.
defaultCase(EObject) - Method in class net.refractions.udig.printing.model.util.ModelSwitch
Returns the result of interpretting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class net.refractions.udig.printing.model.util.PageSwitch
Returns the result of interpretting the object as an instance of 'EObject'.
DIMENSION - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The meta object id for the 'Dimension' data type.
disconnect() - Method in interface net.refractions.udig.printing.model.Connection
Disconnects this connection from its source and target
doSwitch(EObject) - Method in class net.refractions.udig.printing.model.util.ModelSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EClass, EObject) - Method in class net.refractions.udig.printing.model.util.ModelSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EObject) - Method in class net.refractions.udig.printing.model.util.PageSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EClass, EObject) - Method in class net.refractions.udig.printing.model.util.PageSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
draw(Graphics2D, IProgressMonitor) - Method in interface net.refractions.udig.printing.model.BoxPrinter
This method will be called by Page when the actual printing is being performed.

E

eINSTANCE - Static variable in interface net.refractions.udig.printing.model.ModelFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The singleton instance of the package.
Element - Interface in net.refractions.udig.printing.model
An Element object represents an item of the printing framework and has the following characteristics: a location a size Each object to be included in a Page must implement this interface.
ELEMENT - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The meta object id for the 'Element' class.
ELEMENT__LOCATION - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Location' attribute.
ELEMENT__SIZE - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Size' attribute.
ELEMENT_FEATURE_COUNT - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The number of structural features of the the 'Element' class.
eNAME - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The package name.
eNS_PREFIX - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The package namespace name.
eNS_URI - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The package namespace URI.

G

getBox() - Method in class net.refractions.udig.printing.model.AbstractBoxPrinter
 
getBox() - Method in interface net.refractions.udig.printing.model.BoxPrinter
Returns the box the box set when the setBox method is called.
getBox() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for class 'Box'.
getBox_BoxPrinter() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for the attribute 'Box Printer'.
getBox_ID() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for the attribute 'ID'.
getBox_SourceConnections() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for the reference list 'Source Connections'.
getBox_TargetConnections() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for the reference list 'Target Connections'.
getBoxes() - Method in interface net.refractions.udig.printing.model.Page
Each Box represents an item to be drawn and printed, and can be resized and repositioned.
getBoxPrinter() - Method in interface net.refractions.udig.printing.model.Box
Gets the object responsible for drawing the preview and printing the contents of this box.
getBoxPrinter() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for data type 'Box Printer'.
getConnection() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for class 'Connection'.
getConnection_Connected() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for the attribute 'Connected'.
getConnection_Source() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for the reference 'Source'.
getConnection_Target() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for the reference 'Target'.
getDecoratorBox() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for class 'Decorator Box'.
getDecoratorBox_Layer() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for the reference 'Layer'.
getDecoratorBox_Map() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for the reference 'Map'.
getDefault() - Static method in class net.refractions.udig.printing.model.PrintingModelPlugin
Returns the shared instance.
getDimension() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for data type 'Dimension'.
getElement() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for class 'Element'.
getElement_Location() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for the attribute 'Location'.
getElement_Size() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for the attribute 'Size'.
getExtensionPointID() - Method in interface net.refractions.udig.printing.model.BoxPrinter
Must return the id of the extension point where you registered this box printer.
getGraphics2D() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for data type 'Graphics2 D'.
getID() - Method in interface net.refractions.udig.printing.model.Box
Gets the id for the box.
getIProgressMonitor() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for data type 'IProgress Monitor'.
getLayer() - Method in interface net.refractions.udig.printing.model.DecoratorBox
 
getLocation() - Method in interface net.refractions.udig.printing.model.Element
 
getMap() - Method in interface net.refractions.udig.printing.model.DecoratorBox
 
getModelFactory() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the factory that creates the instances of the model.
getModelPackage() - Method in interface net.refractions.udig.printing.model.ModelFactory
Returns the package supported by this factory.
getPage() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for class 'Page'.
getPage_Boxes() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for the containment reference list 'Boxes'.
getPoint() - Method in interface net.refractions.udig.printing.model.ModelPackage
Returns the meta object for data type 'Point'.
getResourceBundle() - Method in class net.refractions.udig.printing.model.PrintingModelPlugin
Returns the plugin's resource bundle
getResourceString(String) - Static method in class net.refractions.udig.printing.model.PrintingModelPlugin
 
getSize() - Method in interface net.refractions.udig.printing.model.Element
The size is calculated in pixels, and represent coordinates on a page.
getSource() - Method in interface net.refractions.udig.printing.model.Connection
The Box returned represents a object that uses the target of the connection somehow.
getSourceConnections() - Method in interface net.refractions.udig.printing.model.Box
This is used by the GEF system to access the source connections on this Box
getTarget() - Method in interface net.refractions.udig.printing.model.Connection
This represents a link between a Box and this class.
getTargetConnections() - Method in interface net.refractions.udig.printing.model.Box
This is used by the GEF system to access the target connections on this Box
GRAPHICS2_D - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The meta object id for the 'Graphics2 D' data type.

I

ID - Static variable in class net.refractions.udig.printing.model.PrintingModelPlugin
Plugin ID
IPROGRESS_MONITOR - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The meta object id for the 'IProgress Monitor' data type.
isConnected() - Method in interface net.refractions.udig.printing.model.Connection
 
isDebugging(String) - Static method in class net.refractions.udig.printing.model.PrintingModelPlugin
Performs the Platform.getDebugOption true check on the provided trace
isFactoryForType(Object) - Method in class net.refractions.udig.printing.model.util.ModelAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class net.refractions.udig.printing.model.util.PageAdapterFactory
Returns whether this factory is applicable for the type of the object.
isNewPreviewNeeded() - Method in class net.refractions.udig.printing.model.AbstractBoxPrinter
By default this will return false when ever the size of location of the box has been changed.
isNewPreviewNeeded() - Method in interface net.refractions.udig.printing.model.BoxPrinter
Returns true if a the preview has changed since last call of BoxPrinter.createPreview(Graphics2D, IProgressMonitor) This method must NOT always return true because as long as it returns true createPreview is called and the screen is not updated.

L

load(IMemento) - Method in class net.refractions.udig.printing.model.AbstractBoxPrinter
By default this method does nothing
load(IMemento) - Method in interface net.refractions.udig.printing.model.BoxPrinter
 
locationChanged() - Method in class net.refractions.udig.printing.model.PropertyListener
Indicates that the Location property has been changed Override me to perform an action when Location is changed
log(String, Throwable) - Static method in class net.refractions.udig.printing.model.PrintingModelPlugin
Logs the Throwable in the plugin's log.

M

ModelAdapterFactory - Class in net.refractions.udig.printing.model.util
The Adapter Factory for the model.
ModelAdapterFactory() - Constructor for class net.refractions.udig.printing.model.util.ModelAdapterFactory
Creates an instance of the adapter factory.
ModelFactory - Interface in net.refractions.udig.printing.model
The Factory for the model.
ModelPackage - Interface in net.refractions.udig.printing.model
The Package for the model.
modelPackage - Static variable in class net.refractions.udig.printing.model.util.ModelAdapterFactory
The cached model package.
modelPackage - Static variable in class net.refractions.udig.printing.model.util.ModelSwitch
The cached model package
modelPackage - Static variable in class net.refractions.udig.printing.model.util.PageAdapterFactory
The cached model package.
modelPackage - Static variable in class net.refractions.udig.printing.model.util.PageSwitch
The cached model package
modelSwitch - Variable in class net.refractions.udig.printing.model.util.ModelAdapterFactory
The switch the delegates to the createXXX methods.
ModelSwitch - Class in net.refractions.udig.printing.model.util
The Switch for the model's inheritance hierarchy.
ModelSwitch() - Constructor for class net.refractions.udig.printing.model.util.ModelSwitch
Creates an instance of the switch.
modelSwitch - Variable in class net.refractions.udig.printing.model.util.PageAdapterFactory
The switch the delegates to the createXXX methods.

N

net.refractions.udig.printing.model - package net.refractions.udig.printing.model
 
net.refractions.udig.printing.model.util - package net.refractions.udig.printing.model.util
 
notifyChanged(Notification) - Method in class net.refractions.udig.printing.model.PropertyListener
Maps an event to its particular *Changed method.
notifyPropertyChange(PropertyChangeEvent) - Method in interface net.refractions.udig.printing.model.Box
Can be called to notify listeners that a event has occurred.

P

PAGE - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The meta object id for the 'Page' class.
Page - Interface in net.refractions.udig.printing.model
Represents a set of positioned Boxes to be drawn.
PAGE__BOXES - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Boxes' containment reference list.
PAGE__LOCATION - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Location' attribute.
PAGE__NAME - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Name' attribute.
PAGE__PROJECT_INTERNAL - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Project Internal' reference.
PAGE__SIZE - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The feature id for the 'Size' attribute.
PAGE_FEATURE_COUNT - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The number of structural features of the the 'Page' class.
PageAdapterFactory - Class in net.refractions.udig.printing.model.util
The Adapter Factory for the model.
PageAdapterFactory() - Constructor for class net.refractions.udig.printing.model.util.PageAdapterFactory
Creates an instance of the adapter factory.
PageProjectElementFactory - Class in net.refractions.udig.printing.model
Provides a way to arbitrarily create a Page
PageProjectElementFactory() - Constructor for class net.refractions.udig.printing.model.PageProjectElementFactory
 
PageSwitch - Class in net.refractions.udig.printing.model.util
The Switch for the model's inheritance hierarchy.
PageSwitch() - Constructor for class net.refractions.udig.printing.model.util.PageSwitch
Creates an instance of the switch.
POINT - Static variable in interface net.refractions.udig.printing.model.ModelPackage
The meta object id for the 'Point' data type.
PRINTING - Static variable in interface net.refractions.udig.printing.model.Trace
You may set this to "true" in your .options file
PrintingModelPlugin - Class in net.refractions.udig.printing.model
The main plugin class to be used in the desktop.
PrintingModelPlugin() - Constructor for class net.refractions.udig.printing.model.PrintingModelPlugin
The constructor.
PropertyListener - Class in net.refractions.udig.printing.model
Provides easy access for listening to printing events.
PropertyListener() - Constructor for class net.refractions.udig.printing.model.PropertyListener
 

R

reconnect() - Method in interface net.refractions.udig.printing.model.Connection
Reconnects this connection to its target and source, as if it was just created.
reconnect(Box, Box) - Method in interface net.refractions.udig.printing.model.Connection
Reconnects this connection to a new source Box and a new target Box this is the same as:
remove(Connection) - Method in interface net.refractions.udig.printing.model.Box
Removes a Connection to this Box
removePropertyChangeListener(IPropertyChangeListener) - Method in interface net.refractions.udig.printing.model.Box
removes a listener from the box.

S

save(IMemento) - Method in class net.refractions.udig.printing.model.AbstractBoxPrinter
By default this method does nothing
save(IMemento) - Method in interface net.refractions.udig.printing.model.BoxPrinter
Passes in a memento object so that the printer can be saved.
setBox(Box) - Method in class net.refractions.udig.printing.model.AbstractBoxPrinter
 
setBox(Box) - Method in interface net.refractions.udig.printing.model.BoxPrinter
Sets the owning box.
setBoxPrinter(BoxPrinter) - Method in interface net.refractions.udig.printing.model.Box
Sets the value of the 'Box Printer' attribute.
setConnected(boolean) - Method in interface net.refractions.udig.printing.model.Connection
Sets the value of the 'Connected' attribute.
setID(String) - Method in interface net.refractions.udig.printing.model.Box
Sets the value of the 'ID' attribute.
setLayer(Layer) - Method in interface net.refractions.udig.printing.model.DecoratorBox
Sets the value of the 'Layer' reference.
setLocation(Point) - Method in interface net.refractions.udig.printing.model.Element
Sets the value of the 'Location' attribute.
setMap(Map) - Method in interface net.refractions.udig.printing.model.DecoratorBox
Sets the value of the 'Map' reference.
setSize(Dimension) - Method in interface net.refractions.udig.printing.model.Element
Sets the value of the 'Size' attribute.
setSource(Box) - Method in interface net.refractions.udig.printing.model.Connection
Sets the value of the 'Source' reference.
setTarget(Box) - Method in interface net.refractions.udig.printing.model.Connection
Sets the value of the 'Target' reference.
sizeChanged() - Method in class net.refractions.udig.printing.model.PropertyListener
Indicates that the Size property has been changed Override me to perform an action when Size is changed
sourceConnectionsChanged() - Method in class net.refractions.udig.printing.model.PropertyListener
Indicates that the Source Connections property has been changed Override me to perform an action when SourceConnections are changed
start(BundleContext) - Method in class net.refractions.udig.printing.model.PrintingModelPlugin
This method is called upon plug-in activation
stop(BundleContext) - Method in class net.refractions.udig.printing.model.PrintingModelPlugin
This method is called when the plug-in is stopped

T

targetConnectionsChanged() - Method in class net.refractions.udig.printing.model.PropertyListener
Indicates that the Target Connections property has been changed Override me to perform an action when TargetConnections are changed
textChanged() - Method in class net.refractions.udig.printing.model.PropertyListener
Indicates that the Text property has been changed Override me to perform an action when Text is changed
trace(String, Throwable) - Static method in class net.refractions.udig.printing.model.PrintingModelPlugin
Messages that only engage if getDefault().isDebugging()
trace(String) - Static method in class net.refractions.udig.printing.model.PrintingModelPlugin
 
Trace - Interface in net.refractions.udig.printing.model
Constants for use with eclipse tracing api.

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