# HG changeset patch # User dwinter # Date 1294133513 -3600 # Node ID 2bb7d0aea33fdf5e9016a3141555efd4fd2e9d18 # Parent a705726863bccd995f322dd71fc09386759b43f7 javadoc added diff -r a705726863bc -r 2bb7d0aea33f doc/allclasses-frame.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/allclasses-frame.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,85 @@ + + + + + + +All Classes + + + + + + + + + + + +All Classes +
+ + + + + +
Activator +
+DigiImage +
+DigiImageController +
+DigiImageParameter +
+DigilibHandler +
+DigilibImageManipulatorProvider +
+DigilibInputTypeException +
+DigilibLinkEditorContributor +
+DigilibLinkEditorInput +
+DigilibLinkEditorObservable +
+DigilibLinkEditorPart +
+DigiNav +
+IDigiImage +
+IDigilibImageManipulator +
+ManipulatorExtension +
+MirrorHorizontal +
+MirrorVertical +
+NextPage +
+ParseIndexMeta +
+PrevPage +
+Rotate +
+RotateDialog +
+ScaleDown +
+ScaleUp +
+SelectNavigationListener +
+ZoomArea +
+ZoomAreaRectangleListener +
+ZoomFull +
+
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/allclasses-noframe.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/allclasses-noframe.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,85 @@ + + + + + + +All Classes + + + + + + + + + + + +All Classes +
+ + + + + +
Activator +
+DigiImage +
+DigiImageController +
+DigiImageParameter +
+DigilibHandler +
+DigilibImageManipulatorProvider +
+DigilibInputTypeException +
+DigilibLinkEditorContributor +
+DigilibLinkEditorInput +
+DigilibLinkEditorObservable +
+DigilibLinkEditorPart +
+DigiNav +
+IDigiImage +
+IDigilibImageManipulator +
+ManipulatorExtension +
+MirrorHorizontal +
+MirrorVertical +
+NextPage +
+ParseIndexMeta +
+PrevPage +
+Rotate +
+RotateDialog +
+ScaleDown +
+ScaleUp +
+SelectNavigationListener +
+ZoomArea +
+ZoomAreaRectangleListener +
+ZoomFull +
+
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/constant-values.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/constant-values.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,174 @@ + + + + + + +Constant Field Values + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+de.mpg.*
+ +

+ + + + + + + + + + + + +
de.mpg.mpiwg.itgroup.digilib.plugin.Activator
+public static final java.lang.StringPLUGIN_ID"de.mpg.mpiwg.itgroup.diglib.plugin"
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/DigiImage.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/DigiImage.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,498 @@ + + + + + + +DigiImage + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.digiImage +
+Class DigiImage

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImage
+
+
+
All Implemented Interfaces:
IDigiImage
+
+
+
+
public class DigiImage
extends java.lang.Object
implements IDigiImage
+ + +

+Refers to an Digilib-Scaler Object either an image or an folder. The object contains an swt-label object, so that it can be embedded e.g. in Eclipse. +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
DigiImage(org.eclipse.swt.widgets.Composite parent, + int style, + DigiImageParameter dp) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetBaseUrl() + +
+          Get the Url of the digilib scaler, set to http://digilib.mpiwg-berlin.mpg.de/digitallibrary/servlet/Scaler, if not changed.
+ org.eclipse.swt.widgets.LabelgetLabel() + +
+           
+ DigiImageParametergetParameter() + +
+          Gets the current set of parameters.
+ org.eclipse.swt.widgets.CompositegetParent() + +
+           
+ ZoomAreaRectangleListenergetRectangleListener() + +
+          Get the listener to a rectangle object used for marking a part of the image for zooming.
+ voidredraw() + +
+          Draws the image defined by the parameter set.
+ voidsetBaseUrl(java.lang.String baseUrl) + +
+          Setze die Basis url des Digilib-Scalers
+ voidsetLabel(org.eclipse.swt.widgets.Label label) + +
+          Sets a new label object, should normally not be externally called.
+ voidsetParameter(DigiImageParameter dp) + +
+          Set the parameter, no other action, image is only recreated by calling @see IDigiImage.redraw().
+ voidsetRectangleListener(ZoomAreaRectangleListener rectangleListener) + +
+          et the listener to a rectangle object used for marking a part of the image for zooming.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DigiImage

+
+public DigiImage(org.eclipse.swt.widgets.Composite parent,
+                 int style,
+                 DigiImageParameter dp)
+
+
+
Parameters:
parent - Composite where the image should be become a child of.
style - SWT Style how to display the image as a composite. For more the the style parameter at @see import org.eclipse.swt.widgets.Label
dp - Set of Parameters which define how the image should be displayed.
+
+ + + + + + + + +
+Method Detail
+ +

+getBaseUrl

+
+public java.lang.String getBaseUrl()
+
+
Get the Url of the digilib scaler, set to http://digilib.mpiwg-berlin.mpg.de/digitallibrary/servlet/Scaler, if not changed. + TODO should be part of a configuration/preference file +

+

+
+
+
+ +
Returns:
+
+
+
+ +

+setBaseUrl

+
+public void setBaseUrl(java.lang.String baseUrl)
+
+
Setze die Basis url des Digilib-Scalers +

+

+
+
+
+
Parameters:
baseUrl -
+
+
+
+ +

+getLabel

+
+public org.eclipse.swt.widgets.Label getLabel()
+
+
+
Specified by:
getLabel in interface IDigiImage
+
+
+ +
Returns:
the label @object which contains the image
+
+
+
+ +

+setLabel

+
+public void setLabel(org.eclipse.swt.widgets.Label label)
+
+
Description copied from interface: IDigiImage
+
Sets a new label object, should normally not be externally called. Label should be set by @see IDigiImage.redraw(). +

+

+
Specified by:
setLabel in interface IDigiImage
+
+
+
+
+
+
+ +

+getParent

+
+public org.eclipse.swt.widgets.Composite getParent()
+
+
+
Specified by:
getParent in interface IDigiImage
+
+
+ +
Returns:
Parent of the composite object of the label.
+
+
+
+ +

+getParameter

+
+public DigiImageParameter getParameter()
+
+
Description copied from interface: IDigiImage
+
Gets the current set of parameters. +

+

+
Specified by:
getParameter in interface IDigiImage
+
+
+ +
Returns:
+
+
+
+ +

+setParameter

+
+public void setParameter(DigiImageParameter dp)
+
+
Description copied from interface: IDigiImage
+
Set the parameter, no other action, image is only recreated by calling @see IDigiImage.redraw(). +

+

+
Specified by:
setParameter in interface IDigiImage
+
+
+
+
+
+
+ +

+redraw

+
+public void redraw()
+
+
Description copied from interface: IDigiImage
+
Draws the image defined by the parameter set. +

+

+
Specified by:
redraw in interface IDigiImage
+
+
+
+
+
+
+ +

+getRectangleListener

+
+public ZoomAreaRectangleListener getRectangleListener()
+
+
Description copied from interface: IDigiImage
+
Get the listener to a rectangle object used for marking a part of the image for zooming. +

+

+
Specified by:
getRectangleListener in interface IDigiImage
+
+
+ +
Returns:
+
+
+
+ +

+setRectangleListener

+
+public void setRectangleListener(ZoomAreaRectangleListener rectangleListener)
+
+
Description copied from interface: IDigiImage
+
et the listener to a rectangle object used for marking a part of the image for zooming. +

+

+
Specified by:
setRectangleListener in interface IDigiImage
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/DigiImageController.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/DigiImageController.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,525 @@ + + + + + + +DigiImageController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.digiImage +
+Class DigiImageController

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController
+
+
+
+
public class DigiImageController
extends java.lang.Object
+ + +

