Package com.levigo.jadice.document
package com.levigo.jadice.document
-
ClassDescriptionAbstractDocumentEvent is the abstract root class for document events.This is an abstract base class for page concerning document events or simply page events.Represents a logical document.An enum consisting of the default document states.This is a marker interface to be implemented by objects serving as state designators for documents.An abstract adapter class used to reduce the complexity of implementing
DocumentListener
s as well asDocumentInterceptor
.DocumentInterceptor
completes the interception capabilities for jadiceDocument
s.Class representing a layer of aDocument
.A listener interface for receiving document events.This is a marker interface for actions to be checked against aPermission
.An item represents an abstract entity providing just name and (by implementingPropertiesProvider
) user properties.Represents a page of aDocument
.A listener interface for receiving page events.APageSegment
represents a single layer of aPage
, i.e. the Page consists of a stack of PageSegments.An event of this type will indicate the addition, the removal or the modification of page segments within a page.The type is used to describe page segment (modify) events more in detail.A PageSegmentSource describes the origin of a page segment.Permission<D>An interface to be implemented by permission voters.Permissions<D>OverviewA resolution specifies a point density in two dimensions (horizontal, vertical) relative to a certain measurement unit.Provides selection information for a givenPage
.ASourceID
uniquely identifies a page using a tuple of information collected during the reading process: the read-ID of the read operation during which the page segment was read the index of the stream within the read operation from which the page segment was read the index of the page within the stream from which the page segment was read Note that the page being identified here is a format-specific page, not a document-independent jadicePage
object.AStreamSourceID
uniquely identifies a stream which was used during a reading process.An enum of various common length units.