Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] How to access displaying image from UdigEditor ?

I'm new to udig. and i'm trying to access the input image(map) which is
already displaying in Udig-Editor

the following is my code to take udig map editor:
Display display=Display.getCurrent();
		IWorkbenchPage
workbenchpage=PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage();
		IEditorInput editorInput=workbenchpage.getActiveEditor().getEditorInput();
 please help me.

--
View this message in context: http://gis.19327.n5.nabble.com/How-to-access-displaying-image-from-UdigEditor-tp5648383p5648383.html
Sent from the uDig Developer mailing list archive at Nabble.com.


Back to the top