+Contains methods to manipulate an digilib image @see {#link de.mpiwg.itgroup.digilib.digiImage.Digimage}. + The parameters are documented at the digilib pages @see http://developer.berlios.de/docman/display_doc.php?docid=106&group_id=251. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+ DigiImagedigiImage + +
+           
+static java.lang.StringHMIR + +
+           
+static java.lang.StringVMIR + +
+           
+  + + + + + + + + + + +
+Constructor Summary
DigiImageController(DigiImage di) + +
+          Create a new controller on the image object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidhmir() + +
+           
+ voidmir(java.lang.String mode) + +
+          Mirrors the image
+ voidnextPage() + +
+          If the image object points to a folder the next image in the folder is displayed.
+ voidprevPage() + +
+          If the image object points to a folder the previous image in the folder is displayed.
+ voidrotate(float rotateValue) + +
+           
+ voidscaleDown() + +
+          scales the image down (ws --> ws-1)
+ voidscaleUp() + +
+          scales the image up (ws --> ws+1)
+ voidvmir() + +
+           
+ voidzoomArea(int x, + int y, + int x2, + int y2) + +
+          Zoom the area given by the rectangle (x,y), (x2,y2).
+ voidzoomFull() + +
+          Show the whole image.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+VMIR

+
+public static java.lang.String VMIR
+
+
+
+
+
+ +

+HMIR

+
+public static java.lang.String HMIR
+
+
+
+
+
+ +

+digiImage

+
+public DigiImage digiImage
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+DigiImageController

+
+public DigiImageController(DigiImage di)
+
+
Create a new controller on the image object. +

+

+
Parameters:
di -
+
+ + + + + + + + +
+Method Detail
+ +

+mir

+
+public void mir(java.lang.String mode)
+
+
Mirrors the image +

+

+
Parameters:
modes - can be @see or HMIR.
+
+
+
+ +

+vmir

+
+public void vmir()
+
+
+
+
+
+
+ +

+hmir

+
+public void hmir()
+
+
+
+
+
+
+ +

+rotate

+
+public void rotate(float rotateValue)
+
+
+
+
+
+
+ +

+zoomArea

+
+public void zoomArea(int x,
+                     int y,
+                     int x2,
+                     int y2)
+
+
Zoom the area given by the rectangle (x,y), (x2,y2). Alle point are given in absolute coordinates. +

+

+
Parameters:
x -
y -
x2 -
y2 -
+
+
+
+ +

+zoomFull

+
+public void zoomFull()
+
+
Show the whole image. +

+

+
+
+
+
+ +

+scaleDown

+
+public void scaleDown()
+
+
scales the image down (ws --> ws-1) +

+

+
+
+
+
+ +

+scaleUp

+
+public void scaleUp()
+
+
scales the image up (ws --> ws+1) +

+

+
+
+
+
+ +

+prevPage

+
+public void prevPage()
+
+
If the image object points to a folder the previous image in the folder is displayed. +

+

+
+
+
+
+ +

+nextPage

+
+public void nextPage()
+
+
If the image object points to a folder the next image in the folder is displayed. + TODO currently no check is made if we are already on the last image in the folder. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/DigiImageParameter.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/DigiImageParameter.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,926 @@ + + + + + + +DigiImageParameter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.digiImage +
+Class DigiImageParameter

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter
+
+
+
+
public class DigiImageParameter
extends java.lang.Object
+ + +

+Parameter which describe the state of an Digilib-Image, + settings and parameter names are described in @see http://developer.berlios.de/docman/?group_id=251 +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
DigiImageParameter(java.lang.String fn) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ floatgetBrgt() + +
+           
+ floatgetCont() + +
+           
+ intgetDdpi() + +
+           
+ intgetDdpix() + +
+           
+ intgetDdpiy() + +
+           
+ intgetDh() + +
+           
+ intgetDw() + +
+           
+ java.lang.StringgetFn() + +
+           
+ java.lang.StringgetMo() + +
+           
+ intgetPn() + +
+           
+ java.lang.StringgetRgba() + +
+           
+ java.lang.StringgetRgbm() + +
+           
+ floatgetRot() + +
+           
+ floatgetWh() + +
+           
+ floatgetWs() + +
+           
+ floatgetWw() + +
+           
+ floatgetWx() + +
+           
+ floatgetWy() + +
+           
+ voidsetBrgt(float brgt) + +
+           
+ voidsetCont(float cont) + +
+           
+ voidsetDdpi(int ddpi) + +
+           
+ voidsetDdpix(int ddpix) + +
+           
+ voidsetDdpiy(int ddpiy) + +
+           
+ voidsetDh(int dh) + +
+           
+ voidsetDw(int dw) + +
+           
+ voidsetFn(java.lang.String fn) + +
+           
+ voidsetMo(java.lang.String mo) + +
+           
+ voidsetPn(int pn) + +
+           
+ voidsetRgba(java.lang.String rgba) + +
+           
+ voidsetRgbm(java.lang.String rgbm) + +
+           
+ voidsetRot(float rot) + +
+           
+ voidsetWh(float wh) + +
+           
+ voidsetWs(float ws) + +
+           
+ voidsetWw(float ww) + +
+           
+ voidsetWx(float wx) + +
+           
+ voidsetWy(float wy) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DigiImageParameter

+
+public DigiImageParameter(java.lang.String fn)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getFn

+
+public java.lang.String getFn()
+
+
+
+
+
+
+ +

+setFn

+
+public void setFn(java.lang.String fn)
+
+
+
+
+
+
+ +

+getPn

+
+public int getPn()
+
+
+
+
+
+
+ +

+setPn

+
+public void setPn(int pn)
+
+
+
+
+
+
+ +

+getDw

+
+public int getDw()
+
+
+
+
+
+
+ +

+setDw

+
+public void setDw(int dw)
+
+
+
+
+
+
+ +

+getDh

+
+public int getDh()
+
+
+
+
+
+
+ +

+setDh

+
+public void setDh(int dh)
+
+
+
+
+
+
+ +

+getWx

+
+public float getWx()
+
+
+
+
+
+
+ +

+setWx

+
+public void setWx(float wx)
+
+
+
+
+
+
+ +

+getWy

+
+public float getWy()
+
+
+
+
+
+
+ +

+setWy

+
+public void setWy(float wy)
+
+
+
+
+
+
+ +

+getWw

+
+public float getWw()
+
+
+
+
+
+
+ +

+setWw

+
+public void setWw(float ww)
+
+
+
+
+
+
+ +

+getWh

+
+public float getWh()
+
+
+
+
+
+
+ +

+setWh

+
+public void setWh(float wh)
+
+
+
+
+
+
+ +

+getWs

+
+public float getWs()
+
+
+
+
+
+
+ +

+setWs

+
+public void setWs(float ws)
+
+
+
+
+
+
+ +

+getMo

+
+public java.lang.String getMo()
+
+
+
+
+
+
+ +

+setMo

+
+public void setMo(java.lang.String mo)
+
+
+
+
+
+
+ +

+getCont

+
+public float getCont()
+
+
+
+
+
+
+ +

+setCont

+
+public void setCont(float cont)
+
+
+
+
+
+
+ +

+getBrgt

+
+public float getBrgt()
+
+
+
+
+
+
+ +

+setBrgt

+
+public void setBrgt(float brgt)
+
+
+
+
+
+
+ +

+getRot

+
+public float getRot()
+
+
+
+
+
+
+ +

+setRot

+
+public void setRot(float rot)
+
+
+
+
+
+
+ +

+getRgbm

+
+public java.lang.String getRgbm()
+
+
+
+
+
+
+ +

+setRgbm

+
+public void setRgbm(java.lang.String rgbm)
+
+
+
+
+
+
+ +

+getRgba

+
+public java.lang.String getRgba()
+
+
+
+
+
+
+ +

+setRgba

+
+public void setRgba(java.lang.String rgba)
+
+
+
+
+
+
+ +

+getDdpi

+
+public int getDdpi()
+
+
+
+
+
+
+ +

+setDdpi

+
+public void setDdpi(int ddpi)
+
+
+
+
+
+
+ +

+getDdpix

+
+public int getDdpix()
+
+
+
+
+
+
+ +

+setDdpix

+
+public void setDdpix(int ddpix)
+
+
+
+
+
+
+ +

+getDdpiy

+
+public int getDdpiy()
+
+
+
+
+
+
+ +

+setDdpiy

+
+public void setDdpiy(int ddpiy)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/DigiNav.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/DigiNav.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,232 @@ + + + + + + +DigiNav + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.digiImage +
+Class DigiNav

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.digiImage.DigiNav
+
+
+
+
public class DigiNav
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DigiNav(org.eclipse.swt.widgets.Composite parent, + int style, + DigiImageController dc) + +
+          Creates a composite showing the registered navigation elements provided by @see DigilibImageManipulatorProvider.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DigiNav

+
+public DigiNav(org.eclipse.swt.widgets.Composite parent,
+               int style,
+               DigiImageController dc)
+
+
Creates a composite showing the registered navigation elements provided by @see DigilibImageManipulatorProvider. +

+

+
Parameters:
parent - parent element for the composite
style - style for the composite as defined in @see SWT.
dc - Controller of the image to be controlled.
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/IDigiImage.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/IDigiImage.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,366 @@ + + + + + + +IDigiImage + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.digiImage +
+Interface IDigiImage

+
+
All Known Implementing Classes:
DigiImage
+
+
+
+
public interface IDigiImage
+ + +

+Interface for an general scalable image object. +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ org.eclipse.swt.widgets.LabelgetLabel() + +
+           
+ DigiImageParametergetParameter() + +
+          Gets the current set of parameters.
+ org.eclipse.swt.widgets.CompositegetParent() + +
+           
+ ZoomAreaRectangleListenergetRectangleListener() + +
+          Get the listener to a rectangle object used for marking a part of the image for zooming.
+ voidredraw() + +
+          Draws the image defined by the parameter set.
+ voidsetLabel(org.eclipse.swt.widgets.Label label) + +
+          Sets a new label object, should normally not be externally called.
+ voidsetParameter(DigiImageParameter dp) + +
+          Set the parameter, no other action, image is only recreated by calling @see redraw().
+ voidsetRectangleListener(ZoomAreaRectangleListener rectangleListener) + +
+          et the listener to a rectangle object used for marking a part of the image for zooming.
+  +

+ + + + + + + + +
+Method Detail
+ +

+getParameter

+
+DigiImageParameter getParameter()
+
+
Gets the current set of parameters. +

+

+ +
Returns:
+
+
+
+ +

+setParameter

+
+void setParameter(DigiImageParameter dp)
+
+
Set the parameter, no other action, image is only recreated by calling @see redraw(). +

+

+
Parameters:
dp -
+
+
+
+ +

+redraw

+
+void redraw()
+
+
Draws the image defined by the parameter set. +

+

+
+
+
+
+ +

+getLabel

+
+org.eclipse.swt.widgets.Label getLabel()
+
+
+ +
Returns:
the label @object which contains the image
+
+
+
+ +

+setLabel

+
+void setLabel(org.eclipse.swt.widgets.Label label)
+
+
Sets a new label object, should normally not be externally called. Label should be set by @see redraw(). +

+

+
Parameters:
label -
+
+
+
+ +

+getRectangleListener

+
+ZoomAreaRectangleListener getRectangleListener()
+
+
Get the listener to a rectangle object used for marking a part of the image for zooming. +

+

+ +
Returns:
+
+
+
+ +

+setRectangleListener

+
+void setRectangleListener(ZoomAreaRectangleListener rectangleListener)
+
+
et the listener to a rectangle object used for marking a part of the image for zooming. +

+

+
Parameters:
rectangleListener -
+
+
+
+ +

+getParent

+
+org.eclipse.swt.widgets.Composite getParent()
+
+
+ +
Returns:
Parent of the composite object of the label.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/class-use/DigiImage.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/class-use/DigiImage.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,223 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImage + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImage

+
+ + + + + + + + + + + + + +
+Packages that use DigiImage
de.mpg.mpiwg.itgroup.digilib.digiImage  
de.mpg.mpiwg.itgroup.digilib.plugin.editors  
+  +

+ + + + + +
+Uses of DigiImage in de.mpg.mpiwg.itgroup.digilib.digiImage
+  +

+ + + + + + + + + +
Fields in de.mpg.mpiwg.itgroup.digilib.digiImage declared as DigiImage
+ DigiImageDigiImageController.digiImage + +
+           
+  +

+ + + + + + + + +
Constructors in de.mpg.mpiwg.itgroup.digilib.digiImage with parameters of type DigiImage
DigiImageController(DigiImage di) + +
+          Create a new controller on the image object.
+  +

+ + + + + +
+Uses of DigiImage in de.mpg.mpiwg.itgroup.digilib.plugin.editors
+  +

+ + + + + + + + + +
Methods in de.mpg.mpiwg.itgroup.digilib.plugin.editors with parameters of type DigiImage
+ voidDigilibLinkEditorObservable.imageHasChanged(DigiImage di) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/class-use/DigiImageController.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/class-use/DigiImageController.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,381 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use DigiImageController
de.mpg.mpiwg.itgroup.digilib.digiImage  
de.mpg.mpiwg.itgroup.digilib.listener  
de.mpg.mpiwg.itgroup.digilib.manipulator  
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions  
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs  
+  +

+ + + + + +
+Uses of DigiImageController in de.mpg.mpiwg.itgroup.digilib.digiImage
+  +

+ + + + + + + + +
Constructors in de.mpg.mpiwg.itgroup.digilib.digiImage with parameters of type DigiImageController
DigiNav(org.eclipse.swt.widgets.Composite parent, + int style, + DigiImageController dc) + +
+          Creates a composite showing the registered navigation elements provided by @see DigilibImageManipulatorProvider.
+  +

+ + + + + +
+Uses of DigiImageController in de.mpg.mpiwg.itgroup.digilib.listener
+  +

+ + + + + + + + +
Constructors in de.mpg.mpiwg.itgroup.digilib.listener with parameters of type DigiImageController
SelectNavigationListener(java.lang.String keyword, + DigiImageController dc, + org.eclipse.swt.widgets.Label label) + +
+           
+  +

+ + + + + +
+Uses of DigiImageController in de.mpg.mpiwg.itgroup.digilib.manipulator
+  +

+ + + + + + + + + +
Methods in de.mpg.mpiwg.itgroup.digilib.manipulator with parameters of type DigiImageController
+ voidIDigilibImageManipulator.run(DigiImageController dc) + +
+           
+  +

+ + + + + +
+Uses of DigiImageController in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions with parameters of type DigiImageController
+ voidZoomFull.run(DigiImageController dc) + +
+           
+ voidZoomArea.run(DigiImageController dc) + +
+           
+ voidScaleUp.run(DigiImageController dc) + +
+           
+ voidScaleDown.run(DigiImageController dc) + +
+           
+ voidRotate.run(DigiImageController dc) + +
+           
+ voidPrevPage.run(DigiImageController dc) + +
+           
+ voidNextPage.run(DigiImageController dc) + +
+           
+ voidMirrorVertical.run(DigiImageController dc) + +
+           
+ voidMirrorHorizontal.run(DigiImageController dc) + +
+           
+ voidManipulatorExtension.run(DigiImageController dc) + +
+           
+  +

+ + + + + + + + +
Constructors in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions with parameters of type DigiImageController
ZoomAreaRectangleListener(DigiImageController dc) + +
+           
+  +

+ + + + + +
+Uses of DigiImageController in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs
+  +

+ + + + + + + + +
Constructors in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs with parameters of type DigiImageController
RotateDialog(org.eclipse.swt.widgets.Listener listener, + DigiImageController dc) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/class-use/DigiImageParameter.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/class-use/DigiImageParameter.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,228 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter

+
+ + + + + + + + + +
+Packages that use DigiImageParameter
de.mpg.mpiwg.itgroup.digilib.digiImage  
+  +

+ + + + + +
+Uses of DigiImageParameter in de.mpg.mpiwg.itgroup.digilib.digiImage
+  +

+ + + + + + + + + + + + + +
Methods in de.mpg.mpiwg.itgroup.digilib.digiImage that return DigiImageParameter
+ DigiImageParameterIDigiImage.getParameter() + +
+          Gets the current set of parameters.
+ DigiImageParameterDigiImage.getParameter() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in de.mpg.mpiwg.itgroup.digilib.digiImage with parameters of type DigiImageParameter
+ voidIDigiImage.setParameter(DigiImageParameter dp) + +
+          Set the parameter, no other action, image is only recreated by calling @see IDigiImage.redraw().
+ voidDigiImage.setParameter(DigiImageParameter dp) + +
+           
+  +

+ + + + + + + + +
Constructors in de.mpg.mpiwg.itgroup.digilib.digiImage with parameters of type DigiImageParameter
DigiImage(org.eclipse.swt.widgets.Composite parent, + int style, + DigiImageParameter dp) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/class-use/DigiNav.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/class-use/DigiNav.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiNav + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.digiImage.DigiNav

+
+No usage of de.mpg.mpiwg.itgroup.digilib.digiImage.DigiNav +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/class-use/IDigiImage.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/class-use/IDigiImage.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,180 @@ + + + + + + +Uses of Interface de.mpg.mpiwg.itgroup.digilib.digiImage.IDigiImage + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.mpg.mpiwg.itgroup.digilib.digiImage.IDigiImage

+
+ + + + + + + + + +
+Packages that use IDigiImage
de.mpg.mpiwg.itgroup.digilib.digiImage  
+  +

+ + + + + +
+Uses of IDigiImage in de.mpg.mpiwg.itgroup.digilib.digiImage
+  +

+ + + + + + + + + +
Classes in de.mpg.mpiwg.itgroup.digilib.digiImage that implement IDigiImage
+ classDigiImage + +
+          Refers to an Digilib-Scaler Object either an image or an folder.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/exceptions/DigilibInputTypeException.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/exceptions/DigilibInputTypeException.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,240 @@ + + + + + + +DigilibInputTypeException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions +
+Class DigilibInputTypeException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions.DigilibInputTypeException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class DigilibInputTypeException
extends java.lang.Exception
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
DigilibInputTypeException() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DigilibInputTypeException

+
+public DigilibInputTypeException()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/exceptions/class-use/DigilibInputTypeException.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/exceptions/class-use/DigilibInputTypeException.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions.DigilibInputTypeException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions.DigilibInputTypeException

+
+No usage of de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions.DigilibInputTypeException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/exceptions/package-frame.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/exceptions/package-frame.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,32 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions + + + + + + + + + + + +de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions + + + + +
+Exceptions  + +
+DigilibInputTypeException
+ + + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/exceptions/package-summary.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/exceptions/package-summary.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,157 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions +

+ + + + + + + + + +
+Exception Summary
DigilibInputTypeException 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/exceptions/package-tree.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/exceptions/package-tree.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,158 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/exceptions/package-use.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/exceptions/package-use.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Package de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions

+
+No usage of de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/package-frame.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/package-frame.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,49 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.digiImage + + + + + + + + + + + +de.mpg.mpiwg.itgroup.digilib.digiImage + + + + +
+Interfaces  + +
+IDigiImage
+ + + + + + +
+Classes  + +
+DigiImage +
+DigiImageController +
+DigiImageParameter +
+DigiNav
+ + + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/package-summary.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/package-summary.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,184 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.digiImage + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.mpg.mpiwg.itgroup.digilib.digiImage +

+ + + + + + + + + +
+Interface Summary
IDigiImageInterface for an general scalable image object.
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
DigiImageRefers to an Digilib-Scaler Object either an image or an folder.
DigiImageControllerContains methods to manipulate an digilib image @see {#link de.mpiwg.itgroup.digilib.digiImage.Digimage}.
DigiImageParameterParameter which describe the state of an Digilib-Image, + settings and parameter names are described in @see {@link http://developer.berlios.de/docman/?
DigiNav 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/package-tree.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/package-tree.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,159 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.digiImage Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.mpg.mpiwg.itgroup.digilib.digiImage +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/digiImage/package-use.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/digiImage/package-use.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,284 @@ + + + + + + +Uses of Package de.mpg.mpiwg.itgroup.digilib.digiImage + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.mpg.mpiwg.itgroup.digilib.digiImage

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use de.mpg.mpiwg.itgroup.digilib.digiImage
de.mpg.mpiwg.itgroup.digilib.digiImage  
de.mpg.mpiwg.itgroup.digilib.listener  
de.mpg.mpiwg.itgroup.digilib.manipulator  
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions  
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs  
de.mpg.mpiwg.itgroup.digilib.plugin.editors  
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in de.mpg.mpiwg.itgroup.digilib.digiImage used by de.mpg.mpiwg.itgroup.digilib.digiImage
DigiImage + +
+          Refers to an Digilib-Scaler Object either an image or an folder.
DigiImageController + +
+          Contains methods to manipulate an digilib image @see {#link de.mpiwg.itgroup.digilib.digiImage.Digimage}.
DigiImageParameter + +
+          Parameter which describe the state of an Digilib-Image, + settings and parameter names are described in @see {@link http://developer.berlios.de/docman/?
IDigiImage + +
+          Interface for an general scalable image object.
+  +

+ + + + + + + + +
+Classes in de.mpg.mpiwg.itgroup.digilib.digiImage used by de.mpg.mpiwg.itgroup.digilib.listener
DigiImageController + +
+          Contains methods to manipulate an digilib image @see {#link de.mpiwg.itgroup.digilib.digiImage.Digimage}.
+  +

+ + + + + + + + +
+Classes in de.mpg.mpiwg.itgroup.digilib.digiImage used by de.mpg.mpiwg.itgroup.digilib.manipulator
DigiImageController + +
+          Contains methods to manipulate an digilib image @see {#link de.mpiwg.itgroup.digilib.digiImage.Digimage}.
+  +

+ + + + + + + + +
+Classes in de.mpg.mpiwg.itgroup.digilib.digiImage used by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
DigiImageController + +
+          Contains methods to manipulate an digilib image @see {#link de.mpiwg.itgroup.digilib.digiImage.Digimage}.
+  +

+ + + + + + + + +
+Classes in de.mpg.mpiwg.itgroup.digilib.digiImage used by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs
DigiImageController + +
+          Contains methods to manipulate an digilib image @see {#link de.mpiwg.itgroup.digilib.digiImage.Digimage}.
+  +

+ + + + + + + + +
+Classes in de.mpg.mpiwg.itgroup.digilib.digiImage used by de.mpg.mpiwg.itgroup.digilib.plugin.editors
DigiImage + +
+          Refers to an Digilib-Scaler Object either an image or an folder.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/listener/SelectNavigationListener.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/listener/SelectNavigationListener.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,338 @@ + + + + + + +SelectNavigationListener + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.listener +
+Class SelectNavigationListener

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.listener.SelectNavigationListener
+
+
+
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.events.MouseListener, org.eclipse.swt.internal.SWTEventListener
+
+
+
+
public class SelectNavigationListener
extends java.lang.Object
implements org.eclipse.swt.events.MouseListener
+ + +

+Listenes if a navigation element has benn selected +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SelectNavigationListener(java.lang.String keyword, + DigiImageController dc, + org.eclipse.swt.widgets.Label label) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidhandleEvent(org.eclipse.swt.widgets.Event event) + +
+           
+ voidmouseDoubleClick(org.eclipse.swt.events.MouseEvent e) + +
+           
+ voidmouseDown(org.eclipse.swt.events.MouseEvent e) + +
+           
+ voidmouseUp(org.eclipse.swt.events.MouseEvent e) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SelectNavigationListener

+
+public SelectNavigationListener(java.lang.String keyword,
+                                DigiImageController dc,
+                                org.eclipse.swt.widgets.Label label)
+
+
+
Parameters:
keyword - identified the handler
dc - Controller to be handled.
label - Label which contains the Image of the Navigationelement.
+
+ + + + + + + + +
+Method Detail
+ +

+handleEvent

+
+public void handleEvent(org.eclipse.swt.widgets.Event event)
+
+
+
+
+
+
Parameters:
event -
+
+
+
+ +

+mouseDoubleClick

+
+public void mouseDoubleClick(org.eclipse.swt.events.MouseEvent e)
+
+
+
Specified by:
mouseDoubleClick in interface org.eclipse.swt.events.MouseListener
+
+
+
+
+
+
+ +

+mouseDown

+
+public void mouseDown(org.eclipse.swt.events.MouseEvent e)
+
+
+
Specified by:
mouseDown in interface org.eclipse.swt.events.MouseListener
+
+
+
+
+
+
+ +

+mouseUp

+
+public void mouseUp(org.eclipse.swt.events.MouseEvent e)
+
+
+
Specified by:
mouseUp in interface org.eclipse.swt.events.MouseListener
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/listener/class-use/SelectNavigationListener.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/listener/class-use/SelectNavigationListener.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.listener.SelectNavigationListener + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.listener.SelectNavigationListener

+
+No usage of de.mpg.mpiwg.itgroup.digilib.listener.SelectNavigationListener +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/listener/package-frame.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/listener/package-frame.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,32 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.listener + + + + + + + + + + + +de.mpg.mpiwg.itgroup.digilib.listener + + + + +
+Classes  + +
+SelectNavigationListener
+ + + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/listener/package-summary.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/listener/package-summary.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,157 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.listener + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.mpg.mpiwg.itgroup.digilib.listener +

+ + + + + + + + + +
+Class Summary
SelectNavigationListenerListenes if a navigation element has benn selected
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/listener/package-tree.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/listener/package-tree.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,154 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.listener Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.mpg.mpiwg.itgroup.digilib.listener +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/listener/package-use.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/listener/package-use.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Package de.mpg.mpiwg.itgroup.digilib.listener + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.mpg.mpiwg.itgroup.digilib.listener

+
+No usage of de.mpg.mpiwg.itgroup.digilib.listener +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/DigilibImageManipulatorProvider.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/DigilibImageManipulatorProvider.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,285 @@ + + + + + + +DigilibImageManipulatorProvider + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.manipulator +
+Class DigilibImageManipulatorProvider

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.manipulator.DigilibImageManipulatorProvider
+
+
+
+
public class DigilibImageManipulatorProvider
extends java.lang.Object
+ + +

+This singleton class manages the property extensions. +

+ +

+

+
Author:
+
Julia Damerow, Dirk Wintergruen
+
+
+ +

+ + + + + + + + + + + +
+Field Summary
+static DigilibImageManipulatorProviderINSTANCE + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.List<IDigilibImageManipulator>getAllManipulators() + +
+          Get all registered DigilibImageManipulations.
+ IDigilibImageManipulatorgetManipulator(java.lang.String keyword) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+INSTANCE

+
+public static DigilibImageManipulatorProvider INSTANCE
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAllManipulators

+
+public java.util.List<IDigilibImageManipulator> getAllManipulators()
+
+
Get all registered DigilibImageManipulations. +

+

+ +
Returns:
a list with all registered DigilibImageManipulations
+
+
+
+ +

+getManipulator

+
+public IDigilibImageManipulator getManipulator(java.lang.String keyword)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/IDigilibImageManipulator.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/IDigilibImageManipulator.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,255 @@ + + + + + + +IDigilibImageManipulator + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.manipulator +
+Interface IDigilibImageManipulator

+
+
All Known Implementing Classes:
ManipulatorExtension, MirrorHorizontal, MirrorVertical, NextPage, PrevPage, Rotate, ScaleDown, ScaleUp, ZoomArea, ZoomFull
+
+
+
+
public interface IDigilibImageManipulator
+ + +

+Interface for the extensions for manipulation the digilib extensions +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ org.eclipse.swt.graphics.ImagecreateImage(org.eclipse.swt.widgets.Composite parent) + +
+           
+ java.lang.StringgetKeyword() + +
+           
+ voidrun(DigiImageController dc) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+createImage

+
+org.eclipse.swt.graphics.Image createImage(org.eclipse.swt.widgets.Composite parent)
+
+
+
+
+
+
+ +

+getKeyword

+
+java.lang.String getKeyword()
+
+
+
+
+
+
+ +

+run

+
+void run(DigiImageController dc)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/class-use/DigilibImageManipulatorProvider.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/class-use/DigilibImageManipulatorProvider.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,180 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.manipulator.DigilibImageManipulatorProvider + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.manipulator.DigilibImageManipulatorProvider

+
+ + + + + + + + + +
+Packages that use DigilibImageManipulatorProvider
de.mpg.mpiwg.itgroup.digilib.manipulator  
+  +

+ + + + + +
+Uses of DigilibImageManipulatorProvider in de.mpg.mpiwg.itgroup.digilib.manipulator
+  +

+ + + + + + + + + +
Fields in de.mpg.mpiwg.itgroup.digilib.manipulator declared as DigilibImageManipulatorProvider
+static DigilibImageManipulatorProviderDigilibImageManipulatorProvider.INSTANCE + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/class-use/IDigilibImageManipulator.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/class-use/IDigilibImageManipulator.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,297 @@ + + + + + + +Uses of Interface de.mpg.mpiwg.itgroup.digilib.manipulator.IDigilibImageManipulator + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.mpg.mpiwg.itgroup.digilib.manipulator.IDigilibImageManipulator

+
+ + + + + + + + + + + + + +
+Packages that use IDigilibImageManipulator
de.mpg.mpiwg.itgroup.digilib.manipulator  
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions  
+  +

+ + + + + +
+Uses of IDigilibImageManipulator in de.mpg.mpiwg.itgroup.digilib.manipulator
+  +

+ + + + + + + + + +
Methods in de.mpg.mpiwg.itgroup.digilib.manipulator that return IDigilibImageManipulator
+ IDigilibImageManipulatorDigilibImageManipulatorProvider.getManipulator(java.lang.String keyword) + +
+           
+  +

+ + + + + + + + + +
Methods in de.mpg.mpiwg.itgroup.digilib.manipulator that return types with arguments of type IDigilibImageManipulator
+ java.util.List<IDigilibImageManipulator>DigilibImageManipulatorProvider.getAllManipulators() + +
+          Get all registered DigilibImageManipulations.
+  +

+ + + + + +
+Uses of IDigilibImageManipulator in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions that implement IDigilibImageManipulator
+ classManipulatorExtension + +
+          Abstract class where all Digilib Manipulator extensions shoud be derived from
+ classMirrorHorizontal + +
+          Calls the mirror funcion on digiimage
+ classMirrorVertical + +
+          Calls the mirror funcion on digiimage
+ classNextPage + +
+          Calls the the next page function on digiimage
+ classPrevPage + +
+          Calls the previous page function on digiimage
+ classRotate + +
+          Open an dialog for entering the ration angle.
+ classScaleDown + +
+          Calls the scale down function on digiimage
+ classScaleUp + +
+          Calls the scale up function on digiimage
+ classZoomArea + +
+          Set ZoomAreaRectangleListener on the digiimage, which then calls zoom area after selecting an area.
+ classZoomFull + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/ManipulatorExtension.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/ManipulatorExtension.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,456 @@ + + + + + + +ManipulatorExtension + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions +
+Class ManipulatorExtension

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
+
+
+
All Implemented Interfaces:
IDigilibImageManipulator
+
+
+
Direct Known Subclasses:
MirrorHorizontal, MirrorVertical, NextPage, PrevPage, Rotate, ScaleDown, ScaleUp, ZoomArea, ZoomFull
+
+
+
+
public abstract class ManipulatorExtension
extends java.lang.Object
implements IDigilibImageManipulator
+ + +

+Abstract class where all Digilib Manipulator extensions shoud be derived from +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ManipulatorExtension() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ org.eclipse.swt.graphics.ImagecreateImage(org.eclipse.swt.widgets.Composite parent) + +
+           
+ java.lang.StringgetImagePath() + +
+           
+ java.lang.StringgetKeyword() + +
+           
+ voidrun(DigiImageController dc) + +
+           
+ voidsetIconPaths(java.lang.String iconOff, + java.lang.String iconOn) + +
+          Setze die Pfade zu den Icons innerhalb des class path.
+ voidsetImagePath(java.lang.String ip) + +
+          Set path to icon. path is path with in classpath
+ voidsetKeyword(java.lang.String keyword) + +
+           
+ voidsetOffIcon() + +
+          Set icon to off state.
+ voidtoggleIcon() + +
+          Toggle selection state of the navigation icon
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ManipulatorExtension

+
+public ManipulatorExtension()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getKeyword

+
+public java.lang.String getKeyword()
+
+
+
Specified by:
getKeyword in interface IDigilibImageManipulator
+
+
+
+
+
+
+ +

+run

+
+public void run(DigiImageController dc)
+
+
+
Specified by:
run in interface IDigilibImageManipulator
+
+
+
+
+
+
+ +

+setImagePath

+
+public void setImagePath(java.lang.String ip)
+
+
Set path to icon. path is path with in classpath +

+

+
+
+
+
Parameters:
ip -
+
+
+
+ +

+getImagePath

+
+public java.lang.String getImagePath()
+
+
+
+
+
+ +
Returns:
path to the current icon within the class path
+
+
+
+ +

+setKeyword

+
+public void setKeyword(java.lang.String keyword)
+
+
+
+
+
+
Parameters:
keyword - keyword which identifies the extension, used by
See Also:
de.mpg.mpiwg.itgroup.digilib.manipulator.DigilibImageManipulatorProvider}.
+
+
+
+ +

+createImage

+
+public org.eclipse.swt.graphics.Image createImage(org.eclipse.swt.widgets.Composite parent)
+
+
+
Specified by:
createImage in interface IDigilibImageManipulator
+
+
+
+
+
+
+ +

+toggleIcon

+
+public void toggleIcon()
+
+
Toggle selection state of the navigation icon +

+

+
+
+
+
+
+
+
+ +

+setOffIcon

+
+public void setOffIcon()
+
+
Set icon to off state. +

+

+
+
+
+
+
+
+
+ +

+setIconPaths

+
+public void setIconPaths(java.lang.String iconOff,
+                         java.lang.String iconOn)
+
+
Setze die Pfade zu den Icons innerhalb des class path. +

+

+
+
+
+
Parameters:
iconOff -
iconOn -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/MirrorHorizontal.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/MirrorHorizontal.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,330 @@ + + + + + + +MirrorHorizontal + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions +
+Class MirrorHorizontal

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
+      extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorHorizontal
+
+
+
All Implemented Interfaces:
IDigilibImageManipulator
+
+
+
+
public class MirrorHorizontal
extends ManipulatorExtension
+ + +

+Calls the mirror funcion on digiimage +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.StringiconOff + +
+           
+ java.lang.StringiconOn + +
+           
+  + + + + + + + + + + +
+Constructor Summary
MirrorHorizontal() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidrun(DigiImageController dc) + +
+           
+ + + + + + + +
Methods inherited from class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
createImage, getImagePath, getKeyword, setIconPaths, setImagePath, setKeyword, setOffIcon, toggleIcon
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+iconOff

+
+public java.lang.String iconOff
+
+
+
+
+
+ +

+iconOn

+
+public java.lang.String iconOn
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+MirrorHorizontal

+
+public MirrorHorizontal()
+
+
+ + + + + + + + +
+Method Detail
+ +

+run

+
+public void run(DigiImageController dc)
+
+
+
Specified by:
run in interface IDigilibImageManipulator
Overrides:
run in class ManipulatorExtension
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/MirrorVertical.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/MirrorVertical.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,330 @@ + + + + + + +MirrorVertical + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions +
+Class MirrorVertical

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
+      extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorVertical
+
+
+
All Implemented Interfaces:
IDigilibImageManipulator
+
+
+
+
public class MirrorVertical
extends ManipulatorExtension
+ + +

+Calls the mirror funcion on digiimage +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.StringiconOff + +
+           
+ java.lang.StringiconOn + +
+           
+  + + + + + + + + + + +
+Constructor Summary
MirrorVertical() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidrun(DigiImageController dc) + +
+           
+ + + + + + + +
Methods inherited from class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
createImage, getImagePath, getKeyword, setIconPaths, setImagePath, setKeyword, setOffIcon, toggleIcon
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+iconOff

+
+public java.lang.String iconOff
+
+
+
+
+
+ +

+iconOn

+
+public java.lang.String iconOn
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+MirrorVertical

+
+public MirrorVertical()
+
+
+ + + + + + + + +
+Method Detail
+ +

+run

+
+public void run(DigiImageController dc)
+
+
+
Specified by:
run in interface IDigilibImageManipulator
Overrides:
run in class ManipulatorExtension
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/NextPage.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/NextPage.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,330 @@ + + + + + + +NextPage + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions +
+Class NextPage

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
+      extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.NextPage
+
+
+
All Implemented Interfaces:
IDigilibImageManipulator
+
+
+
+
public class NextPage
extends ManipulatorExtension
+ + +

+Calls the the next page function on digiimage +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.StringiconOff + +
+           
+ java.lang.StringiconOn + +
+           
+  + + + + + + + + + + +
+Constructor Summary
NextPage() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidrun(DigiImageController dc) + +
+           
+ + + + + + + +
Methods inherited from class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
createImage, getImagePath, getKeyword, setIconPaths, setImagePath, setKeyword, setOffIcon, toggleIcon
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+iconOff

+
+public java.lang.String iconOff
+
+
+
+
+
+ +

+iconOn

+
+public java.lang.String iconOn
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+NextPage

+
+public NextPage()
+
+
+ + + + + + + + +
+Method Detail
+ +

+run

+
+public void run(DigiImageController dc)
+
+
+
Specified by:
run in interface IDigilibImageManipulator
Overrides:
run in class ManipulatorExtension
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/PrevPage.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/PrevPage.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,330 @@ + + + + + + +PrevPage + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions +
+Class PrevPage

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
+      extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.PrevPage
+
+
+
All Implemented Interfaces:
IDigilibImageManipulator
+
+
+
+
public class PrevPage
extends ManipulatorExtension
+ + +

+Calls the previous page function on digiimage +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.StringiconOff + +
+           
+ java.lang.StringiconOn + +
+           
+  + + + + + + + + + + +
+Constructor Summary
PrevPage() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidrun(DigiImageController dc) + +
+           
+ + + + + + + +
Methods inherited from class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
createImage, getImagePath, getKeyword, setIconPaths, setImagePath, setKeyword, setOffIcon, toggleIcon
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+iconOff

+
+public java.lang.String iconOff
+
+
+
+
+
+ +

+iconOn

+
+public java.lang.String iconOn
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+PrevPage

+
+public PrevPage()
+
+
+ + + + + + + + +
+Method Detail
+ +

+run

+
+public void run(DigiImageController dc)
+
+
+
Specified by:
run in interface IDigilibImageManipulator
Overrides:
run in class ManipulatorExtension
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/Rotate.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/Rotate.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,330 @@ + + + + + + +Rotate + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions +
+Class Rotate

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
+      extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.Rotate
+
+
+
All Implemented Interfaces:
IDigilibImageManipulator
+
+
+
+
public class Rotate
extends ManipulatorExtension
+ + +

+Open an dialog for entering the ration angle. +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.StringiconOff + +
+           
+ java.lang.StringiconOn + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Rotate() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidrun(DigiImageController dc) + +
+           
+ + + + + + + +
Methods inherited from class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
createImage, getImagePath, getKeyword, setIconPaths, setImagePath, setKeyword, setOffIcon, toggleIcon
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+iconOff

+
+public java.lang.String iconOff
+
+
+
+
+
+ +

+iconOn

+
+public java.lang.String iconOn
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Rotate

+
+public Rotate()
+
+
+ + + + + + + + +
+Method Detail
+ +

+run

+
+public void run(DigiImageController dc)
+
+
+
Specified by:
run in interface IDigilibImageManipulator
Overrides:
run in class ManipulatorExtension
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/ScaleDown.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/ScaleDown.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,330 @@ + + + + + + +ScaleDown + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions +
+Class ScaleDown

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
+      extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleDown
+
+
+
All Implemented Interfaces:
IDigilibImageManipulator
+
+
+
+
public class ScaleDown
extends ManipulatorExtension
+ + +

+Calls the scale down function on digiimage +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.StringiconOff + +
+           
+ java.lang.StringiconOn + +
+           
+  + + + + + + + + + + +
+Constructor Summary
ScaleDown() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidrun(DigiImageController dc) + +
+           
+ + + + + + + +
Methods inherited from class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
createImage, getImagePath, getKeyword, setIconPaths, setImagePath, setKeyword, setOffIcon, toggleIcon
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+iconOff

+
+public java.lang.String iconOff
+
+
+
+
+
+ +

+iconOn

+
+public java.lang.String iconOn
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+ScaleDown

+
+public ScaleDown()
+
+
+ + + + + + + + +
+Method Detail
+ +

+run

+
+public void run(DigiImageController dc)
+
+
+
Specified by:
run in interface IDigilibImageManipulator
Overrides:
run in class ManipulatorExtension
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/ScaleUp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/ScaleUp.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,330 @@ + + + + + + +ScaleUp + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions +
+Class ScaleUp

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
+      extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleUp
+
+
+
All Implemented Interfaces:
IDigilibImageManipulator
+
+
+
+
public class ScaleUp
extends ManipulatorExtension
+ + +

+Calls the scale up function on digiimage +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.StringiconOff + +
+           
+ java.lang.StringiconOn + +
+           
+  + + + + + + + + + + +
+Constructor Summary
ScaleUp() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidrun(DigiImageController dc) + +
+           
+ + + + + + + +
Methods inherited from class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
createImage, getImagePath, getKeyword, setIconPaths, setImagePath, setKeyword, setOffIcon, toggleIcon
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+iconOff

+
+public java.lang.String iconOff
+
+
+
+
+
+ +

+iconOn

+
+public java.lang.String iconOn
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+ScaleUp

+
+public ScaleUp()
+
+
+ + + + + + + + +
+Method Detail
+ +

+run

+
+public void run(DigiImageController dc)
+
+
+
Specified by:
run in interface IDigilibImageManipulator
Overrides:
run in class ManipulatorExtension
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/ZoomArea.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/ZoomArea.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,330 @@ + + + + + + +ZoomArea + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions +
+Class ZoomArea

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
+      extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomArea
+
+
+
All Implemented Interfaces:
IDigilibImageManipulator
+
+
+
+
public class ZoomArea
extends ManipulatorExtension
+ + +

+Set ZoomAreaRectangleListener on the digiimage, which then calls zoom area after selecting an area. +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.StringiconOff + +
+           
+ java.lang.StringiconOn + +
+           
+  + + + + + + + + + + +
+Constructor Summary
ZoomArea() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidrun(DigiImageController dc) + +
+           
+ + + + + + + +
Methods inherited from class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
createImage, getImagePath, getKeyword, setIconPaths, setImagePath, setKeyword, setOffIcon, toggleIcon
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+iconOff

+
+public java.lang.String iconOff
+
+
+
+
+
+ +

+iconOn

+
+public java.lang.String iconOn
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+ZoomArea

+
+public ZoomArea()
+
+
+ + + + + + + + +
+Method Detail
+ +

+run

+
+public void run(DigiImageController dc)
+
+
+
Specified by:
run in interface IDigilibImageManipulator
Overrides:
run in class ManipulatorExtension
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/ZoomAreaRectangleListener.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/ZoomAreaRectangleListener.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,333 @@ + + + + + + +ZoomAreaRectangleListener + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions +
+Class ZoomAreaRectangleListener

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomAreaRectangleListener
+
+
+
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.events.MouseListener, org.eclipse.swt.internal.SWTEventListener
+
+
+
+
public class ZoomAreaRectangleListener
extends java.lang.Object
implements org.eclipse.swt.events.MouseListener
+ + +

+Listener to select the zoom area for the zoomarea function on digiimage. + calls zoom area after an area on the image was selected. +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ZoomAreaRectangleListener(DigiImageController dc) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidmouseDoubleClick(org.eclipse.swt.events.MouseEvent e) + +
+           
+ voidmouseDown(org.eclipse.swt.events.MouseEvent e) + +
+           
+ voidmouseUp(org.eclipse.swt.events.MouseEvent e) + +
+           
+ voidreset() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ZoomAreaRectangleListener

+
+public ZoomAreaRectangleListener(DigiImageController dc)
+
+
+ + + + + + + + +
+Method Detail
+ +

+reset

+
+public void reset()
+
+
+
+
+
+
+
+
+
+ +

+mouseDoubleClick

+
+public void mouseDoubleClick(org.eclipse.swt.events.MouseEvent e)
+
+
+
Specified by:
mouseDoubleClick in interface org.eclipse.swt.events.MouseListener
+
+
+
+
+
+
+ +

+mouseDown

+
+public void mouseDown(org.eclipse.swt.events.MouseEvent e)
+
+
+
Specified by:
mouseDown in interface org.eclipse.swt.events.MouseListener
+
+
+
+
+
+
+ +

+mouseUp

+
+public void mouseUp(org.eclipse.swt.events.MouseEvent e)
+
+
+
Specified by:
mouseUp in interface org.eclipse.swt.events.MouseListener
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/ZoomFull.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/ZoomFull.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,322 @@ + + + + + + +ZoomFull + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions +
+Class ZoomFull

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
+      extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomFull
+
+
+
All Implemented Interfaces:
IDigilibImageManipulator
+
+
+
+
public class ZoomFull
extends ManipulatorExtension
+ + +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.StringiconOff + +
+           
+ java.lang.StringiconOn + +
+           
+  + + + + + + + + + + +
+Constructor Summary
ZoomFull() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidrun(DigiImageController dc) + +
+           
+ + + + + + + +
Methods inherited from class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension
createImage, getImagePath, getKeyword, setIconPaths, setImagePath, setKeyword, setOffIcon, toggleIcon
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+iconOff

+
+public java.lang.String iconOff
+
+
+
+
+
+ +

+iconOn

+
+public java.lang.String iconOn
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+ZoomFull

+
+public ZoomFull()
+
+
+ + + + + + + + +
+Method Detail
+ +

+run

+
+public void run(DigiImageController dc)
+
+
+
Specified by:
run in interface IDigilibImageManipulator
Overrides:
run in class ManipulatorExtension
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/ManipulatorExtension.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/ManipulatorExtension.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,244 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension

+
+ + + + + + + + + +
+Packages that use ManipulatorExtension
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions  
+  +

+ + + + + +
+Uses of ManipulatorExtension in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of ManipulatorExtension in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
+ classMirrorHorizontal + +
+          Calls the mirror funcion on digiimage
+ classMirrorVertical + +
+          Calls the mirror funcion on digiimage
+ classNextPage + +
+          Calls the the next page function on digiimage
+ classPrevPage + +
+          Calls the previous page function on digiimage
+ classRotate + +
+          Open an dialog for entering the ration angle.
+ classScaleDown + +
+          Calls the scale down function on digiimage
+ classScaleUp + +
+          Calls the scale up function on digiimage
+ classZoomArea + +
+          Set ZoomAreaRectangleListener on the digiimage, which then calls zoom area after selecting an area.
+ classZoomFull + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/MirrorHorizontal.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/MirrorHorizontal.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorHorizontal + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorHorizontal

+
+No usage of de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorHorizontal +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/MirrorVertical.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/MirrorVertical.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorVertical + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorVertical

+
+No usage of de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorVertical +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/NextPage.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/NextPage.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.NextPage + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.NextPage

+
+No usage of de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.NextPage +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/PrevPage.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/PrevPage.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.PrevPage + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.PrevPage

+
+No usage of de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.PrevPage +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/Rotate.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/Rotate.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.Rotate + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.Rotate

+
+No usage of de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.Rotate +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/ScaleDown.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/ScaleDown.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleDown + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleDown

+
+No usage of de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleDown +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/ScaleUp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/ScaleUp.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleUp + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleUp

+
+No usage of de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleUp +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/ZoomArea.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/ZoomArea.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomArea + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomArea

+
+No usage of de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomArea +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/ZoomAreaRectangleListener.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/ZoomAreaRectangleListener.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,212 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomAreaRectangleListener + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomAreaRectangleListener

+
+ + + + + + + + + +
+Packages that use ZoomAreaRectangleListener
de.mpg.mpiwg.itgroup.digilib.digiImage  
+  +

+ + + + + +
+Uses of ZoomAreaRectangleListener in de.mpg.mpiwg.itgroup.digilib.digiImage
+  +

+ + + + + + + + + + + + + +
Methods in de.mpg.mpiwg.itgroup.digilib.digiImage that return ZoomAreaRectangleListener
+ ZoomAreaRectangleListenerIDigiImage.getRectangleListener() + +
+          Get the listener to a rectangle object used for marking a part of the image for zooming.
+ ZoomAreaRectangleListenerDigiImage.getRectangleListener() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in de.mpg.mpiwg.itgroup.digilib.digiImage with parameters of type ZoomAreaRectangleListener
+ voidIDigiImage.setRectangleListener(ZoomAreaRectangleListener rectangleListener) + +
+          et the listener to a rectangle object used for marking a part of the image for zooming.
+ voidDigiImage.setRectangleListener(ZoomAreaRectangleListener rectangleListener) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/ZoomFull.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/class-use/ZoomFull.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomFull + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomFull

+
+No usage of de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomFull +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/dialogs/RotateDialog.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/dialogs/RotateDialog.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,262 @@ + + + + + + +RotateDialog + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs +
+Class RotateDialog

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs.RotateDialog
+
+
+
+
public class RotateDialog
extends java.lang.Object
+ + +

+Dialog to enter the roation angle. +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
RotateDialog(org.eclipse.swt.widgets.Listener listener, + DigiImageController dc) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidopen() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+RotateDialog

+
+public RotateDialog(org.eclipse.swt.widgets.Listener listener,
+                    DigiImageController dc)
+
+
+ + + + + + + + +
+Method Detail
+ +

+open

+
+public void open()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/dialogs/class-use/RotateDialog.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/dialogs/class-use/RotateDialog.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs.RotateDialog + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs.RotateDialog

+
+No usage of de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs.RotateDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/dialogs/package-frame.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/dialogs/package-frame.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,32 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs + + + + + + + + + + + +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs + + + + +
+Classes  + +
+RotateDialog
+ + + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/dialogs/package-summary.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/dialogs/package-summary.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,157 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs +

+ + + + + + + + + +
+Class Summary
RotateDialogDialog to enter the roation angle.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/dialogs/package-tree.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/dialogs/package-tree.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,153 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/dialogs/package-use.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/dialogs/package-use.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Package de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs

+
+No usage of de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/package-frame.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/package-frame.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,52 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions + + + + + + + + + + + +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions + + + + +
+Classes  + +
+ManipulatorExtension +
+MirrorHorizontal +
+MirrorVertical +
+NextPage +
+PrevPage +
+Rotate +
+ScaleDown +
+ScaleUp +
+ZoomArea +
+ZoomAreaRectangleListener +
+ZoomFull
+ + + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/package-summary.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/package-summary.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,197 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.mpg.mpiwg.itgroup.digilib.manipulator.extensions +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
ManipulatorExtensionAbstract class where all Digilib Manipulator extensions shoud be derived from
MirrorHorizontalCalls the mirror funcion on digiimage
MirrorVerticalCalls the mirror funcion on digiimage
NextPageCalls the the next page function on digiimage
PrevPageCalls the previous page function on digiimage
RotateOpen an dialog for entering the ration angle.
ScaleDownCalls the scale down function on digiimage
ScaleUpCalls the scale up function on digiimage
ZoomAreaSet ZoomAreaRectangleListener on the digiimage, which then calls zoom area after selecting an area.
ZoomAreaRectangleListenerListener to select the zoom area for the zoomarea function on digiimage.
ZoomFull 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/package-tree.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/package-tree.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,157 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.mpg.mpiwg.itgroup.digilib.manipulator.extensions +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/package-use.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/extensions/package-use.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,189 @@ + + + + + + +Uses of Package de.mpg.mpiwg.itgroup.digilib.manipulator.extensions + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions

+
+ + + + + + + + + + + + + +
+Packages that use de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
de.mpg.mpiwg.itgroup.digilib.digiImage  
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions  
+  +

+ + + + + + + + +
+Classes in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions used by de.mpg.mpiwg.itgroup.digilib.digiImage
ZoomAreaRectangleListener + +
+          Listener to select the zoom area for the zoomarea function on digiimage.
+  +

+ + + + + + + + +
+Classes in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions used by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
ManipulatorExtension + +
+          Abstract class where all Digilib Manipulator extensions shoud be derived from
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/package-frame.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/package-frame.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,43 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.manipulator + + + + + + + + + + + +de.mpg.mpiwg.itgroup.digilib.manipulator + + + + +
+Interfaces  + +
+IDigilibImageManipulator
+ + + + + + +
+Classes  + +
+DigilibImageManipulatorProvider
+ + + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/package-summary.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/package-summary.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,171 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.manipulator + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.mpg.mpiwg.itgroup.digilib.manipulator +

+ + + + + + + + + +
+Interface Summary
IDigilibImageManipulatorInterface for the extensions for manipulation the digilib extensions
+  + +

+ + + + + + + + + +
+Class Summary
DigilibImageManipulatorProviderThis singleton class manages the property extensions.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/package-tree.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/package-tree.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,158 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.manipulator Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.mpg.mpiwg.itgroup.digilib.manipulator +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/manipulator/package-use.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/manipulator/package-use.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,195 @@ + + + + + + +Uses of Package de.mpg.mpiwg.itgroup.digilib.manipulator + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.mpg.mpiwg.itgroup.digilib.manipulator

+
+ + + + + + + + + + + + + +
+Packages that use de.mpg.mpiwg.itgroup.digilib.manipulator
de.mpg.mpiwg.itgroup.digilib.manipulator  
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions  
+  +

+ + + + + + + + + + + +
+Classes in de.mpg.mpiwg.itgroup.digilib.manipulator used by de.mpg.mpiwg.itgroup.digilib.manipulator
DigilibImageManipulatorProvider + +
+          This singleton class manages the property extensions.
IDigilibImageManipulator + +
+          Interface for the extensions for manipulation the digilib extensions
+  +

+ + + + + + + + +
+Classes in de.mpg.mpiwg.itgroup.digilib.manipulator used by de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
IDigilibImageManipulator + +
+          Interface for the extensions for manipulation the digilib extensions
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/Activator.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/Activator.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,403 @@ + + + + + + +Activator + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.plugin +
+Class Activator

+
+java.lang.Object
+  extended by org.eclipse.core.runtime.Plugin
+      extended by org.eclipse.ui.plugin.AbstractUIPlugin
+          extended by de.mpg.mpiwg.itgroup.digilib.plugin.Activator
+
+
+
All Implemented Interfaces:
org.osgi.framework.BundleActivator
+
+
+
+
public class Activator
extends org.eclipse.ui.plugin.AbstractUIPlugin
+ + +

+The activator class controls the plug-in life cycle +

+ +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+static java.lang.StringPLUGIN_ID + +
+           
+ + + + + + + +
Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
+  + + + + + + + + + + +
+Constructor Summary
Activator() + +
+          The constructor
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static ActivatorgetDefault() + +
+          Returns the shared instance
+static org.eclipse.jface.resource.ImageDescriptorgetImageDescriptor(java.lang.String path) + +
+          Returns an image descriptor for the image file at the given + plug-in relative path
+ voidstart(org.osgi.framework.BundleContext context) + +
+           
+ voidstop(org.osgi.framework.BundleContext context) + +
+           
+ + + + + + + +
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, shutdown, startup
+ + + + + + + +
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+PLUGIN_ID

+
+public static final java.lang.String PLUGIN_ID
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+Activator

+
+public Activator()
+
+
The constructor +

+

+ + + + + + + + +
+Method Detail
+ +

+start

+
+public void start(org.osgi.framework.BundleContext context)
+           throws java.lang.Exception
+
+
+
Specified by:
start in interface org.osgi.framework.BundleActivator
Overrides:
start in class org.eclipse.ui.plugin.AbstractUIPlugin
+
+
+ +
Throws: +
java.lang.Exception
+
+
+
+ +

+stop

+
+public void stop(org.osgi.framework.BundleContext context)
+          throws java.lang.Exception
+
+
+
Specified by:
stop in interface org.osgi.framework.BundleActivator
Overrides:
stop in class org.eclipse.ui.plugin.AbstractUIPlugin
+
+
+ +
Throws: +
java.lang.Exception
+
+
+
+ +

+getDefault

+
+public static Activator getDefault()
+
+
Returns the shared instance +

+

+ +
Returns:
the shared instance
+
+
+
+ +

+getImageDescriptor

+
+public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String path)
+
+
Returns an image descriptor for the image file at the given + plug-in relative path +

+

+
Parameters:
path - the path +
Returns:
the image descriptor
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/DigilibHandler.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/DigilibHandler.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,379 @@ + + + + + + +DigilibHandler + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.plugin +
+Class DigilibHandler

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.plugin.DigilibHandler
+
+
+
All Implemented Interfaces:
org.eclipse.core.commands.IHandler
+
+
+
+
public class DigilibHandler
extends java.lang.Object
implements org.eclipse.core.commands.IHandler
+ + +

+

+
Author:
+
dwinter + + Open an DigilibLinkEditorPart on the selected files. Currently, the selected files have to be index meta files. + Where archive-path and texttols/image points to the image folder. + TODO chck the format and allow other formats.
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
DigilibHandler() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddHandlerListener(org.eclipse.core.commands.IHandlerListener handlerListener) + +
+           
+ voiddispose() + +
+           
+ java.lang.Objectexecute(org.eclipse.core.commands.ExecutionEvent event) + +
+           
+ booleanisEnabled() + +
+           
+ booleanisHandled() + +
+           
+ voidremoveHandlerListener(org.eclipse.core.commands.IHandlerListener handlerListener) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DigilibHandler

+
+public DigilibHandler()
+
+
+ + + + + + + + +
+Method Detail
+ +

+addHandlerListener

+
+public void addHandlerListener(org.eclipse.core.commands.IHandlerListener handlerListener)
+
+
+
Specified by:
addHandlerListener in interface org.eclipse.core.commands.IHandler
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+
+
+
Specified by:
dispose in interface org.eclipse.core.commands.IHandler
+
+
+
+
+
+
+ +

+execute

+
+public java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event)
+                         throws org.eclipse.core.commands.ExecutionException
+
+
+
Specified by:
execute in interface org.eclipse.core.commands.IHandler
+
+
+ +
Throws: +
org.eclipse.core.commands.ExecutionException
+
+
+
+ +

+isEnabled

+
+public boolean isEnabled()
+
+
+
Specified by:
isEnabled in interface org.eclipse.core.commands.IHandler
+
+
+
+
+
+
+ +

+isHandled

+
+public boolean isHandled()
+
+
+
Specified by:
isHandled in interface org.eclipse.core.commands.IHandler
+
+
+
+
+
+
+ +

+removeHandlerListener

+
+public void removeHandlerListener(org.eclipse.core.commands.IHandlerListener handlerListener)
+
+
+
Specified by:
removeHandlerListener in interface org.eclipse.core.commands.IHandler
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/class-use/Activator.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/class-use/Activator.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,180 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.plugin.Activator + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.plugin.Activator

+
+ + + + + + + + + +
+Packages that use Activator
de.mpg.mpiwg.itgroup.digilib.plugin  
+  +

+ + + + + +
+Uses of Activator in de.mpg.mpiwg.itgroup.digilib.plugin
+  +

+ + + + + + + + + +
Methods in de.mpg.mpiwg.itgroup.digilib.plugin that return Activator
+static ActivatorActivator.getDefault() + +
+          Returns the shared instance
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/class-use/DigilibHandler.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/class-use/DigilibHandler.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.plugin.DigilibHandler + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.plugin.DigilibHandler

+
+No usage of de.mpg.mpiwg.itgroup.digilib.plugin.DigilibHandler +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/DigilibLinkEditorContributor.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/DigilibLinkEditorContributor.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,330 @@ + + + + + + +DigilibLinkEditorContributor + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.plugin.editors +
+Class DigilibLinkEditorContributor

+
+java.lang.Object
+  extended by org.eclipse.ui.part.EditorActionBarContributor
+      extended by org.eclipse.ui.part.MultiPageEditorActionBarContributor
+          extended by de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorContributor
+
+
+
All Implemented Interfaces:
org.eclipse.ui.IEditorActionBarContributor
+
+
+
+
public class DigilibLinkEditorContributor
extends org.eclipse.ui.part.MultiPageEditorActionBarContributor
+ + +

+Manages the installation/deinstallation of global actions for multi-page editors. + Responsible for the redirection of global actions to the active editor. + Multi-page contributor replaces the contributors for the individual editors in the multi-page editor. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DigilibLinkEditorContributor() + +
+          Creates a multi-page contributor.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcontributeToMenu(org.eclipse.jface.action.IMenuManager manager) + +
+           
+ voidcontributeToToolBar(org.eclipse.jface.action.IToolBarManager manager) + +
+           
+ voidsetActivePage(org.eclipse.ui.IEditorPart part) + +
+           
+ + + + + + + +
Methods inherited from class org.eclipse.ui.part.MultiPageEditorActionBarContributor
setActiveEditor
+ + + + + + + +
Methods inherited from class org.eclipse.ui.part.EditorActionBarContributor
contributeToCoolBar, contributeToStatusLine, dispose, getActionBars, getPage, init, init
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DigilibLinkEditorContributor

+
+public DigilibLinkEditorContributor()
+
+
Creates a multi-page contributor. +

+

+ + + + + + + + +
+Method Detail
+ +

+setActivePage

+
+public void setActivePage(org.eclipse.ui.IEditorPart part)
+
+
+
Specified by:
setActivePage in class org.eclipse.ui.part.MultiPageEditorActionBarContributor
+
+
+
+
+
+
+ +

+contributeToMenu

+
+public void contributeToMenu(org.eclipse.jface.action.IMenuManager manager)
+
+
+
Overrides:
contributeToMenu in class org.eclipse.ui.part.EditorActionBarContributor
+
+
+
+
+
+
+ +

+contributeToToolBar

+
+public void contributeToToolBar(org.eclipse.jface.action.IToolBarManager manager)
+
+
+
Overrides:
contributeToToolBar in class org.eclipse.ui.part.EditorActionBarContributor
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/DigilibLinkEditorInput.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/DigilibLinkEditorInput.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,506 @@ + + + + + + +DigilibLinkEditorInput + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.plugin.editors +
+Class DigilibLinkEditorInput

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput
+
+
+
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput
+
+
+
+
public class DigilibLinkEditorInput
extends java.lang.Object
implements org.eclipse.ui.IEditorInput
+ + +

+Editor input for DigilibLinkEditorPart +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + +
+Field Summary
+static intINDEX_META + +
+           
+  + + + + + + + + + + +
+Constructor Summary
DigilibLinkEditorInput(org.eclipse.core.resources.IFile file, + int type) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanexists() + +
+           
+ java.lang.ObjectgetAdapter(java.lang.Class adapter) + +
+           
+ org.eclipse.core.resources.IFilegetFile() + +
+           
+ org.eclipse.jface.resource.ImageDescriptorgetImageDescriptor() + +
+           
+ java.lang.StringgetName() + +
+           
+ org.eclipse.ui.IPersistableElementgetPersistable() + +
+           
+ java.lang.StringgetToolTipText() + +
+           
+ intgetType() + +
+           
+ voidsetFile(org.eclipse.core.resources.IFile indexMetaFile) + +
+           
+ voidsetType(int type) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+INDEX_META

+
+public static int INDEX_META
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+DigilibLinkEditorInput

+
+public DigilibLinkEditorInput(org.eclipse.core.resources.IFile file,
+                              int type)
+
+
+
Parameters:
file - File to be worked with
type - currently only @see {, file has to be an index.meta file following the + standards of the MPIWG
+
+ + + + + + + + +
+Method Detail
+ +

+getFile

+
+public org.eclipse.core.resources.IFile getFile()
+
+
+
+
+
+ +
Returns:
+
+
+
+ +

+setFile

+
+public void setFile(org.eclipse.core.resources.IFile indexMetaFile)
+
+
+
+
+
+
+
+
+
+ +

+getType

+
+public int getType()
+
+
+
+
+
+
+
+
+
+ +

+setType

+
+public void setType(int type)
+
+
+
+
+
+
+
+
+
+ +

+getAdapter

+
+public java.lang.Object getAdapter(java.lang.Class adapter)
+
+
+
Specified by:
getAdapter in interface org.eclipse.core.runtime.IAdaptable
+
+
+
+
+
+
+ +

+exists

+
+public boolean exists()
+
+
+
Specified by:
exists in interface org.eclipse.ui.IEditorInput
+
+
+
+
+
+
+ +

+getImageDescriptor

+
+public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
+
+
+
Specified by:
getImageDescriptor in interface org.eclipse.ui.IEditorInput
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
Specified by:
getName in interface org.eclipse.ui.IEditorInput
+
+
+
+
+
+
+ +

+getPersistable

+
+public org.eclipse.ui.IPersistableElement getPersistable()
+
+
+
Specified by:
getPersistable in interface org.eclipse.ui.IEditorInput
+
+
+
+
+
+
+ +

+getToolTipText

+
+public java.lang.String getToolTipText()
+
+
+
Specified by:
getToolTipText in interface org.eclipse.ui.IEditorInput
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/DigilibLinkEditorObservable.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/DigilibLinkEditorObservable.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,284 @@ + + + + + + +DigilibLinkEditorObservable + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.plugin.editors +
+Class DigilibLinkEditorObservable

+
+java.lang.Object
+  extended by java.util.Observable
+      extended by de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorObservable
+
+
+
+
public class DigilibLinkEditorObservable
extends java.util.Observable
+ + +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+static DigilibLinkEditorObservableINSTANCE + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidimageHasChanged(DigiImage di) + +
+           
+ voidsetCursorStatus(int status) + +
+           
+ + + + + + + +
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+INSTANCE

+
+public static final DigilibLinkEditorObservable INSTANCE
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+imageHasChanged

+
+public void imageHasChanged(DigiImage di)
+
+
+
+
+
+
+ +

+setCursorStatus

+
+public void setCursorStatus(int status)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/DigilibLinkEditorPart.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/DigilibLinkEditorPart.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,515 @@ + + + + + + +DigilibLinkEditorPart + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.digilib.plugin.editors +
+Class DigilibLinkEditorPart

+
+java.lang.Object
+  extended by org.eclipse.core.commands.common.EventManager
+      extended by org.eclipse.ui.part.WorkbenchPart
+          extended by org.eclipse.ui.part.EditorPart
+              extended by de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorPart
+
+
+
All Implemented Interfaces:
java.util.EventListener, java.util.Observer, org.eclipse.core.resources.IResourceChangeListener, org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.IEditorPart, org.eclipse.ui.ISaveablePart, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2, org.eclipse.ui.IWorkbenchPart3, org.eclipse.ui.part.IWorkbenchPartOrientation
+
+
+
+
public class DigilibLinkEditorPart
extends org.eclipse.ui.part.EditorPart
implements org.eclipse.core.resources.IResourceChangeListener, java.util.Observer
+ + +

+Displays an image with digilib an allows image manipulation on the image. +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface org.eclipse.ui.IEditorPart
PROP_DIRTY, PROP_INPUT
+ + + + + + + +
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
+  + + + + + + + + + + +
+Constructor Summary
DigilibLinkEditorPart() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcreatePartControl(org.eclipse.swt.widgets.Composite frame) + +
+           
+ voiddoSave(org.eclipse.core.runtime.IProgressMonitor monitor) + +
+           
+ voiddoSaveAs() + +
+           
+ voidinit(org.eclipse.ui.IEditorSite site, + org.eclipse.ui.IEditorInput input) + +
+           
+ booleanisDirty() + +
+           
+ booleanisSaveAsAllowed() + +
+           
+ voidresourceChanged(org.eclipse.core.resources.IResourceChangeEvent event) + +
+           
+ voidsetFocus() + +
+           
+ voidupdate(java.util.Observable o, + java.lang.Object arg) + +
+           
+ + + + + + + +
Methods inherited from class org.eclipse.ui.part.EditorPart
getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setInitializationData
+ + + + + + + +
Methods inherited from class org.eclipse.ui.part.WorkbenchPart
addPartPropertyListener, addPropertyListener, dispose, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, removePartPropertyListener, removePropertyListener, setPartProperty, showBusy
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, dispose, getSite, getTitle, getTitleImage, removePropertyListener
+ + + + + + + +
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DigilibLinkEditorPart

+
+public DigilibLinkEditorPart()
+
+
+ + + + + + + + +
+Method Detail
+ +

+resourceChanged

+
+public void resourceChanged(org.eclipse.core.resources.IResourceChangeEvent event)
+
+
+
Specified by:
resourceChanged in interface org.eclipse.core.resources.IResourceChangeListener
+
+
+
+
+
+
+ +

+doSave

+
+public void doSave(org.eclipse.core.runtime.IProgressMonitor monitor)
+
+
+
Specified by:
doSave in interface org.eclipse.ui.ISaveablePart
Specified by:
doSave in class org.eclipse.ui.part.EditorPart
+
+
+
+
+
+
+ +

+doSaveAs

+
+public void doSaveAs()
+
+
+
Specified by:
doSaveAs in interface org.eclipse.ui.ISaveablePart
Specified by:
doSaveAs in class org.eclipse.ui.part.EditorPart
+
+
+
+
+
+
+ +

+init

+
+public void init(org.eclipse.ui.IEditorSite site,
+                 org.eclipse.ui.IEditorInput input)
+          throws org.eclipse.ui.PartInitException
+
+
+
Specified by:
init in interface org.eclipse.ui.IEditorPart
Specified by:
init in class org.eclipse.ui.part.EditorPart
+
+
+ +
Throws: +
org.eclipse.ui.PartInitException
+
+
+
+ +

+isDirty

+
+public boolean isDirty()
+
+
+
Specified by:
isDirty in interface org.eclipse.ui.ISaveablePart
Specified by:
isDirty in class org.eclipse.ui.part.EditorPart
+
+
+
+
+
+
+ +

+isSaveAsAllowed

+
+public boolean isSaveAsAllowed()
+
+
+
Specified by:
isSaveAsAllowed in interface org.eclipse.ui.ISaveablePart
Specified by:
isSaveAsAllowed in class org.eclipse.ui.part.EditorPart
+
+
+
+
+
+
+ +

+createPartControl

+
+public void createPartControl(org.eclipse.swt.widgets.Composite frame)
+
+
+
Specified by:
createPartControl in interface org.eclipse.ui.IWorkbenchPart
Specified by:
createPartControl in class org.eclipse.ui.part.WorkbenchPart
+
+
+
+
+
+
+ +

+setFocus

+
+public void setFocus()
+
+
+
Specified by:
setFocus in interface org.eclipse.ui.IWorkbenchPart
Specified by:
setFocus in class org.eclipse.ui.part.WorkbenchPart
+
+
+
+
+
+
+ +

+update

+
+public void update(java.util.Observable o,
+                   java.lang.Object arg)
+
+
+
Specified by:
update in interface java.util.Observer
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/class-use/DigilibLinkEditorContributor.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/class-use/DigilibLinkEditorContributor.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorContributor + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorContributor

+
+No usage of de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorContributor +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/class-use/DigilibLinkEditorInput.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/class-use/DigilibLinkEditorInput.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput

+
+No usage of de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/class-use/DigilibLinkEditorObservable.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/class-use/DigilibLinkEditorObservable.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,180 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorObservable + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorObservable

+
+ + + + + + + + + +
+Packages that use DigilibLinkEditorObservable
de.mpg.mpiwg.itgroup.digilib.plugin.editors  
+  +

+ + + + + +
+Uses of DigilibLinkEditorObservable in de.mpg.mpiwg.itgroup.digilib.plugin.editors
+  +

+ + + + + + + + + +
Fields in de.mpg.mpiwg.itgroup.digilib.plugin.editors declared as DigilibLinkEditorObservable
+static DigilibLinkEditorObservableDigilibLinkEditorObservable.INSTANCE + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/class-use/DigilibLinkEditorPart.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/class-use/DigilibLinkEditorPart.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorPart + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorPart

+
+No usage of de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorPart +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/package-frame.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/package-frame.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,38 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.plugin.editors + + + + + + + + + + + +de.mpg.mpiwg.itgroup.digilib.plugin.editors + + + + +
+Classes  + +
+DigilibLinkEditorContributor +
+DigilibLinkEditorInput +
+DigilibLinkEditorObservable +
+DigilibLinkEditorPart
+ + + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/package-summary.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/package-summary.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,169 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.plugin.editors + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.mpg.mpiwg.itgroup.digilib.plugin.editors +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
DigilibLinkEditorContributorManages the installation/deinstallation of global actions for multi-page editors.
DigilibLinkEditorInputEditor input for DigilibLinkEditorPart
DigilibLinkEditorObservable 
DigilibLinkEditorPartDisplays an image with digilib an allows image manipulation on the image.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/package-tree.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/package-tree.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,170 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.plugin.editors Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.mpg.mpiwg.itgroup.digilib.plugin.editors +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/package-use.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/editors/package-use.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,170 @@ + + + + + + +Uses of Package de.mpg.mpiwg.itgroup.digilib.plugin.editors + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.mpg.mpiwg.itgroup.digilib.plugin.editors

+
+ + + + + + + + + +
+Packages that use de.mpg.mpiwg.itgroup.digilib.plugin.editors
de.mpg.mpiwg.itgroup.digilib.plugin.editors  
+  +

+ + + + + + + + +
+Classes in de.mpg.mpiwg.itgroup.digilib.plugin.editors used by de.mpg.mpiwg.itgroup.digilib.plugin.editors
DigilibLinkEditorObservable + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/package-frame.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/package-frame.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,34 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.plugin + + + + + + + + + + + +de.mpg.mpiwg.itgroup.digilib.plugin + + + + +
+Classes  + +
+Activator +
+DigilibHandler
+ + + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/package-summary.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/package-summary.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,161 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.plugin + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.mpg.mpiwg.itgroup.digilib.plugin +

+ + + + + + + + + + + + + +
+Class Summary
ActivatorThe activator class controls the plug-in life cycle
DigilibHandler 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/package-tree.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/package-tree.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,159 @@ + + + + + + +de.mpg.mpiwg.itgroup.digilib.plugin Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.mpg.mpiwg.itgroup.digilib.plugin +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/digilib/plugin/package-use.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/digilib/plugin/package-use.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,170 @@ + + + + + + +Uses of Package de.mpg.mpiwg.itgroup.digilib.plugin + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.mpg.mpiwg.itgroup.digilib.plugin

+
+ + + + + + + + + +
+Packages that use de.mpg.mpiwg.itgroup.digilib.plugin
de.mpg.mpiwg.itgroup.digilib.plugin  
+  +

+ + + + + + + + +
+Classes in de.mpg.mpiwg.itgroup.digilib.plugin used by de.mpg.mpiwg.itgroup.digilib.plugin
Activator + +
+          The activator class controls the plug-in life cycle
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/indexMeta/Utils/ParseIndexMeta.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/indexMeta/Utils/ParseIndexMeta.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,296 @@ + + + + + + +ParseIndexMeta + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.mpg.mpiwg.itgroup.indexMeta.Utils +
+Class ParseIndexMeta

+
+java.lang.Object
+  extended by de.mpg.mpiwg.itgroup.indexMeta.Utils.ParseIndexMeta
+
+
+
+
public class ParseIndexMeta
extends java.lang.Object
+ + +

+Utilities to parse index.meta files following the standards of the MPIWG +

+ +

+

+
Author:
+
dwinter
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ParseIndexMeta(org.eclipse.core.resources.IFile indexMetaFile) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetImagePath() + +
+           
+ java.lang.StringgetPath() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ParseIndexMeta

+
+public ParseIndexMeta(org.eclipse.core.resources.IFile indexMetaFile)
+               throws org.jdom.JDOMException,
+                      java.io.IOException,
+                      org.eclipse.core.runtime.CoreException
+
+
+ +
Throws: +
org.jdom.JDOMException +
java.io.IOException +
org.eclipse.core.runtime.CoreException
+
+ + + + + + + + +
+Method Detail
+ +

+getPath

+
+public java.lang.String getPath()
+                         throws org.jdom.JDOMException
+
+
+ +
Returns:
the content of the archive-path tag. +
Throws: +
org.jdom.JDOMException
+
+
+
+ +

+getImagePath

+
+public java.lang.String getImagePath()
+                              throws org.jdom.JDOMException
+
+
+ +
Returns:
the content of //texttool/image +
Throws: +
org.jdom.JDOMException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/indexMeta/Utils/class-use/ParseIndexMeta.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/indexMeta/Utils/class-use/ParseIndexMeta.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class de.mpg.mpiwg.itgroup.indexMeta.Utils.ParseIndexMeta + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.mpg.mpiwg.itgroup.indexMeta.Utils.ParseIndexMeta

+
+No usage of de.mpg.mpiwg.itgroup.indexMeta.Utils.ParseIndexMeta +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/indexMeta/Utils/package-frame.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/indexMeta/Utils/package-frame.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,32 @@ + + + + + + +de.mpg.mpiwg.itgroup.indexMeta.Utils + + + + + + + + + + + +de.mpg.mpiwg.itgroup.indexMeta.Utils + + + + +
+Classes  + +
+ParseIndexMeta
+ + + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/indexMeta/Utils/package-summary.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/indexMeta/Utils/package-summary.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,157 @@ + + + + + + +de.mpg.mpiwg.itgroup.indexMeta.Utils + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.mpg.mpiwg.itgroup.indexMeta.Utils +

+ + + + + + + + + +
+Class Summary
ParseIndexMetaUtilities to parse index.meta files following the standards of the MPIWG
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/indexMeta/Utils/package-tree.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/indexMeta/Utils/package-tree.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,153 @@ + + + + + + +de.mpg.mpiwg.itgroup.indexMeta.Utils Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.mpg.mpiwg.itgroup.indexMeta.Utils +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/de/mpg/mpiwg/itgroup/indexMeta/Utils/package-use.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/de/mpg/mpiwg/itgroup/indexMeta/Utils/package-use.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,144 @@ + + + + + + +Uses of Package de.mpg.mpiwg.itgroup.indexMeta.Utils + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.mpg.mpiwg.itgroup.indexMeta.Utils

+
+No usage of de.mpg.mpiwg.itgroup.indexMeta.Utils +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/deprecated-list.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/deprecated-list.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,146 @@ + + + + + + +Deprecated List + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/help-doc.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/help-doc.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,223 @@ + + + + + + +API Help + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Overview

+
+ +

+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. +
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-1.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-1.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,148 @@ + + + + + + +A-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+A

+
+
Activator - Class in de.mpg.mpiwg.itgroup.digilib.plugin
The activator class controls the plug-in life cycle
Activator() - +Constructor for class de.mpg.mpiwg.itgroup.digilib.plugin.Activator +
The constructor +
addHandlerListener(IHandlerListener) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.DigilibHandler +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-10.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-10.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,145 @@ + + + + + + +O-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+O

+
+
open() - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs.RotateDialog +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-11.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-11.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,154 @@ + + + + + + +P-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+P

+
+
ParseIndexMeta - Class in de.mpg.mpiwg.itgroup.indexMeta.Utils
Utilities to parse index.meta files following the standards of the MPIWG
ParseIndexMeta(IFile) - +Constructor for class de.mpg.mpiwg.itgroup.indexMeta.Utils.ParseIndexMeta +
  +
PLUGIN_ID - +Static variable in class de.mpg.mpiwg.itgroup.digilib.plugin.Activator +
  +
prevPage() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController +
If the image object points to a folder the previous image in the folder is displayed. +
PrevPage - Class in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
Calls the previous page function on digiimage
PrevPage() - +Constructor for class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.PrevPage +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-12.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-12.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,199 @@ + + + + + + +R-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+R

+
+
redraw() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImage +
  +
redraw() - +Method in interface de.mpg.mpiwg.itgroup.digilib.digiImage.IDigiImage +
Draws the image defined by the parameter set. +
removeHandlerListener(IHandlerListener) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.DigilibHandler +
  +
reset() - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomAreaRectangleListener +
  +
resourceChanged(IResourceChangeEvent) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorPart +
  +
rotate(float) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController +
  +
Rotate - Class in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
Open an dialog for entering the ration angle.
Rotate() - +Constructor for class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.Rotate +
  +
RotateDialog - Class in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs
Dialog to enter the roation angle.
RotateDialog(Listener, DigiImageController) - +Constructor for class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs.RotateDialog +
  +
run(DigiImageController) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension +
  +
run(DigiImageController) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorHorizontal +
  +
run(DigiImageController) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorVertical +
  +
run(DigiImageController) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.NextPage +
  +
run(DigiImageController) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.PrevPage +
  +
run(DigiImageController) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.Rotate +
  +
run(DigiImageController) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleDown +
  +
run(DigiImageController) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleUp +
  +
run(DigiImageController) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomArea +
  +
run(DigiImageController) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomFull +
  +
run(DigiImageController) - +Method in interface de.mpg.mpiwg.itgroup.digilib.manipulator.IDigilibImageManipulator +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-13.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-13.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,265 @@ + + + + + + +S-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+S

+
+
scaleDown() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController +
scales the image down (ws --> ws-1) +
ScaleDown - Class in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
Calls the scale down function on digiimage
ScaleDown() - +Constructor for class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleDown +
  +
scaleUp() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController +
scales the image up (ws --> ws+1) +
ScaleUp - Class in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
Calls the scale up function on digiimage
ScaleUp() - +Constructor for class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleUp +
  +
SelectNavigationListener - Class in de.mpg.mpiwg.itgroup.digilib.listener
Listenes if a navigation element has benn selected
SelectNavigationListener(String, DigiImageController, Label) - +Constructor for class de.mpg.mpiwg.itgroup.digilib.listener.SelectNavigationListener +
  +
setActivePage(IEditorPart) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorContributor +
  +
setBaseUrl(String) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImage +
Setze die Basis url des Digilib-Scalers +
setBrgt(float) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setCont(float) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setCursorStatus(int) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorObservable +
  +
setDdpi(int) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setDdpix(int) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setDdpiy(int) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setDh(int) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setDw(int) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setFile(IFile) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput +
  +
setFn(String) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setFocus() - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorPart +
  +
setIconPaths(String, String) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension +
Setze die Pfade zu den Icons innerhalb des class path. +
setImagePath(String) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension +
Set path to icon. path is path with in classpath +
setKeyword(String) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension +
  +
setLabel(Label) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImage +
  +
setLabel(Label) - +Method in interface de.mpg.mpiwg.itgroup.digilib.digiImage.IDigiImage +
Sets a new label object, should normally not be externally called. +
setMo(String) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setOffIcon() - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension +
Set icon to off state. +
setParameter(DigiImageParameter) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImage +
  +
setParameter(DigiImageParameter) - +Method in interface de.mpg.mpiwg.itgroup.digilib.digiImage.IDigiImage +
Set the parameter, no other action, image is only recreated by calling @see IDigiImage.redraw(). +
setPn(int) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setRectangleListener(ZoomAreaRectangleListener) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImage +
  +
setRectangleListener(ZoomAreaRectangleListener) - +Method in interface de.mpg.mpiwg.itgroup.digilib.digiImage.IDigiImage +
et the listener to a rectangle object used for marking a part of the image for zooming. +
setRgba(String) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setRgbm(String) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setRot(float) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setType(int) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput +
  +
setWh(float) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setWs(float) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setWw(float) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setWx(float) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
setWy(float) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
start(BundleContext) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.Activator +
  +
stop(BundleContext) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.Activator +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-14.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-14.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,145 @@ + + + + + + +T-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+T

+
+
toggleIcon() - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension +
Toggle selection state of the navigation icon +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-15.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-15.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,145 @@ + + + + + + +U-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+U

+
+
update(Observable, Object) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorPart +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-16.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-16.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,148 @@ + + + + + + +V-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+V

+
+
VMIR - +Static variable in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController +
  +
vmir() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-17.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-17.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,157 @@ + + + + + + +Z-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+Z

+
+
zoomArea(int, int, int, int) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController +
Zoom the area given by the rectangle (x,y), (x2,y2). +
ZoomArea - Class in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
Set ZoomAreaRectangleListener on the digiimage, which then calls zoom area after selecting an area.
ZoomArea() - +Constructor for class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomArea +
  +
ZoomAreaRectangleListener - Class in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
Listener to select the zoom area for the zoomarea function on digiimage.
ZoomAreaRectangleListener(DigiImageController) - +Constructor for class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomAreaRectangleListener +
  +
zoomFull() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController +
Show the whole image. +
ZoomFull - Class in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
 
ZoomFull() - +Constructor for class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomFull +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-2.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-2.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,157 @@ + + + + + + +C-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+C

+
+
contributeToMenu(IMenuManager) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorContributor +
  +
contributeToToolBar(IToolBarManager) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorContributor +
  +
createImage(Composite) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension +
  +
createImage(Composite) - +Method in interface de.mpg.mpiwg.itgroup.digilib.manipulator.IDigilibImageManipulator +
  +
createPartControl(Composite) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorPart +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-3.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-3.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,182 @@ + + + + + + +D-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+D

+
+
de.mpg.mpiwg.itgroup.digilib.digiImage - package de.mpg.mpiwg.itgroup.digilib.digiImage
 
de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions - package de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions
 
de.mpg.mpiwg.itgroup.digilib.listener - package de.mpg.mpiwg.itgroup.digilib.listener
 
de.mpg.mpiwg.itgroup.digilib.manipulator - package de.mpg.mpiwg.itgroup.digilib.manipulator
 
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions - package de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
 
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs - package de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs
 
de.mpg.mpiwg.itgroup.digilib.plugin - package de.mpg.mpiwg.itgroup.digilib.plugin
 
de.mpg.mpiwg.itgroup.digilib.plugin.editors - package de.mpg.mpiwg.itgroup.digilib.plugin.editors
 
de.mpg.mpiwg.itgroup.indexMeta.Utils - package de.mpg.mpiwg.itgroup.indexMeta.Utils
 
DigiImage - Class in de.mpg.mpiwg.itgroup.digilib.digiImage
Refers to an Digilib-Scaler Object either an image or an folder.
DigiImage(Composite, int, DigiImageParameter) - +Constructor for class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImage +
  +
digiImage - +Variable in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController +
  +
DigiImageController - Class in de.mpg.mpiwg.itgroup.digilib.digiImage
Contains methods to manipulate an digilib image @see {#link de.mpiwg.itgroup.digilib.digiImage.Digimage}.
DigiImageController(DigiImage) - +Constructor for class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController +
Create a new controller on the image object. +
DigiImageParameter - Class in de.mpg.mpiwg.itgroup.digilib.digiImage
Parameter which describe the state of an Digilib-Image, + settings and parameter names are described in @see {@link http://developer.berlios.de/docman/?
DigiImageParameter(String) - +Constructor for class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
DigilibHandler - Class in de.mpg.mpiwg.itgroup.digilib.plugin
 
DigilibHandler() - +Constructor for class de.mpg.mpiwg.itgroup.digilib.plugin.DigilibHandler +
  +
DigilibImageManipulatorProvider - Class in de.mpg.mpiwg.itgroup.digilib.manipulator
This singleton class manages the property extensions.
DigilibInputTypeException - Exception in de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions
 
DigilibInputTypeException() - +Constructor for exception de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions.DigilibInputTypeException +
  +
DigilibLinkEditorContributor - Class in de.mpg.mpiwg.itgroup.digilib.plugin.editors
Manages the installation/deinstallation of global actions for multi-page editors.
DigilibLinkEditorContributor() - +Constructor for class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorContributor +
Creates a multi-page contributor. +
DigilibLinkEditorInput - Class in de.mpg.mpiwg.itgroup.digilib.plugin.editors
Editor input for DigilibLinkEditorPart
DigilibLinkEditorInput(IFile, int) - +Constructor for class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput +
  +
DigilibLinkEditorObservable - Class in de.mpg.mpiwg.itgroup.digilib.plugin.editors
 
DigilibLinkEditorPart - Class in de.mpg.mpiwg.itgroup.digilib.plugin.editors
Displays an image with digilib an allows image manipulation on the image.
DigilibLinkEditorPart() - +Constructor for class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorPart +
  +
DigiNav - Class in de.mpg.mpiwg.itgroup.digilib.digiImage
 
DigiNav(Composite, int, DigiImageController) - +Constructor for class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiNav +
Creates a composite showing the registered navigation elements provided by @see DigilibImageManipulatorProvider. +
dispose() - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.DigilibHandler +
  +
doSave(IProgressMonitor) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorPart +
  +
doSaveAs() - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorPart +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-4.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-4.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,148 @@ + + + + + + +E-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+E

+
+
execute(ExecutionEvent) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.DigilibHandler +
  +
exists() - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-5.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-5.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,272 @@ + + + + + + +G-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+G

+
+
getAdapter(Class) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput +
  +
getAllManipulators() - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.DigilibImageManipulatorProvider +
Get all registered DigilibImageManipulations. +
getBaseUrl() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImage +
Get the Url of the digilib scaler, set to http://digilib.mpiwg-berlin.mpg.de/digitallibrary/servlet/Scaler, if not changed. +
getBrgt() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getCont() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getDdpi() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getDdpix() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getDdpiy() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getDefault() - +Static method in class de.mpg.mpiwg.itgroup.digilib.plugin.Activator +
Returns the shared instance +
getDh() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getDw() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getFile() - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput +
  +
getFn() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getImageDescriptor(String) - +Static method in class de.mpg.mpiwg.itgroup.digilib.plugin.Activator +
Returns an image descriptor for the image file at the given + plug-in relative path +
getImageDescriptor() - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput +
  +
getImagePath() - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension +
  +
getImagePath() - +Method in class de.mpg.mpiwg.itgroup.indexMeta.Utils.ParseIndexMeta +
  +
getKeyword() - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension +
  +
getKeyword() - +Method in interface de.mpg.mpiwg.itgroup.digilib.manipulator.IDigilibImageManipulator +
  +
getLabel() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImage +
  +
getLabel() - +Method in interface de.mpg.mpiwg.itgroup.digilib.digiImage.IDigiImage +
  +
getManipulator(String) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.DigilibImageManipulatorProvider +
  +
getMo() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getName() - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput +
  +
getParameter() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImage +
  +
getParameter() - +Method in interface de.mpg.mpiwg.itgroup.digilib.digiImage.IDigiImage +
Gets the current set of parameters. +
getParent() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImage +
  +
getParent() - +Method in interface de.mpg.mpiwg.itgroup.digilib.digiImage.IDigiImage +
  +
getPath() - +Method in class de.mpg.mpiwg.itgroup.indexMeta.Utils.ParseIndexMeta +
  +
getPersistable() - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput +
  +
getPn() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getRectangleListener() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImage +
  +
getRectangleListener() - +Method in interface de.mpg.mpiwg.itgroup.digilib.digiImage.IDigiImage +
Get the listener to a rectangle object used for marking a part of the image for zooming. +
getRgba() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getRgbm() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getRot() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getToolTipText() - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput +
  +
getType() - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput +
  +
getWh() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getWs() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getWw() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getWx() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
getWy() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageParameter +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-6.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-6.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,151 @@ + + + + + + +H-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+H

+
+
handleEvent(Event) - +Method in class de.mpg.mpiwg.itgroup.digilib.listener.SelectNavigationListener +
  +
HMIR - +Static variable in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController +
  +
hmir() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-7.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-7.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,223 @@ + + + + + + +I-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+I

+
+
iconOff - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorHorizontal +
  +
iconOff - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorVertical +
  +
iconOff - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.NextPage +
  +
iconOff - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.PrevPage +
  +
iconOff - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.Rotate +
  +
iconOff - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleDown +
  +
iconOff - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleUp +
  +
iconOff - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomArea +
  +
iconOff - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomFull +
  +
iconOn - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorHorizontal +
  +
iconOn - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorVertical +
  +
iconOn - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.NextPage +
  +
iconOn - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.PrevPage +
  +
iconOn - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.Rotate +
  +
iconOn - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleDown +
  +
iconOn - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ScaleUp +
  +
iconOn - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomArea +
  +
iconOn - +Variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomFull +
  +
IDigiImage - Interface in de.mpg.mpiwg.itgroup.digilib.digiImage
Interface for an general scalable image object.
IDigilibImageManipulator - Interface in de.mpg.mpiwg.itgroup.digilib.manipulator
Interface for the extensions for manipulation the digilib extensions
imageHasChanged(DigiImage) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorObservable +
  +
INDEX_META - +Static variable in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorInput +
  +
init(IEditorSite, IEditorInput) - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorPart +
  +
INSTANCE - +Static variable in class de.mpg.mpiwg.itgroup.digilib.manipulator.DigilibImageManipulatorProvider +
  +
INSTANCE - +Static variable in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorObservable +
  +
isDirty() - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorPart +
  +
isEnabled() - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.DigilibHandler +
  +
isHandled() - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.DigilibHandler +
  +
isSaveAsAllowed() - +Method in class de.mpg.mpiwg.itgroup.digilib.plugin.editors.DigilibLinkEditorPart +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-8.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-8.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,172 @@ + + + + + + +M-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+M

+
+
ManipulatorExtension - Class in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
Abstract class where all Digilib Manipulator extensions shoud be derived from
ManipulatorExtension() - +Constructor for class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ManipulatorExtension +
  +
mir(String) - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController +
Mirrors the image +
MirrorHorizontal - Class in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
Calls the mirror funcion on digiimage
MirrorHorizontal() - +Constructor for class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorHorizontal +
  +
MirrorVertical - Class in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
Calls the mirror funcion on digiimage
MirrorVertical() - +Constructor for class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.MirrorVertical +
  +
mouseDoubleClick(MouseEvent) - +Method in class de.mpg.mpiwg.itgroup.digilib.listener.SelectNavigationListener +
  +
mouseDoubleClick(MouseEvent) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomAreaRectangleListener +
  +
mouseDown(MouseEvent) - +Method in class de.mpg.mpiwg.itgroup.digilib.listener.SelectNavigationListener +
  +
mouseDown(MouseEvent) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomAreaRectangleListener +
  +
mouseUp(MouseEvent) - +Method in class de.mpg.mpiwg.itgroup.digilib.listener.SelectNavigationListener +
  +
mouseUp(MouseEvent) - +Method in class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.ZoomAreaRectangleListener +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index-files/index-9.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index-files/index-9.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,148 @@ + + + + + + +N-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+

+N

+
+
nextPage() - +Method in class de.mpg.mpiwg.itgroup.digilib.digiImage.DigiImageController +
If the image object points to a folder the next image in the folder is displayed. +
NextPage - Class in de.mpg.mpiwg.itgroup.digilib.manipulator.extensions
Calls the the next page function on digiimage
NextPage() - +Constructor for class de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.NextPage +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N O P R S T U V Z
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,39 @@ + + + + + + +Generated Documentation (Untitled) + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff -r a705726863bc -r 2bb7d0aea33f doc/overview-frame.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/overview-frame.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,58 @@ + + + + + + +Overview List + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +Packages +
+de.mpg.mpiwg.itgroup.digilib.digiImage +
+de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions +
+de.mpg.mpiwg.itgroup.digilib.listener +
+de.mpg.mpiwg.itgroup.digilib.manipulator +
+de.mpg.mpiwg.itgroup.digilib.manipulator.extensions +
+de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs +
+de.mpg.mpiwg.itgroup.digilib.plugin +
+de.mpg.mpiwg.itgroup.digilib.plugin.editors +
+de.mpg.mpiwg.itgroup.indexMeta.Utils +
+

+ +

+  + + diff -r a705726863bc -r 2bb7d0aea33f doc/overview-summary.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/overview-summary.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,183 @@ + + + + + + +Overview + + + + + + + + + + + + +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages
de.mpg.mpiwg.itgroup.digilib.digiImage 
de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions 
de.mpg.mpiwg.itgroup.digilib.listener 
de.mpg.mpiwg.itgroup.digilib.manipulator 
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions 
de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs 
de.mpg.mpiwg.itgroup.digilib.plugin 
de.mpg.mpiwg.itgroup.digilib.plugin.editors 
de.mpg.mpiwg.itgroup.indexMeta.Utils 
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/overview-tree.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/overview-tree.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,191 @@ + + + + + + +Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
de.mpg.mpiwg.itgroup.digilib.digiImage, de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions, de.mpg.mpiwg.itgroup.digilib.listener, de.mpg.mpiwg.itgroup.digilib.manipulator, de.mpg.mpiwg.itgroup.digilib.manipulator.extensions, de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs, de.mpg.mpiwg.itgroup.digilib.plugin, de.mpg.mpiwg.itgroup.digilib.plugin.editors, de.mpg.mpiwg.itgroup.indexMeta.Utils
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/package-list --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/package-list Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,9 @@ +de.mpg.mpiwg.itgroup.digilib.digiImage +de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions +de.mpg.mpiwg.itgroup.digilib.listener +de.mpg.mpiwg.itgroup.digilib.manipulator +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions +de.mpg.mpiwg.itgroup.digilib.manipulator.extensions.dialogs +de.mpg.mpiwg.itgroup.digilib.plugin +de.mpg.mpiwg.itgroup.digilib.plugin.editors +de.mpg.mpiwg.itgroup.indexMeta.Utils diff -r a705726863bc -r 2bb7d0aea33f doc/resources/inherit.gif Binary file doc/resources/inherit.gif has changed diff -r a705726863bc -r 2bb7d0aea33f doc/serialized-form.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/serialized-form.html Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,166 @@ + + + + + + +Serialized Form + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Serialized Form

+
+
+ + + + + +
+Package de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions
+ +

+ + + + + +
+Class de.mpg.mpiwg.itgroup.digilib.digiImage.exceptions.DigilibInputTypeException extends java.lang.Exception implements Serializable
+ +

+serialVersionUID: 4342441319100794309L + +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff -r a705726863bc -r 2bb7d0aea33f doc/stylesheet.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/stylesheet.css Tue Jan 04 10:31:53 2011 +0100 @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +