com.levigo.jadice.document
Interface PermissionsProvider<D>

Type Parameters:
D - the domain of permissions
All Known Subinterfaces:
Document, MutablePageSegment, PageSegment, UIDocument<C>
All Known Implementing Classes:
AbstractCompositePageSegment, AbstractContentsPageSegment, AbstractDocument, AbstractMutablePageSegment, AbstractPageSegment, Annotation, AnnotationPageSegment, ArrowAnnotation, BasicDocument, CompositePageSegment, DecorationPageSegment, DynamicCompositePageSegment, EllipseAnnotation, HistoryAnnotation, ImageAnnotation, LineAnnotation, ObjectAnnotation, PathAnnotation, RectangleAnnotation, ShapeBasedAnnotation, StampAnnotation, StampImageAnnotation, SwingUIDocument, TextAnnotation

public interface PermissionsProvider<D>

An object capable of providing an instance of Permissions.


Method Summary
 Permissions<D> getPermissions()
          Provides an instance of Permissions.
 

Method Detail

getPermissions

Permissions<D> getPermissions()
Provides an instance of Permissions. Must never return null.

Returns:
a Permissions object.


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.