Enterprise Information Portal APIs

Package com.ibm.mm.viewer.annotation

Interface Summary
CMBAnnotationConstants This interface defines constants that are used by the annotation subsystem.
CMBAnnotationCreatedListener The listener interface for the CMBAnnotationCreatedEvent.
CMBAnnotationDeletedListener The listener interface for the CMBAnnotationDeletedEvent.
CMBAnnotationMovedListener The listener interface for the CMBAnnotationMovedEvent.
CMBAnnotationPropertiesInterface CMBAnnotationPropertiesInterface is an interface that defines methods that allow the properties dialog to obtain the properties panel for each annotation type dynamically based on the selected annotation.
CMBAnnotationPropertiesListener This interface must be implemented by objects listening for annotation properties changes.
CMBAnnotationPropertiesUpdatedListener The listener interface for the CMBAnnotationPropertiesUpdatedEvent.
CMBAnnotationReorderedListener The listener interface for the CMBAnnotationReorderedEvent.
CMBAnnotationResizedListener The listener interface for the CMBAnnotationResizedEvent.
CMBAnnotationSelectedListener The listener interface for the CMBAnnotationSelectedEvent.
 

Class Summary
CMBAnnotationComponent This class derives from JComponent and can be plugged in as the component on which the annotation view renders the annotations.
CMBAnnotationCreatedEvent Generated by the annotation services when new annotation is created.
CMBAnnotationDeletedEvent Generated by the annotation services when new annotation is deleted.
CMBAnnotationEngine CMBAnnotationEngine is an abstract class that defines the interface any annotation engine implementation should extend.
CMBAnnotationEngineCallbacks CMBAnnotationEngineCallbacks defines callback methods that allow annotation engines to retrieve additional parts.
CMBAnnotationMovedEvent Generated by the annotation services when new annotation is moved.
CMBAnnotationPropertiesUpdatedEvent Generated by the annotation services when new annotation is created.
CMBAnnotationReorderedEvent Generated by the annotation services when new annotation is created.
CMBAnnotationResizedEvent Generated by the annotation services when new annotation is resized.
CMBAnnotationSelectedEvent Generated by the annotation services when new annotation is selected.
CMBAnnotationServices CMBAnnotationServices provides the main interfaces to the annotation services support in the java viewer toolkit.
CMBAnnotationServicesCallbacks CMBAnnotationServicesCallbacks defines methods that users of CMBAnnotationServices must implement to handle requests for retrieving additional annotation blobs and to handle tracing.
CMBAnnotationSet CMBAnnotationSet represents the set of annotations associated with a document.
CMBAnnotationView The View in the MVC architecture.
CMBArrowAnnotation Deriving from CMBPageAnnotation, this class specializes to draw an Arrow annotation.
CMBCircleAnnotation Deriving from CMBAnnotation, this class specializes CMBPageAnnotation to draw a circle annotation.
CMBHighlightAnnotation Deriving from CMBAnnotation, this class specializes CMBPageAnnotation to draw a highlight annotation.
CMBLineAnnotation Deriving from CMBPageAnnotation, this class specializes to draw a line annotation.
CMBNoteAnnotation Deriving from CMBPageAnnotation, this class specializes CMBPageAnnotation to draw a Note annotation.
CMBPageAnnotation The base class for all annotation objects.
CMBPenAnnotation Deriving from CMBPageAnnotation, this class specializes to draw a pen annotation.
CMBPenStroke This class holds information about a single stroke made by dragging the mouse when a pen is the selected object
CMBPropertiesPanel  
CMBRectAnnotation Deriving from CMBPageAnnotation, this class specializes CMBPageAnnotation to draw a Rectangle annotation.
CMBStampAnnotation Deriving from CMBPageAnnotation, this class specializes CMBPageAnnotation to draw a stamp annotation.
CMBTextAnnotation Deriving from CMBPageAnnotation, this class specializes CMBPageAnnotation to draw a Text annotation.
 


EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.