Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.draw2d.imageviewer.views.* (5)

Package Samples:

com.port80.draw2d.imageviewer.views

Classes:

ImageIndexView: This sample class demonstrates how to plug-in a new workbench view. The view shows data obtained from the model. The sample creates a dummy model on the fly, but a real implementation would connect to the model available either in this or another plug-in (e.g. the workspace). The view is connected to the model using a content provider. The view uses a label provider to define how model objects should be presented in the view. Each view can present the same model objects using different labels and icons, if needed. Alternatively, a single label provider can be shared between views in order to ensure ...
EditorContributor: Manages the installation/deinstallation of global actions for image viewer. 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.
ImageViewport: A viewport on an image that construct the visible area of the image on the fly.
ImageViewer: An image viewer that construct visible region of the image on the fly.
ImageViewer1: A dumb image viewer using draw2d Label.

Home | Contact Us | Privacy Policy | Terms of Service