A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages

A

ABORTED - com.levigo.jadice.printer.event.PrintEvent.PrintEventType
Print job aborted.
absolute() - Static method in class org.jadice.util.swing.effect.EffectLayout.Constraints
Create a constraint used to exclude the component from layout.
ABSOLUTE - org.jadice.util.swing.effect.EffectLayout.Constraints.Mode
 
ABSOLUTE_POSITION - org.jadice.util.swing.effect.EffectLayout.Constraints.Mode
 
absolutePosition() - Static method in class org.jadice.util.swing.effect.EffectLayout.Constraints
Create a constraint used to lock the component to its given position.
ABSTAIN - com.levigo.jadice.document.Permission.Vote
Remain undecided and give other Permissions a chance of casting a vote.
AbstractAnnotationCommand - Class in com.levigo.jadice.swing.annotation.commands
Abstract superclass for all annotations commands.
AbstractAnnotationCommand() - Constructor for class com.levigo.jadice.swing.annotation.commands.AbstractAnnotationCommand
 
AbstractAnnotationFormat - Class in com.levigo.jadice.annotation
Abstract base class for annotation format information classes.
AbstractAnnotationFormat() - Constructor for class com.levigo.jadice.annotation.AbstractAnnotationFormat
 
AbstractAnnotationIntent - Class in com.levigo.jadice.annotation.auth
An abstract base class for annotation specific intents.
AbstractAnnotationIntent() - Constructor for class com.levigo.jadice.annotation.auth.AbstractAnnotationIntent
Constructor
AbstractAnnotationModeCommand - Class in com.levigo.jadice.swing.annotation.commands
Abstract superclass for all annotation mode commands.
AbstractAnnotationModeCommand() - Constructor for class com.levigo.jadice.swing.annotation.commands.AbstractAnnotationModeCommand
 
AbstractAnnotationModeCommand.CreateMode - Enum in com.levigo.jadice.swing.annotation.commands
 
AbstractAttribute<V extends Serializable> - Class in com.levigo.jadice.document.font.attribute.api
Abstract base implementation of Attribute.
AbstractAttribute(V) - Constructor for class com.levigo.jadice.document.font.attribute.api.AbstractAttribute
Create a new instance holding the given value as its payload.
AbstractCalculation<N> - Class in org.jadice.util.glazedlists.calculation
Eases the burdens of implementing any type of Calculation.
AbstractCalculation(N) - Constructor for class org.jadice.util.glazedlists.calculation.AbstractCalculation
 
AbstractCharSequenceSearchRequest - Class in com.levigo.jadice.search
Deprecated.
use new search api instead SearchEngine
AbstractCharSequenceSearchRequest() - Constructor for class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
 
AbstractCompositeCalculation<N extends Number> - Class in org.jadice.util.glazedlists.calculation
Advanced Calculations can be derived by combining many smaller Calculations together using a formula.
AbstractCompositeCalculation(Calculation<? extends Number>...) - Constructor for class org.jadice.util.glazedlists.calculation.AbstractCompositeCalculation
Combines the given inputs with the logic in AbstractCompositeCalculation.recompute(java.lang.Number[]) to produce the value of this Calculation.
AbstractCompositeIterator<T> - Class in org.jadice.util.base.collections
 
AbstractCompositeIterator() - Constructor for class org.jadice.util.base.collections.AbstractCompositeIterator
 
AbstractCompositePageSegment - Class in com.levigo.jadice.document.composite
 
AbstractCompositePageSegment() - Constructor for class com.levigo.jadice.document.composite.AbstractCompositePageSegment
 
AbstractCompositePageSegment.TransformedElement - Class in com.levigo.jadice.document.composite
 
AbstractContextCommand - Class in org.jadice.util.swing.action.commands
Abstract base class for context aware injected commands.
AbstractContextCommand() - Constructor for class org.jadice.util.swing.action.commands.AbstractContextCommand
 
AbstractContinuousLayout - Class in com.levigo.jadice.swing.pageview
 
AbstractContinuousLayout(PageView) - Constructor for class com.levigo.jadice.swing.pageview.AbstractContinuousLayout
 
AbstractConverter<V> - Class in com.levigo.jadice.format.annotation.converters
 
AbstractConverter() - Constructor for class com.levigo.jadice.format.annotation.converters.AbstractConverter
 
AbstractDocument - Class in com.levigo.jadice.document
A basic implementation of the Document interface.
AbstractDocument() - Constructor for class com.levigo.jadice.document.AbstractDocument
Construct a new document.
AbstractDocument(String) - Constructor for class com.levigo.jadice.document.AbstractDocument
Construct a new document with the given name.
AbstractDocumentCommand - Class in com.levigo.jadice.swing.commands
Abstract superclass for all commands, which need a viewer and a document for functionality.
AbstractDocumentCommand() - Constructor for class com.levigo.jadice.swing.commands.AbstractDocumentCommand
 
AbstractDocumentCommand.Scope - Enum in com.levigo.jadice.swing.commands
 
AbstractDocumentEvent - Class in com.levigo.jadice.document
AbstractDocumentEvent is the abstract root class for document events.
AbstractDocumentEvent(Document) - Constructor for class com.levigo.jadice.document.AbstractDocumentEvent
Constructor
AbstractEventList<E> - Class in org.jadice.util.glazedlists
A convenience class that implements common functionality for all EventLists.
AbstractEventList() - Constructor for class org.jadice.util.glazedlists.AbstractEventList
Create an AbstractEventList that sends events with the default ListEventPublisher.
AbstractEventList(ListEventPublisher) - Constructor for class org.jadice.util.glazedlists.AbstractEventList
Creates an AbstractEventList that sends events using the specified ListEventPublisher.
AbstractEventListCalculation<N,​E> - Class in org.jadice.util.glazedlists.calculation
The transition between an EventList and a single calculated value based on information from each element of the EventList happens in subclasses of this class.
AbstractEventListCalculation(N, EventList<E>) - Constructor for class org.jadice.util.glazedlists.calculation.AbstractEventListCalculation
 
AbstractFontFactory - Class in com.levigo.jadice.appbase.font.factory
Base functionality useful for many implementations.
AbstractFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.AbstractFontFactory
 
AbstractFormatReaderProcessor - Class in com.levigo.jadice.document
Provides empty implementations for all of the methods defined by the interface.
AbstractFormatReaderProcessor() - Constructor for class com.levigo.jadice.document.AbstractFormatReaderProcessor
 
AbstractInstructionExecutor<I extends Instruction,​C> - Class in com.levigo.jadice.document.instruction
An abstract base class for implementations that deal with exactly one type of Instruction
AbstractInstructionExecutor(Class<I>) - Constructor for class com.levigo.jadice.document.instruction.AbstractInstructionExecutor
 
AbstractJadiceLocalDataFlavor - Class in com.levigo.jadice.document.flavor
A DataFlavor which is used for the transfer of Pages within jadice on the same JVM, e.g. via Drag & Drop.
AbstractJadiceLocalDataFlavor(Document) - Constructor for class com.levigo.jadice.document.flavor.AbstractJadiceLocalDataFlavor
Construct a DataFlavor where the given document acts as the source
AbstractListenableRenderSettings - Class in com.levigo.jadice.document.render
Abstract base class for render settings which supports a listener mechanism to provide render setting changes.
AbstractListenableRenderSettings() - Constructor for class com.levigo.jadice.document.render.AbstractListenableRenderSettings
 
AbstractListInterceptor<T> - Class in org.jadice.util.base.collections
 
AbstractListInterceptor() - Constructor for class org.jadice.util.base.collections.AbstractListInterceptor
 
AbstractListObserver<E> - Class in org.jadice.util.base.collections
A base implementation of ListObserver.
AbstractListObserver() - Constructor for class org.jadice.util.base.collections.AbstractListObserver
 
AbstractMatcherEditor<E> - Class in org.jadice.util.glazedlists.matchers
Basic building block for MatcherEditor implementations that handles the details of dealing with registered MatcherEditor.Listeners.
AbstractMatcherEditor() - Constructor for class org.jadice.util.glazedlists.matchers.AbstractMatcherEditor
 
AbstractMatcherEditorListenerSupport<E> - Class in org.jadice.util.glazedlists.matchers
Basic building block for MatcherEditor implementations that handles the details of dealing with registered MatcherEditor.Listeners.
AbstractMatcherEditorListenerSupport() - Constructor for class org.jadice.util.glazedlists.matchers.AbstractMatcherEditorListenerSupport
 
AbstractMutablePageSegment - Class in com.levigo.jadice.document
 
AbstractMutablePageSegment() - Constructor for class com.levigo.jadice.document.AbstractMutablePageSegment
 
AbstractNavigablePreviewCommand - Class in com.levigo.jadice.appbase.preview
 
AbstractNavigablePreviewCommand() - Constructor for class com.levigo.jadice.appbase.preview.AbstractNavigablePreviewCommand
 
AbstractNumberConverter<V extends Number> - Class in com.levigo.jadice.format.annotation.converters
 
AbstractNumberConverter() - Constructor for class com.levigo.jadice.format.annotation.converters.AbstractNumberConverter
 
AbstractPage - Class in com.levigo.jadice.document
An abstract implementation of a Page that ties the handling of user properties and PageListener handling.
AbstractPage() - Constructor for class com.levigo.jadice.document.AbstractPage
 
AbstractPageEvent - Class in com.levigo.jadice.document
This is an abstract base class for page concerning document events or simply page events.
AbstractPageEvent(Document, Page) - Constructor for class com.levigo.jadice.document.AbstractPageEvent
Constructor
AbstractPageEvent(Page) - Constructor for class com.levigo.jadice.document.AbstractPageEvent
Constructor
AbstractPageSegment - Class in com.levigo.jadice.document
 
AbstractPageSegment() - Constructor for class com.levigo.jadice.document.AbstractPageSegment
Construct a page segment.
AbstractPageSegment.CacheableVisualElement - Class in com.levigo.jadice.document
This class is not part of the public API
AbstractPageViewCommand - Class in com.levigo.jadice.swing.commands
Abstract superclass for commands which are functional just in conjunction with a PageView instance.
AbstractPageViewCommand() - Constructor for class com.levigo.jadice.swing.commands.AbstractPageViewCommand
 
AbstractPerm() - Constructor for class com.levigo.jadice.annotation.auth.DocumentAnnotationPermission.Factory.AbstractPerm
 
AbstractPerm() - Constructor for class com.levigo.jadice.annotation.auth.IndividualAnnotationPermission.Factory.AbstractPerm
 
AbstractPlaceholderTool - Class in com.levigo.jadice.swing.lazy
 
AbstractPlaceholderTool() - Constructor for class com.levigo.jadice.swing.lazy.AbstractPlaceholderTool
 
AbstractPresentationRule - Class in com.levigo.jadice.swing.pageview
 
AbstractPresentationRule() - Constructor for class com.levigo.jadice.swing.pageview.AbstractPresentationRule
 
AbstractPrintDialog - Class in com.levigo.jadice.swing.printer
Based on the JDialog this abstract class defines a few methods that every print dialog should implement.
AbstractPrintDialog(Frame, String, boolean) - Constructor for class com.levigo.jadice.swing.printer.AbstractPrintDialog
 
AbstractPrinter - Class in com.levigo.jadice.printer
Abstract superclass of all printer implementations
AbstractPrinter(PrintJobConfiguration) - Constructor for class com.levigo.jadice.printer.AbstractPrinter
 
AbstractPrinter.BasicPageable - Class in com.levigo.jadice.printer
 
AbstractProcessingControls<T extends ProcessingSettings> - Class in com.levigo.jadice.document.controls
 
AbstractProcessingControls() - Constructor for class com.levigo.jadice.document.controls.AbstractProcessingControls
 
AbstractProcessingControls(AbstractProcessingControls<T>) - Constructor for class com.levigo.jadice.document.controls.AbstractProcessingControls
 
AbstractQualifiedException - Exception in org.jadice.util.log.qualified
 
AbstractQualifiedException(MessageID, Object...) - Constructor for exception org.jadice.util.log.qualified.AbstractQualifiedException
 
AbstractQualifiedException(MessageID, Throwable, Object...) - Constructor for exception org.jadice.util.log.qualified.AbstractQualifiedException
 
AbstractQualifiedLogger - Class in org.jadice.util.log.qualified
 
AbstractQualifiedLogger() - Constructor for class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
AbstractQualifiedRuntimeException - Exception in org.jadice.util.log.qualified
 
AbstractQualifiedRuntimeException(MessageID, Object...) - Constructor for exception org.jadice.util.log.qualified.AbstractQualifiedRuntimeException
 
AbstractQualifiedRuntimeException(MessageID, Throwable, Object...) - Constructor for exception org.jadice.util.log.qualified.AbstractQualifiedRuntimeException
 
AbstractRenderer - Class in com.levigo.jadice.document.render
An abstract base class to render contents into any valid Graphics2D.
AbstractRenderer() - Constructor for class com.levigo.jadice.document.render.AbstractRenderer
 
AbstractSearch - Class in com.levigo.jadice.search.engine
AbstractSearch is an extension of Search.
AbstractSearch() - Constructor for class com.levigo.jadice.search.engine.AbstractSearch
 
AbstractSelectionCommand - Class in com.levigo.jadice.swing.commands
 
AbstractSelectionCommand() - Constructor for class com.levigo.jadice.swing.commands.AbstractSelectionCommand
 
AbstractSelectionRendererTool - Class in com.levigo.jadice.swing.search.tool
 
AbstractSelectionRendererTool() - Constructor for class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
AbstractSubmenuContributor - Class in org.jadice.util.swing.menu
Abstract MenuContributor which adds contributions to a submenu.
AbstractSubmenuContributor() - Constructor for class org.jadice.util.swing.menu.AbstractSubmenuContributor
 
AbstractTableComparatorChooser<E> - Class in org.jadice.util.glazedlists.gui
A TableComparatorChooser is a tool that allows the user to sort a table widget by clicking on the table's headers.
AbstractTableComparatorChooser(SortedList<E>, TableFormat<? super E>) - Constructor for class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Create a AbstractTableComparatorChooser that sorts the specified SortedList over the specified columns.
AbstractTask<R> - Class in org.jadice.util.concurrent.tasks
An abstract implementation of a Task which manages task identity using a key object supplied at construction time.
AbstractTask(Object) - Constructor for class org.jadice.util.concurrent.tasks.AbstractTask
Create a task using the given key and the key's string representation as its name.
AbstractTask(Object, String) - Constructor for class org.jadice.util.concurrent.tasks.AbstractTask
Create a task using the given key and name.
AbstractThumbnailRenderer - Class in com.levigo.jadice.swing.thumbnailview
 
AbstractThumbnailRenderer() - Constructor for class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
 
AbstractThumbnailRenderer.BasicThumbnailRendererIcon - Class in com.levigo.jadice.swing.thumbnailview
 
AbstractToggleSearchCommand - Class in com.levigo.jadice.appbase.search
 
AbstractToggleSearchCommand() - Constructor for class com.levigo.jadice.appbase.search.AbstractToggleSearchCommand
 
AbstractToolActivationCommand - Class in com.levigo.jadice.appbase.commands
 
AbstractToolActivationCommand() - Constructor for class com.levigo.jadice.appbase.commands.AbstractToolActivationCommand
 
ACCELERATORKEY - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Parameter of the MnemonicKey in the menu components properties file
Accepted - com.levigo.jadice.format.xfdf.annotation.State
 
accessDeniedColor - Variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
accessDeniedTextColor - Variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
accessGrantedColor - Variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
accessGrantedTextColor - Variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
AccessibilitySupport - Class in org.jadice.util.swing.accessibility
 
AccessibleChild(ThumbnailView, int) - Constructor for class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
AccessibleDrawer() - Constructor for class org.jadice.util.swing.infobar.DrawerContainer.AccessibleDrawer
 
AccessibleEllipseJToolBar() - Constructor for class org.jadice.util.swing.action.components.EllipseJToolBar.AccessibleEllipseJToolBar
 
AccessibleIconManagerIcon() - Constructor for class org.jadice.util.swing.icon.IconManager.IconManagerIcon.AccessibleIconManagerIcon
 
AccessibleNonUglyActionJToggleButton() - Constructor for class org.jadice.util.swing.action.components.NonUglyActionJToggleButton.AccessibleNonUglyActionJToggleButton
 
AccessibleThumbnailView() - Constructor for class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
 
AccessilbeFlexibleTree() - Constructor for class org.jadice.util.swing.flextree.FlexibleTree.AccessilbeFlexibleTree
 
action - Variable in class org.jadice.util.swing.menu.BasicMenuBuilder.Entry
 
ACTION_EDIT_OFF - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
ACTION_EDIT_ON - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
ActionCreationAdapter - Class in org.jadice.util.swing.action.listener
Just an adapter class of ActionCreationListener with empty methods.
ActionCreationAdapter() - Constructor for class org.jadice.util.swing.action.listener.ActionCreationAdapter
 
ActionCreationListener - Interface in org.jadice.util.swing.action.listener
Instances of ActionCreationListener can be registered at DefaultActionFactory to receive informations or failure messages of actions creation process.
ActionFactory - Interface in org.jadice.util.swing.action.factories
Basic interface for the action factory.
ActionFactoryMenuContributor - Class in org.jadice.util.swing.menu
MenuContributor which loads Actions using a ActionFactory.
ActionFactoryMenuContributor(ActionFactory, String...) - Constructor for class org.jadice.util.swing.menu.ActionFactoryMenuContributor
 
ActionJButton - Class in org.jadice.util.swing.action.components
 
ActionJButton(Action) - Constructor for class org.jadice.util.swing.action.components.ActionJButton
 
ActionJCheckboxMenuItem - Class in org.jadice.util.swing.action.components
It is the component of the menu which can be used by the actions, that have two states.
ActionJCheckboxMenuItem(Action) - Constructor for class org.jadice.util.swing.action.components.ActionJCheckboxMenuItem
 
ActionJRadioButton - Class in org.jadice.util.swing.action.components
 
ActionJRadioButton(String, boolean) - Constructor for class org.jadice.util.swing.action.components.ActionJRadioButton
 
ActionJRadioButton(Action) - Constructor for class org.jadice.util.swing.action.components.ActionJRadioButton
 
ActionJRadioMenuItem - Class in org.jadice.util.swing.action.components
It is the component of the menu which can be used by the actions, that have two states.
ActionJRadioMenuItem(Action) - Constructor for class org.jadice.util.swing.action.components.ActionJRadioMenuItem
 
ActionJToggleButton - Class in org.jadice.util.swing.action.components
It is the component which can be used by the actions, that have two states.
ActionJToggleButton(Action) - Constructor for class org.jadice.util.swing.action.components.ActionJToggleButton
 
actionLookupProperties - Variable in class org.jadice.util.swing.action.factories.BasicActionFactory
Instance of the property file.
ActionOnDoubleClick - Class in org.jadice.util.swing.action.commands
Utility class to wire up a JComponent with an Action so that the action is triggered whenever a multiple mouse-click is executed on the component.
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel.CancelAction
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel.SearchAction
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel.SelectNextAction
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel.SelectPreviousAction
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch.CancelAction
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch.SearchAction
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch.SelectNextAction
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch.SelectPreviousAction
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel.CancelAction
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel.SearchAction
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel.SelectNextAction
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel.SelectPreviousAction
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.RolloutSearch.CancelAction
Deprecated.
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.RolloutSearch.SearchAction
Deprecated.
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.RolloutSearch.SelectNextAction
Deprecated.
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.RolloutSearch.SelectPreviousAction
Deprecated.
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.SearchPanel.CancelAction
Deprecated.
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.SearchPanel.SearchAction
Deprecated.
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.SearchPanel.SelectNextAction
Deprecated.
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.appbase.search.SearchPanel.SelectPreviousAction
Deprecated.
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox.ApplyAction
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox.CancelAction
 
actionPerformed(ActionEvent) - Method in class com.levigo.jadice.swing.status.MemoryMonitorSnapIn
 
actionPerformed(ActionEvent) - Method in class org.jadice.util.swing.action.commands.CommandAction
Run the commandAction.
actionPerformed(ActionEvent) - Method in class org.jadice.util.swing.action.commands.DelegateAction
 
ACTIONS - Static variable in interface org.jadice.util.swing.action.factories.MenuComponentFactory
Parameter of actions in the property file
activate() - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
activate() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
activate(Class<? extends Tool>) - Method in class com.levigo.jadice.swing.tool.ToolManager
Activates the tool of the given class.
activateAddOn(Class<? extends JComponent>, ViewComponent) - Method in interface com.levigo.jadice.appbase.AddOnPresenter
Activate an existing add-on component of the given class within the context of the given view component.
activateAddOn(Class<? extends JComponent>, ViewComponent) - Method in class com.levigo.jadice.appbase.BasicAddOnPresenter
 
ActivateLoggingFontFactory - Class in com.levigo.jadice.appbase.font.factory.log
Wraps another FontFactory and initializes the creation of log messages for every request.
ActivateLoggingFontFactory(FontFactory, ActivateLoggingFontFactory.LogSink) - Constructor for class com.levigo.jadice.appbase.font.factory.log.ActivateLoggingFontFactory
 
ActivateLoggingFontFactory(FontFactory, ActivateLoggingFontFactory.LogSink, String) - Constructor for class com.levigo.jadice.appbase.font.factory.log.ActivateLoggingFontFactory
 
ActivateLoggingFontFactory(FontFactory, Logger) - Constructor for class com.levigo.jadice.appbase.font.factory.log.ActivateLoggingFontFactory
 
ActivateLoggingFontFactory.LogSink - Interface in com.levigo.jadice.appbase.font.factory.log
Receives the log message that has been produced.
ActivateRolloutSearchCommand - Class in com.levigo.jadice.appbase.search
Deprecated.
use new search api and ActivateRolloutSearchCommand
ActivateRolloutSearchCommand - Class in com.levigo.jadice.appbase.search.engine.ui
 
ActivateRolloutSearchCommand() - Constructor for class com.levigo.jadice.appbase.search.ActivateRolloutSearchCommand
Deprecated.
 
ActivateRolloutSearchCommand() - Constructor for class com.levigo.jadice.appbase.search.engine.ui.ActivateRolloutSearchCommand
 
activateToolbar() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
ActivationCandidate(Class<? extends Tool>, Tool.ActivationRequest) - Constructor for class com.levigo.jadice.swing.tool.ToolActivationPolicy.ActivationCandidate
 
ActivationRequest(String) - Constructor for class com.levigo.jadice.swing.tool.Tool.ActivationRequest
 
ActivationRequest(String, Cursor) - Constructor for class com.levigo.jadice.swing.tool.Tool.ActivationRequest
 
ACTIVE - org.jadice.util.swing.action.context.Context.Children
Elements from the active child context (if there is one) are included.
adaptAdditionalAction(String, Context, Action) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Read settings for external actions from the action properties file.
AdaptiveSizeManagementStrategy - Class in org.jadice.util.mm
 
AdaptiveSizeManagementStrategy(LRUCache) - Constructor for class org.jadice.util.mm.AdaptiveSizeManagementStrategy
 
add(int, E) - Method in class org.jadice.util.base.collections.FrozenList
not supported since this list is immutable!
add(int, E) - Method in class org.jadice.util.base.collections.InterceptableList
 
add(int, E) - Method in class org.jadice.util.base.collections.ObservableList
 
add(int, E) - Method in class org.jadice.util.glazedlists.AbstractEventList
Inserts the specified element at the specified position in this list (optional operation).
add(int, E) - Method in class org.jadice.util.glazedlists.BasicEventList
Inserts the specified element at the specified position in this list (optional operation).
add(int, E) - Method in class org.jadice.util.glazedlists.DebugList
Inserts the specified element at the specified position in this list (optional operation).
add(int, E) - Method in class org.jadice.util.glazedlists.FunctionList
Inserts the specified element at the specified position in this list (optional operation).
add(int, E) - Method in class org.jadice.util.glazedlists.InterceptableEventList
 
add(int, E) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Inserts the specified element at the specified position in this list (optional operation).
add(int, E) - Method in class org.jadice.util.glazedlists.TransformedList
Inserts the specified element at the specified position in this list (optional operation).
add(int, List<E>) - Method in class org.jadice.util.glazedlists.GroupingList
This version of add will distribute all elements within the given value List into groups.
add(DocumentLayer, PageSegment) - Method in class com.levigo.jadice.document.BasicPage
Adds given page segment at given DocumentLayer.
add(DocumentLayer, PageSegment) - Method in interface com.levigo.jadice.document.Page
Adds given page segment at given DocumentLayer.
add(Attribute<? extends Serializable>) - Method in class com.levigo.jadice.document.font.attribute.FontAttributeSet.Builder
Adds the given Attribute to the FontAttributeSet under construction.
add(Attribute<? extends Serializable>...) - Method in class com.levigo.jadice.document.font.attribute.FontAttributeSet.Builder
Adds all of the given Attributes to the FontAttributeSet under construction.
add(FontAttributeSet) - Method in class com.levigo.jadice.document.font.attribute.FontAttributeSet.Builder
Adds the given FontAttributeSet's members to the FontAttributeSet under construction.
add(Metadata) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Insert another Metadata tree into the hierarchy under the current tag
add(ReadConfiguration...) - Method in class com.levigo.jadice.document.read.fluent.ReadConfiguration
Add additional ReadConfigurations.
add(ReadConfiguration...) - Method in interface com.levigo.jadice.document.read.fluent.ReadConfigurer
Add existing ReadConfigurations.
add(TaskBuilder) - Method in interface com.levigo.jadice.document.read.fluent.GroupBuilder
 
add(E) - Method in class org.jadice.util.base.collections.FrozenList
not supported since this list is immutable!
add(E) - Method in class org.jadice.util.base.collections.InterceptableList
 
add(E) - Method in class org.jadice.util.base.collections.ObservableCollection
 
add(E) - Method in class org.jadice.util.base.collections.ObservableList
 
add(E) - Method in class org.jadice.util.glazedlists.AbstractEventList
Appends the specified element to the end of this list (optional operation).
add(E) - Method in class org.jadice.util.glazedlists.BasicEventList
 
add(E) - Method in class org.jadice.util.glazedlists.DebugList
Appends the specified element to the end of this list (optional operation).
add(E) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Appends the specified element to the end of this list (optional operation).
add(Component) - Method in class org.jadice.util.swing.infobar.DrawerContainer
 
add(Component, int) - Method in class org.jadice.util.swing.infobar.DrawerContainer
 
add(Component, Object) - Method in class org.jadice.util.swing.infobar.DrawerContainer
 
add(Component, Object, int) - Method in class org.jadice.util.swing.infobar.DrawerContainer
 
add(InputStream) - Method in interface com.levigo.jadice.document.read.fluent.TaskBuilder
 
add(Object) - Method in class org.jadice.util.swing.action.context.Context
Ensures that this collection contains the specified element (optional operation).
add(String, FontAttributeSet) - Method in class com.levigo.jadice.demo.font.attribute.FileFontAttributesCache
Adds the absolute path to a font and the FontAttributeSet to be stored for that font to the cache.
add(String, Component) - Method in class org.jadice.util.swing.infobar.DrawerContainer
 
add(Collection<? extends Attribute<? extends Serializable>>) - Method in class com.levigo.jadice.document.font.attribute.FontAttributeSet.Builder
Adds the given collection's members to the FontAttributeSet under construction.
add(AbstractButton) - Method in class org.jadice.util.swing.button.JButtonGroup
Adds a button to the group
add(AbstractButton[]) - Method in class org.jadice.util.swing.button.JButtonGroup
Adds an array of buttons to the group
add(JComponent, Object) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Add the given element to the appropriate context for the given UI component.
add(K, FontAttributeSet) - Method in interface com.levigo.jadice.demo.font.attribute.FontAttributesCache
Adds a pair of an identifier for a font and the FontAttributeSet for that font to the cache.
add(Provider<? extends InputStream, IOException>) - Method in interface com.levigo.jadice.document.read.fluent.TaskBuilder
 
add(Document) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Inserts another Document instance under the current tag
add(Element) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Inserts a Element instance and its hierarchy under the current tag
add(T) - Method in class org.jadice.util.base.collections.ArrayIterator
 
ADD - Variable in class com.levigo.jadice.annotation.auth.DocumentAnnotationPermission.Factory
 
addAccessibleSelection(int) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
Adds the specified selected item in the object to the object's selection.
addActionCreationListener(ActionCreationListener) - Static method in class org.jadice.util.swing.action.factories.DefaultActionFactory
Adds a action creation listener to receive informations or failure messages of action creation process.
addAll(int, Collection<? extends E>) - Method in class org.jadice.util.base.collections.FrozenList
not supported since this list is immutable!
addAll(int, Collection<? extends E>) - Method in class org.jadice.util.base.collections.InterceptableList
 
addAll(int, Collection<? extends E>) - Method in class org.jadice.util.base.collections.ObservableList
 
addAll(int, Collection<? extends E>) - Method in class org.jadice.util.glazedlists.AbstractEventList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection<? extends E>) - Method in class org.jadice.util.glazedlists.BasicEventList
 
addAll(int, Collection<? extends E>) - Method in class org.jadice.util.glazedlists.DebugList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection<? extends E>) - Method in class org.jadice.util.glazedlists.InterceptableEventList
 
addAll(int, Collection<? extends E>) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection<? extends E>) - Method in class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
 
addAll(int, Collection<? extends E>) - Method in class org.jadice.util.glazedlists.TransformedList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection<? extends E>) - Method in class org.jadice.util.base.collections.FrozenList
not supported since this list is immutable!
addAll(Collection<? extends E>) - Method in class org.jadice.util.base.collections.InterceptableList
 
addAll(Collection<? extends E>) - Method in class org.jadice.util.base.collections.ObservableCollection
 
addAll(Collection<? extends E>) - Method in class org.jadice.util.base.collections.ObservableList
 
addAll(Collection<? extends E>) - Method in class org.jadice.util.glazedlists.AbstractEventList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(Collection<? extends E>) - Method in class org.jadice.util.glazedlists.BasicEventList
 
addAll(Collection<? extends E>) - Method in class org.jadice.util.glazedlists.DebugList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(Collection<? extends E>) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAnnotation(Annotation) - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
Adds an existing annotation if not already present in this AnnotationPageSegment instance.
addAnnotation(InputStream) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationInput
Add annotation XML input stream.
addAnnotation(InputStream, String) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationInput
Add annotation XML input stream.
addAnnotation(Document) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationInput
AddAnnotationIntent - Class in com.levigo.jadice.annotation.auth
This type of AnnotationIntent declares the intention to add annotations to a document.
AddAnnotationIntent() - Constructor for class com.levigo.jadice.annotation.auth.AddAnnotationIntent
Constructor
addArea(Path2D) - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
Add Path2D object representing a rectangle (defined with 4 points) covering text content.
addAttribute(String, Object) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Create a new attribute for the current node.
addAttributeInDefaultNamespace(String, String) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Create a new attribute for the current node.
addBookmark(Bookmark) - Method in class com.levigo.jadice.demo.bookmark.BookmarkStore
Adds the given Bookmark to this store.
AddBookmarkCommand - Class in com.levigo.jadice.demo.bookmark.command
 
AddBookmarkCommand() - Constructor for class com.levigo.jadice.demo.bookmark.command.AddBookmarkCommand
 
addBookmarkStoreListener(BookmarkStoreListener) - Method in class com.levigo.jadice.demo.bookmark.BookmarkStore
 
addCacheEvictions(long) - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
 
addCacheGets(long) - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
 
addCacheHits(long) - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
 
addCacheMisses(long) - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
 
addCachePuts(long) - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
 
addCacheRemovals(long) - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
 
addCDATA(String) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Add a data node under the current node, and jump to the parent node.
addChange(int, int) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
addChange(int, int, int) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
addChangeListener(ChangeListener) - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
Adds a ChangeListener to the curve control.
addChangeListener(ChangeListener) - Method in class org.jadice.util.swing.button.JButtonGroup
Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in class org.jadice.util.swing.colorpicker.ColorPalette
This listener will be notified when the current HSB or RGB values change.
addChildContext(Context) - Method in class org.jadice.util.swing.action.context.Context
Adds the context as child context and registers itself as ContextListener.
addChoosableFileFilter(FileFilter) - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
addColumn(TableColumn) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
addColumnModelListener(TableColumnModelListener) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
addCommandCreationListener(CommandCreationListener) - Static method in class org.jadice.util.swing.action.factories.DefaultCommandFactory
Adds a command creation listener to receive informations or failure messages of command creation process.
addCondition(VisibilityCondition) - Method in class com.levigo.jadice.document.condition.ConditionRenderSettings
 
addContextChangeListener(ContextListener) - Method in class org.jadice.util.swing.action.context.Context
Adds ContextListener to the collection of the listeners.
addControlPoint(Point) - Method in class com.levigo.jadice.document.util.ControlCurve
Add a control point to the end of the list.
addControlPoint(Point) - Method in class com.levigo.jadice.document.util.GradationCurve
 
addDefaultNamespace(String) - Method in class com.levigo.jadice.document.metadata.MetadataBuilder
Set the default namespace to use in the document declaration.
addDelete(int) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Deprecated.
addDelete(int, int) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Deprecated.
addDependency(EventList, ListEventListener) - Method in interface org.jadice.util.glazedlists.event.ListEventPublisher
Deprecated.
replaced with ListEventPublisher.setRelatedSubject(java.lang.Object, java.lang.Object), which has different semantics and takes different arguments, but accomplishes the same goal
addDocument(MetadataNode) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Inserts another MutableMetadataNode instance under the current tag.
addDocumentInterceptor(DocumentInterceptor) - Method in class com.levigo.jadice.document.AbstractDocument
 
addDocumentInterceptor(DocumentInterceptor) - Method in interface com.levigo.jadice.document.Document
Register a DocumentInterceptor to this document instance.
addDocumentInterceptor(DocumentInterceptor) - Method in class com.levigo.jadice.swing.SwingUIDocument
 
addDocumentListener(DocumentListener) - Method in class com.levigo.jadice.document.AbstractDocument
 
addDocumentListener(DocumentListener) - Method in interface com.levigo.jadice.document.Document
Register a DocumentListener to this document instance.
addDocumentListener(DocumentListener) - Method in class com.levigo.jadice.swing.SwingUIDocument
 
addException(PrinterException) - Method in class com.levigo.jadice.printer.AbstractPrinter
 
addFile(String) - Method in class com.levigo.jadice.format.modca.resource.ResourceGroupLoader
Adds file resource data.
addFocusListener(FocusListener) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
addImpl(Component, Object, int) - Method in class com.levigo.jadice.swing.status.StatusBar
 
addImpl(Component, Object, int) - Method in class org.jadice.util.swing.effect.EffectContainer
 
addImpl(Component, Object, int) - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
addImpl(Component, Object, int) - Method in class org.jadice.util.swing.panel.FadeablePane
 
addImpl(Component, Object, int) - Method in class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel
Overriden to redirect call to the content pane.
addImpl(Component, Object, int) - Method in class org.jadice.util.swing.panel.TransformerPanel
 
addInsert(int) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Deprecated.
addInsert(int, int) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Deprecated.
addInventoryRenderSettingsListener(InventoryRenderSettingsListener) - Method in class com.levigo.jadice.document.render.RenderControlsInventory
Adds a InventoryRenderSettingsListener for receiving render settings change events.
addKeyListener(KeyListener) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
addLayoutComponent(Component, Object) - Method in class org.jadice.util.swing.effect.EffectLayout
 
addLayoutComponent(String, Component) - Method in class org.jadice.util.swing.effect.EffectLayout
 
addLayoutComponent(String, Component) - Method in class org.jadice.util.swing.layout.ButtonRowLayout
 
addLinkedActionFactory(BasicActionFactory) - Method in class org.jadice.util.swing.action.factories.DefaultActionFactory
Adds an action factory as linked factory to this factory.
addLinkedCommandFactory(BasicCommandFactory) - Method in class org.jadice.util.swing.action.factories.DefaultCommandFactory
Adds a command factory as linked factory to this factory.
addLinkedMenuComponentFactory(BasicMenuComponentFactory) - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Adds a menu component factory as linked factory to this factory.
addListDataListener(ListDataListener) - Method in class org.jadice.util.glazedlists.gui.EventListModel
Registers the specified ListDataListener to receive updates whenever this list changes.
addListEventListener(ListEventListener<? super E>) - Method in class org.jadice.util.glazedlists.AbstractEventList
Registers the specified listener to receive change updates for this list.
addListEventListener(ListEventListener<? super E>) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Registers the specified listener to be notified whenever new changes are appended to this list change sequence.
addListEventListener(ListEventListener<? super E>) - Method in interface org.jadice.util.glazedlists.EventList
Registers the specified listener to receive change updates for this list.
addListEventListener(ListEventListener<? super E>) - Method in class org.jadice.util.glazedlists.InterceptableEventList
 
addListSelectionListener(ListSelectionListener) - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Add a listener to the list that's notified each time a change to the selection occurs.
addLoader(ResourceLoader) - Method in class com.levigo.jadice.format.modca.resource.ResourceMultiLoader
Registers a ResourceLoader.
addLookupClassLoader(ClassLoader) - Static method in class org.jadice.util.swing.action.factories.ResourceLocator
 
addLowerRightComponent(JComponent) - Method in class org.jadice.util.swing.colorpicker.ColorPicker
Add a component to the lower-right corner between the vertical and the alpha-slider.
addMatcherEditorListener(MatcherEditor.Listener<E>) - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditorListenerSupport
Add a listener to be notified when this editor's Matcher changes.
addMatcherEditorListener(MatcherEditor.Listener<E>) - Method in interface org.jadice.util.glazedlists.matchers.MatcherEditor
Add a listener to be notified when this editor's Matcher changes.
addMemberList(EventList<E>) - Method in class org.jadice.util.glazedlists.CompositeList
Adds the specified EventList as a source to this CompositeList.
addMenuComponentCreationListener(MenuComponentCreationListener) - Static method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Adds a command creation listener to receive informations or failure messages of command creation process.
addMenuContributions(PopupMenuTool) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Adds contributions (functions) to the popupMenuTool.
addMenuItemAction(Action) - Method in class org.jadice.util.swing.button.DropDownToggleButton
Appends a new menu item to the end of the menu which dispatches the specified Action object.
addModule(TreeModule) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
addMouseGestureListener(MouseGestureListener) - Method in class com.levigo.jadice.demo.gestures.MouseGestureSupport
 
addMouseListener(MouseListener) - Method in class org.jadice.util.swing.effect.EffectContainer
 
addMouseMotionListener(MouseMotionListener) - Method in class org.jadice.util.swing.effect.EffectContainer
 
addMouseWheelListener(MouseWheelListener) - Method in class org.jadice.util.swing.effect.EffectContainer
 
addNamespace(String, String) - Method in class com.levigo.jadice.document.metadata.MetadataBuilder
Add a namespace to the document that will be created
addNamespace(String, String) - Method in interface com.levigo.jadice.document.metadata.MetadataNamespaceContext
 
addNamespace(String, String) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Add a namespace to the document
addNode(MetadataNode) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Inserts another MutableMetadataNode tag hierarchy under the current tag.
addNode(String) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Create a tag under the current location and use it as the current node
addNotify() - Method in class com.levigo.jadice.appbase.status.DocumentStatusMessageSnapIn
 
addNotify() - Method in class com.levigo.jadice.appbase.status.PrinterStatusSnapIn
 
addNotify() - Method in class com.levigo.jadice.demo.pdf.signature.RolloutPDFSignatureBox
 
addNotify() - Method in class com.levigo.jadice.swing.lens.LensView
 
addNotify() - Method in class com.levigo.jadice.swing.pageview.PageView
 
addNotify() - Method in class com.levigo.jadice.swing.status.MemoryMonitorSnapIn
 
addNotify() - Method in class com.levigo.jadice.swing.status.TaskServiceMonitorSnapIn
 
addNotify() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
addNotify() - Method in class org.jadice.util.swing.effect.EffectContainer
 
addNotify() - Method in class org.jadice.util.swing.effect.FadeBox
 
addNotify() - Method in class org.jadice.util.swing.effect.RolloutBox
 
addNulls(int, int) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
 
addNulls(int, int) - Method in class org.jadice.util.glazedlists.sparse.InterceptableSparseEventList
 
addNulls(int, int) - Method in interface org.jadice.util.glazedlists.sparse.SparseList
Add/insert a sequence of null at the given index (in)to the list.
addNulls(int, int) - Method in class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
 
AddOnContextWindowAdapter - Class in com.levigo.jadice.appbase.commands
This class ensures a correct context update and command state for window embedded AddOns.
AddOnContextWindowAdapter(Context) - Constructor for class com.levigo.jadice.appbase.commands.AddOnContextWindowAdapter
Creates a window adapter which should be attached to addon windows, if its visibility or active state is controlled by a command.
AddOnPresenter - Interface in com.levigo.jadice.appbase
Implementations of this interface are responsible for the presentation of add-on components within the context of jadice viewer.
AddOns - Class in com.levigo.jadice.appbase
 
addOutlineListener(MutableOutline.OutlineListener<DefaultOutlineNode>) - Method in class com.levigo.jadice.document.outline.DefaultOutline
Add an MutableOutline.OutlineListener to be notified of changes to this Outline Tree.
addOutlineListener(MutableOutline.OutlineListener<N>) - Method in interface com.levigo.jadice.document.outline.MutableOutline
Add an MutableOutline.OutlineListener to be notified of changes to this Outline Tree.
addPage(Page) - Method in class com.levigo.jadice.document.AbstractDocument
Adds a page to the document.
addPageListener(PageListener) - Method in class com.levigo.jadice.document.AbstractPage
Register a PageListener
addPageListener(PageListener) - Method in interface com.levigo.jadice.document.Page
Register a PageListener.
addPages - Variable in class com.levigo.jadice.document.auth.DocumentPermission.DocumentPermissionFactory
 
addPageSegment(PageSegment, AffineTransform) - Method in class com.levigo.jadice.document.composite.AbstractCompositePageSegment
Place the given PageSegment into the composition using the given transform.
addPageSegment(PageSegment, AffineTransform, Shape) - Method in class com.levigo.jadice.document.composite.AbstractCompositePageSegment
Place the given PageSegment into the composition using the given transform.
addPageSegmentListener(PageSegmentListener) - Method in class com.levigo.jadice.document.AbstractMutablePageSegment
addPageSegmentListener(PageSegmentListener) - Method in interface com.levigo.jadice.document.MutablePageSegment
Add the given PageSegmentListener to the list of listeners to be notified of changes to this page segment.
AddPagesIntent - Class in com.levigo.jadice.document.auth
 
AddPagesIntent(int) - Constructor for class com.levigo.jadice.document.auth.AddPagesIntent
 
AddPagesIntent(int, Page) - Constructor for class com.levigo.jadice.document.auth.AddPagesIntent
 
AddPagesIntent(int, List<? extends Page>) - Constructor for class com.levigo.jadice.document.auth.AddPagesIntent
 
addPagesToPrint(PrintJobConfiguration, EventList<Page>) - Method in class com.levigo.jadice.swing.commands.DirectPrintDocumentCommand
 
addPhaserListener(ListenablePhaser.PhaserListener) - Method in class org.jadice.util.concurrent.ListenablePhaser
Registers the given instance to be notified on phase changes.
addPoint(Point2D) - Method in class com.levigo.jadice.annotation.PathAnnotation
Add given point to the current path.
addPoint(Point2D) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
Add point to current gesture.
addPoint(Point2D) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
addPoint(Point2D) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
addPrintErrorHandler(PrintErrorHandler) - Static method in class com.levigo.jadice.printer.event.PrintErrorBroadcaster
Add the given PrintErrorHandler to the registered print error handlers.
addPrintListener(PrintEventListener) - Static method in class com.levigo.jadice.printer.event.PrintEventBroadcaster
Add the given PrintEventListenerto its list of registerd print listeners.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.levigo.jadice.document.att.Attachment
addPropertyChangeListener(PropertyChangeListener) - Method in class com.levigo.jadice.document.outline.DefaultOutlineNode
Register a PropertyChangeListener which will be informed upon every property change of this node.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.levigo.jadice.swing.lens.LensView
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.levigo.jadice.swing.tool.ToolManager
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jadice.util.glazedlists.calculation.AbstractCalculation
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jadice.util.glazedlists.calculation.Calculation
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jadice.util.swing.action.commands.CommandAction
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jadice.util.swing.action.commands.DelegateAction
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.levigo.jadice.swing.tool.ToolManager
 
addQualifiedLogListener(QualifiedLogListener) - Method in class org.jadice.util.log.config.LoggingConfiguration
Add a global QualifiedLogListener.
addReaderListener(ReaderListener) - Method in class com.levigo.jadice.document.read.Reader
Add the given ReaderListener to the list of registered listeners.
addRenderSettingsListener(RenderSettingsListener) - Method in class com.levigo.jadice.document.render.DefaultRenderControls
Adds a RenderSettingsListener for receiving render settings change events.
addResolver(MessageResolver) - Method in class org.jadice.util.log.message.DefaultMessageResolver
 
addRollingMessagePanel(String) - Method in class com.levigo.jadice.demo.BasicJadicePanel
Adds a rolling message and info panel to this container.
addRoot(String) - Method in class com.levigo.jadice.document.metadata.MetadataBuilder
Create a root node for this XML document
addSearchListener(SearchListener) - Method in class com.levigo.jadice.search.engine.AbstractSearch
 
addSearchStateListener(SearchStateListener) - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
Add a SearchStateListener to the AbstractCharSequenceSearchRequest to get SearchStateChangeEvents if the state of the request changed.
addSelectionInterval(int, int) - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Change the selection to be the set union of the current selection and the indices between index0 and index1 inclusive
addSelectionListener(PreviewResultList.SelectionListener) - Method in class com.levigo.jadice.appbase.search.advanced.PreviewResultList
 
addSelectionListener(ListSelection.Listener) - Method in class org.jadice.util.glazedlists.ListSelection
Register a Listener that will be notified when selection is changed.
addSelectionPath(TreePath) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
addSelectionPaths(TreePath[]) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
addShape(Shape, ContentsCreatorControls) - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorPageSegmentBuilder
Adds a Shape to the ContentsCreatorPageSegmentBuilder which will then be contained in the PageSegment retrieved using the ContentsCreatorPageSegmentBuilder.finish() method.
addShape(Shape, ContentsCreatorControls, int, int) - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorPageSegmentBuilder
Adds a Shape to the ContentsCreatorPageSegmentBuilder which will then be contained in the PageSegment retrieved using the ContentsCreatorPageSegmentBuilder.finish() method.
addSortActionListener(ActionListener) - Method in class org.jadice.util.glazedlists.gui.TableComparatorChooser
Registers the specified ActionListener to receive notification whenever the JTable is sorted by this TableComparatorChooser.
addSorterToolBar(SorterToolbar, String) - Method in class com.levigo.jadice.demo.BasicJadicePanel
Adds a given sorter toolbar to this panel.
addSorterToolBar(String) - Method in class com.levigo.jadice.demo.BasicJadicePanel
Adds a default sorter toolbar associated to contained viewer to this panel.
addStream(InputStream) - Method in class com.levigo.jadice.format.modca.resource.ResourceGroupLoader
Adds input stream resource data.
addTaskListener(TaskListener) - Method in interface org.jadice.util.concurrent.tasks.TaskService
Add a listener to receive notifications about the activities of this task service.
addTaskListener(TaskListener) - Method in class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
 
addText(String) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Add a text node under the current node, and jump to the parent node.
addText(String, ContentsCreatorControls) - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorPageSegmentBuilder
Adds a text to the ContentsCreatorPageSegmentBuilder which will then be contained in the PageSegment retrieved using the ContentsCreatorPageSegmentBuilder.finish() method.
addText(String, ContentsCreatorControls, int, int) - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorPageSegmentBuilder
Adds a text to the ContentsCreatorPageSegmentBuilder which will then be contained in the PageSegment retrieved using the ContentsCreatorPageSegmentBuilder.finish() method.
addText(Text) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Add a text note to the current tag
addThreadLocalQualifiedLogListener(QualifiedLogListener) - Method in class org.jadice.util.log.config.LoggingConfiguration
addTreeSelectionListener(TreeSelectionListener) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
addUndoSupportListener(UndoRedoSupport.Listener) - Method in class org.jadice.util.glazedlists.UndoRedoSupport
Add a UndoRedoSupport.Listener which will receive a callback when an undoable edit occurs on the given source EventList.
addUpdate(int) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
addUpdate(int, int) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
addUrl(String) - Method in class com.levigo.jadice.format.modca.resource.ResourceGroupLoader
Adds URL based resoure data.
addValidSelectionMatcher(Matcher<E>) - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Add a matcher which decides when source elements are valid for selection.
addValidSelectionMatcher(Matcher<E>) - Method in class org.jadice.util.glazedlists.ListSelection
Add a matcher which decides when source elements are valid for selection.
addWeakPreferenceChangeListener(PreferenceChangeListener) - Static method in class com.levigo.jadice.demo.JadiceDemoPreferences
Adds a weak PreferenceChangeListener to get notified about preference changes.
Adjust - com.levigo.jadice.format.modca.MODCAReaderSettings.PageSizeMode
Main page size will be adjusted to overlay page size if: Main page width < overlay width, overlay width will be used. Main page height < overlay height, overlay height will be used.
adjustCellSize() - Method in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
 
adjustComponentLocationOnScreen(Component, List<GraphicsConfiguration>) - Static method in class org.jadice.util.swing.geometry.ScreenGeometry
Adjust the component location, if possible, so that it is completely inside the available graphic configuration.
adjustRange() - Method in class org.jadice.util.glazedlists.RangeList
Adjust the range of the RangeList in response to changes in the source list or the desired start and end indices.
adjustWindowLocationOnScreen(Window) - Static method in class org.jadice.util.swing.geometry.ScreenGeometry
Check whether the given window is completely on screen.
AdvancedTableFormat<E> - Interface in org.jadice.util.glazedlists.gui
Allows the ability to specify column class information in addition to the standard TableFormat information.
AffineTransforms - Class in org.jadice.util.base
A bunch of static utility methods useful in conjunction with AffineTransforms.
AFPFormat - Class in com.levigo.jadice.format.modca
Format information class for afp documents.
AFPFormat() - Constructor for class com.levigo.jadice.format.modca.AFPFormat
 
AfpLineModeFormat - Class in com.levigo.jadice.format.modca
Format information class for afp documents.
AfpLineModeFormat() - Constructor for class com.levigo.jadice.format.modca.AfpLineModeFormat
 
AfpLineModeReaderSettings - Class in com.levigo.jadice.format.modca
 
AfpLineModeReaderSettings() - Constructor for class com.levigo.jadice.format.modca.AfpLineModeReaderSettings
 
AfpLineModeReaderSettings.ControlCharacterMode - Enum in com.levigo.jadice.format.modca
 
AfpLineModeReaderSettings.RecordSizeMode - Enum in com.levigo.jadice.format.modca
 
AFTER_LAST_PAGE - Static variable in class com.levigo.jadice.document.read.Reader
Constant to specify that new pages should be added after the target Document's currently last page.
afterExecute(Runnable, Throwable) - Method in class org.jadice.util.concurrent.tasks.QueuedAndActiveTaskThreadPoolExecutor
 
afterHandleEditEvent(boolean, EditEvent, Object) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
afterHandleEditEvent(boolean, EditEvent, Object) - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
If you override this method, you must call this super-implementation late in your overridden implementation.
afterReadOperation() - Method in class org.jadice.util.glazedlists.DebugList
This method is currently a no-op and exists for parity.
afterUnmarshal(Unmarshaller, Object) - Method in class com.levigo.jadice.demo.outline.serialize.SerializableOutlineNode
Called by JAXB after unmarshalling from XML.
afterWriteOperation() - Method in class org.jadice.util.glazedlists.DebugList
This method is currently a no-op and exists for parity.
aggregateBounds - Variable in class com.levigo.jadice.swing.pageview.AbstractContinuousLayout
 
alignment - Variable in class org.jadice.util.swing.effect.EffectLayout.Constraints
 
alignOnInsets - Variable in class org.jadice.util.swing.effect.EffectLayout.Constraints
 
ALL - org.jadice.util.swing.action.context.Context.Ancestors
Elements from all ancestors are included.
ALL - org.jadice.util.swing.action.context.Context.Children
Elements from all child contexts are included.
ALL_LAYERS_ENABLED - Static variable in class com.levigo.jadice.document.render.BaseRenderSettings
Identifier key for all-layer enabled state change, used within a RenderSettingsEvent to recognize the kind of change which happen.
AllArguments - Annotation Type in org.jadice.util.swing.action.injection
An annotation used to specify a member into which the argument collection itself should be injected.
allLeafsMatch(TreePath[], Class<?>) - Static method in class org.jadice.util.swing.flextree.FlexTreeUtils
Return whether all leafs (last path components) of the given paths match the given type.
allow - Static variable in class com.levigo.jadice.document.auth.DocumentPermission
 
ALLOW - Static variable in class com.levigo.jadice.annotation.auth.DocumentAnnotationPermission
 
ALLOW - Static variable in class com.levigo.jadice.annotation.auth.IndividualAnnotationPermission
 
ALLOW - Static variable in class com.levigo.jadice.document.auth.PageSegmentPermission
 
allowNestedEvents - Variable in class org.jadice.util.glazedlists.event.ListEventAssembler
whether to allow nested events
allowOtherMatches() - Method in annotation type org.jadice.util.swing.action.injection.Argument
Specifies whether to allow additional matching elements in the context.
allowResize - Variable in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Flag, indicating whether resizing is allowed
allowsChildren(E) - Method in interface org.jadice.util.glazedlists.TreeList.Format
Whether an element can have children.
alpha(Color, float) - Static method in class org.jadice.util.base.Colors
Create a new color identical to the given one, but having its alpha value replaced with the given one.
alpha(Color, int) - Static method in class org.jadice.util.base.Colors
Create a new color identical to the given one, but having its alpha value replaced with the given one.
alphaComposite(Color, Color) - Static method in class org.jadice.util.base.Colors
Composite two colors using alpha compositing.
ALREADY_FOUND_SIZ - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
AlternativeSearchPanel - Class in com.levigo.jadice.appbase.search.advanced
 
AlternativeSearchPanel() - Constructor for class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
Create the panel.
AlternativeSearchPanel.CancelAction - Class in com.levigo.jadice.appbase.search.advanced
 
AlternativeSearchPanel.SearchAction - Class in com.levigo.jadice.appbase.search.advanced
 
AlternativeSearchPanel.SelectNextAction - Class in com.levigo.jadice.appbase.search.advanced
 
AlternativeSearchPanel.SelectPreviousAction - Class in com.levigo.jadice.appbase.search.advanced
 
ALWAYS - com.levigo.jadice.swing.pageview.PageLayoutSettings.ShowCoverPage
 
ALWAYS_GENERATE_XREF - com.levigo.jadice.format.pdf.settings.PDFStructureReaderSettings.PDFStructureReadStrategy
Always generate the cross reference table, regardless if the original cross reference table had errors or not.
and(Matcher<? super E>...) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Returns a Matcher which returns a match when all of the given matchers report a match.
AND - Static variable in class org.jadice.util.glazedlists.matchers.CompositeMatcherEditor
require all matchers in the MatcherEditor to match
ANIMATION_STATE_KEY - Static variable in class org.jadice.util.swing.panel.CollapsiblePane
Used when generating PropertyChangeEvents for the "animationState" property
ANIMATION_STATE_KEY - Static variable in class org.jadice.util.swing.panel.FadeablePane
Used when generating PropertyChangeEvents for the "animationState" property
ANNO_NOT_SUPPORTED_MODE - Static variable in class com.levigo.jadice.swing.annotation.commands.AbstractAnnotationModeCommand
 
Annotation - Class in com.levigo.jadice.annotation
An abstract base class for all annotations.
Annotation() - Constructor for class com.levigo.jadice.annotation.Annotation
 
ANNOTATION - com.levigo.jadice.demo.commands.ToggleToolCommand.Tool
 
ANNOTATION_DESCRIPTION - Static variable in interface com.levigo.jadice.annotation.AnnotationPropertyConstants
 
ANNOTATION_FORMAT_DESCRIPTION - Static variable in class com.levigo.jadice.format.annofnis.FNISAnnotationConstants
Description for FileNet IS annotations.
ANNOTATION_FORMAT_DESCRIPTION - Static variable in class com.levigo.jadice.format.annofnp8.FNP8AnnotationConstants
Description for FileNet P8 annotations.
ANNOTATION_FORMAT_DESCRIPTION - Static variable in class com.levigo.jadice.format.annotation.JadiceAnnotationConstants
Description for Jadice XML annotations.
ANNOTATION_FORMAT_DESCRIPTION_CM7 - Static variable in class com.levigo.jadice.format.annocm.CMAnnotationConstants
Description for Content Manager 7 annotations.
ANNOTATION_FORMAT_DESCRIPTION_CM8 - Static variable in class com.levigo.jadice.format.annocm.CMAnnotationConstants
Description for Content Manager 8 annotations.
ANNOTATION_INITIAL - Static variable in interface com.levigo.jadice.annotation.AnnotationPropertyConstants
 
AnnotationBasicFontFactory - Class in com.levigo.jadice.annotation.font
 
AnnotationBasicFontFactory() - Constructor for class com.levigo.jadice.annotation.font.AnnotationBasicFontFactory
 
AnnotationCustomizer - Interface in com.levigo.jadice.annotation
Implementations of this interface can be used to configure annotation specific settings.
AnnotationDeleteCommand - Class in com.levigo.jadice.swing.annotation.commands
Delete selected Annotations
AnnotationDeleteCommand() - Constructor for class com.levigo.jadice.swing.annotation.commands.AnnotationDeleteCommand
 
AnnotationEditActivationCommand - Class in com.levigo.jadice.appbase.commands
 
AnnotationEditActivationCommand() - Constructor for class com.levigo.jadice.appbase.commands.AnnotationEditActivationCommand
 
AnnotationFactory - Class in com.levigo.jadice.annotation.profiles
 
AnnotationFactory() - Constructor for class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
AnnotationFontFactory - Interface in com.levigo.jadice.annotation.font
AnnotationFontFactory interface for annotation font support.
AnnotationFontFactoryFactory - Class in com.levigo.jadice.annotation.profiles
 
AnnotationFontFactoryFactory() - Constructor for class com.levigo.jadice.annotation.profiles.AnnotationFontFactoryFactory
 
AnnotationGraphicsRenderer - Class in com.levigo.jadice.annotation.render
Provides the ability to render an annotation into any valid Graphics2D.
AnnotationGraphicsRenderer(Annotation) - Constructor for class com.levigo.jadice.annotation.render.AnnotationGraphicsRenderer
Constructs a new instance which will render the given annotation.
AnnotationIcon(Annotation) - Constructor for class com.levigo.jadice.appbase.flextree.AnnotationsModule.AnnotationIcon
 
AnnotationInitializer - Interface in com.levigo.jadice.annotation
Annotation initializer.
AnnotationInitializerFactory - Class in com.levigo.jadice.annotation.profiles
 
AnnotationInitializerFactory() - Constructor for class com.levigo.jadice.annotation.profiles.AnnotationInitializerFactory
 
AnnotationIntent - Interface in com.levigo.jadice.annotation.auth
This is just a marker interface to identify annotation specific intents.
AnnotationInterpreterFactory - Class in com.levigo.jadice.annotation.profiles
 
AnnotationInterpreterFactory() - Constructor for class com.levigo.jadice.annotation.profiles.AnnotationInterpreterFactory
 
AnnotationLogicalFontFactory - Class in com.levigo.jadice.appbase.font.factory.annotation
AnnotationFontFactory implementation providing logical named fonts.
AnnotationLogicalFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.annotation.AnnotationLogicalFontFactory
 
annotationMatcher - Variable in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
annotationMatcherEditor - Variable in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
AnnotationMemento - Class in com.levigo.jadice.annotation
 
AnnotationMemento(Annotation, int) - Constructor for class com.levigo.jadice.annotation.AnnotationMemento
 
AnnotationModeCommand - Class in com.levigo.jadice.swing.annotation.commands
This command could be used to change annotation creation modes.
AnnotationModeCommand() - Constructor for class com.levigo.jadice.swing.annotation.commands.AnnotationModeCommand
 
AnnotationPageSegment - Class in com.levigo.jadice.annotation
A page segment which holds annotations
AnnotationPageSegment() - Constructor for class com.levigo.jadice.annotation.AnnotationPageSegment
 
AnnotationPageSegment(PageSegmentSource) - Constructor for class com.levigo.jadice.annotation.AnnotationPageSegment
 
AnnotationPageSegmentEvent - Class in com.levigo.jadice.annotation
A semantic event which indicates the occurrence of annotation changes.
AnnotationPageSegmentEvent.EventType - Enum in com.levigo.jadice.annotation
Possible event type identifiers: Property related State related Mode related Action related
annotationProfile - Variable in class com.levigo.jadice.annotation.AnnotationReaderSettings
 
AnnotationProfile - Class in com.levigo.jadice.annotation.profiles
 
AnnotationProfile() - Constructor for class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
AnnotationProfileAwareToolBar - Class in com.levigo.jadice.appbase
A tool bar showing annotation actions.
AnnotationProfileAwareToolBar(PageView, Context) - Constructor for class com.levigo.jadice.appbase.AnnotationProfileAwareToolBar
 
AnnotationProfileLocator - Interface in com.levigo.jadice.annotation.profiles
 
AnnotationProfileLogicalFontFactory - Class in com.levigo.jadice.demo.font.annotation
AnnotationFontFactory implementation providing logical named fonts.
AnnotationProfileLogicalFontFactory() - Constructor for class com.levigo.jadice.demo.font.annotation.AnnotationProfileLogicalFontFactory
 
AnnotationProfileStandard14FontFactory - Class in com.levigo.jadice.demo.font.annotation
AnnotationFontFactory implementation providing Standard14Substitute based fonts.
AnnotationProfileStandard14FontFactory() - Constructor for class com.levigo.jadice.demo.font.annotation.AnnotationProfileStandard14FontFactory
 
AnnotationProfileSystemFontFactory - Class in com.levigo.jadice.demo.font.annotation
AnnotationFontFactory implementation providing system fonts.
AnnotationProfileSystemFontFactory() - Constructor for class com.levigo.jadice.demo.font.annotation.AnnotationProfileSystemFontFactory
 
AnnotationPropertyConstants - Interface in com.levigo.jadice.annotation
 
AnnotationPropertyEditor<T,​C,​E> - Interface in com.levigo.jadice.annotation.profiles
 
AnnotationReaderSettings - Class in com.levigo.jadice.annotation
 
AnnotationReaderSettings() - Constructor for class com.levigo.jadice.annotation.AnnotationReaderSettings
 
AnnotationRenderSettings - Class in com.levigo.jadice.annotation
The class AnnotationRenderingHints contains rendering hints that can be used for annotation rendering.
AnnotationRenderSettings() - Constructor for class com.levigo.jadice.annotation.AnnotationRenderSettings
Default Constructor.
Annotations - Class in com.levigo.jadice.annotation
This class contains various utility methods for annotations.
Annotations() - Constructor for class com.levigo.jadice.annotation.Annotations
 
ANNOTATIONS - Static variable in class com.levigo.jadice.document.DocumentLayer
A layer typically used for annotations.
AnnotationSelectAllCommand - Class in com.levigo.jadice.swing.annotation.commands
Select all annotations
AnnotationSelectAllCommand() - Constructor for class com.levigo.jadice.swing.annotation.commands.AnnotationSelectAllCommand
 
AnnotationsModule<P> - Class in com.levigo.jadice.appbase.flextree
 
AnnotationsModule(Class<P>, String, Icon) - Constructor for class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
AnnotationsModule(Class<P>, String, Icon, AnnotationsModule.AnnoSelectionMode) - Constructor for class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
AnnotationsModule.AnnoSelectionMode - Enum in com.levigo.jadice.appbase.flextree
Specifies what to do with a selected annotation.
AnnotationsModule.AnnotationIcon - Class in com.levigo.jadice.appbase.flextree
 
AnnotationsModule.DefaultLabelProvider - Class in com.levigo.jadice.appbase.flextree
 
AnnotationsModule.PresentationMode - Enum in com.levigo.jadice.appbase.flextree
 
AnnotationStandard14FontFactory - Class in com.levigo.jadice.appbase.font.factory.annotation
AnnotationFontFactory implementation providing Standard14Substitute based fonts.
AnnotationStandard14FontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.annotation.AnnotationStandard14FontFactory
 
AnnotationSystemFontFactory - Class in com.levigo.jadice.appbase.font.factory.annotation
AnnotationFontFactory implementation providing system fonts registered in Java VM environment, see GraphicsEnvironment.getAllFonts().
AnnotationSystemFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.annotation.AnnotationSystemFontFactory
 
AnnotationTemplate - Class in com.levigo.jadice.annotation.profiles
 
AnnotationTemplate() - Constructor for class com.levigo.jadice.annotation.profiles.AnnotationTemplate
 
AnnotationTool - Class in com.levigo.jadice.swing.annotation
A tool used to edit Annotations.
AnnotationTool() - Constructor for class com.levigo.jadice.swing.annotation.AnnotationTool
 
AnnotationTool.Mode - Enum in com.levigo.jadice.swing.annotation
 
AnnotationToolComponentAddon - Class in com.levigo.jadice.swing.annotation
 
AnnotationToolComponentAddon() - Constructor for class com.levigo.jadice.swing.annotation.AnnotationToolComponentAddon
 
AnnotationType - Class in com.levigo.jadice.annotation.profiles
 
AnnotationType() - Constructor for class com.levigo.jadice.annotation.profiles.AnnotationType
 
AnnotationVisibilityCommand - Class in com.levigo.jadice.swing.annotation.commands
This command could be used to change the visibility of annotations.
AnnotationVisibilityCommand() - Constructor for class com.levigo.jadice.swing.annotation.commands.AnnotationVisibilityCommand
 
AnnotationVisibilityMenuContributor - Class in com.levigo.jadice.demo
The intention of this class is to provide several annotation visibility functions as a separate sub menu.
AnnotationVisibilityMenuContributor() - Constructor for class com.levigo.jadice.demo.AnnotationVisibilityMenuContributor
 
AnnotationWellKnownNameFontFactory - Class in com.levigo.jadice.appbase.font.factory.annotation
AnnotationFontFactory implementation for embedded annotation formats (e.g.
AnnotationWellKnownNameFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.annotation.AnnotationWellKnownNameFontFactory
 
AnnotationWrangler - Class in com.levigo.jadice.annotation
 
AnnotationWrangler() - Constructor for class com.levigo.jadice.annotation.AnnotationWrangler
 
annoTools - Variable in class com.levigo.jadice.demo.BasicJadicePanel
 
ANSI_CARRIAGE - com.levigo.jadice.format.modca.AfpLineModeReaderSettings.ControlCharacterMode
 
ANTI_ALIASING_MODE - Static variable in class com.levigo.jadice.document.render.BaseRenderSettings
Identifier key for an anti-aliasing mode change, used within a RenderSettingsEvent to recognize the kind of change which happens.
AntiAliasingMode - Enum in com.levigo.jadice.document.render
Represents the type of anti aliasing to be applied on shape or text rendering.
appearance - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFStampAnnotation
 
append(byte) - Method in class com.levigo.jadice.document.io.ByteArrayBuffer
Appends a byte to this buffer
append(byte[]) - Method in class com.levigo.jadice.document.io.ByteArrayBuffer
Appends the given array of bytes.
append(byte[], int, int) - Method in class com.levigo.jadice.document.io.ByteArrayBuffer
Appends a subarray of the given byte array.
append(char) - Method in class com.levigo.jadice.document.io.ByteArrayBuffer
Appends a character as byte to the buffer.
append(ByteArrayBuffer) - Method in class com.levigo.jadice.document.io.ByteArrayBuffer
Appends another ByteArrayBuffer to this buffer.
append(TaskBuilder) - Method in interface com.levigo.jadice.document.read.fluent.DocumentBuilder
 
append(TaskBuilder) - Method in interface com.levigo.jadice.document.read.fluent.GroupBuilder
 
append(InputStream) - Method in interface com.levigo.jadice.document.read.fluent.DocumentBuilder
 
append(InputStream) - Method in interface com.levigo.jadice.document.read.fluent.GroupBuilder
 
append(String) - Method in class com.levigo.jadice.appbase.font.factory.log.Log
Add text to the log String being assembled.
append(Provider<? extends InputStream, IOException>) - Method in interface com.levigo.jadice.document.read.fluent.DocumentBuilder
 
append(Provider<? extends InputStream, IOException>) - Method in interface com.levigo.jadice.document.read.fluent.GroupBuilder
 
appendComparator(int, int, boolean) - Method in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Append the comparator specified by the column, comparator index and reverse parameters to the end of the sequence of comparators this AbstractTableComparatorChooser is sorting the SortedList by.
appendGroup() - Method in interface com.levigo.jadice.document.read.fluent.DocumentBuilder
 
appendGroup() - Method in interface com.levigo.jadice.document.read.fluent.GroupBuilder
 
appendInputStream(SeekableInputStream) - Method in class com.levigo.jadice.document.io.ConcatenatedInputStream
append the given InputStream to this ConcatenatedInputStream
applyAction - Variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
ApplyAction(RolloutPasswordBox) - Constructor for class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox.ApplyAction
 
applyButton - Variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
ApplyDynamicZoomRule - Class in com.levigo.jadice.swing.pageview
 
ApplyDynamicZoomRule() - Constructor for class com.levigo.jadice.swing.pageview.ApplyDynamicZoomRule
 
applyOp(BufferedImage, BufferedImageOp) - Method in class org.jadice.util.swing.icon.IconManager
 
applySecurityParserSettings(DocumentBuilderFactory) - Static method in class com.levigo.jadice.document.read.ParserSecurityUtils
Sets the following features on the given @param factory http://apache.org/xml/features/disallow-doctype-decl : disables the usage of DOCTYPE completely http://xml.org/sax/features/external-general-entities : disable external entity resolution http://xml.org/sax/features/external-parameter-entities : disable external entity resolution xIncludeAware : Disable XML inclusion
applySecurityParserSettings(SAXParserFactory) - Static method in class com.levigo.jadice.document.read.ParserSecurityUtils
Sets the following features on the given @param factory http://apache.org/xml/features/disallow-doctype-decl : disables the usage of DOCTYPE completely http://xml.org/sax/features/external-general-entities : disable external entity resolution http://xml.org/sax/features/external-parameter-entities : disable external entity resolution xIncludeAware : Disable XML inclusion
applySecurityParserSettings(XMLInputFactory) - Static method in class com.levigo.jadice.document.read.ParserSecurityUtils
Sets the following features on the given @param factory XMLInputFactory.SUPPORT_DTD : disables the usage of DOCTYPE completely
applyToAllLayers() - Method in class com.levigo.jadice.document.render.ImageRenderSettings
Sets this settings instance to apply to all document layers.
APPROVE - com.levigo.jadice.appbase.chooser.FileChooser.ReturnValue
 
approveAdd(int, Collection<T>) - Method in class org.jadice.util.base.collections.AbstractListInterceptor
This default implementation delegates to a series of AbstractListInterceptor.approveAdd(int, Object) calls.
approveAdd(int, Collection<T>) - Method in interface org.jadice.util.base.collections.ListInterceptor
 
approveAdd(int, T) - Method in class org.jadice.util.base.collections.AbstractListInterceptor
 
approveAdd(int, T) - Method in interface org.jadice.util.base.collections.ListInterceptor
 
approveAddElement(int, E) - Method in interface org.jadice.util.glazedlists.EventListInterceptor
 
approveAddElements(int, Collection<? extends E>) - Method in interface org.jadice.util.glazedlists.EventListInterceptor
 
Approved - com.levigo.jadice.format.xfdf.annotation.StampName
 
approveRemove(Collection<T>) - Method in class org.jadice.util.base.collections.AbstractListInterceptor
 
approveRemove(Collection<T>) - Method in interface org.jadice.util.base.collections.ListInterceptor
 
approveRemove(T) - Method in class org.jadice.util.base.collections.AbstractListInterceptor
 
approveRemove(T) - Method in interface org.jadice.util.base.collections.ListInterceptor
 
approveRemoveElement(int, E) - Method in interface org.jadice.util.glazedlists.EventListInterceptor
 
approveRemoveElements(Collection<? extends E>) - Method in interface org.jadice.util.glazedlists.EventListInterceptor
 
approveSelection() - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
approveSelection() - Method in class com.levigo.jadice.appbase.chooser.FileChooser.EmbeddedChooser
 
approveSet(int, T, T) - Method in class org.jadice.util.base.collections.AbstractListInterceptor
This default implementation delegates to a pair of calls to AbstractListInterceptor.approveRemove(Object) and AbstractListInterceptor.approveAdd(int, Object).
approveSet(int, T, T) - Method in interface org.jadice.util.base.collections.ListInterceptor
 
approveSetElement(int, E, E) - Method in interface org.jadice.util.glazedlists.EventListInterceptor
 
approveStateChange(Document, Document.State, Document.State) - Method in class com.levigo.jadice.document.DocumentAdapter
 
approveStateChange(Document, Document.State, Document.State) - Method in interface com.levigo.jadice.document.DocumentInterceptor
Return whether this DocumentListener approves the state change (true) of the given document from the given previous state to the given new state.
area(Rectangle2D) - Static method in class org.jadice.util.base.geometry.Rectangles
 
AREA - com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool.MouseSensitivity
Mouse-sensitivity within the whole rectangle as well as along the edges.
areAllPermissionsGranted(D, Intent...) - Method in class com.levigo.jadice.document.Permissions
 
areas - Variable in class com.levigo.jadice.annotation.TextHighlightAnnotation
 
AreaSelectionTool - Class in com.levigo.jadice.swing.pageview
A Tool used to select rectangular areas within a page.
AreaSelectionTool() - Constructor for class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
areListenersEnabled() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
Checks whether CompositeKeyCache.CacheListeners are enabled to be registered on the cache.
areStatisticsEnabled() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
Checks whether statistic gathering is enabled at the cache.
Argument - Annotation Type in org.jadice.util.swing.action.injection
An annotation used to specify arguments to be injected into InjectedCommands.
arrayFormat(String, Object[]) - Static method in class org.jadice.util.log.qualified.MessageFormatter
 
arrayFormat(String, Object[], Throwable) - Static method in class org.jadice.util.log.qualified.MessageFormatter
 
ArrayIterable<T> - Class in org.jadice.util.base.collections
 
ArrayIterable(T[]) - Constructor for class org.jadice.util.base.collections.ArrayIterable
 
ArrayIterator<T> - Class in org.jadice.util.base.collections
 
ArrayIterator(T[]) - Constructor for class org.jadice.util.base.collections.ArrayIterator
 
ArrayIterator(T[], int) - Constructor for class org.jadice.util.base.collections.ArrayIterator
 
ArrayIterator(T[], int, int) - Constructor for class org.jadice.util.base.collections.ArrayIterator
 
ARROW - com.levigo.jadice.format.annocm.CMAnnotationArcheTypes
Compatible with: Content Manager 7 / 8 client Jadice DOCP client
ARROW - com.levigo.jadice.format.annofnis.FNISAnnotationArcheTypes
Compatible with: FileNet IS client Jadice DOCP client
ARROW - com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Compatible with: FileNet P8 client Jadice DOCP client
ArrowAnnotation - Class in com.levigo.jadice.annotation
An annotation looking like an arrow.
ArrowAnnotation() - Constructor for class com.levigo.jadice.annotation.ArrowAnnotation
 
arrowHeight - Variable in class com.levigo.jadice.annotation.CalloutAnnotation
 
ArrowIcon - Class in org.jadice.util.swing.icon
An icon painting a triangle as used by combo-box popup-buttons etc.
ArrowIcon(int, int) - Constructor for class org.jadice.util.swing.icon.ArrowIcon
 
ArrowIcon(int, int, Color, Color) - Constructor for class org.jadice.util.swing.icon.ArrowIcon
 
arrowWidth - Variable in class com.levigo.jadice.annotation.CalloutAnnotation
 
asciiBytes(String) - Static method in class org.jadice.util.base.Strings
Create a byte[] representation of the given string, using ASCII encoding.
asciiString(byte[]) - Static method in class org.jadice.util.base.Strings
Construct a new String from the given input bytes, using ASCII encoding.
AsIs - com.levigo.jadice.format.xfdf.annotation.StampName
 
assembleMessageId(MessageID) - Static method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
assertComponentsValid() - Method in class com.levigo.jadice.document.Resolution
 
assertIsWithin(String, double, double, double) - Static method in class org.jadice.util.base.Numbers
Throws an IllegalArgumentException if double value does not lie within the closed double interval [start..stop].
assertIsWithin(String, float, float, float) - Static method in class org.jadice.util.base.Numbers
Throws an IllegalArgumentException if float value does not lie within the closed float interval [start..stop].
assertIsWithin(String, int, int, int) - Static method in class org.jadice.util.base.Numbers
Throws an IllegalArgumentException if integer value does not lie within the closed integer interval [start..stop].
assertNotEmpty(String, String) - Static method in class org.jadice.util.base.Strings
Checks whether the given value is an empty String
assertNotNull(String, Object) - Static method in class org.jadice.util.base.Objects
Checks whether the given value is null and throws an IllegalArgumentException.
assertOwnership(C) - Method in interface com.levigo.jadice.document.UIDocument
Assert the given owner as the most recent UI component to own this document.
assertOwnership(Component) - Method in class com.levigo.jadice.swing.SwingUIDocument
 
asTask() - Method in interface com.levigo.jadice.document.read.fluent.AsyncReadConfigurer
Construct a Task of this read configuration.
ASYNCHRONOUS_FILE_CHANNEL - com.levigo.jadice.bm.BufferManagerConfigurer.FileStoreStrategy
Use an NIO FileChannel which is driven asynchronously on a separate thread pool.
asynchronously() - Static method in class com.levigo.jadice.document.read.fluent.Read
 
asynchronously() - Method in interface com.levigo.jadice.fontmanager.build.FontManagerInitiator
Request that the FontManager instance be built asynchronously using a default TaskService.
asynchronously(TaskService) - Method in interface com.levigo.jadice.fontmanager.build.FontManagerInitiator
Request that the FontManager instance be built asynchronously using the given TaskService
AsyncReadConfigurer - Interface in com.levigo.jadice.document.read.fluent
A ReadConfigurer which does asynchronous execution.
attach(Outline<?>, PropertiesProvider) - Static method in class com.levigo.jadice.document.outline.Outlines
Set or replace the Outline of the given type for the given PropertiesProvider with this outline.
attach(PropertiesProvider, SignatureStore) - Static method in class com.levigo.jadice.format.pdf.signaturestore.SignatureStores
Set or replace the signature store for the given PropertiesProvider.
attachListeners() - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
Wire up the necessary listeners.
attachListeners() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
Wire up the necessary listeners.
Attachment - Interface in com.levigo.jadice.document.att
Additional, separate payload which comes with a document (or some part of a document), or is referenced by it.
Attachments - Class in com.levigo.jadice.document.att
Helper methods for dealing with Attachments.
attachPageSegment(PageSegment, int, int, DocumentLayer) - Method in class com.levigo.jadice.document.AbstractFormatReaderProcessor
 
attachPageSegment(PageSegment, int, int, DocumentLayer) - Method in interface com.levigo.jadice.document.FormatReaderProcessor
Attach a PageSegment to a page that has been loaded earlier within the same read operation.
attribute(XMLEventWriter, XMLEventFactory, QName, String) - Method in class com.levigo.jadice.format.annotation.converters.AbstractConverter
 
Attribute<V extends Serializable> - Interface in com.levigo.jadice.document.font.attribute.api
Type-safe representation of one characteristic of a font.
AttributesXML - Class in com.levigo.jadice.format.xfdf.annotation.metadata
Class holding all unknown annotation type related attributes belonging to a XFDFAnnotation instance.
AttributesXML() - Constructor for class com.levigo.jadice.format.xfdf.annotation.metadata.AttributesXML
 
AuthLevel - Interface in com.levigo.jadice.format.pdf.crypt
Defines the level of authorization that is requested when authenticating at a PDF Security Handler.
authLevelStateLabel - Variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
AUTO - com.levigo.jadice.bm.BufferManagerConfigurer.FileStoreStrategy
Auto-select a suitable strategy.
AUTO - com.levigo.jadice.printer.PrintJobConfiguration.PrintMode
 
AUTO - com.levigo.jadice.swing.annotation.commands.AbstractAnnotationModeCommand.CreateMode
 
AUTO_DISABLE - Static variable in class org.jadice.util.swing.borders.SlickBevelBorder
 
AUTO_DISABLE - Static variable in class org.jadice.util.swing.icon.IconManager
Flag indicating that the Icon should automatically draw itself disabled when its enclosing component is disabled
AUTO_ROLLOVER - Static variable in class org.jadice.util.swing.borders.SlickBevelBorder
 
AUTO_ROLLOVER - Static variable in class org.jadice.util.swing.icon.IconManager
Flag indicating that the Icon should automatically produce a rollover version of itself.
AUTO_SELECT - Static variable in class org.jadice.util.swing.borders.SlickBevelBorder
 
AutoCompleteCellEditor(AutoCompleteSupport<E>) - Constructor for class org.jadice.util.glazedlists.gui.AutoCompleteSupport.AutoCompleteCellEditor
Construct a TableCellEditor using the JComboBox supplied by the given autoCompleteSupport.
AutoCompleteSupport<E> - Class in org.jadice.util.glazedlists.gui
This class AutoCompleteSupport.install(javax.swing.JComboBox, org.jadice.util.glazedlists.EventList<E>)s support for filtering and autocompletion into a standard JComboBox.
AutoCompleteSupport.AutoCompleteCellEditor<E> - Class in org.jadice.util.glazedlists.gui
This extension of DefaultCellEditor exists solely to provide a handle to the AutoCompleteSupport object that is providing autocompletion capabilities to the JComboBox.
autoscroll(Point) - Method in class com.levigo.jadice.swing.pageview.PageView
 
autostartTimer - Variable in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
autostartTimer - Variable in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
autoUpdateState() - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
 
available() - Method in class com.levigo.jadice.document.io.MemoryInputStream
 
averageResolution(Resolution) - Method in class com.levigo.jadice.document.read.NCIReaderSettings
 
AVOID_MOVING_ELEMENTS - Static variable in class org.jadice.util.glazedlists.SortedList
Sorting mode where elements aren't moved when their value is changed, even if this means they are no longer in perfect sorted order.

B

BACKGROUND - Static variable in class com.levigo.jadice.document.DocumentLayer
A layer typically used for a document backdrop, e.g. a form image behind plain-text form-contents.
HINT:
This layer is installed by default in the default layer cache.
BackgroundProgressBar - Class in com.levigo.jadice.appbase.search
A ProgressBar rendered in the background of another component.
BackgroundProgressBar(JComponent, Color) - Constructor for class com.levigo.jadice.appbase.search.BackgroundProgressBar
 
BannerPanel - Class in com.levigo.jadice.demo.launcher
The BannerPanel is a JPanel which can be used as Banner component in the Demo Launcher.
BannerPanel() - Constructor for class com.levigo.jadice.demo.launcher.BannerPanel
 
BannerPanel(boolean, boolean) - Constructor for class com.levigo.jadice.demo.launcher.BannerPanel
 
BarCode - com.levigo.jadice.format.modca.resource.ResourceLoader.Type
The resource type "bar code" (BCOCA), represented by resources starting with a 'Begin Bar Code Object' (BBC) field.
base() - Static method in class org.jadice.util.swing.effect.EffectLayout.Constraints
Create a constraint for internal use: it will be used to deal with the base component and the glass pane.
BASE - org.jadice.util.swing.effect.EffectLayout.Constraints.Mode
 
BASE_FORMAT_VERSION - Static variable in class com.levigo.jadice.document.Format
The format version artifact of this abstract base format.
BASE_RESOLUTION - Static variable in interface com.levigo.jadice.document.Document
The base resolution.
BASE_RESOLUTION - Static variable in class com.levigo.jadice.document.Resolution
The jadice base resolution of 1/7200'th of an inch.
Base64 - Class in org.jadice.util.base.datatype
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class org.jadice.util.base.datatype.Base64
 
Base64PageExportHandler - Class in com.levigo.jadice.swing.thumbnailview.dnd
A ExportHandler implementation which is used to export data of a selection into a jadice webtoolkit instance.
Base64PageExportHandler() - Constructor for class com.levigo.jadice.swing.thumbnailview.dnd.Base64PageExportHandler
 
BaseMarshallingSettings - Class in com.levigo.jadice.document.marshalling
Basic settings which apply to the marshalling process of a DocumentMarshaller.
BaseMarshallingSettings() - Constructor for class com.levigo.jadice.document.marshalling.BaseMarshallingSettings
 
BaseRenderSettings - Class in com.levigo.jadice.document.render
The BaseRenderSettings, as their name implies, control the most fundamental properties of a rendering. in particular, they include geometry, layering and clipping.
BaseRenderSettings() - Constructor for class com.levigo.jadice.document.render.BaseRenderSettings
 
BaseRenderSettings.Clipping - Enum in com.levigo.jadice.document.render
An enumeration describing what kind of clipping is applied before rendering a part of the model (which usually starts at the page level).
baseToDevice(double) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Utility method: convert base units to device units and apply zoom factor
baseToDevice(int) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Utility method: convert base units to device units and apply zoom factor
BASIC - com.levigo.jadice.search.engine.SearchEngine.Quality
 
BasicActionFactory - Class in org.jadice.util.swing.action.factories
BasicActionFactory provides base functionality for action factories
BasicActionFactory() - Constructor for class org.jadice.util.swing.action.factories.BasicActionFactory
Default constructor
BasicActionFactory(InputStream, String) - Constructor for class org.jadice.util.swing.action.factories.BasicActionFactory
Constructor, reads a property list (key and element pairs) from the given input stream and fills up the contained BasicActionFactory.actionLookupProperties.
BasicActionFactory(String) - Constructor for class org.jadice.util.swing.action.factories.BasicActionFactory
Constructor invokes a loading of the property file and creates the icon manager.
BasicAddOnPresenter - Class in com.levigo.jadice.appbase
The BasicAddOnPresenter manages all add-ons as separate frames.
BasicAddOnPresenter() - Constructor for class com.levigo.jadice.appbase.BasicAddOnPresenter
 
BasicCache - Interface in org.jadice.util.mm
 
BasicCommandFactory - Class in org.jadice.util.swing.action.factories
BasicCommandFactory provides base functionality for command factories.
BasicCommandFactory() - Constructor for class org.jadice.util.swing.action.factories.BasicCommandFactory
Constructor
BasicCommandFactory(InputStream, String) - Constructor for class org.jadice.util.swing.action.factories.BasicCommandFactory
Constructor, reads a property list (key and element pairs) from the given input stream and fills up the contained BasicCommandFactory.commandLookupProperties.
BasicCommandFactory(String) - Constructor for class org.jadice.util.swing.action.factories.BasicCommandFactory
Constructor, invokes the loading of the property file name resource and fills up the contained BasicCommandFactory.commandLookupProperties.
BasicDemoApplication - Class in com.levigo.jadice.demo.launcher
This class is a base / default implementation of a demo application.
BasicDemoApplication() - Constructor for class com.levigo.jadice.demo.launcher.BasicDemoApplication
Default constructor
BasicDemoApplication(DefaultMenuComponentFactory) - Constructor for class com.levigo.jadice.demo.launcher.BasicDemoApplication
Constructor which allows to set the desired MenuComponents.properties file to use.
BasicDemoApplication(DefaultMenuComponentFactory, String[]) - Constructor for class com.levigo.jadice.demo.launcher.BasicDemoApplication
Full constructor
BasicDocument - Class in com.levigo.jadice.document
Default implementation of the Document interface.
BasicDocument() - Constructor for class com.levigo.jadice.document.BasicDocument
Construct a new document.
BasicDocument(String) - Constructor for class com.levigo.jadice.document.BasicDocument
Construct a new document with the given name.
BasicDragGestureRecognizer - Class in org.jadice.util.swing.dnd
A simple replacement for the non-accessible javax.swing.plaf.basic.DragRecognitionSupport class.
BasicDragGestureRecognizer() - Constructor for class org.jadice.util.swing.dnd.BasicDragGestureRecognizer
 
BasicDragGestureRecognizer.BeforeDrag - Interface in org.jadice.util.swing.dnd
This interface must be implemented by classes wishing to receive a notification before a drag gesture starts.
BasicEventList<E> - Class in org.jadice.util.glazedlists
An EventList that wraps any simple List, such as ArrayList or LinkedList.
BasicEventList() - Constructor for class org.jadice.util.glazedlists.BasicEventList
Creates a BasicEventList.
BasicEventList(int) - Constructor for class org.jadice.util.glazedlists.BasicEventList
Creates an empty BasicEventList with the given initialCapacity.
BasicEventList(int, ListEventPublisher, ReadWriteLock) - Constructor for class org.jadice.util.glazedlists.BasicEventList
Creates a BasicEventList using the specified initial capacity, ListEventPublisher and ReadWriteLock.
BasicEventList(ReadWriteLock) - Constructor for class org.jadice.util.glazedlists.BasicEventList
Creates a BasicEventList that uses the specified ReadWriteLock for concurrent access.
BasicEventList(ListEventPublisher, ReadWriteLock) - Constructor for class org.jadice.util.glazedlists.BasicEventList
Creates a BasicEventList using the specified ListEventPublisher and ReadWriteLock.
BasicFontFactory - Class in com.levigo.jadice.document.font.factory
A minimalistic implementation which always returns the same fallback font for every request.
BasicFontFactory() - Constructor for class com.levigo.jadice.document.font.factory.BasicFontFactory
 
BasicFontResolver - Class in com.levigo.jadice.appbase.font.resolve
Basic implementation which selects the FontSources to return from those available in a given FontManager.
BasicFontResolver(FontManager) - Constructor for class com.levigo.jadice.appbase.font.resolve.BasicFontResolver
 
BasicFontSource - Class in com.levigo.jadice.fontmanager
Basic implementation of FontSource.
BasicFontSource(FontStreamProvider) - Constructor for class com.levigo.jadice.fontmanager.BasicFontSource
Creates an instance which will hold the given provider along with an empty FontAttributeSet.
BasicFontSource(FontStreamProvider, FontAttributeSet) - Constructor for class com.levigo.jadice.fontmanager.BasicFontSource
Creates an instance which will hold the given objects.
BasicJadicePanel - Class in com.levigo.jadice.demo
This class provides a convenience component to have an easy possibility for a comfortable page view embedding.
BasicJadicePanel() - Constructor for class com.levigo.jadice.demo.BasicJadicePanel
Creates a new instance of a jadice panel.
BasicJadicePanel(DefaultMenuComponentFactory) - Constructor for class com.levigo.jadice.demo.BasicJadicePanel
Creates a new instance of a jadice panel.
BasicMenuBuilder - Class in org.jadice.util.swing.menu
 
BasicMenuBuilder(MenuContributor, BasicMenuBuilder.Menu) - Constructor for class org.jadice.util.swing.menu.BasicMenuBuilder
 
BasicMenuBuilder.Entry - Class in org.jadice.util.swing.menu
 
BasicMenuBuilder.Group - Class in org.jadice.util.swing.menu
 
BasicMenuBuilder.Menu - Class in org.jadice.util.swing.menu
 
BasicMenuComponentFactory - Class in org.jadice.util.swing.action.factories
BasicMenuComponentFactory provides base functionality for menu component factories
BasicMenuComponentFactory() - Constructor for class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Constructor that should only be used for testing.
BasicMenuComponentFactory(InputStream, String) - Constructor for class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Constructor, reads a property list (key and element pairs) from the given input stream and fills up the contained BasicMenuComponentFactory.compositionLookupProperties.
BasicMenuComponentFactory(String) - Constructor for class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Constructor invokes a loading of the property file.
BasicNavigatorComponentUI - Class in com.levigo.jadice.swing.navigator
 
BasicNavigatorComponentUI() - Constructor for class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
 
BasicPage - Class in com.levigo.jadice.document
Represents a page of a Document.
BasicPage() - Constructor for class com.levigo.jadice.document.BasicPage
Construct a new Page and attach it to the given Document.
BasicPageable() - Constructor for class com.levigo.jadice.printer.AbstractPrinter.BasicPageable
 
BasicPageViewUI - Class in com.levigo.jadice.swing.pageview
 
BasicPageViewUI() - Constructor for class com.levigo.jadice.swing.pageview.BasicPageViewUI
 
BasicRenderParameters - Class in com.levigo.jadice.document.render
A base class used to provide several parameters for rendering purposes.
BasicRenderParameters(Page, int, Rectangle, Graphics2D, RenderControls) - Constructor for class com.levigo.jadice.document.render.BasicRenderParameters
Constructor
BasicSparseEventList<E> - Class in org.jadice.util.glazedlists.sparse
 
BasicSparseEventList() - Constructor for class org.jadice.util.glazedlists.sparse.BasicSparseEventList
BasicSparseEventList(int) - Constructor for class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Creates an empty BasicSparseEventList with the given initialSize.
BasicSparseEventList(int, ListEventPublisher, ReadWriteLock) - Constructor for class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Creates a BasicSparseEventList using the specified initialSize, ListEventPublisher and ReadWriteLock.
BasicSparseEventList(ReadWriteLock) - Constructor for class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Creates a BasicSparseEventList that uses the specified ReadWriteLock for concurrent access.
BasicSparseEventList(ListEventPublisher, ReadWriteLock) - Constructor for class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Creates a BasicEventList using the specified ListEventPublisher and ReadWriteLock.
BasicThumbnailRenderer - Class in com.levigo.jadice.swing.thumbnailview
 
BasicThumbnailRenderer() - Constructor for class com.levigo.jadice.swing.thumbnailview.BasicThumbnailRenderer
 
BasicThumbnailRenderer(Dimension) - Constructor for class com.levigo.jadice.swing.thumbnailview.BasicThumbnailRenderer
 
BasicThumbnailRenderer(Dimension, ThumbnailProvider) - Constructor for class com.levigo.jadice.swing.thumbnailview.BasicThumbnailRenderer
 
BasicThumbnailRendererIcon() - Constructor for class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer.BasicThumbnailRendererIcon
 
BasicThumbnailViewUI - Class in com.levigo.jadice.swing.thumbnailview
 
BasicThumbnailViewUI() - Constructor for class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
 
BasicViewer - Class in com.levigo.jadice.swing
This class provides a comfortable environment component for a PageView.
BasicViewer() - Constructor for class com.levigo.jadice.swing.BasicViewer
BasicViewer constructor
beanConnector(Class<E>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Create a new Connector for the ObservableElementList that works with JavaBeans' PropertyChangeListener.
beanConnector(Class<E>, boolean, String...) - Static method in class org.jadice.util.glazedlists.GlazedLists
Create a new Connector for the ObservableElementList that works with JavaBeans' PropertyChangeListener.
beanConnector(Class<E>, String, String) - Static method in class org.jadice.util.glazedlists.GlazedLists
Create a new Connector for the ObservableElementList that works with JavaBeans' PropertyChangeListener.
beanConnector(Class<E>, String, String, Matcher<PropertyChangeEvent>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Create a new Connector for the ObservableElementList that works with JavaBeans' PropertyChangeListener.
beanConnector(Class<E>, Matcher<PropertyChangeEvent>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Create a new Connector for the ObservableElementList that works with JavaBeans' PropertyChangeListener.
beanFunction(Class<E>, String) - Static method in class org.jadice.util.glazedlists.GlazedLists
Get a FunctionList.Function that extracts the property with the given propertyName from objects of the given beanClass.
BeanProperty<T,​V> - Class in org.jadice.util.glazedlists.beans
Models a getter and setter for an abstract property.
BeanProperty(Class<T>, String, boolean, boolean) - Constructor for class org.jadice.util.glazedlists.beans.BeanProperty
Creates a new BeanProperty that gets the specified property from the specified class.
beanPropertyComparator(Class<T>, String, String...) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a Comparator that uses Reflection to compare two instances of the specified Class by the given JavaBean properties.
beanPropertyComparator(Class<T>, String, Comparator) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a Comparator that uses Reflection to compare two instances of the specified Class by the given JavaBean property.
beanPropertyMatcher(Class<E>, String, Object) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Creates a Matcher that uses Reflection to compare the expectedValue of the specified property of an object to the expectedValue.
BEFORE_FIRST_PAGE - Static variable in class com.levigo.jadice.document.read.Reader
Constant to specify that new pages should be added before the target Document's first page.
beforeHandleEditEvent(boolean, EditEvent) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
beforeImportDocument(Document) - Method in class com.levigo.jadice.demo.pagestash.UnstashMergeCommand
 
beforeImportDocument(Document) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.DocumentUnmarshallerPageImportHandler
Give subclasses a chance to modify (or even replace) the document that has just been unmarshalled and is about to be imported.
beforeReadOperation() - Method in class org.jadice.util.glazedlists.DebugList
This generic method is called immediately before any read operation is invoked.
beforeWriteOperation() - Method in class org.jadice.util.glazedlists.DebugList
This generic method is called immediately before any write operation is invoked.
beginEvent() - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Starts a new atomic change to this list change queue.
beginEvent() - Method in class org.jadice.util.glazedlists.TransactionList
Demarks the beginning of a transaction which accumulates all ListEvents received during the transaction and fires a single aggregate ListEvent on TransactionList.commitEvent().
beginEvent(boolean) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Starts a new atomic change to this list change queue.
beginEvent(boolean) - Method in class org.jadice.util.glazedlists.TransactionList
Demarks the beginning of a transaction.
Bessel - com.levigo.jadice.document.render.FilterType
 
BEST - com.levigo.jadice.search.engine.SearchEngine.Quality
 
BETTER - com.levigo.jadice.search.engine.SearchEngine.Quality
 
Bevelled - com.levigo.jadice.format.xfdf.annotation.BorderStyle
 
bindBeanProperty(B, String) - Static method in class org.jadice.util.swing.action.context.ContextUtils
 
bindBeanProperty(Context, B, String) - Static method in class org.jadice.util.swing.action.context.ContextUtils
 
bindInventoryToDocument(Document, RenderControlsInventory) - Static method in class com.levigo.jadice.document.render.RenderControlsInventory
Binds the given inventory to the document.
bitOffset - Variable in class com.levigo.jadice.document.io.SeekableInputStream
The current bit offset within the stream.
Blackman - com.levigo.jadice.document.render.FilterType
 
BLOCK - com.levigo.jadice.document.text.Granularity
 
Blue - org.jadice.util.swing.colorpicker.ColorPicker.Mode
Used to indicate when we're in "blue mode".
BMPFormat - Class in com.levigo.jadice.format.bmp
Gain information about support for BMP data
BMPFormat() - Constructor for class com.levigo.jadice.format.bmp.BMPFormat
 
BMPReaderSettings - Class in com.levigo.jadice.format.bmp
Holds parameters pertaining to the BMP family of formats.
BMPReaderSettings() - Constructor for class com.levigo.jadice.format.bmp.BMPReaderSettings
 
bold - Variable in class com.levigo.jadice.annotation.TextAnnotation
 
bold - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
bold() - Static method in class com.levigo.jadice.document.font.attribute.style.Bold
 
Bold - Class in com.levigo.jadice.document.font.attribute.style
Describes whether or not a font is a bold font.
Bookmark - Class in com.levigo.jadice.demo.bookmark
This class represents a bookmark implementation.
Bookmark(Document, Page, String, QuadrantRotation, float, Point2D, PageView.Layout) - Constructor for class com.levigo.jadice.demo.bookmark.Bookmark
Creates a new Bookmark.
BOOKMARK_ADDED - com.levigo.jadice.demo.bookmark.BookmarkStoreEvent.Type
 
BOOKMARK_COMPARATOR - Static variable in class com.levigo.jadice.demo.bookmark.command.BookmarkCommand
Default bookmark comparator.
BOOKMARK_DEREGISTERED - com.levigo.jadice.demo.bookmark.BookmarkStoreEvent.Type
 
BOOKMARK_REMOVED - com.levigo.jadice.demo.bookmark.BookmarkStoreEvent.Type
 
BookmarkCommand - Class in com.levigo.jadice.demo.bookmark.command
 
BookmarkCommand() - Constructor for class com.levigo.jadice.demo.bookmark.command.BookmarkCommand
 
BookmarkCommand.BookmarkPageIndexComparator - Class in com.levigo.jadice.demo.bookmark.command
 
BookmarkDecorationTool - Class in com.levigo.jadice.demo.bookmark
A decoration tool which decorates Pages with a bookmark symbol to indicate whether the page has Bookmarks in the referenced BookmarkStore.
BookmarkDecorationTool() - Constructor for class com.levigo.jadice.demo.bookmark.BookmarkDecorationTool
Constructor
BookmarkPageIndexComparator() - Constructor for class com.levigo.jadice.demo.bookmark.command.BookmarkCommand.BookmarkPageIndexComparator
 
bookmarksChanged(BookmarkStoreEvent) - Method in class com.levigo.jadice.demo.bookmark.BookmarkDecorationTool
 
bookmarksChanged(BookmarkStoreEvent) - Method in interface com.levigo.jadice.demo.bookmark.BookmarkStoreListener
Whenever the set of Bookmarks is modified in a BookmarkStore, registered BookmarkStoreListener will be informed by a call of this method.
bookmarkStore - Variable in class com.levigo.jadice.demo.bookmark.command.BookmarkCommand
 
BookmarkStore - Class in com.levigo.jadice.demo.bookmark
A simple Bookmark store which holds Bookmarks.
BookmarkStore() - Constructor for class com.levigo.jadice.demo.bookmark.BookmarkStore
 
BookmarkStoreEvent - Class in com.levigo.jadice.demo.bookmark
A BookmarkStoreEvent indicates bookmark changes in a BookmarkStore.
BookmarkStoreEvent.Type - Enum in com.levigo.jadice.demo.bookmark
 
BookmarkStoreListener - Interface in com.levigo.jadice.demo.bookmark
A BookmarkStoreListener informs interested listeners about changes in a BookmarkStore.
BooleanAttribute - Class in com.levigo.jadice.document.font.attribute.api
Concrete interface realization which carries a Boolean value.
BooleanAttribute(Boolean) - Constructor for class com.levigo.jadice.document.font.attribute.api.BooleanAttribute
 
booleanComparator() - Static method in class org.jadice.util.glazedlists.GlazedLists
 
BooleanConverter - Class in com.levigo.jadice.format.annotation.converters
 
BooleanConverter() - Constructor for class com.levigo.jadice.format.annotation.converters.BooleanConverter
 
BooleanValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.BooleanValue
 
BorderIcon - Class in org.jadice.util.swing.icon
An Icon that is a composite of an Icon and a Border.
BorderIcon(Icon, Border) - Constructor for class org.jadice.util.swing.icon.BorderIcon
Create a new BorderIcon consisting of the given icon and the given border.
borderSize - Variable in class com.levigo.jadice.format.text.TextReaderSettings
 
BorderStyle - Enum in com.levigo.jadice.format.xfdf.annotation
Border style describes how the border of the annotation should be displayed.
BOTTOM - com.levigo.jadice.annotation.HistoryAnnotation.HistoryPatternPosition
Display history pattern at bottom position (default)
BOTTOM - com.levigo.jadice.swing.pageview.PageLayoutSettings.VerticalAlignment
 
BOTTOM - org.jadice.util.swing.effect.EffectLayout.Edge
 
BOTTOM - org.jadice.util.swing.infobar.DrawerContainer.Position
 
Box - com.levigo.jadice.document.render.FilterType
 
Brightness - org.jadice.util.swing.colorpicker.ColorPicker.Mode
Used to indicate when we're in "brightness mode".
BubbleBorder - Class in org.jadice.util.swing.borders
A border looking somewhat like a text bubble from a comic strip.
BubbleBorder(int, int, Color, Color, int, EffectLayout.Edge, int) - Constructor for class org.jadice.util.swing.borders.BubbleBorder
 
BubbleBorder(int, Insets, Color, Color, int, EffectLayout.Edge, int) - Constructor for class org.jadice.util.swing.borders.BubbleBorder
 
buf - Variable in class com.levigo.jadice.document.io.ByteArrayBuffer
The the last tail buffer.
BufferManagerConfigurer - Class in com.levigo.jadice.bm
This class can be used to configure a BufferManager.
BufferManagerConfigurer.FileStoreStrategy - Enum in com.levigo.jadice.bm
An enum of file store strategies.
BufferManagerConfigurer.StoreMode - Enum in com.levigo.jadice.bm
An enum of filters that can be applied to buffers stored at a buffer hierarchy level.
buffers - Variable in class com.levigo.jadice.document.io.ByteArrayBuffer
A list of already filled up byte arrays.
bufferSize(int) - Method in class com.levigo.jadice.bm.BufferManagerConfigurer
Set the size of the buffers to be managed by the buffer manager.
bufferStoreFile(File) - Method in class com.levigo.jadice.bm.BufferManagerConfigurer
Set the file to be used to store buffers.
buildEffectContainer(JComponent) - Method in class com.levigo.jadice.swing.BasicViewer
 
buildEffectContainer(JComponent) - Method in class com.levigo.jadice.swing.thumbnailview.PageSorter
Creates an EffectContainer for the given payload.
Builder() - Constructor for class com.levigo.jadice.document.font.attribute.FontAttributeSet.Builder
Starts the building process.
buildPageView() - Method in class com.levigo.jadice.swing.BasicViewer
 
buildScrollPane(JComponent) - Method in class com.levigo.jadice.swing.BasicViewer
 
buildScrollPane(JComponent) - Method in class com.levigo.jadice.swing.thumbnailview.PageSorter
Creates a scrollpane which embeds the given payload.
buildThumbnailView() - Method in class com.levigo.jadice.swing.thumbnailview.PageSorter
Creates a thumbnail view
BUNDLE - Static variable in class com.levigo.jadice.demo.AnnotationVisibilityMenuContributor
This bundle provides the I18n resources located at the com.levigo.jadice.demo.resources package.
BUNDLE - Static variable in class com.levigo.jadice.demo.EmbeddedAnnotationVisibilityMenuContributor
This bundle provides the I18n resources located at the com.levigo.jadice.demo.resources package.
BUNDLE - Static variable in class com.levigo.jadice.demo.optional.OptionalGroupPanel
 
BUNDLE - Static variable in class com.levigo.jadice.swing.annotation.AnnotationTool
 
BUSY - com.levigo.jadice.document.Document.BasicState
This Document.State has a meaning similar to Document.BasicState.LOADING.
Butt - com.levigo.jadice.format.xfdf.annotation.LineEndingStyle
 
ButtonRowLayout - Class in org.jadice.util.swing.layout
This Layout Manager could be used to comfotably layout button rows or similar containers.
ButtonRowLayout() - Constructor for class org.jadice.util.swing.layout.ButtonRowLayout
Constructor for ButtonRowLayout.
ButtonRowLayout(int) - Constructor for class org.jadice.util.swing.layout.ButtonRowLayout
Constructor for ButtonRowLayout.
ButtonRowLayout(int, int, int, int, int) - Constructor for class org.jadice.util.swing.layout.ButtonRowLayout
Constructor for ButtonRowLayout.
bySpelling(String) - Static method in enum com.levigo.jadice.document.font.LogicalFontIdentifier
Find suitable LogicalFontIdentifier instance.
ByteArrayBuffer - Class in com.levigo.jadice.document.io
A ByteArrayBuffer buffers bytes but is not bound to a fixed capacity like arrays.
ByteArrayBuffer() - Constructor for class com.levigo.jadice.document.io.ByteArrayBuffer
Creates new ByteArrayBuffer with default capacity of 4096 bytes
ByteArrayBuffer(int) - Constructor for class com.levigo.jadice.document.io.ByteArrayBuffer
Creates a byte buffer with a certain capacity.
ByteArrayFontStreamProvider - Class in com.levigo.jadice.fontmanager
Provides access to a font persisted in a byte[] supplied at construction time.
ByteArrayFontStreamProvider(byte[]) - Constructor for class com.levigo.jadice.fontmanager.ByteArrayFontStreamProvider
Creates a new instance which will provide access to an InputStream created from the given byte[].
byteOrder - Variable in class com.levigo.jadice.document.io.SeekableInputStream
The byte order of the stream as an instance of the enumeration class java.nio.ByteOrder, where ByteOrder.BIG_ENDIAN indicates network byte order and ByteOrder.LITTLE_ENDIAN indicates the reverse order.
bytesCacheKey - Variable in class com.levigo.jadice.fontmanager.ClasspathFontStreamProvider
 
ByteUtils - Class in com.levigo.jadice.document.io
some helpful utils for byte handling
ByteUtils() - Constructor for class com.levigo.jadice.document.io.ByteUtils
 
ByteValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ByteValue
 

C

Cache - Interface in org.jadice.util.mm
Interface for a cache implementation.
CACHE_KEY_CONTENTS - Static variable in class com.levigo.jadice.document.AbstractPageSegment
the key with which the contents will be cached if this PageSegment is able to cache its contents
CacheableVisualElement(TransparencyGroupContainer, int) - Constructor for class com.levigo.jadice.document.AbstractPageSegment.CacheableVisualElement
 
CacheableVisualElement(TransparencyGroupContainer, int, String) - Constructor for class com.levigo.jadice.document.AbstractPageSegment.CacheableVisualElement
 
CacheConfiguration - Class in org.jadice.util.mm.ckc.statistics
This is a light weight configuration MXBean for enabling the cache statistics and the corresponding MXBean as well as listeners and listeners
CacheConfiguration(CompositeKeyCache) - Constructor for class org.jadice.util.mm.ckc.statistics.CacheConfiguration
Constructs the MXBean for basic configurations of the given cache.
CacheConfigurationMXBean - Interface in org.jadice.util.mm.ckc.statistics
It's a light weight MXBean for enabling and disabling cache statistics and the ability to enable/disable listeners, as well as the enabling and disabling of a MXBean that shows the cache occupation.
CachedSystemFonts - Class in com.levigo.jadice.demo.font.attribute
Caches and provides all fonts found in the Operating System.
CachedSystemFonts(File) - Constructor for class com.levigo.jadice.demo.font.attribute.CachedSystemFonts
 
CacheEntryClearedListener - Interface in org.jadice.util.mm.ckc.events
Invoked after all entries have been cleared from the cache.
CacheEntryCreatedListener - Interface in org.jadice.util.mm.ckc.events
Invoked after a cache entry is created.
CacheEntryEvent - Class in org.jadice.util.mm.ckc.events
A CacheEntryEvent is an abstract event thats related to cache entries.
CacheEntryEvent(Cache, EventType) - Constructor for class org.jadice.util.mm.ckc.events.CacheEntryEvent
Constructs a cache entry event from a given cache as source
CacheEntryExpiredListener - Interface in org.jadice.util.mm.ckc.events
Invoked if a cache entry or entries are evicted due to expiration.
CacheEntryListener - Interface in org.jadice.util.mm.ckc.events
This is a tagging interface for all cache listener related topics.
CacheEntryListenerException - Exception in org.jadice.util.mm.ckc.events
An exception to indicate a problem has occurred with a listener.
CacheEntryListenerException() - Constructor for exception org.jadice.util.mm.ckc.events.CacheEntryListenerException
Constructs a new listener exception without additional information.
CacheEntryListenerException(String) - Constructor for exception org.jadice.util.mm.ckc.events.CacheEntryListenerException
Constructs a new listener exception with a detailed message about the problem.
CacheEntryListenerException(String, Throwable) - Constructor for exception org.jadice.util.mm.ckc.events.CacheEntryListenerException
Constructs a listener exception with a detailed message about the problem and a originating cause.
CacheEntryListenerException(Throwable) - Constructor for exception org.jadice.util.mm.ckc.events.CacheEntryListenerException
Constructs a new listener exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (that typically contains the class and detail message of cause).
CacheEntryRemovedListener - Interface in org.jadice.util.mm.ckc.events
Invoked if a cache entry is removed, or if a batch call is made, after the entries are removed.
CacheEntryUpdatedListener - Interface in org.jadice.util.mm.ckc.events
Invoked if an existing cache entry is updated.
CacheException - Exception in org.jadice.util.mm.ckc
This is a wrapper to indicate whatever exception occurred in the cache.
CacheException() - Constructor for exception org.jadice.util.mm.ckc.CacheException
Constructs a cache exception without additional information.
CacheException(String) - Constructor for exception org.jadice.util.mm.ckc.CacheException
Constructs a cache exception with a detailed message about the problem.
CacheException(String, Throwable) - Constructor for exception org.jadice.util.mm.ckc.CacheException
Constructs a cache exception with a detailed message about the problem and a originating cause.
CacheException(Throwable) - Constructor for exception org.jadice.util.mm.ckc.CacheException
Constructs a new cache exception with the specified cause and a detail message of (cause == null ? null : cause.toString()) (that typically contains the class and detail message of cause).
CacheIteratorFactory - Interface in org.jadice.util.mm.ckc
Factory to create Iterators for TrackableCaches.
CacheManager - Class in org.jadice.util.mm
The CacheManager provides global access to a set of Caches.
CacheMetricsPublisher - Class in org.jadice.util.mm
A service to publish cache metrics via micrometer.
CacheOccupation - Class in org.jadice.util.mm.ckc.statistics
This bean displays the occupation of the cache in terms of elements and estimated size in bytes.
CacheOccupation(WeakReference<CompositeKeyCache>) - Constructor for class org.jadice.util.mm.ckc.statistics.CacheOccupation
 
CacheOccupationMXBean - Interface in org.jadice.util.mm.ckc.statistics
This bean displays the occupation of the cache in terms of elements and estimated size in bytes.
CacheStatistics - Class in org.jadice.util.mm.ckc.statistics
This class provides thread safe access to statistics like cache misses/hits/puts/gets and so on.
CacheStatistics() - Constructor for class org.jadice.util.mm.ckc.statistics.CacheStatistics
 
CacheStatisticsMXBean - Interface in org.jadice.util.mm.ckc.statistics
They are being collected immediately after the cache was started and can be reset any time by calling CacheStatisticsMXBean.reset().
CacheStatusFrame - Class in org.jadice.util.mm.ckc.statistics
This is the status GUI displaying certain details about the cache, such as statistics, element count, size tracking and so on.
CacheStatusFrame(CompositeKeyCache) - Constructor for class org.jadice.util.mm.ckc.statistics.CacheStatusFrame
Creates an status frame GUI displaying certain details about the cache, such as statistics, element count, size tracking and so on.
calculateTextBounds(String, ContentsCreatorControls) - Static method in class com.levigo.jadice.document.contentscreator.ContentsCreatorUtils
Calculates and returns the bound for the given text using the given ContentsCreatorControls.
calculateTextDimensions(String, ContentsCreatorControls) - Static method in class com.levigo.jadice.document.contentscreator.ContentsCreatorUtils
Calculates and returns the visual bounds of the given text rendered with the ContentsCreatorTextSettings retrieved from the given cc.
calculateThumbSize() - Method in class org.jadice.util.swing.colorpicker.ColorPickerSliderUI
 
calculateTrackRect() - Method in class org.jadice.util.swing.colorpicker.ColorPickerSliderUI
 
Calculation<N> - Interface in org.jadice.util.glazedlists.calculation
It is sometimes desirable to compute single values from an entire List of objects.
Calculations - Class in org.jadice.util.glazedlists.calculation
 
call() - Method in class com.levigo.jadice.appbase.reader.CancelableReaderTask
 
call() - Method in class org.jadice.util.log.util.LogContextPreservingCallable
 
CallableOffEDT - Annotation Type in org.jadice.util.base.swing.edt
 
callLater(ThreadGroup, Callable<V>) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Schedule the given callable to be called on the EDT and return a Future providing access to the result of the call.
callLater(Callable<V>) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Schedule the given callable to be called on the EDT and return a Future providing access to the result of the call.
callLaterIfNotEDT(ThreadGroup, Callable<V>) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Schedule the given callable to be called on the EDT and return a Future providing access to the result of the call.
callLaterIfNotEDT(Callable<V>) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Schedule the given callable to be called on the EDT and return a Future providing access to the result of the call.
callNow(ThreadGroup, Callable<V>) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Synchronously execute a Callable and return the result of the call.
callNow(Callable<V>) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Synchronously execute a Callable and return the result of the call.
CallOnEDT - Annotation Type in org.jadice.util.base.swing.edt
 
callout - Variable in class com.levigo.jadice.annotation.CalloutAnnotation
 
CalloutAnnotation - Class in com.levigo.jadice.annotation
A sub type of a TextAnnotation which has a text box and a callout arrow line which points to a specific point in the document.
CalloutAnnotation() - Constructor for class com.levigo.jadice.annotation.CalloutAnnotation
 
cancel() - Method in class com.levigo.jadice.appbase.reader.CancelableReaderTask
 
cancel() - Method in interface com.levigo.jadice.format.pdf.crypt.CryptoMaterialReceiver
Tells the receiving object, that the provider cancelled the crypto material request.
cancel() - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
cancel the current request
cancel() - Method in interface com.levigo.jadice.search.CharSequenceMatcher
Deprecated.
Tells the CharSequenceMatcher that the current search request has been canceled ( AbstractCharSequenceSearchRequest.cancel().
The CharSequenceMatcher.findMatches(CharSequence, MatchConsumer) implementation has to take care that the search loop will be stopped and that the method returns as fast as possible.
cancel() - Method in interface com.levigo.jadice.search.engine.Search
Cancels the search.
cancel() - Method in class com.levigo.jadice.search.PatternSearchRequest.PatternMatcher
Deprecated.
 
cancel() - Method in interface org.jadice.util.concurrent.tasks.CancelableTask
 
CANCEL - com.levigo.jadice.appbase.chooser.FileChooser.ReturnValue
 
CANCEL_PROPERTY - Static variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
CancelableReaderTask<R> - Class in com.levigo.jadice.appbase.reader
Encapsulates a Reader and passes cancelation requests on to it in a thread-safe manner.
CancelableReaderTask() - Constructor for class com.levigo.jadice.appbase.reader.CancelableReaderTask
 
CancelableTask<R> - Interface in org.jadice.util.concurrent.tasks
Tasks implementing this interface are able to cancel their activity upon external request.
cancelAction - Variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
CancelAction() - Constructor for class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel.CancelAction
 
CancelAction() - Constructor for class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch.CancelAction
 
CancelAction() - Constructor for class com.levigo.jadice.appbase.search.engine.ui.SearchPanel.CancelAction
 
CancelAction() - Constructor for class com.levigo.jadice.appbase.search.RolloutSearch.CancelAction
Deprecated.
 
CancelAction() - Constructor for class com.levigo.jadice.appbase.search.SearchPanel.CancelAction
Deprecated.
 
CancelAction(RolloutPasswordBox) - Constructor for class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox.CancelAction
 
cancelAll() - Method in interface org.jadice.util.concurrent.tasks.TaskExecutor
Cancel all pending tasks for this executor's scope.
cancelButton - Variable in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
cancelButton - Variable in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
cancelButton - Variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
cancelDialog() - Method in class com.levigo.jadice.swing.printer.AbstractPrintDialog
This method will be called to cancel the print request.
Canceler - Interface in com.levigo.jadice.document.read
Allows to request the cancelation of a (possibly long-running) computation process.
Cancelled - com.levigo.jadice.format.xfdf.annotation.State
 
CANCELLED - com.levigo.jadice.search.engine.Search.SearchState
 
CANCELLED - com.levigo.jadice.search.SearchRequest.SearchState
Deprecated.
 
cancelSearch() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
cancelSearch() - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
cancelSearch() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
cancelSearch() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
cancelSearch() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
cancelSelection() - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
cancelSelection() - Method in class com.levigo.jadice.appbase.chooser.FileChooser.EmbeddedChooser
 
canConvertToXML(Serializable) - Method in class com.levigo.jadice.format.annotation.converters.SerializableConverter
 
canConvertToXML(V) - Method in class com.levigo.jadice.format.annotation.converters.AbstractConverter
 
canConvertToXML(V) - Method in interface com.levigo.jadice.format.annotation.converters.XMLConverter
 
canExecute() - Method in class com.levigo.jadice.appbase.commands.AbstractToolActivationCommand
 
canExecute() - Method in class com.levigo.jadice.appbase.commands.CopyRasterizedSelectionCommand
 
canExecute() - Method in class com.levigo.jadice.appbase.commands.CopySelectedTextCommand
 
canExecute() - Method in class com.levigo.jadice.appbase.commands.ToggleToolActivationPolicyCommand
 
canExecute() - Method in class com.levigo.jadice.appbase.executor.InstructionExecutorCommand
 
canExecute() - Method in class com.levigo.jadice.appbase.preview.AbstractNavigablePreviewCommand
 
canExecute() - Method in class com.levigo.jadice.appbase.preview.FirstPageCommand
 
canExecute() - Method in class com.levigo.jadice.appbase.preview.LastPageCommand
 
canExecute() - Method in class com.levigo.jadice.appbase.preview.NextPageCommand
 
canExecute() - Method in class com.levigo.jadice.appbase.preview.PreviousPageCommand
 
canExecute() - Method in class com.levigo.jadice.appbase.search.AbstractToggleSearchCommand
 
canExecute() - Method in class com.levigo.jadice.appbase.search.ActivateRolloutSearchCommand
Deprecated.
 
canExecute() - Method in class com.levigo.jadice.appbase.search.engine.ui.ActivateRolloutSearchCommand
 
canExecute() - Method in class com.levigo.jadice.demo.bookmark.command.AddBookmarkCommand
 
canExecute() - Method in class com.levigo.jadice.demo.bookmark.command.NextBookmarkCommand
 
canExecute() - Method in class com.levigo.jadice.demo.bookmark.command.PreviousBookmarkCommand
 
canExecute() - Method in class com.levigo.jadice.demo.bookmark.command.RemoveAllBookmarksCommand
 
canExecute() - Method in class com.levigo.jadice.demo.bookmark.command.RemoveBookmarkCommand
 
canExecute() - Method in class com.levigo.jadice.demo.commands.CloseDemoCommand
 
canExecute() - Method in class com.levigo.jadice.demo.commands.CreateTextHighlightAnnotationCommand
 
canExecute() - Method in class com.levigo.jadice.demo.commands.ResampleFilterCommand
 
canExecute() - Method in class com.levigo.jadice.demo.commands.ShowTrayLicenseCommand
 
canExecute() - Method in class com.levigo.jadice.demo.commands.ToggleCompareCommand
 
canExecute() - Method in class com.levigo.jadice.demo.commands.ToggleGroupPanelVisibilityCommand
 
canExecute() - Method in class com.levigo.jadice.demo.commands.ToggleInfoAreaCommand
 
canExecute() - Method in class com.levigo.jadice.demo.commands.ToggleToolbarVisibilityCommand
 
canExecute() - Method in class com.levigo.jadice.demo.commands.ToggleToolCommand
 
canExecute() - Method in class com.levigo.jadice.demo.commands.ToggleTrayCommand
 
canExecute() - Method in class com.levigo.jadice.demo.pagestash.StashPagesCommand
 
canExecute() - Method in class com.levigo.jadice.demo.pdf.crypto.commands.ShowPDFPermissionsCommand
 
canExecute() - Method in class com.levigo.jadice.demo.pdf.signature.commands.ToggleEnabledPDFSignatureBoxCommand
 
canExecute() - Method in class com.levigo.jadice.demo.pdf.signature.commands.TogglePDFSignatureBoxCommand
 
canExecute() - Method in class com.levigo.jadice.demo.thumbnailview.SorterClearSelectionCommand
 
canExecute() - Method in class com.levigo.jadice.demo.thumbnailview.SorterSelectAllCommand
 
canExecute() - Method in class com.levigo.jadice.demo.thumbnailview.ToggleSorterCommand
 
canExecute() - Method in class com.levigo.jadice.swing.annotation.commands.AbstractAnnotationCommand
 
canExecute() - Method in class com.levigo.jadice.swing.annotation.commands.AbstractAnnotationModeCommand
 
canExecute() - Method in class com.levigo.jadice.swing.annotation.commands.AnnotationDeleteCommand
 
canExecute() - Method in class com.levigo.jadice.swing.annotation.commands.AnnotationModeCommand
 
canExecute() - Method in class com.levigo.jadice.swing.annotation.commands.AnnotationSelectAllCommand
 
canExecute() - Method in class com.levigo.jadice.swing.annotation.commands.AnnotationVisibilityCommand
 
canExecute() - Method in class com.levigo.jadice.swing.annotation.commands.EmbeddedAnnotationVisibilityCommand
 
canExecute() - Method in class com.levigo.jadice.swing.commands.AbstractDocumentCommand
 
canExecute() - Method in class com.levigo.jadice.swing.commands.AbstractSelectionCommand
 
canExecute() - Method in class com.levigo.jadice.swing.commands.RedoCommand
 
canExecute() - Method in class com.levigo.jadice.swing.commands.RotateCommand
 
canExecute() - Method in class com.levigo.jadice.swing.commands.SelectPageLayoutCommand
 
canExecute() - Method in class com.levigo.jadice.swing.commands.TurnPageCommand
 
canExecute() - Method in class com.levigo.jadice.swing.commands.UndoCommand
 
canExecute() - Method in class com.levigo.jadice.swing.commands.ZoomCommand
 
canExecute() - Method in class com.levigo.jadice.swing.gradation.commands.GradationActionCommand
 
canExecute() - Method in class com.levigo.jadice.swing.gradation.commands.GradationCurveCommand
 
canExecute() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailResizeCommand
 
canExecute() - Method in class org.jadice.util.swing.action.injection.InjectedCommand
Subclasses may override this method to perform argument validation beyond the validation that happens automatically during the injection phase.
canExecute(Instruction, C) - Method in class com.levigo.jadice.document.instruction.AbstractInstructionExecutor
 
canExecute(Instruction, C) - Method in interface com.levigo.jadice.document.instruction.InstructionExecutor
Indicates whether or not this instance is able to execute the given Instruction, using the given context object where necessary.
canExecute(Instruction, Collection<Object>) - Method in class com.levigo.jadice.demo.executor.URIExecutor
 
canExecute(Instruction, Collection<Object>) - Method in class com.levigo.jadice.swing.executor.PortfolioInstructionExecutor
 
canExecute(Collection<Object>) - Method in interface org.jadice.util.swing.action.commands.Command
Permission checking for a command works as follows:
canExecute(Collection<Object>) - Method in class org.jadice.util.swing.action.commands.DummyCommand
 
canExecute(Collection<Object>) - Method in class org.jadice.util.swing.action.injection.InjectedCommand
 
canExecuteSpecific(FitInstruction, Collection<Object>) - Method in class com.levigo.jadice.appbase.executor.FitExcecutor
 
canExecuteSpecific(PanInstruction, Collection<Object>) - Method in class com.levigo.jadice.appbase.executor.PanExecutor
 
canExecuteSpecific(ZoomInstruction, Collection<Object>) - Method in class com.levigo.jadice.appbase.executor.ZoomExecutor
 
canExecuteSpecific(DocumentByWeakRefInstruction, Collection<Object>) - Method in class com.levigo.jadice.demo.executor.DocumentByWeakRefExecutor
 
canExecuteSpecific(PageByWeakRefInstruction, Collection<Object>) - Method in class com.levigo.jadice.demo.executor.PageByWeakRefExecutor
 
canExecuteSpecific(RotateInstruction, Collection<Object>) - Method in class com.levigo.jadice.demo.executor.RotateExecutor
 
canExecuteSpecific(PageByIndexInstruction, Collection<Object>) - Method in class com.levigo.jadice.swing.executor.PageByIndexExecutor
 
canExecuteSpecific(TargetStringInstruction, Collection<Object>) - Method in class com.levigo.jadice.demo.executor.ExternalStringTargetExecutor
 
canExecuteSpecific(URIInstruction, Collection<Object>) - Method in class com.levigo.jadice.demo.executor.ExternalURITargetExecutor
 
canExecuteSpecific(I, C) - Method in class com.levigo.jadice.document.instruction.AbstractInstructionExecutor
Template method for implementors.
canHandle(SerializableInstruction) - Method in class com.levigo.jadice.demo.outline.serialize.InstructionConverter
 
canHandle(Document) - Method in class com.levigo.jadice.swing.pageview.AbstractContinuousLayout
 
canHandle(Instruction) - Method in class com.levigo.jadice.demo.outline.serialize.InstructionConverter
 
canHandle(PageView, Document) - Method in enum com.levigo.jadice.swing.pageview.PageView.Layout
This method is not part of the public API at this time.
canImportBetween(TreePath, TreePath, int, Transferable) - Method in interface org.jadice.util.swing.flextree.TreeImportHandler
Check whether an import of the given transferable is possible between the given nodes.
canImportInto(TreePath, int, Transferable) - Method in interface org.jadice.util.swing.flextree.TreeImportHandler
Check whether an import of the given transferable is possible into the given node.
canRead() - Method in class com.levigo.jadice.document.Format
Return whether this Format can be read, i.e. whether Format.createReader() is able to create a reader.
canRedo() - Method in interface org.jadice.util.glazedlists.UndoRedoSupport.Edit
Returns true if this edit may be redone.
canUndo() - Method in interface org.jadice.util.glazedlists.UndoRedoSupport.Edit
Returns true if this edit may be undone.
canWrite() - Method in class com.levigo.jadice.annotation.AbstractAnnotationFormat
 
canWrite() - Method in class com.levigo.jadice.document.Format
Return whether this Format can be written, i.e. whether Format.createWriter() is able to create a writer.
CaptionStyle - Enum in com.levigo.jadice.format.xfdf.annotation
Specifies if the caption of a XFDFLineAnnotation should be on top of the line or inside the line
CarbonCopyStream - Class in com.levigo.jadice.document.io
A SeekableInputStream delegating all read operations to the stream given at construction time.
CarbonCopyStream(SeekableInputStream) - Constructor for class com.levigo.jadice.document.io.CarbonCopyStream
Create a CarbonCopyStream that proxies the a part of the source stream starting at current stream position of the source stream.
CarbonCopyStream(SeekableInputStream, long) - Constructor for class com.levigo.jadice.document.io.CarbonCopyStream
Create a CarbonCopyStream that proxies the a part of the source stream starting at the given start position.
caseInsensitiveComparator() - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a Comparator that compares String objects in a case-insensitive way.
CaseInsensitiveFontResolver - Class in com.levigo.jadice.appbase.font.resolve
Case insensitive StringAttribute based implementation (regarding FontStyleAttribute definitions) which selects the FontSources to return from those available in a given FontManager.
CaseInsensitiveFontResolver(FontManager) - Constructor for class com.levigo.jadice.appbase.font.resolve.CaseInsensitiveFontResolver
 
CaseInsensitiveNameFontFactory - Class in com.levigo.jadice.appbase.font.factory
Searches for fonts according to name (case insensitive) and styles.
CaseInsensitiveNameFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.CaseInsensitiveNameFontFactory
 
categories() - Method in annotation type org.jadice.util.log.qualified.FilterParameter
The categories the filter processes
Catrom - com.levigo.jadice.document.render.FilterType
 
ceil(double) - Static method in class org.jadice.util.base.Numbers
A fast implementation of Math.ceil(double).
ceil(float) - Static method in class org.jadice.util.base.Numbers
A fast implementation of Math.ceil(double) for floats.
cellSize - Variable in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
 
center() - Static method in class org.jadice.util.swing.effect.EffectLayout.Constraints
Create a constraint for internal use: it will be used to deal with the base component and the glass pane.
Center - com.levigo.jadice.format.xfdf.annotation.Justification
 
CENTER - com.levigo.jadice.annotation.HorizontalAlignment
 
CENTER - com.levigo.jadice.swing.pageview.PageLayoutSettings.HorizontalAlignment
 
CENTER - com.levigo.jadice.swing.pageview.PageLayoutSettings.VerticalAlignment
 
CENTER - org.jadice.util.swing.effect.EffectLayout.Constraints.Mode
 
CENTER - org.jadice.util.swing.infobar.DrawerContainer.Position
 
Centimeter - com.levigo.jadice.document.Unit
 
CertificateRevocationData - Interface in com.levigo.jadice.format.pdf.signaturestore
 
cfg - Variable in class com.levigo.jadice.printer.AbstractPrinter
 
chain(Level, MessageID, Throwable, Object...) - Method in class org.jadice.util.log.qualified.DefaultFilterChain
 
chain(Level, MessageID, Throwable, Object...) - Method in interface org.jadice.util.log.qualified.FilterChain
 
chainComparators(Comparator<T>...) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a chain of Comparators that applies the provided Comparators in the sequence specified until differences or absolute equality is determined.
chainComparators(List<Comparator<T>>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a chain of Comparators that applies the provided Comparators in the sequence specified until differences or absolute equality is determined.
ChainedAnnotationFontFactory - Class in com.levigo.jadice.appbase.font.factory.annotation
Holds a list of AnnotationFontFactory instances which it delegates calls to, one after the other.
ChainedAnnotationFontFactory(AnnotationFontFactory...) - Constructor for class com.levigo.jadice.appbase.font.factory.annotation.ChainedAnnotationFontFactory
 
ChainedFontFactory - Class in com.levigo.jadice.appbase.font.factory
Holds a list of FontFactory instances which it delegates calls to, one after the other.
ChainedFontFactory(FontFactory...) - Constructor for class com.levigo.jadice.appbase.font.factory.ChainedFontFactory
 
ChainedSwingAnnotationFontFactory - Class in com.levigo.jadice.appbase.annotation.font
Chained SwingAnnotationFontFactory based implementation, see ChainedAnnotationFontFactory.
ChainedSwingAnnotationFontFactory(SwingAnnotationFontFactory...) - Constructor for class com.levigo.jadice.appbase.annotation.font.ChainedSwingAnnotationFontFactory
 
CHANGE - Variable in class com.levigo.jadice.annotation.auth.DocumentAnnotationPermission.Factory
 
CHANGE - Variable in class com.levigo.jadice.annotation.auth.IndividualAnnotationPermission.Factory
 
ChangeAnnotationIntent - Class in com.levigo.jadice.annotation.auth
This type of AnnotationIntent declares the intention to change one or more annotations as a document or as individual annotation intent.
ChangeAnnotationIntent() - Constructor for class com.levigo.jadice.annotation.auth.ChangeAnnotationIntent
Constructor
changed(JComponent) - Static method in class org.jadice.util.swing.action.context.Context
Propagate a context change for the Context associated with the given component.
CHANGED - Static variable in class org.jadice.util.glazedlists.matchers.MatcherEditor.Event
Indicates the associated Matcher is a complete change from the previous Matcher.
changedMatcher(MatcherEditor.Event<E>) - Method in interface org.jadice.util.glazedlists.matchers.MatcherEditor.Listener
Indicates a changes has occurred in the Matcher produced by the MatcherEditor.
changeEnabledState(Tool, boolean) - Method in class com.levigo.jadice.swing.tool.ToolManager
 
changeEvent - Variable in class com.levigo.jadice.swing.gradation.GradationCurveControl
Only one ChangeEvent is needed per instance since the event's only (read-only) state is the source property.
ChangePageLayoutExecutor - Class in com.levigo.jadice.demo.bookmark.instruction
 
ChangePageLayoutExecutor() - Constructor for class com.levigo.jadice.demo.bookmark.instruction.ChangePageLayoutExecutor
 
ChangePageLayoutInstruction - Class in com.levigo.jadice.demo.bookmark.instruction
 
ChangePageLayoutInstruction(PageView.Layout) - Constructor for class com.levigo.jadice.demo.bookmark.instruction.ChangePageLayoutInstruction
 
changePriority(SearchEngine, int) - Method in class com.levigo.jadice.search.engine.SearchEngineRegistry
Change the priority of a already registered SearchEngine.
changeSupport - Variable in class org.jadice.util.swing.action.commands.CommandAction
If any PropertyChangeListeners have been registered, the changeSupport field describes them.
CharacterSet - com.levigo.jadice.format.modca.resource.ResourceLoader.Type
The resource type "character set", represented by resources starting with a 'Begin Font Character Set' (BFN) field.
characterSetName(String) - Static method in class com.levigo.jadice.format.modca.fontmanager.attribute.name.CharacterSetName
 
CharacterSetName - Class in com.levigo.jadice.format.modca.fontmanager.attribute.name
 
CharSequenceMatcher - Interface in com.levigo.jadice.search
Deprecated.
use new search api instead SearchEngine
charset - Variable in class com.levigo.jadice.format.text.TextReaderSettings
 
Check - com.levigo.jadice.format.xfdf.annotation.IconName
 
CheckableTableFormat<E> - Interface in org.jadice.util.glazedlists.gui
Specifies how to check table elements.
CHECKBOX - org.jadice.util.swing.menu.MenuBuilder.ItemType
Items of this type will be rendered as check boxes or toggle buttons.
CHECKBOX_MENU - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
type of the menu is checkbox - it used in the file of actions definition in the parameter menuType
checkClosed() - Method in class com.levigo.jadice.document.io.SeekableInputStream
Throws an IOException if the stream has been closed.
checkForRenderGeometryChange(RenderControls, Rectangle) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
childEndingIndex(int) - Method in class org.jadice.util.glazedlists.CollectionList
Return the index of the last child in the CollectionList for the given parent index.
childrenRefreshRequired() - Method in interface org.jadice.util.swing.flextree.DynamicTreeModule.TreeCallback
Receive notification that the domain object or data that the target node represents changed in some way that makes it necessary to update the derived properties of all immediate children of the target node that have been contributed by the current module.
childrenRefreshRequired(Collection<? extends Object>) - Method in interface org.jadice.util.swing.flextree.DynamicTreeModule.TreeCallback
Receive notification that a collection of domain objects or data that the target node represents changed in some way that makes it necessary to update the derived properties of all immediate children of the target node that have been contributed by the current module.
childStartingIndex(int) - Method in class org.jadice.util.glazedlists.CollectionList
Return the index of the first child in the CollectionList for the given parent index.
Circle - com.levigo.jadice.format.xfdf.annotation.IconName
 
Circle - com.levigo.jadice.format.xfdf.annotation.LineEndingStyle
 
CIRCLE - com.levigo.jadice.swing.lens.HoverLensTool.HoverShape
Lens shape circle
clamp(double, double, double) - Static method in class org.jadice.util.base.Numbers
Clamp the value into the range [min..max].
clamp(float, float, float) - Static method in class org.jadice.util.base.Numbers
Clamp the value into the range [min..max].
clamp(int, int, int) - Static method in class org.jadice.util.base.Numbers
Clamp the value into the range [min..max].
clamp(long, long, long) - Static method in class org.jadice.util.base.Numbers
Clamp the value into the range [min..max].
CLAMP - com.levigo.jadice.document.read.NCIReaderSettings.InvalidResolutionHandling
Clamp the resolution, so that it falls into the range [ NCIReaderSettings.getMinimumResolution()..
clampResolution(Resolution) - Method in class com.levigo.jadice.document.read.NCIReaderSettings
 
ClasspathFontStreamProvider - Class in com.levigo.jadice.fontmanager
References a classpath resource providing an SeekableInputStream on demand.
ClasspathFontStreamProvider(String) - Constructor for class com.levigo.jadice.fontmanager.ClasspathFontStreamProvider
Creates a new instance by loading and caching the requested classpath resource.
ClasspathFontStreamProvider(String, Class<?>) - Constructor for class com.levigo.jadice.fontmanager.ClasspathFontStreamProvider
Creates a new instance by loading and caching the requested classpath resource.
cleanup() - Method in class com.levigo.jadice.swing.pageview.PageView
Releases references to the Document currently referenced by this ViewComponent, if any.
cleanup() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
cleanup() - Method in class com.levigo.jadice.swing.ViewComponent
Releases references to the Document currently referenced by this ViewComponent, if any.
CleanupCloseable(Closeable) - Constructor for class com.levigo.jadice.document.io.PhantomReferenceSweeper.CleanupCloseable
 
cleanUpResources() - Method in class com.levigo.jadice.document.AbstractDocument
Performes the actual clean-up required for disposing of Documents.
cleanVoidCacheEntries() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
This method checks for owners who became garbage collected by their weak reference ability or values that have been garbage collected due to memory pressure and removes their corresponding entries from the cache.
clear() - Method in class com.levigo.jadice.document.io.ByteArrayBuffer
Clears the buffer
clear() - Method in class org.jadice.util.base.collections.FrozenList
not supported since this list is immutable!
clear() - Method in class org.jadice.util.base.collections.InterceptableList
 
clear() - Method in class org.jadice.util.base.collections.IntHashtable
 
clear() - Method in class org.jadice.util.base.collections.ObservableCollection
 
clear() - Method in class org.jadice.util.base.collections.ObservableList
 
clear() - Method in class org.jadice.util.base.collections.ObservableMap
 
clear() - Method in class org.jadice.util.base.CompositeMemento
Clear this memento so that CompositeMemento.restore()ing will have no effect.
clear() - Method in class org.jadice.util.glazedlists.AbstractEventList
Removes all of the elements from this list (optional operation).
clear() - Method in class org.jadice.util.glazedlists.BasicEventList
Removes all of the elements from this list (optional operation).
clear() - Method in class org.jadice.util.glazedlists.DebugList
Removes all of the elements from this list (optional operation).
clear() - Method in class org.jadice.util.glazedlists.InterceptableEventList
 
clear() - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Removes all of the elements from this list (optional operation).
clear() - Method in class org.jadice.util.glazedlists.sparse.InterceptableSparseEventList
 
clear() - Method in class org.jadice.util.glazedlists.TransformedList
Removes all of the elements from this list (optional operation).
clear() - Static method in class org.jadice.util.log.MDC
Remove all values from the MDC.
clear() - Static method in class org.jadice.util.log.NDC
 
clear() - Method in interface org.jadice.util.mm.Cache
Removes all mappings from this map (optional operation).
clear() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
 
clear() - Method in class org.jadice.util.mm.ckc.statistics.CacheOccupation
 
clear() - Method in interface org.jadice.util.mm.ckc.statistics.CacheOccupationMXBean
Clears all elements from the cache..
clear() - Method in class org.jadice.util.mm.DefaultOwnerCache
 
clear() - Method in class org.jadice.util.mm.LRUCache
 
clear() - Method in class org.jadice.util.mm.SequencedHashMap
Implements Map.clear().
clear() - Method in class org.jadice.util.swing.action.context.Context
Removes all of the elements from this collection (optional operation).
clear(int) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
 
clear(int) - Method in class org.jadice.util.glazedlists.sparse.InterceptableSparseEventList
 
clear(int) - Method in interface org.jadice.util.glazedlists.sparse.SparseList
Clear the element at the given index.
clear(int) - Method in class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
 
clear(JComponent) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Clear the context for the given UI component.
clearAccessibleSelection() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
Clears the selection in the object, so that nothing in the object is selected.
clearAll() - Static method in class org.jadice.util.mm.CacheManager
Remove all non-default instances and clear the default instance.
clearAndRemoveAll() - Static method in class org.jadice.util.mm.CacheManager
Remove all non-default instances and clear the default instance.
clearComparator() - Method in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Clear all sorting state and set the SortedList to use its natural order.
clearConditions() - Method in class com.levigo.jadice.document.condition.ConditionRenderSettings
 
clearContextListeners() - Method in class org.jadice.util.swing.action.context.Context
Removes all ContextListener from the collection of listeners.
CLEARED - org.jadice.util.mm.ckc.events.EventType
An event type indicating that the cache entries have been completely cleared.
clearFields() - Method in class com.levigo.jadice.demo.pdf.signature.RolloutPDFSignatureBox
 
clearFirstSelection() - Method in class com.levigo.jadice.swing.commands.AbstractSelectionCommand
 
clearHistory() - Method in interface org.jadice.util.swing.infobar.MessageWidget
Clear the history of messages presented by this message widget.
clearHistory() - Method in class org.jadice.util.swing.infobar.RollingMessagePanel
 
clearLookupProperties() - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
Clears the lookup properties.
clearLookupProperties() - Method in class org.jadice.util.swing.action.factories.BasicCommandFactory
Clears the lookup properties.
clearLookupProperties() - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Clears the lookup properties.
clearModified() - Method in class com.levigo.jadice.annotation.Annotation
Clears the modified-flag.
clearModified(Document) - Static method in class com.levigo.jadice.annotation.Annotations
Resets the "modified"-indicator for all annotations of the given document.
clearModified(Page) - Static method in class com.levigo.jadice.annotation.Annotations
Resets the "modified"-indicator for all annotations of the given page.
clearQueuedTaskWrappers() - Method in class org.jadice.util.concurrent.tasks.QueuedAndActiveTaskThreadPoolExecutor
 
clearRelatedListener(Object, Object) - Method in interface org.jadice.util.glazedlists.event.ListEventPublisher
Detach the subject from its related listener.
clearRelatedSubject(Object) - Method in interface org.jadice.util.glazedlists.event.ListEventPublisher
Detach the listener from its related subject.
clearSelection() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Deselect all annotations.
clearSelection() - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
clearSelection() - Method in interface com.levigo.jadice.swing.pageview.SelectionProvider
 
clearSelection() - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
clearSelection() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
clearSelection() - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Change the selection to the empty set.
clearSelection() - Method in class org.jadice.util.swing.button.JButtonGroup
Clears the current selection.
clearSelection() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
clearSelections() - Method in class com.levigo.jadice.swing.search.tool.SelectionHighlighterTool
 
clearSettings(Class<? extends ReaderSettings>) - Method in class com.levigo.jadice.document.read.Reader
Restore settings of a given kind to their default values.
clearSettings(Class<? extends RenderSettings>) - Method in class com.levigo.jadice.document.render.DefaultRenderControls
 
clearSettings(Class<? extends T>) - Method in class com.levigo.jadice.document.controls.AbstractProcessingControls
 
clearSettings(Class<? extends T>) - Method in interface com.levigo.jadice.document.controls.ProcessingControls
Clear the settings of the given class.
CLIPPING - Static variable in class com.levigo.jadice.document.render.BaseRenderSettings
Identifier key for a clipping type change.
clone() - Method in class com.levigo.jadice.annotation.Annotation
 
clone() - Method in class com.levigo.jadice.annotation.ArrowAnnotation
 
clone() - Method in class com.levigo.jadice.annotation.CalloutAnnotation
 
clone() - Method in class com.levigo.jadice.annotation.EllipseAnnotation
 
clone() - Method in class com.levigo.jadice.annotation.HistoryAnnotation
 
clone() - Method in class com.levigo.jadice.annotation.ImageAnnotation
 
clone() - Method in class com.levigo.jadice.annotation.InstructionAnnotation
 
clone() - Method in class com.levigo.jadice.annotation.LineAnnotation
 
clone() - Method in class com.levigo.jadice.annotation.ObjectAnnotation
 
clone() - Method in class com.levigo.jadice.annotation.PathAnnotation
 
clone() - Method in class com.levigo.jadice.annotation.RectangleAnnotation
 
clone() - Method in class com.levigo.jadice.annotation.StampAnnotation
 
clone() - Method in class com.levigo.jadice.annotation.StampImageAnnotation
 
clone() - Method in class com.levigo.jadice.annotation.TextAnnotation
 
clone() - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
 
clone() - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
 
clone() - Method in class com.levigo.jadice.document.PageSegmentEvent
 
clone() - Method in class com.levigo.jadice.document.Resolution
 
clone() - Method in class com.levigo.jadice.document.util.GradationCurve
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCaretAnnotation
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCircleAnnotation
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFHighlightAnnotation
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPopupAnnotation
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFSquareAnnotation
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFSquigglyAnnotation
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFStampAnnotation
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFStrikeOutAnnotation
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextAnnotation
 
clone() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFUnderlineAnnotation
 
clone() - Method in class org.jadice.util.base.collections.IntHashtable
 
clone() - Method in class org.jadice.util.mm.SequencedHashMap
Creates a shallow copy of this object, preserving the internal structure by copying only references.
cloneStack() - Static method in class org.jadice.util.log.NDC
 
close() - Method in class com.levigo.jadice.annotation.PathAnnotation
 
close() - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Called when the window is about to close.
close() - Method in class com.levigo.jadice.document.AbstractDocument
 
close() - Method in interface com.levigo.jadice.document.Document
Closes a Document.
close() - Method in class com.levigo.jadice.document.io.FileCacheInputStream
 
close() - Method in class com.levigo.jadice.document.io.MemoryInputStream
 
close() - Method in class com.levigo.jadice.document.io.RandomAccessFileInputStream
 
close() - Method in class com.levigo.jadice.document.io.SeekableInputStream
Closes this seekable input stream.
close() - Method in class com.levigo.jadice.document.io.SubfileSeekableInputStream
 
close() - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
close() - Method in class com.levigo.jadice.document.io.UncloseableSubfileSeekableInputStream
 
close() - Method in class com.levigo.jadice.swing.SwingUIDocument
 
CLOSED - com.levigo.jadice.document.Document.BasicState
Usually this Document.State marks the end of a Document's lifecycle and is its terminal Document.State.
ClosedArrow - com.levigo.jadice.format.xfdf.annotation.LineEndingStyle
 
CloseDemoCommand - Class in com.levigo.jadice.demo.commands
Closes the frame of a BasicDemoApplication.
CloseDemoCommand() - Constructor for class com.levigo.jadice.demo.commands.CloseDemoCommand
 
closeDialog() - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
closeSorter() - Method in class com.levigo.jadice.demo.SorterToolbar
Hides this sorter toolbar instance.
Cloudy - com.levigo.jadice.format.xfdf.annotation.BorderStyle
 
clusterize(List<C>, Comparator<C>) - Static method in class org.jadice.util.base.collections.Collections
A very simple clusterizer which traverses the given elements in order.
CM_TEXT_ENCODING - Static variable in interface com.levigo.jadice.format.annocm.CMAnnotationPropertyConstants
 
CM7 - com.levigo.jadice.format.annocm.CMAnnotationWriterSettings.Format
ContentManager 7 output format.
CM8 - com.levigo.jadice.format.annocm.CMAnnotationWriterSettings.Format
ContentManager 8 output format.
CMAnnotationArcheTypes - Enum in com.levigo.jadice.format.annocm
Archetype definitions for use with CMAnnotationReaderSettings / CMAnnotationWriterSettings implementations.
CMAnnotationConstants - Class in com.levigo.jadice.format.annocm
 
CMAnnotationConstants() - Constructor for class com.levigo.jadice.format.annocm.CMAnnotationConstants
 
CMAnnotationConstants.ModcaResolutionMode - Enum in com.levigo.jadice.format.annocm
 
CMAnnotationFormat - Class in com.levigo.jadice.format.annocm
FormatInfo for IBM ImagePlus/VisualInfo style annotations.
CMAnnotationFormat() - Constructor for class com.levigo.jadice.format.annocm.CMAnnotationFormat
 
CMAnnotationPropertyConstants - Interface in com.levigo.jadice.format.annocm
 
CMAnnotationReaderSettings - Class in com.levigo.jadice.format.annocm
 
CMAnnotationReaderSettings() - Constructor for class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
 
CMAnnotations - Class in com.levigo.jadice.format.annocm
Helper class for ContentManager 7 / 8 based annotations.
CMAnnotations() - Constructor for class com.levigo.jadice.format.annocm.CMAnnotations
 
CMAnnotationWriter - Class in com.levigo.jadice.format.annocm
 
CMAnnotationWriter() - Constructor for class com.levigo.jadice.format.annocm.CMAnnotationWriter
 
CMAnnotationWriterSettings - Class in com.levigo.jadice.format.annocm
 
CMAnnotationWriterSettings() - Constructor for class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
 
CMAnnotationWriterSettings.Format - Enum in com.levigo.jadice.format.annocm
Output format for the annotations.
coalesceMatcherEvents(List<MatcherEditor.Event<E>>) - Method in class org.jadice.util.glazedlists.matchers.ThreadedMatcherEditor
This method implements the strategy for coalescing many queued MatcherEvents into a single representative MatcherEvent.
CodedFont - com.levigo.jadice.format.modca.resource.ResourceLoader.Type
The resource type "coded font", represented by resources starting with a 'Begin Coded Font' (BCF) field.
codedFontName(String) - Static method in class com.levigo.jadice.format.modca.fontmanager.attribute.name.CodedFontName
 
CodedFontName - Class in com.levigo.jadice.format.modca.fontmanager.attribute.name
 
CodePage - com.levigo.jadice.format.modca.resource.ResourceLoader.Type
The resource type "code page", represented by resources starting with a 'Begin Code Page' (BCP) field.
codepageName(String) - Static method in class com.levigo.jadice.format.modca.fontmanager.attribute.name.CodepageName
 
CodepageName - Class in com.levigo.jadice.format.modca.fontmanager.attribute.name
 
CodestreamMessages - Enum in com.levigo.jadice.format.jpeg2000.msg
 
collapseAll() - Method in class org.jadice.util.swing.flextree.FlexibleTree
Collapses all nodes of this tree.
COLLAPSED_ICON - Static variable in class org.jadice.util.swing.panel.CollapsiblePane
The icon used by the "toggle" action when the JCollapsiblePane is expanded, i.e the icon which indicates the pane can be collapsed.
COLLAPSED_NAME - Static variable in class org.jadice.util.swing.panel.CollapsiblePane
The name used by the "toggle" action when the JCollapsiblePane is expanded, i.e the name which indicates the pane can be collapsed.
collapsePath(TreePath) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
collapseRoot() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
CollapsiblePane - Class in org.jadice.util.swing.panel
JCollapsiblePane provides a component which can collapse or expand its content area with animation and fade in/fade out effects.
CollapsiblePane() - Constructor for class org.jadice.util.swing.panel.CollapsiblePane
Constructs a new JCollapsiblePane with a JPanel as content pane and a vertical with a gap of 2 pixels as layout manager.
CollapsiblePane(Container) - Constructor for class org.jadice.util.swing.panel.CollapsiblePane
Constructs a new JCollapsiblePane with a JPanel as content pane and a vertical with a gap of 2 pixels as layout manager.
CollapsiblePane.JCollapsiblePaneContainer - Interface in org.jadice.util.swing.panel
Tagging interface for containers in a JCollapsiblePane hierarchy who needs to be revalidated (invalidate/validate/repaint) when the pane is expanding or collapsing.
CollapsiblePane.Style - Enum in org.jadice.util.swing.panel
Enum for possible options regarding the strategy how a shrunken collapsible pane lays out its contents.
CollectionBasedInstructionExecutor - Interface in com.levigo.jadice.swing.executor
Specifies an InstructionExecutor's generic context parameter C to be Collection<Object>.
CollectionList<S,​E> - Class in org.jadice.util.glazedlists
A list that acts like a tree in that it contains child elements to nodes contained in another list.
CollectionList(EventList<S>, CollectionList.Model<S, E>) - Constructor for class org.jadice.util.glazedlists.CollectionList
Create a CollectionList with its contents being the children of the elements in the specified source EventList.
CollectionList.Model<E,​S> - Interface in org.jadice.util.glazedlists
Provides the logic to map a parent object (e.g. an album) to its children (e.g. the songs on the album).
CollectionObserver<E> - Interface in org.jadice.util.base.collections
 
Collections - Class in org.jadice.util.base.collections
 
CollectionValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.CollectionValue
 
CollectionValue(C) - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.CollectionValue
 
CollectionWrapper(String, Collection<?>) - Constructor for class com.levigo.jadice.appbase.flextree.UserPropertiesModule.CollectionWrapper
 
ColorConverter - Class in com.levigo.jadice.format.annotation.converters
 
ColorConverter() - Constructor for class com.levigo.jadice.format.annotation.converters.ColorConverter
 
ColorPalette - Class in org.jadice.util.swing.colorpicker
This is the large graphic element in the ColorPicker that depicts a wide range of colors.
ColorPalette() - Constructor for class org.jadice.util.swing.colorpicker.ColorPalette
Creates a new ColorPickerPanel
colorPicker - Variable in class org.jadice.util.swing.colorpicker.ColorPickerSliderUI
 
ColorPicker - Class in org.jadice.util.swing.colorpicker
This is a panel that offers a robust set of controls to pick a color.
ColorPicker() - Constructor for class org.jadice.util.swing.colorpicker.ColorPicker
Create a new ColorPicker with all controls visible except opacity.
ColorPicker(boolean, boolean) - Constructor for class org.jadice.util.swing.colorpicker.ColorPicker
Create a new ColorPicker.
ColorPicker.Mode - Enum in org.jadice.util.swing.colorpicker
 
ColorPickerAlphaSliderUI - Class in org.jadice.util.swing.colorpicker
 
ColorPickerAlphaSliderUI(JSlider, ColorPicker) - Constructor for class org.jadice.util.swing.colorpicker.ColorPickerAlphaSliderUI
 
ColorPickerSliderUI - Class in org.jadice.util.swing.colorpicker
This is a SliderUI designed specifically for the ColorPicker.
ColorPickerSliderUI(JSlider, ColorPicker) - Constructor for class org.jadice.util.swing.colorpicker.ColorPickerSliderUI
 
ColorProperty - Class in com.levigo.jadice.annotation.profiles
 
ColorProperty() - Constructor for class com.levigo.jadice.annotation.profiles.ColorProperty
 
Colors - Class in org.jadice.util.base
A bunch of static utility methods useful in conjunction with colors.
ColorSwatch - Class in org.jadice.util.swing.colorpicker
This is a square, opaque panel used to indicate a certain color.
ColorSwatch(int) - Constructor for class org.jadice.util.swing.colorpicker.ColorSwatch
 
ColorSwatch(Color, int) - Constructor for class org.jadice.util.swing.colorpicker.ColorSwatch
 
com.levigo.jadice.annotation - package com.levigo.jadice.annotation
 
com.levigo.jadice.annotation.auth - package com.levigo.jadice.annotation.auth
 
com.levigo.jadice.annotation.embedded - package com.levigo.jadice.annotation.embedded
 
com.levigo.jadice.annotation.font - package com.levigo.jadice.annotation.font
 
com.levigo.jadice.annotation.profiles - package com.levigo.jadice.annotation.profiles
 
com.levigo.jadice.annotation.render - package com.levigo.jadice.annotation.render
 
com.levigo.jadice.appbase - package com.levigo.jadice.appbase
 
com.levigo.jadice.appbase.annotation.font - package com.levigo.jadice.appbase.annotation.font
 
com.levigo.jadice.appbase.chooser - package com.levigo.jadice.appbase.chooser
 
com.levigo.jadice.appbase.commands - package com.levigo.jadice.appbase.commands
 
com.levigo.jadice.appbase.executor - package com.levigo.jadice.appbase.executor
 
com.levigo.jadice.appbase.flextree - package com.levigo.jadice.appbase.flextree
 
com.levigo.jadice.appbase.font - package com.levigo.jadice.appbase.font
 
com.levigo.jadice.appbase.font.factory - package com.levigo.jadice.appbase.font.factory
 
com.levigo.jadice.appbase.font.factory.annotation - package com.levigo.jadice.appbase.font.factory.annotation
 
com.levigo.jadice.appbase.font.factory.log - package com.levigo.jadice.appbase.font.factory.log
 
com.levigo.jadice.appbase.font.resolve - package com.levigo.jadice.appbase.font.resolve
 
com.levigo.jadice.appbase.instruction - package com.levigo.jadice.appbase.instruction
 
com.levigo.jadice.appbase.pageview - package com.levigo.jadice.appbase.pageview
 
com.levigo.jadice.appbase.preview - package com.levigo.jadice.appbase.preview
 
com.levigo.jadice.appbase.reader - package com.levigo.jadice.appbase.reader
 
com.levigo.jadice.appbase.search - package com.levigo.jadice.appbase.search
 
com.levigo.jadice.appbase.search.advanced - package com.levigo.jadice.appbase.search.advanced
 
com.levigo.jadice.appbase.search.engine.ui - package com.levigo.jadice.appbase.search.engine.ui
 
com.levigo.jadice.appbase.status - package com.levigo.jadice.appbase.status
 
com.levigo.jadice.appbase.tool - package com.levigo.jadice.appbase.tool
 
com.levigo.jadice.bm - package com.levigo.jadice.bm
 
com.levigo.jadice.demo - package com.levigo.jadice.demo
 
com.levigo.jadice.demo.bookmark - package com.levigo.jadice.demo.bookmark
 
com.levigo.jadice.demo.bookmark.command - package com.levigo.jadice.demo.bookmark.command
 
com.levigo.jadice.demo.bookmark.instruction - package com.levigo.jadice.demo.bookmark.instruction
 
com.levigo.jadice.demo.border - package com.levigo.jadice.demo.border
 
com.levigo.jadice.demo.commands - package com.levigo.jadice.demo.commands
 
com.levigo.jadice.demo.dnd - package com.levigo.jadice.demo.dnd
 
com.levigo.jadice.demo.executor - package com.levigo.jadice.demo.executor
 
com.levigo.jadice.demo.filehistory - package com.levigo.jadice.demo.filehistory
 
com.levigo.jadice.demo.flextree - package com.levigo.jadice.demo.flextree
 
com.levigo.jadice.demo.font - package com.levigo.jadice.demo.font
 
com.levigo.jadice.demo.font.annotation - package com.levigo.jadice.demo.font.annotation
 
com.levigo.jadice.demo.font.attribute - package com.levigo.jadice.demo.font.attribute
 
com.levigo.jadice.demo.gestures - package com.levigo.jadice.demo.gestures
 
com.levigo.jadice.demo.gradation - package com.levigo.jadice.demo.gradation
 
com.levigo.jadice.demo.gradation.commands - package com.levigo.jadice.demo.gradation.commands
 
com.levigo.jadice.demo.infotree - package com.levigo.jadice.demo.infotree
 
com.levigo.jadice.demo.instruction - package com.levigo.jadice.demo.instruction
 
com.levigo.jadice.demo.launcher - package com.levigo.jadice.demo.launcher
 
com.levigo.jadice.demo.lens - package com.levigo.jadice.demo.lens
 
com.levigo.jadice.demo.navigator - package com.levigo.jadice.demo.navigator
 
com.levigo.jadice.demo.optional - package com.levigo.jadice.demo.optional
 
com.levigo.jadice.demo.outline - package com.levigo.jadice.demo.outline
 
com.levigo.jadice.demo.outline.serialize - package com.levigo.jadice.demo.outline.serialize
 
com.levigo.jadice.demo.pagestash - package com.levigo.jadice.demo.pagestash
 
com.levigo.jadice.demo.pdf.crypto - package com.levigo.jadice.demo.pdf.crypto
 
com.levigo.jadice.demo.pdf.crypto.commands - package com.levigo.jadice.demo.pdf.crypto.commands
 
com.levigo.jadice.demo.pdf.signature - package com.levigo.jadice.demo.pdf.signature
The whole package is an experimental feature to provide early access to pdf signature data
com.levigo.jadice.demo.pdf.signature.commands - package com.levigo.jadice.demo.pdf.signature.commands
The whole package is an experimental feature to provide early access to pdf signature data
com.levigo.jadice.demo.theme - package com.levigo.jadice.demo.theme
 
com.levigo.jadice.demo.thumbnailview - package com.levigo.jadice.demo.thumbnailview
 
com.levigo.jadice.demo.ui - package com.levigo.jadice.demo.ui
 
com.levigo.jadice.demo.util - package com.levigo.jadice.demo.util
 
com.levigo.jadice.document - package com.levigo.jadice.document
 
com.levigo.jadice.document.att - package com.levigo.jadice.document.att
 
com.levigo.jadice.document.auth - package com.levigo.jadice.document.auth
 
com.levigo.jadice.document.composite - package com.levigo.jadice.document.composite
 
com.levigo.jadice.document.condition - package com.levigo.jadice.document.condition
The whole package is an experimental feature to provide early access to conditions and their optional rendering
com.levigo.jadice.document.config - package com.levigo.jadice.document.config
 
com.levigo.jadice.document.contentscreator - package com.levigo.jadice.document.contentscreator
 
com.levigo.jadice.document.contentscreator.settings - package com.levigo.jadice.document.contentscreator.settings
 
com.levigo.jadice.document.controls - package com.levigo.jadice.document.controls
 
com.levigo.jadice.document.flavor - package com.levigo.jadice.document.flavor
 
com.levigo.jadice.document.font - package com.levigo.jadice.document.font
 
com.levigo.jadice.document.font.attribute - package com.levigo.jadice.document.font.attribute
 
com.levigo.jadice.document.font.attribute.api - package com.levigo.jadice.document.font.attribute.api
 
com.levigo.jadice.document.font.attribute.name - package com.levigo.jadice.document.font.attribute.name
 
com.levigo.jadice.document.font.attribute.style - package com.levigo.jadice.document.font.attribute.style
 
com.levigo.jadice.document.font.factory - package com.levigo.jadice.document.font.factory
 
com.levigo.jadice.document.instruction - package com.levigo.jadice.document.instruction
 
com.levigo.jadice.document.io - package com.levigo.jadice.document.io
 
com.levigo.jadice.document.lazy - package com.levigo.jadice.document.lazy
 
com.levigo.jadice.document.marshalling - package com.levigo.jadice.document.marshalling
 
com.levigo.jadice.document.metadata - package com.levigo.jadice.document.metadata
 
com.levigo.jadice.document.model - package com.levigo.jadice.document.model
 
com.levigo.jadice.document.outline - package com.levigo.jadice.document.outline
 
com.levigo.jadice.document.read - package com.levigo.jadice.document.read
 
com.levigo.jadice.document.read.fluent - package com.levigo.jadice.document.read.fluent
 
com.levigo.jadice.document.render - package com.levigo.jadice.document.render
 
com.levigo.jadice.document.semantics - package com.levigo.jadice.document.semantics
 
com.levigo.jadice.document.text - package com.levigo.jadice.document.text
 
com.levigo.jadice.document.util - package com.levigo.jadice.document.util
 
com.levigo.jadice.document.write - package com.levigo.jadice.document.write
 
com.levigo.jadice.fontmanager - package com.levigo.jadice.fontmanager
 
com.levigo.jadice.fontmanager.build - package com.levigo.jadice.fontmanager.build
 
com.levigo.jadice.format.annocm - package com.levigo.jadice.format.annocm
 
com.levigo.jadice.format.annofnis - package com.levigo.jadice.format.annofnis
 
com.levigo.jadice.format.annofnp8 - package com.levigo.jadice.format.annofnp8
 
com.levigo.jadice.format.annotation - package com.levigo.jadice.format.annotation
 
com.levigo.jadice.format.annotation.converters - package com.levigo.jadice.format.annotation.converters
 
com.levigo.jadice.format.bmp - package com.levigo.jadice.format.bmp
 
com.levigo.jadice.format.fn - package com.levigo.jadice.format.fn
 
com.levigo.jadice.format.fnpc - package com.levigo.jadice.format.fnpc
 
com.levigo.jadice.format.hocr - package com.levigo.jadice.format.hocr
 
com.levigo.jadice.format.hocr.settings - package com.levigo.jadice.format.hocr.settings
 
com.levigo.jadice.format.imageio - package com.levigo.jadice.format.imageio
 
com.levigo.jadice.format.jpeg2000 - package com.levigo.jadice.format.jpeg2000
 
com.levigo.jadice.format.jpeg2000.msg - package com.levigo.jadice.format.jpeg2000.msg
 
com.levigo.jadice.format.modca - package com.levigo.jadice.format.modca
 
com.levigo.jadice.format.modca.fontmanager.attribute.name - package com.levigo.jadice.format.modca.fontmanager.attribute.name
 
com.levigo.jadice.format.modca.resource - package com.levigo.jadice.format.modca.resource
 
com.levigo.jadice.format.pdf - package com.levigo.jadice.format.pdf
 
com.levigo.jadice.format.pdf.crypt - package com.levigo.jadice.format.pdf.crypt
 
com.levigo.jadice.format.pdf.crypt.standard - package com.levigo.jadice.format.pdf.crypt.standard
 
com.levigo.jadice.format.pdf.settings - package com.levigo.jadice.format.pdf.settings
 
com.levigo.jadice.format.pdf.signaturestore - package com.levigo.jadice.format.pdf.signaturestore
The whole package is an experimental feature to provide early access to pdf signature data
com.levigo.jadice.format.text - package com.levigo.jadice.format.text
 
com.levigo.jadice.format.tiff - package com.levigo.jadice.format.tiff
 
com.levigo.jadice.format.xfdf - package com.levigo.jadice.format.xfdf
 
com.levigo.jadice.format.xfdf.annotation - package com.levigo.jadice.format.xfdf.annotation
 
com.levigo.jadice.format.xfdf.annotation.metadata - package com.levigo.jadice.format.xfdf.annotation.metadata
 
com.levigo.jadice.printer - package com.levigo.jadice.printer
 
com.levigo.jadice.printer.event - package com.levigo.jadice.printer.event
 
com.levigo.jadice.search - package com.levigo.jadice.search
 
com.levigo.jadice.search.engine - package com.levigo.jadice.search.engine
 
com.levigo.jadice.signature - package com.levigo.jadice.signature
The whole package is an experimental feature to provide early access to signature validation
com.levigo.jadice.swing - package com.levigo.jadice.swing
 
com.levigo.jadice.swing.annotation - package com.levigo.jadice.swing.annotation
 
com.levigo.jadice.swing.annotation.commands - package com.levigo.jadice.swing.annotation.commands
 
com.levigo.jadice.swing.annotation.font - package com.levigo.jadice.swing.annotation.font
 
com.levigo.jadice.swing.commands - package com.levigo.jadice.swing.commands
 
com.levigo.jadice.swing.crosshair - package com.levigo.jadice.swing.crosshair
 
com.levigo.jadice.swing.dnd - package com.levigo.jadice.swing.dnd
 
com.levigo.jadice.swing.executor - package com.levigo.jadice.swing.executor
 
com.levigo.jadice.swing.gradation - package com.levigo.jadice.swing.gradation
 
com.levigo.jadice.swing.gradation.commands - package com.levigo.jadice.swing.gradation.commands
 
com.levigo.jadice.swing.lazy - package com.levigo.jadice.swing.lazy
 
com.levigo.jadice.swing.lens - package com.levigo.jadice.swing.lens
 
com.levigo.jadice.swing.navigator - package com.levigo.jadice.swing.navigator
 
com.levigo.jadice.swing.pageview - package com.levigo.jadice.swing.pageview
 
com.levigo.jadice.swing.printer - package com.levigo.jadice.swing.printer
 
com.levigo.jadice.swing.reshape - package com.levigo.jadice.swing.reshape
 
com.levigo.jadice.swing.search.tool - package com.levigo.jadice.swing.search.tool
 
com.levigo.jadice.swing.status - package com.levigo.jadice.swing.status
 
com.levigo.jadice.swing.thumbnailview - package com.levigo.jadice.swing.thumbnailview
 
com.levigo.jadice.swing.thumbnailview.dnd - package com.levigo.jadice.swing.thumbnailview.dnd
 
com.levigo.jadice.swing.tool - package com.levigo.jadice.swing.tool
 
com.levigo.jadice.swing.ui - package com.levigo.jadice.swing.ui
 
Command - Interface in org.jadice.util.swing.action.commands
Basic interface for all commands.
CommandAction - Class in org.jadice.util.swing.action.commands
Super class for all actions.
CommandAction(Context, Collection<Command>, String, String, String, String, Icon, Icon, String, KeyStroke, int, Map<String, Object>) - Constructor for class org.jadice.util.swing.action.commands.CommandAction
Constructor
CommandCreationAdapter - Class in org.jadice.util.swing.action.listener
Just an adapter class of CommandCreationListener with empty methods.
CommandCreationAdapter() - Constructor for class org.jadice.util.swing.action.listener.CommandCreationAdapter
 
CommandCreationListener - Interface in org.jadice.util.swing.action.listener
Instances of CommandCreationListener can be registered at DefaultCommandFactory to receive informations or failure messages of command or command factory creation process.
CommandFactory - Interface in org.jadice.util.swing.action.factories
Interface for the command factory.
commandLookupProperties - Variable in class org.jadice.util.swing.action.factories.BasicCommandFactory
Set of provided command properties.
COMMANDS - Static variable in class org.jadice.util.swing.action.factories.BasicActionFactory
Key word for the property: commands for the action
Comment - com.levigo.jadice.format.xfdf.annotation.IconName
 
commitEvent() - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Commits the current atomic change to this list change queue.
commitEvent() - Method in class org.jadice.util.glazedlists.TransactionList
Demarks the successful completion of a transaction.
comparableComparator() - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a Comparator that compares Comparable objects.
Comparators - Class in org.jadice.util.base.collections
 
Comparators.InvertingComparator<T> - Class in org.jadice.util.base.collections
A comparator that inverts the result of a wrapped comparator.
compare(Bookmark, Bookmark) - Method in class com.levigo.jadice.demo.bookmark.command.BookmarkCommand.BookmarkPageIndexComparator
 
compare(T, T) - Method in class org.jadice.util.base.collections.Comparators.InvertingComparator
 
compareTo(DocumentLayer) - Method in class com.levigo.jadice.document.DocumentLayer
Compare two DocumentLayers.
CompareToggler - Interface in com.levigo.jadice.demo.util
The CompareToggler is used by the ToggleCompareCommand to perform the real toggling of the compare view.
compareViewer - Variable in class com.levigo.jadice.demo.launcher.EmbeddedDemoApplication
 
complete - Variable in class com.levigo.jadice.document.read.Reader
 
complete() - Method in class com.levigo.jadice.document.read.Reader
Signal to the reader that the current read process is complete.
Completed - com.levigo.jadice.format.xfdf.annotation.State
 
COMPONENT_ID - Static variable in enum com.levigo.jadice.fontmanager.FontManagerMessages
 
COMPONENT_ID - Static variable in enum com.levigo.jadice.format.jpeg2000.msg.JPXMessages
 
COMPONENT_ID - Static variable in enum com.levigo.jadice.printer.PrinterLogMessages
 
COMPONENT_ID - Static variable in enum com.levigo.jadice.swing.thumbnailview.ThumbnailViewMessages
 
COMPONENT_KEY - Static variable in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Accessor key for the structure identifier of JComponents builded by this factory.
COMPONENT_RESOURCE - Static variable in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Accessor key for the resource name of JComponents builded by this factory.
ComponentAddon - Interface in com.levigo.jadice.swing.ui
Each component may contribute an implementation of this interface to the ComponentAddonManagement.
ComponentAddonManagement - Class in com.levigo.jadice.swing.ui
Manages contributed ComponentAddons which are available for ui customization.
ComponentConfigurer<C> - Interface in com.levigo.jadice.document.config
Implementations are able to configure a specific component, that is, an instance of a specific type.
CompositeExpiryStrategy - Class in org.jadice.util.mm.ckc.expiry
An ExpiryStrategy which contains other ExpiryStrategies.
CompositeExpiryStrategy(ExpiryStrategy...) - Constructor for class org.jadice.util.mm.ckc.expiry.CompositeExpiryStrategy
Creates a CompositeExpiryStrategy which contains the given ExpiryStrategys
CompositeExportHandler<S> - Class in com.levigo.jadice.swing.dnd
An ExportHandler encompassing a set of delegate ExportHandlers.
CompositeExportHandler(ExportHandler<S>...) - Constructor for class com.levigo.jadice.swing.dnd.CompositeExportHandler
Create a CompositeExportHandler using the given array of delegate handlers.
CompositeExportHandler(List<? extends ExportHandler<S>>) - Constructor for class com.levigo.jadice.swing.dnd.CompositeExportHandler
Create a CompositeExportHandler using the given list of delegate handlers.
CompositeImportHandler - Class in com.levigo.jadice.swing.dnd
An ImportHandler encompassing a set of delegate ImportHandlers.
CompositeImportHandler(ImportHandler...) - Constructor for class com.levigo.jadice.swing.dnd.CompositeImportHandler
Create a CompositeImportHandler using the given array of delegate handlers.
CompositeImportHandler(List<? extends ImportHandler>) - Constructor for class com.levigo.jadice.swing.dnd.CompositeImportHandler
Create a CompositeImportHandler using the given list of delegate handlers.
CompositeKeyCache - Class in org.jadice.util.mm.ckc
General principle
CompositeKeyCache() - Constructor for class org.jadice.util.mm.ckc.CompositeKeyCache
Constructs a cache with the maximum capacity of 1000 elements.
CompositeKeyCache(int) - Constructor for class org.jadice.util.mm.ckc.CompositeKeyCache
Constructs a cache with a maximum capacity of elements as a parameter.
CompositeKeyCache(int, boolean) - Constructor for class org.jadice.util.mm.ckc.CompositeKeyCache
Constructs a cache with a maximum capacity of elements as a parameter and the option to enable cache statistics.
CompositeKeyCache(int, boolean, boolean) - Constructor for class org.jadice.util.mm.ckc.CompositeKeyCache
Constructs a cache with a maximum capacity of elements as a parameter and the option to enable cache statistics.
CompositeKeyCache.WeakOwnerKeyComposition - Class in org.jadice.util.mm.ckc
Represents the composition of the owner and key as a mapping to the cache entry.
CompositeKeyCacheEntryEvent - Class in org.jadice.util.mm.ckc.events
This is a event fired by the cache.
CompositeKeyCacheEntryEvent(Cache, EventType) - Constructor for class org.jadice.util.mm.ckc.events.CompositeKeyCacheEntryEvent
Creates an cache event that indicates the cache was cleared, implying that it contains no entries any longer.
CompositeKeyCacheEntryEvent(Cache, EventType, Object, Object, Object, int, long, long) - Constructor for class org.jadice.util.mm.ckc.events.CompositeKeyCacheEntryEvent
Creates an cache event that references an entry.
CompositeKeyCacheEntryEvent(Cache, EventType, Object, Object, Object, Object, int, long, long) - Constructor for class org.jadice.util.mm.ckc.events.CompositeKeyCacheEntryEvent
Creates a cache event that references the new entry and hold the value of the old entry.
CompositeList<E> - Class in org.jadice.util.glazedlists
An EventList composed of multiple source EventLists.
CompositeList() - Constructor for class org.jadice.util.glazedlists.CompositeList
 
CompositeList(ListEventPublisher, ReadWriteLock) - Constructor for class org.jadice.util.glazedlists.CompositeList
Create a CompositeList that uses the given publisher and lock .
CompositeMatcherEditor<E> - Class in org.jadice.util.glazedlists.matchers
A MatcherEditor composed of zero or more delegate MatcherEditors.
CompositeMatcherEditor() - Constructor for class org.jadice.util.glazedlists.matchers.CompositeMatcherEditor
CompositeMatcherEditor(EventList<MatcherEditor<E>>) - Constructor for class org.jadice.util.glazedlists.matchers.CompositeMatcherEditor
Create a CompositeMatcherEditor that creates Matchers from the union of the specified EventList of MatcherEditors.
CompositeMemento - Class in org.jadice.util.base
A composite memento that encompasses a collection or an array of MementoOriginators.
CompositeMemento(Collection<? extends MementoOriginator>) - Constructor for class org.jadice.util.base.CompositeMemento
Create a composite memento for all given originators.
CompositeMemento(Collection<? extends MementoOriginator>, boolean) - Constructor for class org.jadice.util.base.CompositeMemento
Create a composite memento for all given originators.
CompositePageSegment - Class in com.levigo.jadice.document.composite
Within a CompositePageSegment (cps) one or more PageSegments can be arranged by transformations and clippings.
CompositePageSegment(Dimension2D) - Constructor for class com.levigo.jadice.document.composite.CompositePageSegment
 
compositionLookupProperties - Variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Instance of the property file.
CompressionMessages - Enum in com.levigo.jadice.format.jpeg2000.msg
 
computeCurve() - Method in class com.levigo.jadice.document.util.GradationCurve
 
computeCurve() - Method in class com.levigo.jadice.document.util.NaturalCubicSpline1D
 
computeScore(FontAttributeSet, FontAttributeSet) - Method in class com.levigo.jadice.appbase.font.resolve.BasicFontResolver
 
concatenate(AffineTransform) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTransformationSettings
Concatenates the AffineTransform kept in the ContentsCreatorTransformationSettings with the transformation given as parameter for this method.
ConcatenatedInputStream - Class in com.levigo.jadice.document.io
ConcatenatedInputStream is a small class giving the ability to concatenate InputStreams to a new big one.
ConcatenatedInputStream() - Constructor for class com.levigo.jadice.document.io.ConcatenatedInputStream
create an ConcatenatedInputStream
ConcurrentMessages - Enum in org.jadice.util.concurrent
 
ConditionFactory - Interface in com.levigo.jadice.document.condition
A conditionFactory provides the possibility to create an immutable condition.
ConditionFactoryProvider - Interface in com.levigo.jadice.document.condition
An interface to be implemented by classes which provide some kind ConditionFactory.
ConditionFactoryUtils - Class in com.levigo.jadice.document.condition
ConditionFactoryUtils() - Constructor for class com.levigo.jadice.document.condition.ConditionFactoryUtils
 
ConditionRenderSettings - Class in com.levigo.jadice.document.condition
Contains a condition that is applied during the rendering
ConditionRenderSettings() - Constructor for class com.levigo.jadice.document.condition.ConditionRenderSettings
 
Confidential - com.levigo.jadice.format.xfdf.annotation.StampName
 
configure() - Static method in class com.levigo.jadice.bm.BufferManagerConfigurer
Return a BufferManagerConfigurer to be used to configure a BufferManager.
configure() - Static method in class com.levigo.jadice.document.config.JadicePropertiesConfiguration
Loads the configuration from the file Jadice.properties.
configure(C) - Method in interface com.levigo.jadice.document.config.ComponentConfigurer
Apply the configuration to an instance of the type we are able to configure.
configure(FontFactoryProcessingSettings) - Method in class com.levigo.jadice.appbase.font.DefaultFontFactorySettingsConfigurer
 
configure(FontFactoryProcessingSettings) - Method in class com.levigo.jadice.demo.font.FontFactorySettingsConfigurer
 
configure(ReadConfigurer) - Method in class com.levigo.jadice.document.read.fluent.ReadConfiguration
Configure the ReadConfiguration for the given ReadConfigurer.
configure(PageLayoutSettings) - Method in class com.levigo.jadice.appbase.pageview.PageLayoutSettingsConfigurer
 
configure(File) - Static method in class com.levigo.jadice.document.config.JadicePropertiesConfiguration
Loads the configuration from the given Properties file.
configure(InputStream) - Static method in class com.levigo.jadice.document.config.JadicePropertiesConfiguration
Loads the configuration as Properties (key and element pairs) from the given InputStream.
configure(Object) - Static method in class com.levigo.jadice.document.config.Jadice
Apply all registered and applicable ComponentConfigurers to an object.
configure(String) - Static method in class com.levigo.jadice.document.config.JadicePropertiesConfiguration
Loads the configuration as a Properties resource with given name.
configure(Properties) - Static method in class com.levigo.jadice.document.config.JadicePropertiesConfiguration
Loads the configuration from the given Properties.
configure(PreferenceStore) - Static method in class com.levigo.jadice.document.config.JadicePropertiesConfiguration
Loads the configuration from the given PreferenceStore.
configure(PreferenceStore) - Method in interface com.levigo.jadice.document.config.PropertiesConfigurer
Apply a configuration to the functionality that the implementation is able to configure.
configure(PreferenceStore) - Method in class com.levigo.jadice.search.PropertiesConfigurerImpl
 
configure(PreferenceStore) - Method in class com.levigo.jadice.swing.crosshair.PropertiesConfigurerImpl
 
configure(PreferenceStore) - Method in class com.levigo.jadice.swing.lens.PropertiesConfigurerImpl
 
configureAreaSelectionTool(AreaSelectionTool, Context) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Configures the AreaSelectionTool.
configureBookmarkStore(BasicJadicePanel) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Called during initialization to register a BookmarkStore on the given panels context.
configureDragAndDrop(BasicJadicePanel) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Called during initialization.
configureFontEnvironment() - Static method in class com.levigo.jadice.appbase.font.DefaultFontEnvironments
Initialize and configure Standard-14 fonts.
configureFontEnvironment() - Static method in class com.levigo.jadice.appbase.font.DefaultSwingFontEnvironments
Initialize and configure Standard-14 fonts.
configureFontEnvironment() - Static method in class com.levigo.jadice.demo.font.FontEnvironments
 
configureFontEnvironment() - Static method in class com.levigo.jadice.demo.font.SwingFontEnvironments
 
configureGraphics(Graphics2D, Graphics2D) - Method in class org.jadice.util.swing.panel.FadeablePane
 
configureImportExportHandlers(BasicJadicePanel, ToolManager) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Is called during initialization.
configureKeyBindingsTool(KeyBindingsTool, Context) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Configures an instance of KeyBindingsTool by adding a couple of actions to be invoked when specific KeyEvents occur.
configureLinkTool(EmbeddedLinkTool) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Configure the EmbeddedLinkTool with an InstructionExecutorInventory containing the executors desired to be used for embedded links
configurePropertiesFromAction(Action) - Method in class org.jadice.util.swing.action.components.ActionJButton
 
configurePropertiesFromAction(Action) - Method in class org.jadice.util.swing.action.components.ActionJCheckboxMenuItem
 
configurePropertiesFromAction(Action) - Method in class org.jadice.util.swing.action.components.ActionJRadioButton
 
configurePropertiesFromAction(Action) - Method in class org.jadice.util.swing.action.components.ActionJRadioMenuItem
 
configurePropertiesFromAction(Action) - Method in class org.jadice.util.swing.action.components.ActionJToggleButton
 
configurePropertiesFromAction(Action) - Method in class org.jadice.util.swing.action.components.IconJMenuItem
Additional initializing of the menuitem.
configurePropertiesFromAction(Action) - Method in class org.jadice.util.swing.action.components.NonUglyActionJToggleButton
 
configurePropertiesFromAction(Action) - Method in class org.jadice.util.swing.action.components.VisibilityEnabledJCheckboxMenuItem
Additional initializing of the menu item.
configurePropertiesFromAction(Action) - Method in class org.jadice.util.swing.action.components.VisibilityEnabledJRadioMenuItem
Additional initializing of the menuitem.
configurePropertiesFromAction(Action) - Method in class org.jadice.util.swing.button.DropDownToggleButton
 
configureReader(Reader) - Method in class com.levigo.jadice.document.lazy.LazyStreamPageSegment.StreamDataProvider
 
configureStatusBar(StatusBar) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Called during initialization to configure the status bar.
configureTextSelectionTool(TextSelectionTool, Context) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
 
configureToolManager(ToolManager) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Is called during initialization and registers the available tools.
connectJMXConfigurationBean() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
Connects the the CacheConfigurationMXBean to the MBeanServer.
connectJMXOccupationBean() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
Connects the the CacheOccupationMXBean to the MBeanServer .
connectJMXStatisticsBean() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
Connects the the CacheStatisticsMXBean to the MBeanServer .
constantFunction(V) - Static method in class org.jadice.util.glazedlists.GlazedLists
Get a FunctionList.Function that always returns the given value, regardless of its input.
CONSTRAINED - Static variable in class org.jadice.util.glazedlists.matchers.MatcherEditor.Event
Indicates the associated Matcher is a constrained version of the previous Matcher, implying it can be expected to match at most the same values matched by the previous Matcher, and possibly fewer.
constraintBeforeFloating - Variable in class com.levigo.jadice.demo.SorterToolbar.SorterToolBarUI
 
consume() - Method in class com.levigo.jadice.swing.tool.EditEvent
 
consume(int) - Method in class com.levigo.jadice.document.io.SeekableLookaheadStream
consume the specified number of characters looked ahead.
ContainerUtilities - Class in com.levigo.jadice.appbase
ContainerUtilities
ContainerUtilities() - Constructor for class com.levigo.jadice.appbase.ContainerUtilities
 
contains(A) - Method in class com.levigo.jadice.document.font.attribute.FontAttributeSet
Find out whether or not this set contains a given Attribute instance.
contains(AnnotationType) - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
Return whether this profile or a parent profile contain the given annotation type.
contains(Point) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
contains(Class<A>) - Method in class com.levigo.jadice.document.font.attribute.FontAttributeSet
Find out whether or not this set contains an Attribute of the given type.
contains(Object) - Method in class org.jadice.util.base.collections.FrozenList
 
contains(Object) - Method in class org.jadice.util.base.collections.InterceptableList
 
contains(Object) - Method in class org.jadice.util.base.collections.IntHashtable
 
contains(Object) - Method in class org.jadice.util.base.collections.ObservableCollection
 
contains(Object) - Method in class org.jadice.util.base.collections.ObservableList
 
contains(Object) - Method in class org.jadice.util.glazedlists.AbstractEventList
Returns true if this list contains the specified element.
contains(Object) - Method in class org.jadice.util.glazedlists.DebugList
Returns true if this list contains the specified element.
contains(Object) - Method in class org.jadice.util.glazedlists.SortedList
Returns true if this list contains the specified element.
contains(Object) - Method in class org.jadice.util.glazedlists.ThresholdList
Returns true if this list contains the specified element.
contains(String) - Method in enum com.levigo.jadice.fontmanager.LiberalStandard14Names
Checks if the given name is contained in the standard14 font
contains(Collection<E>, Matcher<? super E>) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Returns true if the given collection contains an element that satisfies the given matcher; false otherise.
contains(AbstractButton) - Method in class org.jadice.util.swing.button.JButtonGroup
Checks whether the group contains the given button
CONTAINS - Static variable in class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Matching mode where items are considered a match if at least one of the filter strings extracted from an object contains one of the given search strings.
containsAll(Collection<?>) - Method in class org.jadice.util.base.collections.FrozenList
 
containsAll(Collection<?>) - Method in class org.jadice.util.base.collections.InterceptableList
 
containsAll(Collection<?>) - Method in class org.jadice.util.base.collections.ObservableCollection
 
containsAll(Collection<?>) - Method in class org.jadice.util.base.collections.ObservableList
 
containsAll(Collection<?>) - Method in class org.jadice.util.glazedlists.AbstractEventList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class org.jadice.util.glazedlists.DebugList
Returns true if this list contains all of the elements of the specified collection.
containsAnyOfIgnoreCase(String, String...) - Static method in class org.jadice.util.base.Strings
Returns whether one of the search strings are contained in the given string.
containsIgnoreCase(String, String) - Static method in class org.jadice.util.base.Strings
Returns whether the search string is contained in the given string.
containsInvalidXMLCharacters(String) - Static method in class com.levigo.jadice.document.metadata.MetadataUtil
Return whether the given string contains any character that is not valid in an XML document.
containsKey(int) - Method in class org.jadice.util.base.collections.IntHashtable
 
containsKey(Object) - Method in class org.jadice.util.base.collections.ObservableMap
 
containsKey(Object) - Method in class org.jadice.util.mm.SequencedHashMap
containsTranslation(AffineTransform) - Static method in class org.jadice.util.base.AffineTransforms
 
containsValue(Object) - Method in class org.jadice.util.base.collections.ObservableMap
 
containsValue(Object) - Method in class org.jadice.util.mm.SequencedHashMap
CONTENT - com.levigo.jadice.document.PageSegmentEvent.Type
A page segment is modified, the page segments content is changed.
contents - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
ContentsCreatorColorSettings - Class in com.levigo.jadice.document.contentscreator.settings
Objects of this class keep the Color settings for in a ContentsCreatorControl object.
ContentsCreatorColorSettings() - Constructor for class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorColorSettings
 
ContentsCreatorControls - Class in com.levigo.jadice.document.contentscreator
A class to control the rendering of elements added to a ContentsCreatorPageSegmentBuilder.
ContentsCreatorControls() - Constructor for class com.levigo.jadice.document.contentscreator.ContentsCreatorControls
Creates a new empty ContentsCreatorControls object which can then be used to keep settings to manipulate elements added to a ContentsCreatorPageSegmentBuilder
ContentsCreatorDrawModeSettings - Class in com.levigo.jadice.document.contentscreator.settings
Objects of this class keep the settings used to draw shapes as part of a ContentsCreatorControls object.
ContentsCreatorDrawModeSettings() - Constructor for class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorDrawModeSettings
 
ContentsCreatorDrawModeSettings.DrawMode - Enum in com.levigo.jadice.document.contentscreator.settings
 
ContentsCreatorPageSegment - Class in com.levigo.jadice.document.contentscreator
An AbstractPageSegment implementation which allows manipulation of the root container
ContentsCreatorPageSegmentBuilder - Class in com.levigo.jadice.document.contentscreator
 
ContentsCreatorPageSegmentBuilder() - Constructor for class com.levigo.jadice.document.contentscreator.ContentsCreatorPageSegmentBuilder
 
ContentsCreatorSettings - Interface in com.levigo.jadice.document.contentscreator.settings
 
ContentsCreatorTextSettings - Class in com.levigo.jadice.document.contentscreator.settings
Objects of this class keep the settings used to render text as part of a ContentsCreatorControls object.
ContentsCreatorTextSettings() - Constructor for class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTextSettings
ContentsCreatorTransformationSettings - Class in com.levigo.jadice.document.contentscreator.settings
Objects of this class keep the transformation settings as part of a ContentsCreatorControls object.
ContentsCreatorTransformationSettings() - Constructor for class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTransformationSettings
 
ContentsCreatorUtils - Class in com.levigo.jadice.document.contentscreator
A class containing useful helper methods to assist in the creation of an ContentsCreatorPageSegmentBuilder.
contentsRichtext - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
contentStream - Variable in class com.levigo.jadice.annotation.ObjectAnnotation
 
Context - Class in org.jadice.util.swing.action.context
The Context is the class in the middle of the context model.
CONTEXT_MENU_ACTIONS - Static variable in interface org.jadice.util.swing.action.factories.MenuComponentFactory
Parameter of contextmenu actions in the property file
Context.Ancestors - Enum in org.jadice.util.swing.action.context
Enum used to determine whether the aggregated view includes elements of ancestor (parent, grand-parent etc.) contexts.
Context.Children - Enum in org.jadice.util.swing.action.context
Enum used to determine whether the aggregated view includes elements of child contexts.
ContextAwareAnnotationCustomizer - Interface in com.levigo.jadice.annotation
 
contextChanged() - Method in class org.jadice.util.swing.action.context.Context
Propagate context changes to all parent contexts and actions that are registered as ContextListener.
contextChanged(Context) - Method in class com.levigo.jadice.appbase.status.DocumentStatusMessageSnapIn
 
contextChanged(Context) - Method in class com.levigo.jadice.appbase.status.PageSnapIn
 
contextChanged(Context) - Method in class com.levigo.jadice.appbase.status.ZoomSnapIn
 
contextChanged(Context) - Method in class com.levigo.jadice.demo.DemoPageSnapIn
 
contextChanged(Context) - Method in class com.levigo.jadice.demo.DemoZoomSnapIn
 
contextChanged(Context) - Method in class org.jadice.util.swing.action.commands.CommandAction
Check the commandAction by the change of the context.
contextChanged(Context) - Method in interface org.jadice.util.swing.action.context.ContextListener
Message about the changing of the context.
ContextListener - Interface in org.jadice.util.swing.action.context
Interface for listeners who wish to be notified upon refreshes/changes of the Context they register with.
ContextualAction - Interface in org.jadice.util.swing.action.commands
An Action associated with a Context.
ContextUtils - Class in org.jadice.util.swing.action.context
A collection of static utility methods used to deal with Contexts.
CONTINUE - com.levigo.jadice.demo.outline.OutlineVisitor.VisitResult
Continue visiting the next child node
CONTINUOUS_PAGE - com.levigo.jadice.swing.pageview.PageView.Layout
A layout where all pages are laid out as a vertical, one page wide sequence of pages.
CONTINUOUS_SPREAD - com.levigo.jadice.swing.pageview.PageView.Layout
A layout where all pages are laid out as a vertical, two page wide sequence of page spreads.
contribute(ComponentAddon) - Method in class com.levigo.jadice.swing.ui.ComponentAddonManagement
Each new component added by the library will contribute its default UI classes, colors and fonts to the LookAndFeelAddons.
contribute(TreeContributionContext, MenuBuilder) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
contribute(TreeContributionContext, MenuBuilder) - Method in interface org.jadice.util.swing.flextree.TreeContextMenuContributor
This method is called in order to give the menu contributor a chance to contribute context menu entries via the supplied MenuBuilder.
contribute(ContributionContext, MenuBuilder) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
contribute(ContributionContext, MenuBuilder) - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
contribute(ContributionContext, MenuBuilder) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
contribute(ContributionContext, MenuBuilder) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
There are no default contributions of the ThumbnailView to its context menu.
contribute(ContributionContext, MenuBuilder) - Method in class com.levigo.jadice.swing.tool.Tool
 
contribute(ContributionContext, MenuBuilder) - Method in class com.levigo.jadice.swing.ViewComponent
 
contribute(ContributionContext, MenuBuilder) - Method in class org.jadice.util.swing.menu.AbstractSubmenuContributor
 
contribute(ContributionContext, MenuBuilder) - Method in interface org.jadice.util.swing.menu.MenuContributor
This method is called in order to give the menu contributor a chance to contribute context menu entries via the supplied MenuBuilder.
ContributionContext - Interface in org.jadice.util.swing.menu
contributor - Variable in class org.jadice.util.swing.menu.BasicMenuBuilder.Entry
 
ControlCurve - Class in com.levigo.jadice.document.util
This class represents a curve defined by a sequence of control points.
ControlCurve() - Constructor for class com.levigo.jadice.document.util.ControlCurve
 
convertFrom(Unit, double) - Method in enum com.levigo.jadice.document.Unit
Convert the given value in the given destination unit to this unit.
convertFrom(Unit, float) - Method in enum com.levigo.jadice.document.Unit
Convert the given value in the given destination unit to this unit.
convertFromDocumentUnits(Unit, double) - Static method in class com.levigo.jadice.document.Documents
Convert the given value from jadice document units to the given unit.
convertFromDocumentUnits(Unit, float) - Static method in class com.levigo.jadice.document.Documents
Convert the given value from jadice document units to the given unit.
convertTo(Unit) - Method in class com.levigo.jadice.document.Resolution
 
convertTo(Unit, double) - Method in enum com.levigo.jadice.document.Unit
Convert the given value in this unit to the given destination unit.
convertTo(Unit, float) - Method in enum com.levigo.jadice.document.Unit
Convert the given value in this unit to the given destination unit.
convertToDocumentUnits(Unit, double) - Static method in class com.levigo.jadice.document.Documents
Convert the given value from the given unit to jadice document units.
convertToDocumentUnits(Unit, float) - Static method in class com.levigo.jadice.document.Documents
Convert the given value from the given unit to jadice document units.
convertToInstruction(SerializableInstruction) - Method in class com.levigo.jadice.demo.outline.serialize.InstructionConverter
 
convertToSerializable(Instruction) - Method in class com.levigo.jadice.demo.outline.serialize.InstructionConverter
 
copy() - Method in class org.jadice.util.glazedlists.event.ListEvent
Create a bitwise copy of this ListEvent.
copy(InputStream, OutputStream) - Static method in class com.levigo.jadice.document.io.IOUtils
 
copy(InputStream, OutputStream, int) - Static method in class com.levigo.jadice.document.io.IOUtils
 
COPY_CHUNK_SIZE - Static variable in class com.levigo.jadice.document.io.IOUtils
 
copyAndClose(InputStream, OutputStream) - Static method in class com.levigo.jadice.document.io.IOUtils
Copies all data from input to output.
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.annotation.Annotation
Copy annotation type related attributes to new annotation.
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.annotation.ArrowAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.annotation.CalloutAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.annotation.EllipseAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.annotation.HistoryAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.annotation.InstructionAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.annotation.LineAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.annotation.ObjectAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.annotation.PathAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.annotation.RectangleAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.annotation.StampAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.annotation.StampImageAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.annotation.TextAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCircleAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPopupAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFSquareAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFStampAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextAnnotation
 
copyAttributesTo(Annotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextMarkupAnnotation
 
CopyRasterizedSelectionCommand - Class in com.levigo.jadice.appbase.commands
 
CopyRasterizedSelectionCommand() - Constructor for class com.levigo.jadice.appbase.commands.CopyRasterizedSelectionCommand
 
CopySelectedTextCommand - Class in com.levigo.jadice.appbase.commands
 
CopySelectedTextCommand() - Constructor for class com.levigo.jadice.appbase.commands.CopySelectedTextCommand
 
copyStream(SeekableInputStream, ImageOutputStream) - Static method in class com.levigo.jadice.document.io.IOUtils
 
Corner - Enum in org.jadice.util.base
An enum describing a corner of a rectangular area.
CORRUPT_BITSTUFFING - com.levigo.jadice.format.jpeg2000.msg.CompressionMessages
 
count - Variable in class com.levigo.jadice.document.io.ByteArrayBuffer
Number of bytes in the tail buffer.
count(Collection<E>, Matcher<? super E>) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Iterate through the specified collection and count all elements that match the specified matcher.
count(JComponent, Class<?>) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Count the elements matching the given class in the context for the given UI component.
count(EventList) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that reports the number of elements as an Integer.
count(EventList<E>, Matcher<E>) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that reports the number of elements that satisfy the given matcher as an Integer.
Courier - com.levigo.jadice.fontmanager.LiberalStandard14Names
 
Courier - com.levigo.jadice.fontmanager.Standard14Substitute
 
Courier_Bold - com.levigo.jadice.fontmanager.LiberalStandard14Names
 
Courier_Bold_Oblique - com.levigo.jadice.fontmanager.LiberalStandard14Names
 
Courier_Oblique - com.levigo.jadice.fontmanager.LiberalStandard14Names
 
CourierBold - com.levigo.jadice.fontmanager.Standard14Substitute
 
CourierBoldItalic - com.levigo.jadice.fontmanager.Standard14Substitute
 
CourierItalic - com.levigo.jadice.fontmanager.Standard14Substitute
 
create() - Method in class com.levigo.jadice.annotation.profiles.NameBasedFactory
 
create() - Static method in class com.levigo.jadice.printer.PrintJobConfiguration
Creates a new PrintJobConfiguration instance, prepared with the all default settings and configuration, as ready to use instance.
create() - Method in interface org.jadice.util.base.Factory
Create an instance of T.
create() - Method in interface org.jadice.util.mm.ckc.CacheIteratorFactory
 
create(Document) - Static method in class com.levigo.jadice.document.flavor.JVMLocalDataFlavor
Creates a JVMLocalDataFlavor for a specific Document which is the source of Pages to move or copy.
create(Document) - Static method in class com.levigo.jadice.document.flavor.ReorderDataFlavor
Creates a ReorderDataFlavor for a specific Document to which the reordering shall be applied.
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.annotation.font.SwingAnnotationBasicFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationLogicalFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationStandard14FontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationSystemFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationWellKnownNameFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.annotation.ChainedAnnotationFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.ChainedFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.FamilyNameFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.FontNameFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.FontsPropertiesFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.FuzzyPostscriptNameFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.FuzzyStyleFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.log.ActivateLoggingFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.log.DelegateLoggingFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.LogicalFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.NameFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.PostScriptNameFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.StyleFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.appbase.font.factory.WellKnownNameFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.demo.font.annotation.AnnotationProfileLogicalFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.demo.font.annotation.AnnotationProfileStandard14FontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.demo.font.annotation.AnnotationProfileSystemFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.demo.font.annotation.SwingAnnotationProfileBasicFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in class com.levigo.jadice.document.font.factory.BasicFontFactory
 
create(FontAttributeSet, Map<String, Object>) - Method in interface com.levigo.jadice.document.font.factory.FontFactory
Supply a Font which fits well for the requested parameters.
create(MimeType) - Method in class com.levigo.jadice.document.Format
Create an instance of this format corresponding to the given MIME type.
create(MimeType) - Method in class com.levigo.jadice.format.imageio.ImageIOFormat
 
create(MimeType) - Method in class com.levigo.jadice.format.text.TextFormat
 
create(InputStream) - Static method in class org.jadice.util.base.Strings
Create a string by fully reading the supplied input stream using the default platform encoding.
create(InputStream, String) - Static method in class org.jadice.util.base.Strings
Create a string by fully reading the supplied input stream using the specified encoding.
create(Class<?>) - Static method in class org.jadice.util.swing.action.injection.ParameterInjector
 
create(Class<C>) - Static method in class com.levigo.jadice.document.config.Jadice
Create a new instance of the given type and apply the ComponentConfigurers pertaining to it.
create(JComponent, InputEvent, Page, int, Rectangle, RenderControls) - Static method in class com.levigo.jadice.swing.tool.EditEvent
Create the correct EditEvent for the given InputEvent.
create(EventList<E>) - Static method in class org.jadice.util.glazedlists.GroupingList
Creates a GroupingList that determines groupings via the Comparable interface which all elements of the source are assumed to implement.
create(EventList<E>) - Static method in class org.jadice.util.glazedlists.PopularityList
Creates a new PopularityList that provides frequency-ranking for the specified EventList.
create(EventList<E>) - Static method in class org.jadice.util.glazedlists.SortedList
Creates a SortedList that sorts the specified EventList.
create(EventList<E>) - Static method in class org.jadice.util.glazedlists.UniqueList
Creates a UniqueList that determines uniqueness via the Comparable interface.
create(QualifiedLogger) - Method in interface org.jadice.util.log.qualified.FilterChain
 
create(QualifiedLogger) - Static method in class org.jadice.util.log.qualified.FilterChain.Factory
 
create(Context.Children, Context.Ancestors) - Static method in class org.jadice.util.swing.action.context.Context
Create an owner-less context with the given aggregation modes.
CREATE - com.levigo.jadice.swing.annotation.AnnotationTool.Mode
 
createActions(Context) - Method in class com.levigo.jadice.appbase.status.ZoomSnapIn
Creates the Actions to be offered to the user by this SnapIn.
createActions(Context) - Method in class com.levigo.jadice.demo.DemoZoomSnapIn
Creates the Actions to be offered to the user by this SnapIn.
createAndLog(FontAttributeSet, Map<String, Object>, Log) - Method in class com.levigo.jadice.appbase.font.factory.ChainedFontFactory
 
createAndLog(FontAttributeSet, Map<String, Object>, Log) - Method in class com.levigo.jadice.appbase.font.factory.log.DelegateLoggingFontFactory
 
createAndLog(FontAttributeSet, Map<String, Object>, Log) - Method in interface com.levigo.jadice.appbase.font.factory.log.LoggingFontFactory
Perform the FontFactory's usual duties, but also create log output.
createAWTFont(FontAttributeSet) - Method in class com.levigo.jadice.appbase.annotation.font.ChainedSwingAnnotationFontFactory
 
createAWTFont(FontAttributeSet) - Method in class com.levigo.jadice.appbase.annotation.font.SwingAnnotationBasicFontFactory
 
createAWTFont(FontAttributeSet) - Method in class com.levigo.jadice.appbase.annotation.font.SwingAnnotationLogicalFontFactory
 
createAWTFont(FontAttributeSet) - Method in class com.levigo.jadice.appbase.annotation.font.SwingAnnotationStandard14FontFactory
 
createAWTFont(FontAttributeSet) - Method in class com.levigo.jadice.appbase.annotation.font.SwingAnnotationSystemFontFactory
 
createAWTFont(FontAttributeSet) - Method in class com.levigo.jadice.appbase.annotation.font.SwingAnnotationWellKnownNameFontFactory
 
createAWTFont(FontAttributeSet) - Method in class com.levigo.jadice.demo.font.annotation.SwingAnnotationProfileBasicFontFactory
 
createAWTFont(FontAttributeSet) - Method in class com.levigo.jadice.demo.font.annotation.SwingAnnotationProfileGenericStylesSystemFontFactory
 
createAWTFont(FontAttributeSet) - Method in class com.levigo.jadice.demo.font.annotation.SwingAnnotationProfileLogicalFontFactory
 
createAWTFont(FontAttributeSet) - Method in class com.levigo.jadice.demo.font.annotation.SwingAnnotationProfileStandard14FontFactory
 
createAWTFont(FontAttributeSet) - Method in class com.levigo.jadice.demo.font.annotation.SwingAnnotationProfileSystemFontFactory
 
createAWTFont(FontAttributeSet) - Method in interface com.levigo.jadice.swing.annotation.font.SwingAnnotationFontFactory
Returns Font instance for given FontAttributeSet definition.
createAWTFont(Font, float) - Static method in class com.levigo.jadice.swing.annotation.font.SwingAnnotations
Try to create Java AWT Font instance from given Font instance.
createBackgroundProgressBar(Box) - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
Create the background progress bar behind the search text field.
createBackgroundProgressBar(Box) - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
Create the background progress bar behind the search text field.
createBackgroundProgressBar(Box) - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
Create the background progress bar behind the search text field.
createBaseTransform(Dimension2D) - Method in class com.levigo.jadice.document.Resolution
Create an AffineTransform scaling the unit square with this resolution to the given size at base units.
createBasicJadicePanel() - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Called during initialization to create the basic jadice panel.
createBookmark(Document, Page, String, PageView) - Method in class com.levigo.jadice.demo.bookmark.BookmarkStore
Creates a new Bookmark for the given parameters.
createBookmarkStore() - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Called when the document changes to create a new bookmark store.
createBuffer(int, int) - Method in class org.jadice.util.swing.panel.FadeablePane
Creates the BufferedImage to be used as the cached image.
createButton(Action) - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
Create a button for the given action.
createButton(Action) - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
Create a button for the given action.
createButton(Action) - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
Create a button for the given action.
createButton(Action) - Method in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
createButton(Action) - Method in class com.levigo.jadice.demo.pdf.signature.RolloutPDFSignatureBox
 
createCacheableVisualElement() - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
 
createCacheableVisualElement() - Method in class com.levigo.jadice.document.AbstractPageSegment
This method is not part of the public API
createCacheableVisualElement() - Method in class com.levigo.jadice.document.composite.AbstractCompositePageSegment
 
createCacheableVisualElement() - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorPageSegment
 
createChangedEvent(Matcher<E>) - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditorListenerSupport
creates a changed event.
createColorWithAlpha(Color, float) - Static method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
 
createCommand(String) - Method in class org.jadice.util.swing.action.factories.BasicCommandFactory
 
createComparatorForElement(Comparator<E>, int) - Method in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Creates a Comparator that can compare list elements given a Comparator that can compare column values for the specified column.
createCondition() - Method in interface com.levigo.jadice.document.condition.ConditionFactory
Constructs an immutable condition that can be used within ConditionRenderSettings
createConstrainedEvent(Matcher<E>) - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditorListenerSupport
creates a constrained event.
createContextToolbarSnapIns(E, PropertyProfile<T>) - Method in interface com.levigo.jadice.annotation.profiles.AnnotationPropertyEditor
 
CREATED - org.jadice.util.mm.ckc.events.EventType
An event type indicating that the cache entry was created.
createdAt - Variable in class com.levigo.jadice.annotation.Annotation
 
createdBy - Variable in class com.levigo.jadice.annotation.Annotation
 
createDefaultCollection() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.CollectionValue
 
createDefaultCollection() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.CollectionValue.ListValue
 
createDefaultDialogBorder(Container, JComponent) - Static method in class com.levigo.jadice.swing.ui.UIs
Create a border used to separate the dialog content from the frame.
createDefaultPageExportHandler() - Static method in class com.levigo.jadice.demo.dnd.ImportExportHandlerFactory
Create the default ExportHandler.
createDefaultPageFormat(PreferenceStore) - Static method in class com.levigo.jadice.printer.PrintEnvironment
Returns the default PageFormat.
createDefaultPageImportHandler() - Static method in class com.levigo.jadice.demo.dnd.ImportExportHandlerFactory
Create the default ImportHandler.
createDefaultStream(Attachment) - Static method in class com.levigo.jadice.document.att.Attachments
 
createDefaultSynchronizer() - Static method in class com.levigo.jadice.document.render.RenderControlsInventory
Returns a default synchronizer which reflects document render settings changes into all page render controls.
createDetailsView() - Method in interface org.jadice.util.swing.infobar.MessageConsumer.Message
Create a visual representation of the message.
createDetailsView() - Method in class org.jadice.util.swing.infobar.SimpleMessage
 
createDialog(PrintJobConfiguration) - Method in class com.levigo.jadice.demo.commands.DemoPrint
 
createDialog(PrintJobConfiguration) - Method in class com.levigo.jadice.swing.commands.PrintDocumentCommand
 
createDocumentMarshaller() - Static method in class com.levigo.jadice.document.marshalling.MarshallingFactory
Creates a DocumentMarshaller instance
createDocumentStatusMessageSnapIn() - Static method in class com.levigo.jadice.appbase.status.SnapInFactory
Creates a snap-in, which shows the document state of the current document.
createDocumentUnmarshaller(MimeType) - Static method in class com.levigo.jadice.document.marshalling.MarshallingFactory
createDocumentUnmarshaller(MimeType, ReaderControls) - Static method in class com.levigo.jadice.document.marshalling.MarshallingFactory
Creates a DocumentUnmarshaller with the given parameters
createEventReceiver() - Method in class com.levigo.jadice.demo.gestures.MouseGestureSupport
 
createExecutor(ExecutorManager.ConfigurationStrategy) - Method in class org.jadice.util.concurrent.tasks.DefaultExecutorManager
 
createExecutor(ExecutorManager.ConfigurationStrategy) - Method in interface org.jadice.util.concurrent.tasks.ExecutorManager
 
createFloatingWindow(JToolBar) - Method in class com.levigo.jadice.demo.SorterToolbar.SorterToolBarUI
 
createForFlyout() - Static method in class org.jadice.util.swing.infobar.RollingMessagePanel
Create a RollingMessagePanel pre-configured for use as a flyout panel.
createForStatusBar() - Static method in class org.jadice.util.swing.infobar.RollingMessagePanel
Create a RollingMessagePanel pre-configured for use in a status bar.
createFrame(BasicJadicePanel) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Called during initialization to create the main Window.
createFrame(BasicJadicePanel) - Method in class com.levigo.jadice.demo.launcher.EmbeddedDemoApplication
 
createFrameListener() - Method in class com.levigo.jadice.demo.SorterToolbar.SorterToolBarUI
Creates a frame listener for floating frames.
createJadiceAnnotationToolbar() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Creates and returns the annotation toolbar.
createJadiceMainToolBar() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Creates and returns the application's toolbar.
createJadiceMenuBar() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Creates and returns the applications menubar.
createJWTPageExportHandler() - Static method in class com.levigo.jadice.demo.dnd.ImportExportHandlerFactory
 
createLabel(String) - Method in class com.levigo.jadice.demo.pdf.signature.RolloutPDFSignatureBox
 
createLazyMetadata(MetadataProvider) - Static method in class com.levigo.jadice.document.metadata.MetadataBuilder
 
createListEventPublisher() - Static method in class org.jadice.util.glazedlists.event.ListEventAssembler
Create a new ListEventPublisher for an EventList not attached to any other EventLists.
createLock() - Method in interface org.jadice.util.glazedlists.util.concurrent.LockFactory
Create a Lock.
createMatchAllEvent(Matcher<E>) - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditorListenerSupport
creates a match all event.
createMatcher() - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
createMatcher() - Method in class com.levigo.jadice.search.PatternSearchRequest
Deprecated.
 
createMatcher() - Method in class com.levigo.jadice.search.SearchRequest
Deprecated.
 
createMatcherFilteredList(EventList<Annotation>) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
createMatchNoneEvent(Matcher<E>) - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditorListenerSupport
creates a match none event.
createMemberList() - Method in class org.jadice.util.glazedlists.CompositeList
Creates a new EventList that shares its ReadWriteLock and ListEventPublisher with this CompositeList.
createMemento() - Method in class com.levigo.jadice.annotation.Annotation
 
createMemento() - Method in interface org.jadice.util.base.MementoOriginator
 
createMemoryMonitorSnapIn() - Static method in class com.levigo.jadice.appbase.status.SnapInFactory
For development or problem analyze only.
createNamespaceContext() - Method in interface com.levigo.jadice.document.metadata.Metadata
Create a facade which allows a new mapping of namespace prefixes to be used to navigate and query nodes without changing the base document.
createNamespaceContext() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Create a facade node which allows a new mapping of namespace prefixes to be used to navigate and query nodes without changing the base document.
createNamespaceContext() - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Create a wrapper node which allows a new mapping of namespace prefixes to be used to navigate and query nodes without changing the base document.
createNewDebugList() - Method in class org.jadice.util.glazedlists.DebugList
 
createNewInstance() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
createNewInstance() - Method in class com.levigo.jadice.annotation.profiles.AnnotationTemplate
Create a new annotation instance already initialized with the annotation's default values.
createNewInstance() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
Create a new annotation instance already initialized with the annotation's default values.
createOptionalGroupPanel() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Creates and returns the optional group toolbar.
createPageLayoutSnapIn() - Static method in class com.levigo.jadice.appbase.status.SnapInFactory
Creates a snap-in, which allows the user to see and change the current page layout used by the page view.
createPageSegmentEvent() - Method in class com.levigo.jadice.document.AbstractMutablePageSegment
Create a pre-initialized PageSegmentEvent
createPageSnapIn() - Static method in class com.levigo.jadice.appbase.status.SnapInFactory
Creates a snap-in, which shows the current page number and the number of pages the current document contains.
createPopup() - Method in class org.jadice.util.swing.button.PopupButton
This method is called in order to create the popup menu.
createPopupMenu() - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
createPopupMenu() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
createPopupMenu(BasicMenuBuilder.Menu) - Static method in class org.jadice.util.swing.menu.SwingMenus
Create a JPopupMenu from a BasicMenuBuilder.Menu collected by a BasicMenuBuilder.
createPreviewPanel() - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
createPrinterStatusSnapIn() - Static method in class com.levigo.jadice.appbase.status.SnapInFactory
Creates a snap-in, which is only visible if a printing process is currently active and presents printing process informations.
createReader() - Method in class com.levigo.jadice.appbase.reader.CancelableReaderTask
Creates the Reader to be used by this task.
createReader() - Method in class com.levigo.jadice.document.Format
Instantiate a new FormatReader for this format.
createReader() - Method in class com.levigo.jadice.format.annocm.CMAnnotationFormat
 
createReader() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationFormat
 
createReader() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationFormat
 
createReader() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationFormat
 
createReader() - Method in class com.levigo.jadice.format.bmp.BMPFormat
 
createReader() - Method in class com.levigo.jadice.format.fn.FileNetImageFormat
Factory method.
createReader() - Method in class com.levigo.jadice.format.fnpc.FileNetPCFormFormat
 
createReader() - Method in class com.levigo.jadice.format.hocr.HocrFormat
 
createReader() - Method in class com.levigo.jadice.format.imageio.ImageIOFormat
 
createReader() - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000Format
 
createReader() - Method in class com.levigo.jadice.format.modca.AFPFormat
 
createReader() - Method in class com.levigo.jadice.format.modca.AfpLineModeFormat
 
createReader() - Method in class com.levigo.jadice.format.modca.IocaFormat
 
createReader() - Method in class com.levigo.jadice.format.modca.ModcaFormat
 
createReader() - Method in class com.levigo.jadice.format.pdf.OffsetPDFFormat
 
createReader() - Method in class com.levigo.jadice.format.pdf.PDFFormat
 
createReader() - Method in class com.levigo.jadice.format.text.TextFormat
Returns a file format corresponding file format to read the raw data stream and to create pages from the containing data.
createReader() - Method in class com.levigo.jadice.format.tiff.TIFFFormat
 
createReader() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationFormat
 
createReadWriteLock() - Method in interface org.jadice.util.glazedlists.util.concurrent.LockFactory
Create a ReadWriteLock.
createRelatedHorizontalGap(Container, JComponent, JComponent) - Static method in class com.levigo.jadice.swing.ui.UIs
Create a horizontal strut used to separate two related components.
createRelatedVerticalGap(Container, JComponent, JComponent) - Static method in class com.levigo.jadice.swing.ui.UIs
Create a vertical strut used to separate two related components.
createRelaxedEvent(Matcher<E>) - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditorListenerSupport
creates a relaxed event.
createRendering(RenderContext) - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000Rable
 
createResultList() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
createReturnValue(Reader) - Method in class com.levigo.jadice.appbase.reader.CancelableReaderTask
Creates the result to be returned by this task.
createSearch() - Method in interface com.levigo.jadice.search.engine.SearchEngine
Generates a new Search for the SearchEngine each time a search run should be started.
createSearchAndStatusArea() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
createSearchAndStatusArea() - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
createSearchAndStatusArea() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
createSearchField() - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
createSearchField() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
createSearchRequest() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
Create the SearchRequest used by this component.
createSelectionModel() - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
Creates a new default list selection model.
createSnapIn(String, Context) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
 
createSnapInStatusBar() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Creates and returns the embedded status bar.
createSnapshot() - Method in class com.levigo.jadice.annotation.AnnotationRenderSettings
Creates and returns a snapshot copy of this settings instance.
createSnapshot() - Method in class com.levigo.jadice.document.condition.ConditionRenderSettings
 
createSnapshot() - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorControls
Creates a snapshot of the ContentsCreatorControls and all contained settings objects.
createSnapshot() - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorColorSettings
 
createSnapshot() - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorDrawModeSettings
 
createSnapshot() - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTextSettings
Returns a deep snapshot of this settings object.
createSnapshot() - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTransformationSettings
 
createSnapshot() - Method in interface com.levigo.jadice.document.controls.ProcessingControls
Creates a snapshot copy of this instance.
createSnapshot() - Method in interface com.levigo.jadice.document.controls.ProcessingSettings
Create a snapshot copy of this instance.
createSnapshot() - Method in interface com.levigo.jadice.document.controls.SerializableProcessingControls
Creates a snapshot copy of this instance.
createSnapshot() - Method in interface com.levigo.jadice.document.controls.SerializableProcessingSettings
Create a snapshot copy of this instance.
createSnapshot() - Method in class com.levigo.jadice.document.font.factory.FontFactoryReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.document.marshalling.BaseMarshallingSettings
 
createSnapshot() - Method in class com.levigo.jadice.document.marshalling.DefaultMarshallingControls
 
createSnapshot() - Method in class com.levigo.jadice.document.read.DefaultReaderControls
 
createSnapshot() - Method in interface com.levigo.jadice.document.read.ReaderControls
Creates a snapshot copy of this reader control object.
createSnapshot() - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Creates and returns a snapshot copy of this settings instance.
createSnapshot() - Method in class com.levigo.jadice.document.render.DefaultRenderControls
 
createSnapshot() - Method in class com.levigo.jadice.document.render.ImageRenderSettings
Creates and returns a snapshot copy of this settings instance.
createSnapshot() - Method in interface com.levigo.jadice.document.render.RenderControls
Creates a snapshot copy of this instance.
createSnapshot() - Method in class com.levigo.jadice.document.render.RenderControlsInventory
Creates a snapshot copy of this inventory instance.
createSnapshot() - Method in class com.levigo.jadice.document.write.DefaultWriterControls
 
createSnapshot() - Method in interface com.levigo.jadice.document.write.WriterControls
Creates a snapshot copy of this writer control object.
createSnapshot() - Method in class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriterSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationWriterSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.bmp.BMPReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.hocr.settings.HocrReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.imageio.ImageIOJPEGReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.imageio.ImageIOReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000Rable
 
createSnapshot() - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000ReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.modca.AfpLineModeReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.modca.IOCAReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.pdf.crypt.standard.PDFStandardSecurityHandlerSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.pdf.settings.PDFStructureReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.text.TextReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.tiff.TIFFReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationReaderSettings
 
createSnapshot() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationWriterSettings
 
createSnapshot() - Method in class com.levigo.jadice.swing.pageview.PageLayoutSettings
 
createSnapshot() - Method in class com.levigo.jadice.swing.pageview.PageViewSettings
 
createSortArrowHeaderRenderer(TableCellRenderer) - Method in class org.jadice.util.glazedlists.gui.TableComparatorChooser
Decorates and returns the given delegateRenderer with functionality that attempts to install a sorting icon into the Component returned by the delegateRenderer.
createSortingState() - Method in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Returns the object which models the current sorting state of all columns in the table.
createSourceList() - Method in class org.jadice.util.glazedlists.PluggableList
Creates a new EventList that shares its ReadWriteLock and ListEventPublisher with this PluggableList.
createStatusLabel() - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
createStatusLabel() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
createSwingThreadProxyList(EventList<E>) - Method in class org.jadice.util.glazedlists.gui.EventTableModel
This method exists as a hook for subclasses that may have custom threading needs within their EventTableModels.
createTableCellEditor(Comparator, TableFormat<E>, EventList<E>, int) - Static method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
This factory method creates and returns a AutoCompleteSupport.AutoCompleteCellEditor which adapts an autocompleting JComboBox for use as a Table Cell Editor.
createTableCellEditor(EventList<E>) - Static method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
This factory method creates and returns a AutoCompleteSupport.AutoCompleteCellEditor which adapts an autocompleting JComboBox for use as a Table Cell Editor.
createTableCellEditor(TableFormat<E>, EventList<E>, int) - Static method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
This factory method creates and returns a AutoCompleteSupport.AutoCompleteCellEditor which adapts an autocompleting JComboBox for use as a Table Cell Editor.
createTask(Provider<? extends InputStream, IOException>) - Method in class com.levigo.jadice.document.read.Reader
 
createTaskService() - Method in class com.levigo.jadice.appbase.chooser.PreviewFileReader
Called at construction time to create the TaskService instance to be used by this class.
createTaskServiceMonitorSnapIn() - Static method in class com.levigo.jadice.appbase.status.SnapInFactory
For development or problem analyze only.
createTextFont(FontAttributeSet, float) - Static method in class com.levigo.jadice.format.text.TextFont
Creates a new TextFont from the specified FontAttributeSet definition and point size.
CreateTextHighlightAnnotationCommand - Class in com.levigo.jadice.demo.commands
 
CreateTextHighlightAnnotationCommand() - Constructor for class com.levigo.jadice.demo.commands.CreateTextHighlightAnnotationCommand
 
createThreadGroupName() - Method in interface org.jadice.util.concurrent.tasks.ExecutorManager.ConfigurationStrategy
 
createThreadName(int) - Method in interface org.jadice.util.concurrent.tasks.ExecutorManager.ConfigurationStrategy
 
createThreadProxyList(Document) - Method in class com.levigo.jadice.swing.SwingUIDocument
 
createTransferable(JComponent) - Method in class com.levigo.jadice.swing.dnd.ExportHandlerTransferHandler
 
createTransform(Resolution) - Method in class com.levigo.jadice.document.Resolution
 
createTransform(Dimension2D, Unit) - Method in class com.levigo.jadice.document.Resolution
Create an AffineTransform scaling the unit square with this resolution to the given size at the given resolution.
createTransformedBounds(AffineTransform, float, float, float, float) - Static method in class org.jadice.util.base.AffineTransforms
A short-cut method for AffineTransforms.createTransformedBounds(new Rectangle2D.Float(x,y,w,h)).
createTransformedBounds(AffineTransform, Shape) - Static method in class org.jadice.util.base.AffineTransforms
A short-cut method for AffineTransform.createTransformedShape(Shape).getBounds().
createTransformedBounds2D(AffineTransform, float, float, float, float) - Static method in class org.jadice.util.base.AffineTransforms
A short-cut method for AffineTransforms.createTransformedBounds2D(new Rectangle2D.Float(x,y,w,h)).
createTransformedBounds2D(AffineTransform, Shape) - Static method in class org.jadice.util.base.AffineTransforms
A short-cut method for AffineTransform.createTransformedShape(Shape).getBounds2D().
createTransformedShape(AffineTransform, Shape) - Static method in class org.jadice.util.base.AffineTransforms
A replacement for AffineTransform.createTransformedShape(Shape) which contains optimizations for frequent cases like the transformation of Rectangle2Ds with only quadrant rotations etc.
createUI() - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
createUI() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
createUI() - Method in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
createUI() - Method in class com.levigo.jadice.demo.pdf.signature.RolloutPDFSignatureBox
 
createUI(JComponent) - Static method in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
Returns a new instance of NavigatorComponentUI.
createUI(JComponent) - Static method in class com.levigo.jadice.swing.pageview.BasicPageViewUI
Returns a new instance of BasicPageViewUI.
createUI(JComponent) - Static method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Returns a new instance of BasicThumbnailViewUI.
createUnrelatedHorizontalGap(Container, JComponent, JComponent) - Static method in class com.levigo.jadice.swing.ui.UIs
Create a horizontal strut used to separate two unrelated components.
createUnrelatedVerticalGap(Container, JComponent, JComponent) - Static method in class com.levigo.jadice.swing.ui.UIs
Create a vertical strut used to separate two unrelated components.
createUsing(FontManagerFuture) - Static method in class com.levigo.jadice.appbase.font.factory.DefaultFontFactory
Factory-method to create a default FontFactory.
createViewer() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Create the viewer instance.
createWriter() - Method in class com.levigo.jadice.document.Format
Instantiate a new FormatWriter for this format.
createWriter() - Method in class com.levigo.jadice.format.annocm.CMAnnotationFormat
 
createWriter() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationFormat
 
createWriter() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationFormat
 
createZoomSnapIn() - Static method in class com.levigo.jadice.appbase.status.SnapInFactory
Creates a snap-in, which shows the current zoom factor.
creationFailure(NamedActionFactory, String, String, Throwable) - Method in class com.levigo.jadice.appbase.DebugActionCreationFailureLogger
 
creationFailure(NamedActionFactory, String, String, Throwable) - Method in class org.jadice.util.swing.action.listener.ActionCreationAdapter
 
creationFailure(NamedActionFactory, String, String, Throwable) - Method in interface org.jadice.util.swing.action.listener.ActionCreationListener
This method will be called if a failure occurred while action creation.
creationFailure(NamedCommandFactory, String, String, Throwable) - Method in class com.levigo.jadice.appbase.DebugActionCreationFailureLogger
 
creationFailure(NamedCommandFactory, String, String, Throwable) - Method in class org.jadice.util.swing.action.listener.CommandCreationAdapter
 
creationFailure(NamedCommandFactory, String, String, Throwable) - Method in interface org.jadice.util.swing.action.listener.CommandCreationListener
This method will be called if a failure occurred while command or command factory creation.
creationFailure(NamedMenuComponentFactory, String, String, Throwable) - Method in class com.levigo.jadice.appbase.DebugActionCreationFailureLogger
 
creationFailure(NamedMenuComponentFactory, String, String, Throwable) - Method in class org.jadice.util.swing.action.listener.MenuComponentCreationAdapter
 
creationFailure(NamedMenuComponentFactory, String, String, Throwable) - Method in interface org.jadice.util.swing.action.listener.MenuComponentCreationListener
This method will be called if a failure occurred while menu component creation.
creationInformation(NamedActionFactory, String, String) - Method in class com.levigo.jadice.appbase.DebugActionCreationFailureLogger
 
creationInformation(NamedActionFactory, String, String) - Method in class org.jadice.util.swing.action.listener.ActionCreationAdapter
 
creationInformation(NamedActionFactory, String, String) - Method in interface org.jadice.util.swing.action.listener.ActionCreationListener
This method will be called when ever informational messages should be provided while an action creation.
creationInformation(NamedCommandFactory, String, String) - Method in class org.jadice.util.swing.action.listener.CommandCreationAdapter
 
creationInformation(NamedCommandFactory, String, String) - Method in interface org.jadice.util.swing.action.listener.CommandCreationListener
This method will be called when ever informational messages should be provided while a command creation.
creationInformation(NamedMenuComponentFactory, String, String) - Method in class com.levigo.jadice.appbase.DebugActionCreationFailureLogger
 
creationInformation(NamedMenuComponentFactory, String, String) - Method in class org.jadice.util.swing.action.listener.MenuComponentCreationAdapter
 
creationInformation(NamedMenuComponentFactory, String, String) - Method in interface org.jadice.util.swing.action.listener.MenuComponentCreationListener
This method will be called when ever informational messages should be provided while a menu component creation.
creationWarning(NamedActionFactory, String, String) - Method in class com.levigo.jadice.appbase.DebugActionCreationFailureLogger
 
creationWarning(NamedActionFactory, String, String) - Method in class org.jadice.util.swing.action.listener.ActionCreationAdapter
 
creationWarning(NamedActionFactory, String, String) - Method in interface org.jadice.util.swing.action.listener.ActionCreationListener
This method will be called if something happens while action creation, which should be notified as a warning indicating a potential problem.
creationWarning(NamedCommandFactory, String, String) - Method in class org.jadice.util.swing.action.listener.CommandCreationAdapter
 
creationWarning(NamedCommandFactory, String, String) - Method in interface org.jadice.util.swing.action.listener.CommandCreationListener
This method will be called if something happens while command creation, which should be notified as a warning indicating a potential problem.
creationWarning(NamedMenuComponentFactory, String, String) - Method in class com.levigo.jadice.appbase.DebugActionCreationFailureLogger
 
creationWarning(NamedMenuComponentFactory, String, String) - Method in class org.jadice.util.swing.action.listener.MenuComponentCreationAdapter
 
creationWarning(NamedMenuComponentFactory, String, String) - Method in interface org.jadice.util.swing.action.listener.MenuComponentCreationListener
This method will be called if something happens while menu component creation, which should be notified as a warning indicating a potential problem.
Cross - com.levigo.jadice.format.xfdf.annotation.IconName
 
CrossHairTool - Class in com.levigo.jadice.swing.crosshair
An instance of this class may be added as a Tool to a PageView.
CrossHairTool() - Constructor for class com.levigo.jadice.swing.crosshair.CrossHairTool
Constructor
CryptoMaterial - Interface in com.levigo.jadice.format.pdf.crypt
A marker interface, as every security handler has special requirements on that.
CryptoMaterialProvider<T extends CryptoMaterial> - Interface in com.levigo.jadice.format.pdf.crypt
This interface defines a method that is called from security handlers to receive crypto material.
CryptoMaterialReceiver<T extends CryptoMaterial> - Interface in com.levigo.jadice.format.pdf.crypt
A callback infrastructure, usually implemented by security handlers and passed in when calling CryptoMaterialProvider.provide(CryptoMaterialReceiver).
ctx - Variable in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
ctx - Variable in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
ctx - Variable in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
ctx - Variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
Cubic - com.levigo.jadice.document.render.FilterType
 
CURRENT_FORMAT_VERSION - Static variable in class com.levigo.jadice.demo.pagestash.PageStashWriter
 
CURRENT_PAGE_CONTROLS_PROPERTY - Static variable in class com.levigo.jadice.swing.pageview.PageView
Property key prefix for the PageView.getCurrentPageControls().
CURRENT_PAGE_INDEX_PROPERTY - Static variable in class com.levigo.jadice.swing.pageview.PageView
Property key for the PageView.getCurrentPageIndex().
currentPageChanged(PageView, Page) - Method in class com.levigo.jadice.swing.pageview.AbstractPresentationRule
 
currentPageChanged(PageView, Page) - Method in class com.levigo.jadice.swing.pageview.ApplyDynamicZoomRule
 
currentPageChanged(PageView, Page) - Method in interface com.levigo.jadice.swing.pageview.PresentationRule
 
currentPageChanged(PageView, Page) - Method in class com.levigo.jadice.swing.pageview.PresentationRuleManager
 
currentPageIndex - Variable in class com.levigo.jadice.printer.AbstractPrinter
Current printed page index for pageSelection array.
currentPageIndexCache - Variable in class com.levigo.jadice.swing.pageview.AbstractContinuousLayout
 
currentPageNumber - Variable in class com.levigo.jadice.appbase.status.PageSnapIn
 
currentPageNumber - Variable in class com.levigo.jadice.demo.DemoPageSnapIn
 
currentResultIndex - Variable in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
currentSize - Variable in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
 
cursorAdvance(Granularity) - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
Advance the cursor one logical position of the given Granularity.
cursorBacktrack(Granularity) - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
Backtrack the cursor one logical position of the given Granularity.
cursorToEnd(Granularity) - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
Place the cursor at the end of the element of the given granularity at the current cursor position.
cursorToStart(Granularity) - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
Place the cursor at the start of the element of the given granularity at the current cursor position.
curveChanged - Variable in class com.levigo.jadice.document.util.ControlCurve
 
customize(Annotation) - Method in interface com.levigo.jadice.annotation.AnnotationCustomizer
Customize given annotation instance.
customizers - Variable in class com.levigo.jadice.annotation.AnnotationReaderSettings
 

D

DARKEN - com.levigo.jadice.swing.gradation.commands.GradationActionCommand.Action
 
Dash - com.levigo.jadice.format.xfdf.annotation.BorderStyle
 
DataMap - com.levigo.jadice.format.modca.resource.ResourceLoader.Type
The resource type "data map", represented by resources starting with a 'Begin Data Map' (BDM) field.
deactivateAddOn(Class<? extends JComponent>, ViewComponent) - Method in interface com.levigo.jadice.appbase.AddOnPresenter
Deactivate an existing add-on component of the given class within the context of the given view component.
deactivateAddOn(Class<? extends JComponent>, ViewComponent) - Method in class com.levigo.jadice.appbase.BasicAddOnPresenter
 
debug(String) - Method in interface org.jadice.util.log.Logger
Log a message at the DEBUG level.
debug(String, Object...) - Method in interface org.jadice.util.log.Logger
Log a message at the DBUG level processing the passed arguments.
debug(String, Throwable) - Method in interface org.jadice.util.log.Logger
Log an exception (throwable) at the DEBUG level with an accompanying message.
DEBUG - org.jadice.util.log.Level
 
DebugActionCreationFailureLogger - Class in com.levigo.jadice.appbase
This singleton should be registered at the DefaultActionFactory, at the DefaultCommandFactory and at the DefaultMenuComponentFactory to propagate informations or failure messages of actions and command creation process into the logging framework.
DebugDumpCommand - Class in com.levigo.jadice.appbase.commands
Shows a window to provide debug Information to developers.
DebugDumpCommand() - Constructor for class com.levigo.jadice.appbase.commands.DebugDumpCommand
 
DebugInformation - Class in com.levigo.jadice.appbase
 
DebugInformation() - Constructor for class com.levigo.jadice.appbase.DebugInformation
 
DebugInitializationListener - Class in com.levigo.jadice.demo.font
Logs InitializationEvents during FontManager creation for debugging purposes.
DebugInitializationListener(String) - Constructor for class com.levigo.jadice.demo.font.DebugInitializationListener
Creates a new instance, logging under a given ID.
DebugList<E> - Class in org.jadice.util.glazedlists
DebugList is meant to be used as a drop-in replacement for BasicEventList at the root of pipelines of EventLists during development.
DebugList() - Constructor for class org.jadice.util.glazedlists.DebugList
Constructs a DebugList which, by default, performs no debugging.
DecimalValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.DecimalValue
 
decode(String) - Static method in class org.jadice.util.base.datatype.Base64
Decodes Base64 data into octects
decorate(ComboBoxEditor, String) - Static method in class org.jadice.util.swing.componentdecorator.NonFocusedInfo
Decorate the given ComboBoxEditor with the given non-focused text.
decorate(ComboBoxEditor, String, boolean) - Static method in class org.jadice.util.swing.componentdecorator.NonFocusedInfo
Decorate the given ComboBoxEditor with the given non-focused text.
decorate(JTextComponent) - Static method in class org.jadice.util.swing.componentdecorator.SelectAllOnFocusGain
Install SelectTextOnFocusGain behaviour on a component.
decorate(JTextComponent, String) - Static method in class org.jadice.util.swing.componentdecorator.NonFocusedInfo
Decorate the given JTextComponent with the given non-focused text.
decorate(JTextComponent, String, boolean) - Static method in class org.jadice.util.swing.componentdecorator.NonFocusedInfo
Decorate the given JTextComponent with the given non-focused text.
decorate(T) - Method in class com.levigo.jadice.demo.bookmark.BookmarkDecorationTool
 
decorate(T) - Method in interface com.levigo.jadice.document.render.DecorationRenderer
A call of this method request a rendered decoration.
decoratedThumbnailSize - Variable in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
 
DecorationRenderer - Interface in com.levigo.jadice.document.render
An interface for classes which provides page decorations.
DecorationTool - Class in com.levigo.jadice.swing.tool
This tool is used to apply page decorations.
DecorationTool() - Constructor for class com.levigo.jadice.swing.tool.DecorationTool
Constructor
Default - com.levigo.jadice.format.pdf.crypt.standard.StandardSecurityAuthLevel
Base level of authentication.
DEFAULT - com.levigo.jadice.document.render.BaseRenderSettings.Clipping
The default clipping is applied.
DEFAULT - com.levigo.jadice.printer.PrintJobConfiguration.PrintMode
 
DEFAULT - com.levigo.jadice.swing.status.StatusBar.SnapInConstraint
just the snap-in preferred size
DEFAULT - org.jadice.util.swing.menu.MenuBuilder.ItemType
The default item type is a simple menu entry triggering its action upon use without retaining any state.
DEFAULT - Static variable in class com.levigo.jadice.document.DocumentLayer
A layer typically used for the document itself.
HINT:
This layer is installed by default in the default layer cache.
DEFAULT - Static variable in interface org.jadice.util.glazedlists.util.concurrent.LockFactory
The Lock factory for this JVM.
DEFAULT_ACTIVATION_PRIORITY - Static variable in class com.levigo.jadice.swing.tool.Tool.ActivationRequest
This priority indicates that the Tool's dispatch priority should be used to prioritize the activation request.
DEFAULT_ACTIVE_SELECTION_COLOR - Static variable in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
DEFAULT_BACKGROUND_COLOR - Static variable in interface com.levigo.jadice.demo.launcher.LauncherConstants
The default background color if the mouse does not hover over a config panel
DEFAULT_BLUE_COLOR - Static variable in interface com.levigo.jadice.demo.launcher.LauncherConstants
The main blue color used for text in some cases
DEFAULT_BUFFER_SIZE - Static variable in class com.levigo.jadice.document.io.IOUtils
 
DEFAULT_CHARSET - Static variable in class com.levigo.jadice.format.text.TextReaderSettings
ISO-8859-1, used as default charset.
DEFAULT_CHARSET_NAME - Static variable in class com.levigo.jadice.format.text.TextReaderSettings
ISO-8859-1, used as default charset name.
DEFAULT_LOOKAHEAD_BUFFER_SIZE - Static variable in class com.levigo.jadice.document.io.SeekableLookaheadStream
 
DEFAULT_MENU_COMPONENTS_PROPERTIES_FILE - Static variable in interface com.levigo.jadice.demo.launcher.LauncherConstants
The default menu components file
DEFAULT_NAMESPACE - Static variable in interface com.levigo.jadice.document.metadata.Metadata
 
DEFAULT_NAMESPACE - Static variable in class com.levigo.jadice.format.annotation.JadiceAnnotationWriter
 
DEFAULT_OFFSET_SIZE - Static variable in class com.levigo.jadice.format.pdf.OffsetPDFFormat
 
DEFAULT_PRIORITY - Static variable in class com.levigo.jadice.document.Format
 
DEFAULT_PRIORITY - Static variable in class com.levigo.jadice.swing.tool.Tool
The default priority used with respect to dispatching or rendering.
DEFAULT_SELECTION_COLOR - Static variable in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
DEFAULT_THUMB_HEIGHT - Static variable in interface com.levigo.jadice.swing.thumbnailview.ThumbnailProvider
Default thumbnail (the thumb and the contained page) height.
DEFAULT_THUMB_WIDTH - Static variable in interface com.levigo.jadice.swing.thumbnailview.ThumbnailProvider
Default thumbnail (the thumb and the contained page) width.
DEFAULT_THUMBNAIL_SIZE - Static variable in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
The default thumbnail is 90 pixels wide.
DEFAULT_THUMBNAIL_WIDTHS - Static variable in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
A row of default thumbnail widths as used by the resizing-commands.
defaultAccessStateLabel - Variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
DefaultActionFactory - Class in org.jadice.util.swing.action.factories
Is implementation of the ActionFactory
DefaultAnnotationProfileLocator - Class in com.levigo.jadice.annotation.profiles
 
DefaultAnnotationProfileLocator() - Constructor for class com.levigo.jadice.annotation.profiles.DefaultAnnotationProfileLocator
 
DefaultCommandFactory - Class in org.jadice.util.swing.action.factories
The default implementation of the CommandFactory interface.
defaultControls(Class<T>) - Method in class com.levigo.jadice.document.read.fluent.ReadConfiguration
Access ReaderSettings which will be used by subsequent task creations.
defaultControls(Class<T>) - Method in interface com.levigo.jadice.document.read.fluent.ReadConfigurer
Access ReaderSettings which will be used by subsequent task creations.
DefaultDataMapProvider - Interface in com.levigo.jadice.format.modca.resource
Interface to offer support to provide a default data map from ResourceLoader implementation(s).
DefaultExecutorManager - Class in org.jadice.util.concurrent.tasks
A default implementation of ExecutorManager.
DefaultExecutorManager() - Constructor for class org.jadice.util.concurrent.tasks.DefaultExecutorManager
 
DefaultExternalExpansionModel<E> - Class in org.jadice.util.glazedlists
An TreeList.ExpansionModel that uses a Map to remember the expanded/collapsed state of elements.
DefaultExternalExpansionModel() - Constructor for class org.jadice.util.glazedlists.DefaultExternalExpansionModel
 
DefaultExternalExpansionModel(TreeList.ExpansionModel<E>) - Constructor for class org.jadice.util.glazedlists.DefaultExternalExpansionModel
 
DefaultFilterChain - Class in org.jadice.util.log.qualified
The DefaultFilterChain invokes all filters which are loadable by the ServiceLoader.
DefaultFilterChain(QualifiedLogger) - Constructor for class org.jadice.util.log.qualified.DefaultFilterChain
 
DefaultFontEnvironments - Class in com.levigo.jadice.appbase.font
Class used to initialize and configure Standard-14 fonts.
DefaultFontFactory - Class in com.levigo.jadice.appbase.font.factory
Supplies a composite FontFactory which is able to cover typical use-cases in many scenarios.
DefaultFontFactorySettingsConfigurer - Class in com.levigo.jadice.appbase.font
Class used to initialize and configure FontFactory implementations.
DefaultFontFactorySettingsConfigurer(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.DefaultFontFactorySettingsConfigurer
Initialize and configure FontFactory implementations via DefaultFontFactory.createUsing(FontManagerFuture) method.
DefaultLabelProvider() - Constructor for class com.levigo.jadice.appbase.flextree.AnnotationsModule.DefaultLabelProvider
 
defaultLayerMapping(DocumentLayer) - Method in class com.levigo.jadice.document.read.fluent.ReadConfiguration
Generate a default layer mapping which will be used by subsequent task creations.
defaultLayerMapping(DocumentLayer) - Method in interface com.levigo.jadice.document.read.fluent.ReadConfigurer
Generate a default layer mapping which will be used by subsequent task creations.
defaultLayerMapping(String) - Method in class com.levigo.jadice.document.read.fluent.ReadConfiguration
Generate a default layer mapping which will be used by subsequent task creations.
defaultLayerMapping(String) - Method in interface com.levigo.jadice.document.read.fluent.ReadConfigurer
Generate a default layer mapping which will be used by subsequent task creations.
DefaultMarshallingControls - Class in com.levigo.jadice.document.marshalling
A default implementation of AbstractProcessingControls for marshaling/unmarshaling.
DefaultMarshallingControls() - Constructor for class com.levigo.jadice.document.marshalling.DefaultMarshallingControls
 
DefaultMarshallingControls(DefaultMarshallingControls) - Constructor for class com.levigo.jadice.document.marshalling.DefaultMarshallingControls
 
DefaultMediumMapProvider - Interface in com.levigo.jadice.format.modca.resource
Interface to offer support to provide a default medium map from ResourceLoader implementation(s).
DefaultMenuComponentFactory - Class in org.jadice.util.swing.action.factories
Used by GUI components to create CommandAction-based toolbars, contextmenus and menus.
DefaultMessageResolver - Class in org.jadice.util.log.message
A composite MessageResolver which, by default, delegates to the following resolvers (in the given order): ResourceBundleMessageResolver AnnotationMessageResolver LastResortMessageResolver Resolvers may be added/removed using the DefaultMessageResolver.addResolver(MessageResolver) DefaultMessageResolver.removeResolver(MessageResolver) methods.
DefaultMessageResolver() - Constructor for class org.jadice.util.log.message.DefaultMessageResolver
 
DefaultOutline - Class in com.levigo.jadice.document.outline
A default implementation of MutableOutline (and thus Outline) suitable for most common use cases.
DefaultOutline() - Constructor for class com.levigo.jadice.document.outline.DefaultOutline
Construct a new instance with a type of Outlines.TYPE_CUSTOM_OUTLINE.
DefaultOutline(String) - Constructor for class com.levigo.jadice.document.outline.DefaultOutline
Construct a new instance with the given type.
DefaultOutline(String, String, Instruction...) - Constructor for class com.levigo.jadice.document.outline.DefaultOutline
Construct a new Outline with the given type, root node description and root node instructions.
DefaultOutlineNode - Class in com.levigo.jadice.document.outline
A default implementation of MutableOutlineNode (and thus OutlineNode) suitable for most common use cases.
DefaultOutlineNode() - Constructor for class com.levigo.jadice.document.outline.DefaultOutlineNode
Create a new instance with an empty description and no instructions.
DefaultOutlineNode(String, Instruction...) - Constructor for class com.levigo.jadice.document.outline.DefaultOutlineNode
Create a new instance with the given description and instructions.
DefaultOutlineNode(String, InstructionChain) - Constructor for class com.levigo.jadice.document.outline.DefaultOutlineNode
 
DefaultOutlineNode(String, List<Instruction>) - Constructor for class com.levigo.jadice.document.outline.DefaultOutlineNode
Create a new instance with the given description and list of instructions.
DefaultOwnerCache - Class in org.jadice.util.mm
A wrapper class which delegates calls to a given cache instance in a way so that calls to the non owner-qualified methods are proxied into owner-qualified calls using a specified owner.
DefaultOwnerCache(Cache, Object) - Constructor for class org.jadice.util.mm.DefaultOwnerCache
 
DefaultQualifiedLogEvent - Class in org.jadice.util.log.qualified
 
DefaultQualifiedLogEvent(Level, MessageID) - Constructor for class org.jadice.util.log.qualified.DefaultQualifiedLogEvent
 
DefaultQualifiedLogEvent(Level, MessageID, Object...) - Constructor for class org.jadice.util.log.qualified.DefaultQualifiedLogEvent
 
DefaultQualifiedLogEvent(Level, MessageID, Throwable) - Constructor for class org.jadice.util.log.qualified.DefaultQualifiedLogEvent
 
DefaultQualifiedLogEvent(Level, MessageID, Throwable, Object...) - Constructor for class org.jadice.util.log.qualified.DefaultQualifiedLogEvent
 
DefaultReaderControls - Class in com.levigo.jadice.document.read
 
DefaultReaderControls() - Constructor for class com.levigo.jadice.document.read.DefaultReaderControls
 
DefaultReaderControls(DefaultReaderControls) - Constructor for class com.levigo.jadice.document.read.DefaultReaderControls
 
DefaultRenderControls - Class in com.levigo.jadice.document.render
An realization of RenderControls to be used as base class providing easy and fast access to the most commonly used SerializableProcessingSettings.
DefaultRenderControls() - Constructor for class com.levigo.jadice.document.render.DefaultRenderControls
 
DefaultRenderControls(DefaultRenderControls) - Constructor for class com.levigo.jadice.document.render.DefaultRenderControls
Construct a new AbstractRenderControls and initialize it with the same settings as the given one.
DefaultResourceLoader - Class in com.levigo.jadice.format.modca.resource
A default resource loader which scans the document's path as well as configured default paths for Modca/Afp resources.
DefaultResourceLoader() - Constructor for class com.levigo.jadice.format.modca.resource.DefaultResourceLoader
Create a default resource loader which searches the path specified by the jadice.viewer.afp-resource-path configuration option for resources with the extensions specified by the jadice.viewer.afp-resource-extension option.
DefaultResourceLoader(String) - Constructor for class com.levigo.jadice.format.modca.resource.DefaultResourceLoader
Sets the document path to Loader.
DefaultResourceLoader(String, String[]) - Constructor for class com.levigo.jadice.format.modca.resource.DefaultResourceLoader
Sets the document path to Loader.
DefaultSwingFontEnvironments - Class in com.levigo.jadice.appbase.font
Class used to initialize and configure Standard-14 fonts with Java-Swing-Texteditor support.
defaultText - Variable in class com.levigo.jadice.annotation.TextAnnotation
 
DefaultThumbnailCellRenderer - Class in com.levigo.jadice.swing.thumbnailview
The PageCellRenderer consists of a JLabel with an Icon.
DefaultThumbnailCellRenderer() - Constructor for class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer
 
DefaultThumbnailCellRenderer.FadingIcon - Class in com.levigo.jadice.swing.thumbnailview
 
DefaultThumbnailCellRenderer.UIResource - Class in com.levigo.jadice.swing.thumbnailview
A subclass of DefaultListCellRenderer that implements UIResource.
DefaultThumbnailProvider - Class in com.levigo.jadice.swing.thumbnailview
The default implementation for the ThumbnailProvider.
DefaultToolActivationPolicy - Class in com.levigo.jadice.swing.tool
A simple and naive tool activation policy activating the first electable tool (if there is one) and electing the first feedback to be provided.
DefaultToolActivationPolicy() - Constructor for class com.levigo.jadice.swing.tool.DefaultToolActivationPolicy
 
DefaultWriterControls - Class in com.levigo.jadice.document.write
 
DefaultWriterControls() - Constructor for class com.levigo.jadice.document.write.DefaultWriterControls
 
DefaultWriterControls(DefaultWriterControls) - Constructor for class com.levigo.jadice.document.write.DefaultWriterControls
 
deferredSwingThreadProxyList(EventList<E>, long, TimeUnit) - Static method in class org.jadice.util.glazedlists.gui.GlazedListsSwing
Behaves like the EventList returned by GlazedListsSwing.swingThreadProxyList(EventList) but adds the option of aggregating a all change events happening within a certain time and into a single update.
degrees() - Method in enum org.jadice.util.base.geometry.QuadrantRotation
 
delegate(Level, MessageID, Throwable, Object[]) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
delegate(Level, MessageID, Throwable, Object[]) - Method in interface org.jadice.util.log.qualified.QualifiedLogger
 
DelegateAction - Class in org.jadice.util.swing.action.commands
An Action which delegates the actual action to a delegate Action, but allows other properties of the action to be overridden.
DelegateAction(Action) - Constructor for class org.jadice.util.swing.action.commands.DelegateAction
Create a new delegate action delegating to the given delegate action.
DelegateFocusTraversalPolicy - Class in org.jadice.util.swing.colorpicker
A simple FocusTraversalPolicy object that delegates to another object.
DelegateFocusTraversalPolicy(FocusTraversalPolicy) - Constructor for class org.jadice.util.swing.colorpicker.DelegateFocusTraversalPolicy
 
DelegateLoggingFontFactory - Class in com.levigo.jadice.appbase.font.factory.log
Wraps another FontFactory, adding basic log output if necessary.
DelegateLoggingFontFactory(FontFactory) - Constructor for class com.levigo.jadice.appbase.font.factory.log.DelegateLoggingFontFactory
 
delete() - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Delete current tag and its children.
DELETE - Static variable in class org.jadice.util.glazedlists.event.ListEvent
different types of changes
deleteAllBelow(File) - Static method in class com.levigo.jadice.document.io.IOUtils
Recursively delete everything below a given directory, but don't remove the directory itself.
deleteAnnotation(Annotation) - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
Remove the given annotation.
deleteAnnotations(Collection<Annotation>) - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
Remove the given annotations.
deleteAttribute(String) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Delete an attribute of the current node.
deleteAttributeIfExists(String) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Delete an attribute of the current node, if it exists
deleteAttributes() - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Delete all existing attributes of current node
deleteChildren() - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Delete all existing elements of this node
deleted(E) - Method in class org.jadice.util.glazedlists.calculation.AbstractEventListCalculation
Updates the value of this Calculation to exclude the information from the oldElement.
deletePrefixes() - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Remove any prefix and name-spaces contained in the tag name, children and attributes, thus changing name-space and tag name.
deleteRecursively(File) - Static method in class com.levigo.jadice.document.io.IOUtils
Recursively delete a file or directory.
deleteSelected() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Delete all selected annotations.
DEMO_RESOURCES_FILE_PATH - Static variable in class com.levigo.jadice.demo.util.FileOverviewPanel
 
DemoFileOpenerWithHocr - Class in com.levigo.jadice.demo.util
 
DemoFileOpenerWithHocr(PageView) - Constructor for class com.levigo.jadice.demo.util.DemoFileOpenerWithHocr
Creates a new instance which interacts with passes opened Documents to the given PageView.
DemoMenuComponentFactory - Class in com.levigo.jadice.demo
 
DemoMenuComponentFactory(String) - Constructor for class com.levigo.jadice.demo.DemoMenuComponentFactory
 
DemoPageSnapIn - Class in com.levigo.jadice.demo
A SnapIn which displays the current page number and offers page-level navigation.
DemoPageSnapIn() - Constructor for class com.levigo.jadice.demo.DemoPageSnapIn
 
DemoPageSnapIn(Context) - Constructor for class com.levigo.jadice.demo.DemoPageSnapIn
 
DemoPrint - Class in com.levigo.jadice.demo.commands
 
DemoPrint() - Constructor for class com.levigo.jadice.demo.commands.DemoPrint
 
DemoZoomSnapIn - Class in com.levigo.jadice.demo
A SnapIn which displays the current zoom factor and gives users the opportunity to set a different zoom factor either by typing it in or by choosing it from a combo box.
DemoZoomSnapIn() - Constructor for class com.levigo.jadice.demo.DemoZoomSnapIn
 
deny - Static variable in class com.levigo.jadice.document.auth.DocumentPermission
 
DENY - com.levigo.jadice.document.Permission.Vote
Deny the action.
DENY - Static variable in class com.levigo.jadice.annotation.auth.DocumentAnnotationPermission
 
DENY - Static variable in class com.levigo.jadice.annotation.auth.IndividualAnnotationPermission
 
DENY - Static variable in class com.levigo.jadice.document.auth.PageSegmentPermission
 
DENY_ALL - Static variable in interface com.levigo.jadice.document.Permission
A special kind of permission which always denys any action.
Departmental - com.levigo.jadice.format.xfdf.annotation.StampName
 
depth(int) - Method in class org.jadice.util.glazedlists.TreeList
 
deregister(Class<? extends Tool>) - Method in class com.levigo.jadice.swing.tool.ToolManager
Deregisters the tool of the given class if the tool instance of this class is currently registered as tool.
deregisterCacheEntryListener(CacheEntryListener) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
Unregister a cache entry listener from the cache.
deregisterSearchEngine(SearchEngine) - Method in class com.levigo.jadice.search.engine.SearchEngineRegistry
If the SearchEngine is registered the SearchEngine gets deregistered.
DESATURATION - Static variable in class com.levigo.jadice.document.render.ImageRenderSettings
Identifier key for a desaturation change, used within a RenderSettingsEvent to recognize the kind of change which happen.
deselect(int) - Method in class org.jadice.util.glazedlists.ListSelection
Deselects the element at the given index.
deselect(int[]) - Method in class org.jadice.util.glazedlists.ListSelection
Deselects all of the elements in the given array of indices.
deselect(int, int) - Method in class org.jadice.util.glazedlists.ListSelection
Deselects all of the elements within the given range.
deselect(Annotation) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Deselect given annotation object.
deselectAll() - Method in class org.jadice.util.glazedlists.ListSelection
Deselect all elements.
destroy() - Method in interface com.levigo.jadice.appbase.Reloadable
Called to inform realizations of this interface that it is being reclaimed and that it should destroy any resources that it has allocated.
destroy() - Method in class com.levigo.jadice.appbase.status.DocumentStatusMessageSnapIn
Frees bound resources.
destroy() - Method in class com.levigo.jadice.appbase.status.PrinterStatusSnapIn
Frees bound resources.
destroy() - Method in class com.levigo.jadice.appbase.status.ZoomSnapIn
Frees bound resources.
destroy() - Method in class com.levigo.jadice.demo.DemoZoomSnapIn
Frees bound resources.
destroy() - Static method in class org.jadice.util.base.swing.TGASwingUtil
Stops the ExecutionQueues redirecting Runnables to EventQueues and performs cleanup.
destroy() - Method in interface org.jadice.util.log.qualified.QualifiedLoggerFilter
 
destroy(ThreadGroup) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Stops the ExecutionQueues redirecting Runnables to EventQueues and performs cleanup for the ThreadGroup supplied.
destroyComponents(Container) - Static method in class com.levigo.jadice.appbase.ContainerUtilities
Calls the destroy method of all contained Reloadable and removes deeply all components in the component architecture of the given container.
detectFileFormat(SeekableInputStream) - Static method in class com.levigo.jadice.document.FormatRegistry
Detect and return the format of the file by looking at the first bytes of a file.
detectPresence() - Static method in enum com.levigo.jadice.fontmanager.Standard14Substitute
 
detectSize(Dimension2D) - Method in interface com.levigo.jadice.format.hocr.settings.SizeDetector
Typically this method returns the Dimension2D which can be used to fit a new PageSegment to an existing Page
determineLength(SeekableInputStream) - Static method in class com.levigo.jadice.document.io.IOUtils
Determines and returns the stream length either by checking whether the stream returns a reasonable length (some instances may not be able to do that) or just reading over it, until an EOF is hit.
DEVICE_RESOLUTION - Static variable in class com.levigo.jadice.document.render.BaseRenderSettings
Identifier key for a change of the device resolution, used within a RenderSettingsEvent to recognize the kind of change which happen.
deviceToBase(double) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Utility method: convert device units to base units and unapply zoom factor
deviceToBase(int) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Utility method: convert device units to base units and unapply zoom factor
Dialog - com.levigo.jadice.document.font.LogicalFontIdentifier
 
DialogInput - com.levigo.jadice.document.font.LogicalFontIdentifier
 
Diamond - com.levigo.jadice.format.xfdf.annotation.LineEndingStyle
 
didCancel() - Method in class com.levigo.jadice.appbase.reader.CancelableReaderTask
Invoked after cancelation has happened to give subclasses a chance to perform clean-up tasks.
dilate(Rectangle2D, double, double) - Static method in class org.jadice.util.base.geometry.Rectangles
Return a new rectangle which covers the area of the given rectangle with an additional margin on the sides.
dilate(Rectangle, int, int) - Static method in class org.jadice.util.base.geometry.Rectangles
Return a new rectangle which covers the area of the given rectangle with an additional margin on the sides.
directoryName - Static variable in class com.levigo.jadice.appbase.FileOpener
last used directory name
DirectPrintDocumentCommand - Class in com.levigo.jadice.swing.commands
 
DirectPrintDocumentCommand() - Constructor for class com.levigo.jadice.swing.commands.DirectPrintDocumentCommand
 
disableAllLayers() - Method in class com.levigo.jadice.document.marshalling.BaseMarshallingSettings
Disables the marshalling of all DocumentLayers.
disableAllLayers() - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Disables the rendering of all standard layers provided by the DocumentLayer class and explicit enabled layers (defined by a call of BaseRenderSettings.setDocumentLayerEnabled(DocumentLayer, boolean) with a true boolean parameter).
disableCacheOccupationBean() - Method in class org.jadice.util.mm.ckc.statistics.CacheConfiguration
 
disableCacheOccupationBean() - Method in interface org.jadice.util.mm.ckc.statistics.CacheConfigurationMXBean
Disables the cache occupation MXBean.
Disabled - com.levigo.jadice.format.modca.MODCAReaderSettings.PageDuplexMode
 
DISABLED - com.levigo.jadice.swing.crosshair.FrozenMode
Indicates, that the frozen state function is switched off.
DISABLED - com.levigo.jadice.swing.lens.FrozenStateMode
Disabled frozen state
disableInfo() - Method in class org.jadice.util.swing.componentdecorator.NonFocusedInfo
Disable non-focused info.
disableListeners() - Method in class org.jadice.util.mm.ckc.statistics.CacheConfiguration
 
disableListeners() - Method in interface org.jadice.util.mm.ckc.statistics.CacheConfigurationMXBean
Disable listeners on the cache.
disableStatistics() - Method in class org.jadice.util.mm.ckc.statistics.CacheConfiguration
 
disableStatistics() - Method in interface org.jadice.util.mm.ckc.statistics.CacheConfigurationMXBean
Disables the cache statistics and the corresponding MXBean.
discardEvent() - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Discards the current atomic change to this list change queue.
discardStream(InputStream) - Static method in class com.levigo.jadice.document.io.IOUtils
Copies all data from the input stream.
disconnectJMXConfigurationBean() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
Disconnects the the CacheConfigurationMXBean from the MBeanServer.
disconnectJMXOccupationBean() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
Disconnects the the CacheOccupationMXBean from the MBeanServer.
disconnectJMXStatisticsBean() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
Disconnects the the CacheStatisticsMXBean from the MBeanServer.
DiscreteProperty<T> - Class in com.levigo.jadice.annotation.profiles
 
DiscreteProperty() - Constructor for class com.levigo.jadice.annotation.profiles.DiscreteProperty
 
displacement - Variable in class org.jadice.util.swing.effect.EffectLayout.Constraints
 
Disposable - Interface in org.jadice.util.base
Implementations of Disposable provide a life-cycle method used to properly handle the disposal of instances.
DisposableMap<K,​V> - Interface in org.jadice.util.glazedlists
A special kind of Map backed by an EventList that is expected to live longer than this Map.
dispose() - Method in class com.levigo.jadice.document.AbstractDocument
 
dispose() - Method in interface com.levigo.jadice.document.Document
Disposes of a Document performing necessary clean-up tasks.
dispose() - Method in class com.levigo.jadice.swing.SwingUIDocument
 
dispose() - Method in interface org.jadice.util.base.Disposable
This method may be called to perform some form of resource cleanup prior to garbage-collection.
dispose() - Method in class org.jadice.util.glazedlists.BasicEventList
This method does nothing.
dispose() - Method in class org.jadice.util.glazedlists.calculation.AbstractCompositeCalculation
 
dispose() - Method in class org.jadice.util.glazedlists.calculation.AbstractEventListCalculation
Releases the resources consumed by this AbstractEventListCalculation so that it may eventually be garbage collected.
dispose() - Method in interface org.jadice.util.glazedlists.calculation.Calculation
Cease the updating of this Calculation from its data sources and free them for garbage collection.
dispose() - Method in class org.jadice.util.glazedlists.CollectionList
 
dispose() - Method in class org.jadice.util.glazedlists.DebugList
Disposing an EventList will make it eligible for garbage collection.
dispose() - Method in interface org.jadice.util.glazedlists.DisposableMap
Releases the resources consumed by this DisposableMap so that it may eventually be garbage collected.
dispose() - Method in interface org.jadice.util.glazedlists.EventList
Disposing an EventList will make it eligible for garbage collection.
dispose() - Method in class org.jadice.util.glazedlists.FilterList
 
dispose() - Method in class org.jadice.util.glazedlists.GroupingList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
 
dispose() - Method in class org.jadice.util.glazedlists.gui.EventListModel
Releases the resources consumed by this EventListModel so that it may eventually be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Releases the resources consumed by this EventSelectionModel so that it may eventually be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
Releases the resources consumed by this EventTableColumnModel so that it may eventually be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.gui.EventTableModel
Releases the resources consumed by this EventTableModel so that it may eventually be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.gui.SearchEngineTextFieldMatcherEditor
A cleanup method which stops this MatcherEditor from listening to the underlying JTextField, thus freeing the SearchEngineTextMatcherEditor to be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.gui.TableComparatorChooser
Releases the resources consumed by this TableComparatorChooser so that it may eventually be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.gui.TextComponentMatcherEditor
A cleanup method which stops this MatcherEditor from listening to changes on the underlying Document, thus freeing the MatcherEditor or Document to be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.InterceptableEventList
 
dispose() - Method in class org.jadice.util.glazedlists.ListSelection
Disposes of this ListSelection freeing up it's resources for garbage collection.
dispose() - Method in class org.jadice.util.glazedlists.migrationkit.FilterList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.ObservableElementList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.PluggableList
 
dispose() - Method in class org.jadice.util.glazedlists.PopularityList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.SeparatorList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
 
dispose() - Method in class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.ThresholdList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.TransactionList
 
dispose() - Method in class org.jadice.util.glazedlists.TransformedList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.TreeList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class org.jadice.util.glazedlists.UniqueList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose(A, B) - Method in interface org.jadice.util.glazedlists.FunctionList.AdvancedFunction
Perform any necessary resource cleanup on the given sourceValue and transformedValue as they are removed from the FunctionList such as installed listeners.
disposeAddOn(Class<? extends JComponent>, ViewComponent) - Method in interface com.levigo.jadice.appbase.AddOnPresenter
Deactivate and dispose an existing add-on component of the given class within the context of the given view component.
disposeAddOn(Class<? extends JComponent>, ViewComponent) - Method in class com.levigo.jadice.appbase.BasicAddOnPresenter
 
distance(Rectangle2D, Point2D) - Static method in class org.jadice.util.base.geometry.Rectangles
Calculate the shortest distance from the point to any point within the given rectangle.
divideDoubles(Calculation<? extends Number>, Calculation<? extends Number>) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that divides the numerator by the denominator as Doubles.
divideFloats(Calculation<? extends Number>, Calculation<? extends Number>) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that divides the numerator by the denominator as Floats.
dockingSource - Variable in class com.levigo.jadice.demo.SorterToolbar.SorterToolBarUI
 
DocMDP - com.levigo.jadice.format.pdf.signaturestore.TransformMethodName
Used to detect modifications to a document relative to a signature field
doConfigure() - Method in class com.levigo.jadice.document.read.fluent.ReadConfiguration
ReadConfiguration.doConfigure() implementations may configure the reading process using the methods defined in this base class (except ReadConfiguration.configure(ReadConfigurer) and ReadConfiguration.doConfigure()).
doConfigureImportExportHandlers(ThumbnailView) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Sets the Import / Export handlers for the given ThumbnailView.
doContribute(ContributionContext, MenuBuilder) - Method in class com.levigo.jadice.demo.AnnotationVisibilityMenuContributor
 
doContribute(ContributionContext, MenuBuilder) - Method in class com.levigo.jadice.demo.EmbeddedAnnotationVisibilityMenuContributor
 
doContribute(ContributionContext, MenuBuilder) - Method in class com.levigo.jadice.demo.pdf.signature.PDFSignatureVisibilityMenuContributor
 
doContribute(ContributionContext, MenuBuilder) - Method in class org.jadice.util.swing.menu.AbstractSubmenuContributor
 
doContribute(ContributionContext, MenuBuilder) - Method in class org.jadice.util.swing.menu.ActionFactoryMenuContributor
 
doCreateCacheableRendering(RenderControls) - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
 
doCreateComponentForAction(Action) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Create a beautiful button to carry an action in a toolbar.
doCreateContextMenu(String, Collection<String>, Context, Action[]) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Creates the context menu from the informations inside the collection.
doCreateMenu(String, Collection<String>, Context, Action[]) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Creates the menu from the informations inside the collection.
doCreateMenuBar(String, Collection<String>, Context, Action[]) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Creates the menu from the informations inside the collection.
doCreateToolbar(String, Collection<String>, Context, Action[]) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Creates the toolbar from the informations inside the collection.
doCreateToolbar(Collection<String>, Context, Action[]) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Creates the toolbar from the information inside the collection.
document - Variable in class com.levigo.jadice.swing.commands.AbstractDocumentCommand
 
Document - com.levigo.jadice.format.modca.resource.ResourceLoader.Type
The resource type "document", represented by resources starting with a 'Begin Document' (BDT) field.
Document - Interface in com.levigo.jadice.document
Represents a logical document.
DOCUMENT - com.levigo.jadice.document.text.Granularity
 
DOCUMENT - com.levigo.jadice.swing.commands.AbstractDocumentCommand.Scope
 
DOCUMENT_META_DATA - Static variable in interface com.levigo.jadice.document.marshalling.DocumentUnmarshaller
Property key for the imported document's meta-data.
DOCUMENT_NAME - Static variable in interface com.levigo.jadice.document.marshalling.DocumentUnmarshaller
Property key for the imported document's name.
DOCUMENT_PROPERTY - Static variable in class com.levigo.jadice.swing.pageview.PageView
Property key for the currently displayed document.
DOCUMENT_STATE_PROPERTY - Static variable in class com.levigo.jadice.swing.pageview.PageView
Property key for the pseudo-property PageView.getDocumentState().
DOCUMENT_USER_PROPERTIES - Static variable in interface com.levigo.jadice.document.marshalling.DocumentUnmarshaller
Property key for the imported document's user-properties
Document.BasicState - Enum in com.levigo.jadice.document
An enum consisting of the default document states.
Document.State - Interface in com.levigo.jadice.document
This is a marker interface to be implemented by objects serving as state designators for documents.
DocumentAdapter - Class in com.levigo.jadice.document
An abstract adapter class used to reduce the complexity of implementing DocumentListeners as well as DocumentInterceptor.
DocumentAdapter() - Constructor for class com.levigo.jadice.document.DocumentAdapter
 
DocumentAnnotationPermission - Class in com.levigo.jadice.annotation.auth
An annotation permission object to be used to define per document annotation permissions.
DocumentAnnotationPermission() - Constructor for class com.levigo.jadice.annotation.auth.DocumentAnnotationPermission
 
DocumentAnnotationPermission.Factory - Class in com.levigo.jadice.annotation.auth
 
DocumentAnnotationPermission.Factory.AbstractPerm - Class in com.levigo.jadice.annotation.auth
 
DocumentAnnotationsModule - Class in com.levigo.jadice.appbase.flextree
A TreeModule which exposes all annotations contained in the document as nodes.
DocumentAnnotationsModule() - Constructor for class com.levigo.jadice.appbase.flextree.DocumentAnnotationsModule
 
DocumentAnnotationsModule(String) - Constructor for class com.levigo.jadice.appbase.flextree.DocumentAnnotationsModule
 
DocumentBuilder - Interface in com.levigo.jadice.document.read.fluent
IMPORTANT: This interface is used as a public part of the fluent read API.
DocumentByWeakRefExecutor - Class in com.levigo.jadice.demo.executor
Carries out a DocumentByWeakRefInstruction by setting its Document in the first PageView found in the collection of context objects.
DocumentByWeakRefExecutor() - Constructor for class com.levigo.jadice.demo.executor.DocumentByWeakRefExecutor
 
DocumentByWeakRefInstruction - Class in com.levigo.jadice.demo.instruction
Instructs an InstructionExecutor to jump to a Document.
DocumentByWeakRefInstruction(Document) - Constructor for class com.levigo.jadice.demo.instruction.DocumentByWeakRefInstruction
Creates a new instance pointing to the given Document.
documentChanged(PageView, Document) - Method in class com.levigo.jadice.swing.pageview.GotoDocumentStartPresentationRule
 
documentChanged(PageView, Document) - Method in interface com.levigo.jadice.swing.pageview.PresentationRule
 
documentChanged(PageView, Document) - Method in class com.levigo.jadice.swing.pageview.PresentationRuleManager
 
DocumentInterceptor - Interface in com.levigo.jadice.document
DocumentInterceptor completes the interception capabilities for jadice Documents.
DocumentLayer - Class in com.levigo.jadice.document
Class representing a layer of a Document.
DocumentLayerCache - Interface in com.levigo.jadice.document
This interface defines the contract a document layer cache implementation should fulfill.
DocumentListener - Interface in com.levigo.jadice.document
A listener interface for receiving document events.
DocumentMarshaller - Interface in com.levigo.jadice.document.marshalling
DocumentMarshallers are used to transfer a Document which currently resides in memory into an OutputStream for transfer or storage.
DocumentModelInfo - Class in com.levigo.jadice.document.model
An utility class used to extract statistics from a page or a page segment.
DocumentNameModule - Class in com.levigo.jadice.appbase.flextree
Provides a Document name for display in a FlexibleTree.
DocumentNameModule() - Constructor for class com.levigo.jadice.appbase.flextree.DocumentNameModule
 
DocumentPermission - Class in com.levigo.jadice.document.auth
 
DocumentPermission.DocumentPermissionFactory - Class in com.levigo.jadice.document.auth
 
DocumentProvider() - Constructor for class com.levigo.jadice.document.lazy.LazyStreamPageSegment.DocumentProvider
 
documentRenderSettingsChanged(RenderSettingsEvent, Collection<RenderControls>) - Method in interface com.levigo.jadice.document.render.RenderControlsInventory.Synchronizer
 
Documents - Class in com.levigo.jadice.document
This utility class contains various utility methods related to documents.
DocumentSecurityStore - Interface in com.levigo.jadice.format.pdf.signaturestore
A DocumentSecurityStore (DSS) contains cross-document information of the certificates used, timestamp signatures and auxiliary certificates required to validate the certificates involved in the certificate chain validation.
DocumentStateException - Exception in com.levigo.jadice.document
This exception indicates a denied access to an already disposed document.
DocumentStateException(MessageID, Object...) - Constructor for exception com.levigo.jadice.document.DocumentStateException
 
DocumentStateException(MessageID, Throwable, Object...) - Constructor for exception com.levigo.jadice.document.DocumentStateException
 
DocumentStateModule - Class in com.levigo.jadice.appbase.flextree
In a FlexibleTree this module provides an icon for instances of Document.
DocumentStateModule() - Constructor for class com.levigo.jadice.appbase.flextree.DocumentStateModule
 
DocumentStatusMessageSnapIn - Class in com.levigo.jadice.appbase.status
 
DocumentStatusMessageSnapIn() - Constructor for class com.levigo.jadice.appbase.status.DocumentStatusMessageSnapIn
 
DocumentUnmarshaller - Interface in com.levigo.jadice.document.marshalling
Instances are responsible for the recovery of Document data from its preserved state that has been created using a DocumentMarshaller.
DocumentUnmarshallerPageImportHandler - Class in com.levigo.jadice.swing.thumbnailview.dnd
An abstract implementation of an import handler importing pages from some serialized form that can be deserialized using a DocumentUnmarshaller.
DocumentUnmarshallerPageImportHandler() - Constructor for class com.levigo.jadice.swing.thumbnailview.dnd.DocumentUnmarshallerPageImportHandler
 
doFireAnnotationEvents - Variable in class com.levigo.jadice.annotation.Annotation
Flag whether annotation events should be fired.
doGetSelections() - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
doLayout() - Method in class com.levigo.jadice.appbase.search.BackgroundProgressBar
 
doLayout() - Method in class com.levigo.jadice.swing.lens.LensView
 
doLayout() - Method in class org.jadice.util.swing.action.components.EllipseJToolBar
 
doLayout() - Method in class org.jadice.util.swing.panel.FadeablePane
 
doLayout() - Method in class org.jadice.util.swing.panel.TransformerPanel
 
doLoad() - Method in class com.levigo.jadice.document.lazy.LazyStreamPageSegment
 
doPrefetch(Page) - Method in interface com.levigo.jadice.swing.pageview.Prefetcher
Prefetch page content.
doPrint() - Method in class com.levigo.jadice.printer.AbstractPrinter
Performs synchronous printing.
doPropagateClose() - Method in class com.levigo.jadice.document.io.SubfileSeekableInputStream
Boolean flag indicating whether if this stream is closed the closing of the warpped stream should be forced.
doRead(ReaderParameters, FormatReaderProcessor) - Method in class com.levigo.jadice.document.FormatReader
Transforms input data into a jadice document model representation.
doRead(ReaderParameters, FormatReaderProcessor) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationReader
 
doRenderPlaceholder(Page) - Method in class com.levigo.jadice.swing.lazy.AbstractPlaceholderTool
 
doRenderPlaceholder(Page) - Method in class com.levigo.jadice.swing.lazy.LazyLoadPagePlaceholderTool
 
doResolveMessages() - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
doSetActiveSelection(Selection) - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
doSetSelections(List<? extends Selection>) - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
doShortAlignment(byte[]) - Static method in class com.levigo.jadice.document.io.ByteUtils
this method checks if the length of the passed byte[] is a multiple of 2.
doShowMessage(MessageConsumer.Message) - Method in class org.jadice.util.swing.infobar.RollingMessagePanel
 
doubleArrayToFloatArray(double[]) - Static method in class org.jadice.util.base.Numbers
converts a double array to a float array
doubleTof2Dot14(double) - Static method in class org.jadice.util.base.Numbers
Converts double to 2 bytes with F2Dot14 notation
DoubleValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.DoubleValue
 
DOWN - com.levigo.jadice.swing.commands.ScrollCommand.Direction
 
DOWN - org.jadice.util.swing.panel.CollapsiblePane.Style
Push the contents to the bottom
doWrite(Document, OutputStream, WriterControls) - Method in class com.levigo.jadice.document.write.FormatWriter
 
doWrite(Document, OutputStream, WriterControls) - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriter
 
doWrite(Document, OutputStream, WriterControls) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriter
 
doWrite(Document, OutputStream, WriterControls) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriter
 
doWrite(Document, OutputStream, WriterControls) - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationWriter
 
doWrite(Document, OutputStream, WriterControls) - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationWriter
 
DPI72 - Static variable in class com.levigo.jadice.document.Resolution
72 DPI (the same resolution as Resolution.POINTS but with a different base unit).
DPI96 - Static variable in class com.levigo.jadice.document.Resolution
96 DPI.
Draft - com.levigo.jadice.format.xfdf.annotation.StampName
 
DRAG_START - Static variable in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Property name that is used to indicated that a drag is recognized.
DragAndDropFeature - Class in org.jadice.util.swing.flextree
 
DragAndDropFeature(FlexibleTree) - Constructor for class org.jadice.util.swing.flextree.DragAndDropFeature
 
dragEnter(DropTargetDragEvent) - Method in class com.levigo.jadice.appbase.FileOpener
 
dragOver(DropTargetDragEvent) - Method in class com.levigo.jadice.appbase.FileOpener
 
dragStarting(MouseEvent) - Method in interface org.jadice.util.swing.dnd.BasicDragGestureRecognizer.BeforeDrag
 
DragTextActivationCommand - Class in com.levigo.jadice.appbase.commands
 
DragTextActivationCommand() - Constructor for class com.levigo.jadice.appbase.commands.DragTextActivationCommand
 
dragTo(Point, Point) - Method in class com.levigo.jadice.demo.SorterToolbar.SorterToolBarUI
 
drainAsynchronously(InputStream) - Static method in class com.levigo.jadice.document.io.IOUtils
Eagerly drain the given input stream.
drainSynchronously(InputStream) - Static method in class com.levigo.jadice.document.io.IOUtils
Eagerly drain the given input stream.
DRAW - com.levigo.jadice.document.contentscreator.settings.ContentsCreatorDrawModeSettings.DrawMode
 
DRAW_AND_FILL - com.levigo.jadice.document.contentscreator.settings.ContentsCreatorDrawModeSettings.DrawMode
 
drawBevel(Graphics2D, Rectangle) - Static method in class org.jadice.util.swing.colorpicker.PlafPaintUtils
Uses translucent shades of white and black to draw highlights and shadows around a rectangle, and then frames the rectangle with a shade of gray (120).
DrawerContainer - Class in org.jadice.util.swing.infobar
 
DrawerContainer() - Constructor for class org.jadice.util.swing.infobar.DrawerContainer
 
DrawerContainer(Component) - Constructor for class org.jadice.util.swing.infobar.DrawerContainer
 
DrawerContainer.AccessibleDrawer - Class in org.jadice.util.swing.infobar
This class implements accessibility support.
DrawerContainer.Position - Enum in org.jadice.util.swing.infobar
 
drop(DropTargetDropEvent) - Method in class com.levigo.jadice.appbase.FileOpener
This method will be called when a drag operation has terminated with a drop on a component which DropTarget is registered with a FileOpener instance as DropTargetListener.
DropDownToggleButton - Class in org.jadice.util.swing.button
A DropDownButton is intended to be used in a toolbar as multiple action button.
DropDownToggleButton() - Constructor for class org.jadice.util.swing.button.DropDownToggleButton
Construct this button
DropShadowBorder - Class in org.jadice.util.swing.borders
 
DropShadowBorder(int, int) - Constructor for class org.jadice.util.swing.borders.DropShadowBorder
 
DropShadowBorder(int, int, int, int) - Constructor for class org.jadice.util.swing.borders.DropShadowBorder
 
DummyCommand - Class in org.jadice.util.swing.action.commands
A null command used to instantiate actions from the action factory when no command string for this action is provided in the properties file.
DummyCommand() - Constructor for class org.jadice.util.swing.action.commands.DummyCommand
 
DYNAMIC_ZOOM_MODE - Static variable in class com.levigo.jadice.swing.pageview.PageViewSettings
A property key for the dynamic zoom mode.
DynamicCompositePageSegment - Class in com.levigo.jadice.document.composite
Within a DynamicCompositePageSegment (dcps) one or more PageSegments can be arranged by transformations and clippings.
DynamicCompositePageSegment() - Constructor for class com.levigo.jadice.document.composite.DynamicCompositePageSegment
 
DynamicTreeModule - Interface in org.jadice.util.swing.flextree
The DynamicTreeModule is like any other TreeModule, except that it is supplied with a per-node callback enabling it to inform the representation about asynchronous changes.
DynamicTreeModule.TreeCallback - Interface in org.jadice.util.swing.flextree
DynamicTreeModule.TreeCallbacks can be used by DynamicTreeModules to request refreshes of the tree in response to changes to domain data.

E

EBCDIC_CHARSET_NAME - Static variable in class com.levigo.jadice.format.text.TextReaderSettings
EBCDIC charset name.
edge - Variable in class org.jadice.util.swing.effect.EffectLayout.Constraints
 
EDGES - com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool.MouseSensitivity
Mouse-sensitivity only along the edges but not inside the rectangle.
EDIT - com.levigo.jadice.swing.annotation.AnnotationTool.Mode
 
editable - Variable in class com.levigo.jadice.annotation.TextAnnotation
 
EditableTreeColumnProvider - Interface in org.jadice.util.swing.flextree
A TreeModule providing editable TreeTable columns.
EditEvent - Class in com.levigo.jadice.swing.tool
 
Effect - Enum in org.jadice.util.swing.effect
 
EFFECT_ALPHA50P - Static variable in class org.jadice.util.swing.icon.IconManager
Icon effect: make icon 50% transparent
EFFECT_DARKER - Static variable in class org.jadice.util.swing.icon.IconManager
Icon effect draw icon darker
EFFECT_GRAY - Static variable in class org.jadice.util.swing.icon.IconManager
Icon effect: convert to gray (desaturate)
EFFECT_GRAY50P - Static variable in class org.jadice.util.swing.icon.IconManager
Icon effect: convert to gray (desaturate) partially (50%)
EFFECT_LIGHTER - Static variable in class org.jadice.util.swing.icon.IconManager
Icon effect: draw icon lighter
EFFECT_MORECONTRAST - Static variable in class org.jadice.util.swing.icon.IconManager
Icon effect: make icon 50% transparent
EffectContainer - Class in org.jadice.util.swing.effect
A container for effect boxes like the FadeBox or the RolloutBox.
EffectContainer() - Constructor for class org.jadice.util.swing.effect.EffectContainer
Create an empty effect container.
EffectContainer(JComponent) - Constructor for class org.jadice.util.swing.effect.EffectContainer
Create an effect container for the given base component.
EffectLayout - Class in org.jadice.util.swing.effect
 
EffectLayout() - Constructor for class org.jadice.util.swing.effect.EffectLayout
Create a RollOutLayout which lays out the rollout components along the border of the base component, but doesn't care about the visible bounds.
EffectLayout(boolean) - Constructor for class org.jadice.util.swing.effect.EffectLayout
Create a RollOutLayout which lays out the rollout components either along the border of the base component or along the visible bounds, depending on the EffectLayout.useVisibleBounds parameter.
EffectLayout.Constraints - Class in org.jadice.util.swing.effect
 
EffectLayout.Constraints.Mode - Enum in org.jadice.util.swing.effect
 
EffectLayout.Edge - Enum in org.jadice.util.swing.effect
 
electActiveTool(List<ToolActivationPolicy.ActivationCandidate>, EditEvent, ToolManager) - Method in class com.levigo.jadice.swing.tool.DefaultToolActivationPolicy
 
electActiveTool(List<ToolActivationPolicy.ActivationCandidate>, EditEvent, ToolManager) - Method in interface com.levigo.jadice.swing.tool.ToolActivationPolicy
This method is queried by the given ToolManager instance with a list of candidate Tools to be activated (wrapped as ToolActivationPolicy.ActivationCandidates) in response to a given EditEvent.
electFeedback(List<ToolActivationPolicy.ActivationCandidate>, EditEvent, ToolManager) - Method in class com.levigo.jadice.swing.tool.DefaultToolActivationPolicy
 
electFeedback(List<ToolActivationPolicy.ActivationCandidate>, EditEvent, ToolManager) - Method in interface com.levigo.jadice.swing.tool.ToolActivationPolicy
This method is queried by the given ToolManager instance with a list of candidate Tools to be activated (wrapped as ToolActivationPolicy.ActivationCandidates) in response to a given EditEvent.
element - Variable in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ValueElement
 
elementAdded(int, E) - Method in class org.jadice.util.base.collections.AbstractListObserver
 
elementAdded(int, E) - Method in interface org.jadice.util.base.collections.ListObserver
 
elementAdded(E) - Method in interface org.jadice.util.base.collections.CollectionObserver
 
elementAt(EventList<E>, int, E) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that value at the given index in the given elements.
elementChanged(Object) - Method in class org.jadice.util.glazedlists.ObservableElementList
Handle a listener being notified for the specified listElement.
elementDeleted(int, E) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Add to the current ListEvent the removal of the element at the specified index, with the specified previous value.
elementInserted(int, E) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Add to the current ListEvent the insert of the element at the specified index, with the specified previous value.
elementRemoved(int, E) - Method in class org.jadice.util.base.collections.AbstractListObserver
 
elementRemoved(int, E) - Method in interface org.jadice.util.base.collections.ListObserver
 
elementRemoved(Object) - Method in interface org.jadice.util.base.collections.CollectionObserver
 
elements() - Method in class org.jadice.util.base.collections.IntHashtable
 
elementSet(int, E, E) - Method in class org.jadice.util.base.collections.AbstractListObserver
This default implementation delegates to a pair of calls to AbstractListObserver.elementRemoved(int, Object) and AbstractListObserver.elementAdded(int, Object).
elementSet(int, E, E) - Method in interface org.jadice.util.base.collections.ListObserver
 
elementsInserted(int, int) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
 
elementUpdated(int, E) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
elementUpdated(int, E, E) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Add to the current ListEvent the update of the element at the specified index, with the specified previous value.
ElementXML - Class in com.levigo.jadice.format.xfdf.annotation.metadata
Object to store unknown / user specific XML elements defined in a XFDF annotation file.
ElementXML(String) - Constructor for class com.levigo.jadice.format.xfdf.annotation.metadata.ElementXML
XML element object containing attributes and sub elements.
ELLIPSE - com.levigo.jadice.format.annocm.CMAnnotationArcheTypes
Compatible with: Content Manager 7 / 8 client Jadice DOCP client
ELLIPSE - com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Compatible with: FileNet P8 client Jadice DOCP client
EllipseAnnotation - Class in com.levigo.jadice.annotation
An annotation looking like an circle or ellipse.
EllipseAnnotation() - Constructor for class com.levigo.jadice.annotation.EllipseAnnotation
 
EllipseJToolBar - Class in org.jadice.util.swing.action.components
A toolbar which automatically creates an ellipse button, if it becomes too small to show all entries.
EllipseJToolBar() - Constructor for class org.jadice.util.swing.action.components.EllipseJToolBar
 
EllipseJToolBar.AccessibleEllipseJToolBar - Class in org.jadice.util.swing.action.components
This class implements accessibility support for the JToolBar class.
EMBEDDED_ANNOTATIONS - Static variable in class com.levigo.jadice.document.DocumentLayer
A layer typically used for format specific inline annotations.
EmbeddedAnnotation - Interface in com.levigo.jadice.annotation.embedded
 
EmbeddedAnnotationProvider - Interface in com.levigo.jadice.annotation.embedded
 
EmbeddedAnnotations - Class in com.levigo.jadice.annotation.embedded
This class contains various utility methods for embedded annotations.
EmbeddedAnnotations() - Constructor for class com.levigo.jadice.annotation.embedded.EmbeddedAnnotations
 
EmbeddedAnnotationTooltipTool - Class in com.levigo.jadice.swing.annotation
A Tool to display popup texts of embedded annotations.
EmbeddedAnnotationTooltipTool() - Constructor for class com.levigo.jadice.swing.annotation.EmbeddedAnnotationTooltipTool
 
EmbeddedAnnotationTypesProvider - Interface in com.levigo.jadice.annotation.embedded
A public interface which provides all AnnotationTypes a pageSegment may have.
EmbeddedAnnotationVisibilityCommand - Class in com.levigo.jadice.swing.annotation.commands
This command could be used to change the visibility of embedded annotations.
EmbeddedAnnotationVisibilityCommand() - Constructor for class com.levigo.jadice.swing.annotation.commands.EmbeddedAnnotationVisibilityCommand
 
EmbeddedAnnotationVisibilityMenuContributor - Class in com.levigo.jadice.demo
The intention of this class is to provide several annotation visibility functions as a separate sub menu.
EmbeddedAnnotationVisibilityMenuContributor() - Constructor for class com.levigo.jadice.demo.EmbeddedAnnotationVisibilityMenuContributor
 
EmbeddedChooser() - Constructor for class com.levigo.jadice.appbase.chooser.FileChooser.EmbeddedChooser
 
EmbeddedChooser(File) - Constructor for class com.levigo.jadice.appbase.chooser.FileChooser.EmbeddedChooser
 
EmbeddedChooser(File, FileSystemView) - Constructor for class com.levigo.jadice.appbase.chooser.FileChooser.EmbeddedChooser
 
EmbeddedChooser(String) - Constructor for class com.levigo.jadice.appbase.chooser.FileChooser.EmbeddedChooser
 
EmbeddedChooser(String, FileSystemView) - Constructor for class com.levigo.jadice.appbase.chooser.FileChooser.EmbeddedChooser
 
EmbeddedChooser(FileSystemView) - Constructor for class com.levigo.jadice.appbase.chooser.FileChooser.EmbeddedChooser
 
EmbeddedDemoApplication - Class in com.levigo.jadice.demo.launcher
A demo of the Jadice Viewer in an embedded environment.
EmbeddedDemoApplication() - Constructor for class com.levigo.jadice.demo.launcher.EmbeddedDemoApplication
 
EmbeddedDemoApplication(DefaultMenuComponentFactory) - Constructor for class com.levigo.jadice.demo.launcher.EmbeddedDemoApplication
 
EmbeddedDemoApplication(DefaultMenuComponentFactory, String[]) - Constructor for class com.levigo.jadice.demo.launcher.EmbeddedDemoApplication
 
EmbeddedLinkTool - Class in com.levigo.jadice.swing.tool
Provides functionality to navigate intra-document links.
EmbeddedLinkTool() - Constructor for class com.levigo.jadice.swing.tool.EmbeddedLinkTool
 
empty() - Static method in class com.levigo.jadice.document.instruction.InstructionChain
A safe way to retrieve an empty, shared, immutable instance.
empty() - Static method in class org.jadice.util.base.collections.FrozenList
A safe way to retrieve an empty, shared, immutable list instance.
empty(String) - Static method in class org.jadice.util.base.Strings
Check whether the given String is empty or not.
EMPTY_STRING_LIST - Static variable in class org.jadice.util.swing.action.factories.BasicActionFactory
 
EMPTY_STRING_LIST - Static variable in class org.jadice.util.swing.action.factories.BasicCommandFactory
 
EMPTY_TILE_INTERSECTION - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
EmptyEnumeratorIterator<T> - Class in org.jadice.util.base.collections
Just an useful base class to provide empty iterator and enumerator functionality.
EmptyEnumeratorIterator() - Constructor for class org.jadice.util.base.collections.EmptyEnumeratorIterator
 
emptyTrim(String) - Static method in class org.jadice.util.base.Strings
Check whether the given String is empty or not.
enableAllAnnotationTypes() - Method in class com.levigo.jadice.annotation.AnnotationRenderSettings
Enable the rendering of all annotation types which may have previously been disabled using AnnotationRenderSettings.setAnnotationRenderingEnabled(AnnotationType, boolean).
enableAllLayers() - Method in class com.levigo.jadice.document.marshalling.BaseMarshallingSettings
Enables the marshalling of all DocumentLayers.
enableAllLayers() - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Enables the rendering of all standard layers provided by the DocumentLayer class and explicit disabled layers (defined by a call of BaseRenderSettings.setDocumentLayerEnabled(DocumentLayer, boolean) with a false boolean parameter).
enableByteOrderMarkDetection(boolean) - Method in class com.levigo.jadice.format.text.TextReaderSettings
Enable / disable byte-order-mark (BOM) detection.
enableCacheOccupationBean() - Method in class org.jadice.util.mm.ckc.statistics.CacheConfiguration
 
enableCacheOccupationBean() - Method in interface org.jadice.util.mm.ckc.statistics.CacheConfigurationMXBean
Enables the cache occupation MXBean.
enabled - Variable in class org.jadice.util.swing.action.commands.CommandAction
Specifies whether action is enabled; the default is true.
ENABLED_DOCCHANGE_RESET - com.levigo.jadice.swing.crosshair.FrozenMode
Indicates, that the frozen state function is switched on.
ENABLED_PAGECHANGE_RESET - com.levigo.jadice.swing.crosshair.FrozenMode
Indicates, that the frozen state function is switched on.
enableFocus - Variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Control if elements should be set focussable
enableInfo() - Method in class org.jadice.util.swing.componentdecorator.NonFocusedInfo
Enable non-focused info.
enableLink - Variable in class org.jadice.util.swing.button.Hyperlink
 
enableListeners() - Method in class org.jadice.util.mm.ckc.statistics.CacheConfiguration
 
enableListeners() - Method in interface org.jadice.util.mm.ckc.statistics.CacheConfigurationMXBean
Enable listeners on the cache.
enableStatistics() - Method in class org.jadice.util.mm.ckc.statistics.CacheConfiguration
 
enableStatistics() - Method in interface org.jadice.util.mm.ckc.statistics.CacheConfigurationMXBean
Enables the cache statistics and the corresponding MXBean.
encode(byte[]) - Static method in class org.jadice.util.base.datatype.Base64
 
encode(byte[], int, int) - Static method in class org.jadice.util.base.datatype.Base64
Encodes hex octects into Base64
ENCRYPTED - com.levigo.jadice.bm.BufferManagerConfigurer.StoreMode
Store buffers in ECB encrypted representation.
end(XMLEventWriter, XMLEventFactory, String) - Method in class com.levigo.jadice.format.annotation.converters.AbstractConverter
 
ENDSUB - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
End submenu [Format:{EndSubMenu}]
endsWith(String, String, boolean) - Static method in class org.jadice.util.base.Strings
A check whether the given string ends with a specified suffix.
endsWithIgnoreCase(String, String) - Static method in class org.jadice.util.base.Strings
A case-insensitive check if given string ends with a specified suffix.
EnglishMetricUnit - com.levigo.jadice.document.Unit
 
enlargeToGrid(Rectangle2D) - Static method in class org.jadice.util.base.geometry.Rectangles
Create a rectangle with the same area as the given input rectangle but with all of its edges snapped (rounded) to the integer grid.
enrich(FontAttributeSet) - Method in class com.levigo.jadice.appbase.font.factory.StyleEnricher
Adds style attributes, guessed from the font's name.
enrichMetadata(MutableMetadataNode) - Method in interface com.levigo.jadice.document.metadata.MetadataEnricher
 
ensureDoublePrecision(Rectangle2D) - Static method in class org.jadice.util.base.geometry.Rectangles
Converts the given Rectangle2D to double precision, if necessary.
ensureEventDispatchThread() - Static method in class org.jadice.util.base.swing.TGASwingUtil
This method will ensure that the calling thread is the event dispatch thread.
ensureIndexIsVisible(int) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Scrolls the ThumbnailView within an enclosing JViewport to make the specified cell completely visible.
ensureModifiable() - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
Utility method which will throw a IllegalStateException if AbstractCharSequenceSearchRequest.isModifiable() returns false
ensureNotRunning() - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
 
ensureValid() - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
 
ensureWriteLocked() - Method in class com.levigo.jadice.document.outline.DefaultOutlineNode
 
entries - Variable in class org.jadice.util.swing.menu.BasicMenuBuilder.Group
 
Entry() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.MapValue.Entry
 
Entry(PropertiesDescriptor.ValueElement, PropertiesDescriptor.ValueElement) - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.MapValue.Entry
 
Entry(String, MenuContributor, Action) - Constructor for class org.jadice.util.swing.menu.BasicMenuBuilder.Entry
 
entryAdded(K, V) - Method in interface org.jadice.util.base.collections.MapObserver
 
entryRemoved(K, V) - Method in interface org.jadice.util.base.collections.MapObserver
 
entrySet() - Method in class org.jadice.util.base.collections.ObservableMap
 
entrySet() - Method in class org.jadice.util.mm.SequencedHashMap
Implements Map.entrySet().
entryUpdated(K, V, V) - Method in interface org.jadice.util.base.collections.MapObserver
 
EntryWrapper(Map.Entry<?, ?>) - Constructor for class com.levigo.jadice.appbase.flextree.UserPropertiesModule.EntryWrapper
 
EnumConverter - Class in com.levigo.jadice.format.annotation.converters
Writes an reads all enums based on their Enum.name() method.
EnumConverter() - Constructor for class com.levigo.jadice.format.annotation.converters.EnumConverter
 
EQUAL - Static variable in class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
 
equals(DataFlavor) - Method in class com.levigo.jadice.document.flavor.AbstractJadiceLocalDataFlavor
 
equals(Object) - Method in class com.levigo.jadice.annotation.AnnotationRenderSettings
 
equals(Object) - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
equals(Object) - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
equals(Object) - Method in class com.levigo.jadice.annotation.profiles.AnnotationTemplate
 
equals(Object) - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
equals(Object) - Method in class com.levigo.jadice.annotation.profiles.DiscreteProperty
 
equals(Object) - Method in class com.levigo.jadice.annotation.profiles.Label
 
equals(Object) - Method in class com.levigo.jadice.annotation.profiles.Labels
 
equals(Object) - Method in class com.levigo.jadice.annotation.profiles.NameBasedFactory
 
equals(Object) - Method in class com.levigo.jadice.annotation.profiles.Parameter
 
equals(Object) - Method in class com.levigo.jadice.annotation.profiles.PropertyDefault
 
equals(Object) - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
equals(Object) - Method in class com.levigo.jadice.annotation.profiles.RangeProperty
 
equals(Object) - Method in class com.levigo.jadice.annotation.profiles.ToolkitBasedFactory
 
equals(Object) - Method in class com.levigo.jadice.annotation.profiles.TypeRef
 
equals(Object) - Method in class com.levigo.jadice.annotation.profiles.TypeSet
 
equals(Object) - Method in class com.levigo.jadice.appbase.instruction.FitInstruction
 
equals(Object) - Method in class com.levigo.jadice.appbase.instruction.PanInstruction
 
equals(Object) - Method in class com.levigo.jadice.appbase.instruction.ZoomInstruction
 
equals(Object) - Method in class com.levigo.jadice.demo.instruction.DocumentByWeakRefInstruction
 
equals(Object) - Method in class com.levigo.jadice.demo.instruction.PageByWeakRefInstruction
 
equals(Object) - Method in class com.levigo.jadice.demo.instruction.RotateInstruction
 
equals(Object) - Method in class com.levigo.jadice.document.condition.ConditionRenderSettings
 
equals(Object) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorColorSettings
 
equals(Object) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorDrawModeSettings
 
equals(Object) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTextSettings
 
equals(Object) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTransformationSettings
 
equals(Object) - Method in class com.levigo.jadice.document.controls.AbstractProcessingControls
 
equals(Object) - Method in class com.levigo.jadice.document.DocumentLayer
 
equals(Object) - Method in class com.levigo.jadice.document.font.attribute.api.AbstractAttribute
 
equals(Object) - Method in class com.levigo.jadice.document.font.attribute.FontAttributeSet
 
equals(Object) - Method in class com.levigo.jadice.document.font.factory.FontFactoryProcessingSettings
 
equals(Object) - Method in class com.levigo.jadice.document.Format
The default equality implementation for formats is based on class equality.
equals(Object) - Method in class com.levigo.jadice.document.instruction.PageByIndexInstruction
 
equals(Object) - Method in class com.levigo.jadice.document.instruction.TargetStringInstruction
 
equals(Object) - Method in class com.levigo.jadice.document.instruction.URIInstruction
 
equals(Object) - Method in class com.levigo.jadice.document.marshalling.BaseMarshallingSettings
 
equals(Object) - Method in class com.levigo.jadice.document.ProductInformation.Artifact
 
equals(Object) - Method in class com.levigo.jadice.document.read.NCIReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
 
equals(Object) - Method in class com.levigo.jadice.document.render.ImageRenderSettings
 
equals(Object) - Method in class com.levigo.jadice.document.Resolution
 
equals(Object) - Method in class com.levigo.jadice.document.util.FloatDimension
 
equals(Object) - Method in class com.levigo.jadice.document.util.GradationCurve
 
equals(Object) - Method in class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
 
equals(Object) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
equals(Object) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriterSettings
 
equals(Object) - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationWriterSettings
 
equals(Object) - Method in class com.levigo.jadice.format.bmp.BMPReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.hocr.settings.HocrReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.imageio.ImageIOJPEGReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.imageio.ImageIOReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000ReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.modca.AfpLineModeReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.modca.IOCAReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.pdf.crypt.standard.PDFStandardSecurityHandlerSettings
 
equals(Object) - Method in class com.levigo.jadice.format.pdf.settings.PDFStructureReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.text.TextReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.tiff.TIFFReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationReaderSettings
 
equals(Object) - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationWriterSettings
 
equals(Object) - Method in class com.levigo.jadice.signature.TrustStoreParameter
 
equals(Object) - Method in class com.levigo.jadice.swing.pageview.PageLayoutSettings
 
equals(Object) - Method in class com.levigo.jadice.swing.pageview.PageViewSettings
 
equals(Object) - Method in class com.levigo.jadice.swing.tool.Tool.ActivationRequest
 
equals(Object) - Method in class org.jadice.util.base.collections.InterceptableList
 
equals(Object) - Method in class org.jadice.util.base.collections.ObservableCollection
 
equals(Object) - Method in class org.jadice.util.base.collections.ObservableList
 
equals(Object) - Method in class org.jadice.util.base.collections.ObservableMap
 
equals(Object) - Method in class org.jadice.util.concurrent.tasks.AbstractTask
 
equals(Object) - Method in class org.jadice.util.glazedlists.AbstractEventList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.jadice.util.glazedlists.beans.BeanProperty
equals(Object) - Method in class org.jadice.util.glazedlists.DebugList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.jadice.util.glazedlists.matchers.SearchEngineTextMatcherEditor.Field
 
equals(Object) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
 
equals(Object) - Method in class org.jadice.util.glazedlists.sparse.SparseList.Span
 
equals(Object) - Method in class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
 
equals(Object) - Method in class org.jadice.util.glazedlists.TreeList.Node
equals(Object) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache.WeakOwnerKeyComposition
 
equals(Object) - Method in class org.jadice.util.mm.SequencedHashMap
Implements Map.equals(Object).
equals(Object, Object) - Static method in class org.jadice.util.base.Objects
Checks two objects for equality considering whether any of them is null.
equalsSourceDocument(Document, Document) - Method in class com.levigo.jadice.demo.bookmark.command.BookmarkCommand
 
error(String) - Method in interface org.jadice.util.log.Logger
Log a message at the ERROR level.
error(String, Object...) - Method in interface org.jadice.util.log.Logger
Log a message at the ERROR level processing the passed arguments.
error(String, Throwable) - Method in interface org.jadice.util.log.Logger
Log an exception (throwable) at the ERROR level with an accompanying message.
error(MessageID) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
error(MessageID) - Method in interface org.jadice.util.log.qualified.QualifiedLogger
Log the given message at level "error".
error(MessageID, Object...) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
error(MessageID, Object...) - Method in interface org.jadice.util.log.qualified.QualifiedLogger
Log the given message at level "error".
error(MessageID, Throwable) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
error(MessageID, Throwable) - Method in interface org.jadice.util.log.qualified.QualifiedLogger
Log the given message at level "error".
error(MessageID, Throwable, Object...) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
error(MessageID, Throwable, Object...) - Method in interface org.jadice.util.log.qualified.QualifiedLogger
Log the given message at level "error".
error(QualifiedLogEvent) - Method in class com.levigo.jadice.document.read.ReaderListenerAdapter
 
error(QualifiedLogEvent) - Method in interface org.jadice.util.log.qualified.QualifiedLogListener
Callback method which will be invoked in case of an error.
error(QualifiedLogEvent) - Method in class org.jadice.util.swing.infobar.QualifiedLoggingBridge
 
ERROR - com.levigo.jadice.printer.event.PrintEvent.PrintEventType
A PrintEvent of this type will be propagated, when the print job fails or another problem occurs.
ERROR - org.jadice.util.log.Level
 
errorHandler - Variable in class com.levigo.jadice.printer.AbstractPrinter
The PrintErrorHandler to be applied when a print error occurred.
evalToBoolean(String, Object...) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Evaluate the given XPath expression against the current node and return the result as a Boolean.
evalToNode(String, Object...) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Evaluate the given XPath expression against the current node and return the result as a Node.
evalToNodeSet(String, Object...) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Evaluate the given XPath expression against the current node and return the result as a NodeList.
evalToNumber(String, Object...) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Evaluate the given XPath expression against the current node and return the result as a Number.
evalToString(String, Object...) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Evaluate the given XPath expression against the current node and return the result as a String.
evaluate(A) - Method in interface org.jadice.util.glazedlists.FunctionList.Function
Transform the given sourceValue into any kind of Object.
evaluate(Annotation) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule.DefaultLabelProvider
 
evaluate(E) - Method in interface org.jadice.util.glazedlists.ThresholdList.Evaluator
Returns an integer value for an Object to be used to compare that object against a threshold.
Event(FilterList, int, Matcher<E>) - Constructor for class org.jadice.util.glazedlists.matchers.MatcherEditor.Event
 
Event(MatcherEditor<E>, int, Matcher<E>) - Constructor for class org.jadice.util.glazedlists.matchers.MatcherEditor.Event
 
EventComboBoxModel<E> - Class in org.jadice.util.glazedlists.gui
A combo box model for displaying Glazed Lists in a combo box.
EventComboBoxModel(EventList<E>) - Constructor for class org.jadice.util.glazedlists.gui.EventComboBoxModel
Creates a new combo box model that contains the elements of the given source and tracks further changes made to it.
eventLevel - Variable in class org.jadice.util.glazedlists.event.ListEventAssembler
the event level is the number of nested events
eventList(Collection<? extends E>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a new EventList which contains the contents of the specified Collection .
eventList(ListEventPublisher, ReadWriteLock, Collection<? extends E>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a new EventList with the given ListEventPublisher and ReadWriteLock which contains the contents of the specified Collection.
EventList<E> - Interface in org.jadice.util.glazedlists
An observable List.
EventListInterceptor<E> - Interface in org.jadice.util.glazedlists
 
EventListModel<E> - Class in org.jadice.util.glazedlists.gui
An EventListModel adapts an EventList to the ListModel interface making it appropriate for use with a JList.
EventListModel(EventList<E>) - Constructor for class org.jadice.util.glazedlists.gui.EventListModel
Creates a new model that contains all objects located in the given source and reacts to any changes in the given source.
eventListOf(E...) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a new EventList which contains the given elements.
eventListOf(ListEventPublisher, ReadWriteLock, E...) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a new EventList with the given ListEventPublisher and ReadWriteLock which contains the given elements.
EventSelectionModel<E> - Class in org.jadice.util.glazedlists.gui
An EventSelectionModel is a class that performs two simulaneous services.
EventSelectionModel(EventList<E>) - Constructor for class org.jadice.util.glazedlists.gui.EventSelectionModel
Creates a new selection model that also presents a list of the selection.
EventTableColumnModel<T extends TableColumn> - Class in org.jadice.util.glazedlists.gui
A TableColumnModel that holds an EventList.
EventTableColumnModel(EventList<T>) - Constructor for class org.jadice.util.glazedlists.gui.EventTableColumnModel
Creates a new model that contains the TableColumn objects from the given source.
EventTableModel<E> - Class in org.jadice.util.glazedlists.gui
A TableModel that holds an EventList.
EventTableModel(EventList<E>, String[], String[], boolean[]) - Constructor for class org.jadice.util.glazedlists.gui.EventTableModel
Creates a new table that renders the specified list with an automatically generated TableFormat.
EventTableModel(EventList<E>, TableFormat<? super E>) - Constructor for class org.jadice.util.glazedlists.gui.EventTableModel
Creates a new table model that extracts column data from the given source using the the given tableFormat.
EventType - Enum in org.jadice.util.mm.ckc.events
The type of event received by the listener.
EXACT - Static variable in class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Matching mode where items are considered a match if they are an exact character for character match with at least one of the filter strings.
exceptionIfDisposed() - Method in class com.levigo.jadice.document.AbstractDocument
 
exceptionIfDisposed() - Method in class com.levigo.jadice.swing.SwingUIDocument
 
Exceptions - Class in org.jadice.util.base
Utility classes related to exceptions/throwables.
executableSearchEngine(SearchConfiguration) - Method in class com.levigo.jadice.search.engine.SearchEngineRegistry
It gets checked whether at least one of the registered search engines is executable for the current SearchConfiguration.
execute() - Method in class com.levigo.jadice.appbase.commands.AbstractToolActivationCommand
 
execute() - Method in class com.levigo.jadice.appbase.commands.AnnotationEditActivationCommand
 
execute() - Method in class com.levigo.jadice.appbase.commands.CopyRasterizedSelectionCommand
 
execute() - Method in class com.levigo.jadice.appbase.commands.CopySelectedTextCommand
 
execute() - Method in class com.levigo.jadice.appbase.commands.DebugDumpCommand
 
execute() - Method in class com.levigo.jadice.appbase.commands.FitCurrentPageCommand
 
execute() - Method in class com.levigo.jadice.appbase.commands.OpenDocumentFromFileCommand
 
execute() - Method in class com.levigo.jadice.appbase.commands.ToggleToolActivationPolicyCommand
 
execute() - Method in class com.levigo.jadice.appbase.executor.InstructionExecutorCommand
 
execute() - Method in class com.levigo.jadice.appbase.preview.FirstPageCommand
 
execute() - Method in class com.levigo.jadice.appbase.preview.LastPageCommand
 
execute() - Method in class com.levigo.jadice.appbase.preview.NextPageCommand
 
execute() - Method in class com.levigo.jadice.appbase.preview.PreviousPageCommand
 
execute() - Method in class com.levigo.jadice.appbase.search.ActivateRolloutSearchCommand
Deprecated.
 
execute() - Method in class com.levigo.jadice.appbase.search.engine.ui.ActivateRolloutSearchCommand
 
execute() - Method in class com.levigo.jadice.appbase.search.engine.ui.ToggleExtendedSearchCommand
 
execute() - Method in class com.levigo.jadice.appbase.search.engine.ui.ToggleOptionCommand
 
execute() - Method in class com.levigo.jadice.appbase.search.ToggleCaseSensitiveCommand
Deprecated.
 
execute() - Method in class com.levigo.jadice.appbase.search.ToggleExtendedSearchCommand
Deprecated.
 
execute() - Method in class com.levigo.jadice.appbase.search.ToggleWholeWordsOnlyCommand
Deprecated.
 
execute() - Method in class com.levigo.jadice.appbase.search.ToggleWildcardCommand
Deprecated.
 
execute() - Method in class com.levigo.jadice.demo.bookmark.command.AddBookmarkCommand
 
execute() - Method in class com.levigo.jadice.demo.bookmark.command.NextBookmarkCommand
 
execute() - Method in class com.levigo.jadice.demo.bookmark.command.PreviousBookmarkCommand
 
execute() - Method in class com.levigo.jadice.demo.bookmark.command.RemoveAllBookmarksCommand
 
execute() - Method in class com.levigo.jadice.demo.bookmark.command.RemoveBookmarkCommand
 
execute() - Method in class com.levigo.jadice.demo.commands.CloseDemoCommand
 
execute() - Method in class com.levigo.jadice.demo.commands.CreateTextHighlightAnnotationCommand
 
execute() - Method in class com.levigo.jadice.demo.commands.OpenDocumentFromFileWithHocrCommand
 
execute() - Method in class com.levigo.jadice.demo.commands.OpenViewerFrameCommand
 
execute() - Method in class com.levigo.jadice.demo.commands.ResampleFilterCommand
 
execute() - Method in class com.levigo.jadice.demo.commands.ShowTrayLicenseCommand
 
execute() - Method in class com.levigo.jadice.demo.commands.ToggleCompareCommand
 
execute() - Method in class com.levigo.jadice.demo.commands.ToggleGroupPanelVisibilityCommand
 
execute() - Method in class com.levigo.jadice.demo.commands.ToggleHoverLensCommand
 
execute() - Method in class com.levigo.jadice.demo.commands.ToggleInfoAreaCommand
 
execute() - Method in class com.levigo.jadice.demo.commands.ToggleLensCommand
 
execute() - Method in class com.levigo.jadice.demo.commands.ToggleToolbarVisibilityCommand
 
execute() - Method in class com.levigo.jadice.demo.commands.ToggleToolCommand
 
execute() - Method in class com.levigo.jadice.demo.commands.ToggleTrayCommand
 
execute() - Method in class com.levigo.jadice.demo.gradation.commands.GradationCommand
 
execute() - Method in class com.levigo.jadice.demo.infotree.ToggleInfoTreeCommand
 
execute() - Method in class com.levigo.jadice.demo.navigator.ToggleNavigatorCommand
 
execute() - Method in class com.levigo.jadice.demo.pagestash.StashPagesCommand
 
execute() - Method in class com.levigo.jadice.demo.pagestash.UnstashMergeCommand
 
execute() - Method in class com.levigo.jadice.demo.pdf.crypto.commands.ShowPDFPermissionsCommand
 
execute() - Method in class com.levigo.jadice.demo.pdf.signature.commands.ToggleEnabledPDFSignatureBoxCommand
 
execute() - Method in class com.levigo.jadice.demo.pdf.signature.commands.TogglePDFSignatureBoxCommand
 
execute() - Method in class com.levigo.jadice.demo.thumbnailview.SorterClearSelectionCommand
 
execute() - Method in class com.levigo.jadice.demo.thumbnailview.SorterSelectAllCommand
 
execute() - Method in class com.levigo.jadice.demo.thumbnailview.ToggleSorterCommand
 
execute() - Method in interface com.levigo.jadice.document.read.fluent.AsyncReadConfigurer
Execute this read configuration.
execute() - Method in interface com.levigo.jadice.document.read.fluent.SyncReadConfigurer
Execute this read configuration synchronously on the current thread.
execute() - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
 
execute() - Method in class com.levigo.jadice.swing.annotation.commands.AnnotationDeleteCommand
 
execute() - Method in class com.levigo.jadice.swing.annotation.commands.AnnotationModeCommand
 
execute() - Method in class com.levigo.jadice.swing.annotation.commands.AnnotationSelectAllCommand
 
execute() - Method in class com.levigo.jadice.swing.annotation.commands.AnnotationVisibilityCommand
 
execute() - Method in class com.levigo.jadice.swing.annotation.commands.EmbeddedAnnotationVisibilityCommand
 
execute() - Method in class com.levigo.jadice.swing.commands.DirectPrintDocumentCommand
 
execute() - Method in class com.levigo.jadice.swing.commands.PrintDocumentCommand
 
execute() - Method in class com.levigo.jadice.swing.commands.RedoCommand
 
execute() - Method in class com.levigo.jadice.swing.commands.RemoveDocumentFromPageViewCommand
 
execute() - Method in class com.levigo.jadice.swing.commands.RotateCommand
 
execute() - Method in class com.levigo.jadice.swing.commands.ScrollCommand
 
execute() - Method in class com.levigo.jadice.swing.commands.SelectPageLayoutCommand
 
execute() - Method in class com.levigo.jadice.swing.commands.ShowProductInfoWindowCommand
 
execute() - Method in class com.levigo.jadice.swing.commands.SpinCommand
 
execute() - Method in class com.levigo.jadice.swing.commands.ToggleUseImageUpscalingCommand
 
execute() - Method in class com.levigo.jadice.swing.commands.TurnPageCommand
 
execute() - Method in class com.levigo.jadice.swing.commands.UndoCommand
 
execute() - Method in class com.levigo.jadice.swing.commands.ZoomCommand
 
execute() - Method in class com.levigo.jadice.swing.commands.ZoomToSelectionCommand
 
execute() - Method in class com.levigo.jadice.swing.crosshair.ToggleCrosshairCommand
 
execute() - Method in class com.levigo.jadice.swing.gradation.commands.GradationActionCommand
 
execute() - Method in class com.levigo.jadice.swing.gradation.commands.GradationCurveCommand
 
execute() - Method in class com.levigo.jadice.swing.gradation.commands.LoadGradationCommand
 
execute() - Method in class com.levigo.jadice.swing.gradation.commands.SaveGradationCommand
 
execute() - Method in class com.levigo.jadice.swing.gradation.commands.ToggleDesaturateCommand
 
execute() - Method in class com.levigo.jadice.swing.gradation.commands.ToggleShowGradationDetailsCommand
 
execute() - Method in class com.levigo.jadice.swing.reshape.ReshapeToPDFCommand
 
execute() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailResizeCommand
 
execute() - Method in class org.jadice.util.swing.action.injection.InjectedCommand
This method is called in order to execute the command.
execute(InstructionChain, Iterable<E>, C) - Static method in class com.levigo.jadice.document.instruction.Instructions
Uses the given InstructionExecutors to execute the Instructions found in the given InstructionChain.
execute(Instruction, C) - Method in class com.levigo.jadice.document.instruction.AbstractInstructionExecutor
 
execute(Instruction, C) - Method in interface com.levigo.jadice.document.instruction.InstructionExecutor
Perform that which is described by the given Instruction.
execute(Instruction, Collection<Object>) - Method in class com.levigo.jadice.demo.executor.URIExecutor
 
execute(Instruction, Collection<Object>) - Method in class com.levigo.jadice.swing.executor.PortfolioInstructionExecutor
 
execute(Runnable) - Method in class org.jadice.util.concurrent.tasks.QueuedAndActiveTaskThreadPoolExecutor
 
execute(Collection<Object>) - Method in interface org.jadice.util.swing.action.commands.Command
Execute the command.
execute(Collection<Object>) - Method in class org.jadice.util.swing.action.commands.DummyCommand
 
execute(Collection<Object>) - Method in class org.jadice.util.swing.action.injection.InjectedCommand
 
execute(Task<T>) - Method in interface org.jadice.util.concurrent.tasks.TaskExecutor
Execute the given Task.
execute(TaskExecutor<List<Document>>) - Method in interface com.levigo.jadice.document.read.fluent.AsyncReadConfigurer
Execute this read configuration on the given TaskExecutor.
executeInstructions(TreePath, FlexibleTree, OutlineNode<?>) - Method in class com.levigo.jadice.demo.flextree.OutlineModule
 
executeMatcherEventQueueRunnable(Runnable) - Method in class org.jadice.util.glazedlists.matchers.ThreadedMatcherEditor
This method executes the given runnable on a Thread.
executePrintJob(AbstractPrinter) - Static method in class com.levigo.jadice.printer.PrintManager
Executes a print job using the given printer instance.
executePrintJob(PrintJobConfiguration) - Static method in class com.levigo.jadice.printer.PrintManager
Executes a print job using a configuration specified in the given PrintJobConfiguration object.
executePrintJob(PrintJobConfiguration, AbstractPrintDialog) - Static method in class com.levigo.jadice.swing.printer.SwingPrintManager
Executes a print job using a configuration specified in the given PrintJobConfiguration object.
executeSpecific(FitInstruction, Collection<Object>) - Method in class com.levigo.jadice.appbase.executor.FitExcecutor
 
executeSpecific(PanInstruction, Collection<Object>) - Method in class com.levigo.jadice.appbase.executor.PanExecutor
 
executeSpecific(ZoomInstruction, Collection<Object>) - Method in class com.levigo.jadice.appbase.executor.ZoomExecutor
 
executeSpecific(ChangePageLayoutInstruction, Collection<Object>) - Method in class com.levigo.jadice.demo.bookmark.instruction.ChangePageLayoutExecutor
 
executeSpecific(DocumentByWeakRefInstruction, Collection<Object>) - Method in class com.levigo.jadice.demo.executor.DocumentByWeakRefExecutor
 
executeSpecific(PageByWeakRefInstruction, Collection<Object>) - Method in class com.levigo.jadice.demo.executor.PageByWeakRefExecutor
 
executeSpecific(RotateInstruction, Collection<Object>) - Method in class com.levigo.jadice.demo.executor.RotateExecutor
 
executeSpecific(PageByIndexInstruction, Collection<Object>) - Method in class com.levigo.jadice.swing.executor.PageByIndexExecutor
 
executeSpecific(TargetStringInstruction, Collection<Object>) - Method in class com.levigo.jadice.demo.executor.ExternalStringTargetExecutor
 
executeSpecific(URIInstruction, Collection<Object>) - Method in class com.levigo.jadice.demo.executor.ExternalURITargetExecutor
 
executeSpecific(I, C) - Method in class com.levigo.jadice.document.instruction.AbstractInstructionExecutor
Template method for implementors.
executeSync() - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
Executes this AbstractCharSequenceSearchRequest (or implementation) synchronous on the current thread.
ExecutorManager - Interface in org.jadice.util.concurrent.tasks
 
ExecutorManager.ConfigurationStrategy - Interface in org.jadice.util.concurrent.tasks
 
expandAll() - Method in class org.jadice.util.swing.flextree.FlexibleTree
Expands all nodes in this tree.
EXPANDED_ICON - Static variable in class org.jadice.util.swing.panel.CollapsiblePane
The icon used by the "toggle" action when the JCollapsiblePane is collapsed, i.e the icon which indicates the pane can be expanded.
EXPANDED_NAME - Static variable in class org.jadice.util.swing.panel.CollapsiblePane
The name used by the "toggle" action when the JCollapsiblePane is collapsed, i.e the name which indicates the pane can be expanded.
expandLevel(int) - Method in class org.jadice.util.swing.flextree.FlexibleTree
Expands all nodes of the passed level.
expandPath(TreePath) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
expandRoot() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
EXPECTED_FILE_TYPE_BOX - com.levigo.jadice.format.jpeg2000.msg.JPXMessages
 
EXPECTED_JPEG2000_SIGNATURE_BOX - com.levigo.jadice.format.jpeg2000.msg.JPXMessages
 
EXPECTED_SIZ_MARKER - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
EXPECTED_SOC_MARKER - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
EXPECTED_SOT_MARKER - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
expectedPageCountDetermined(int) - Method in class com.levigo.jadice.document.AbstractFormatReaderProcessor
 
expectedPageCountDetermined(int) - Method in interface com.levigo.jadice.document.FormatReaderProcessor
Gives a FormatReader the opportunity to state in advance how many pages it is going to read.
Experimental - com.levigo.jadice.format.xfdf.annotation.StampName
 
Expired - com.levigo.jadice.format.xfdf.annotation.StampName
 
EXPIRED - org.jadice.util.mm.ckc.events.EventType
An event type indicating that the cache entry has expired.
ExpiryStrategy - Interface in org.jadice.util.mm.ckc.expiry
This is the basic functionality an ExpiryStrategy needs to implement.
ExpiryStrategy.ExpiryPressure - Enum in org.jadice.util.mm.ckc.expiry
Defines the importance of expiry.
export - Variable in class com.levigo.jadice.document.auth.PageSegmentPermission.PageSegmentPermissionFactory
Controls if content export is allowed.
EXPORT_DONE - Static variable in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Property name that is used to notify that a dnd-event is done.
exportAny - Variable in class com.levigo.jadice.document.auth.DocumentPermission.DocumentPermissionFactory
 
exportAsDrag(JComponent, InputEvent, int) - Method in class com.levigo.jadice.swing.dnd.VisualRepresentationSupportTransferHandler
 
exportDone(TreePath[], int) - Method in interface org.jadice.util.swing.flextree.TreeExportHandler
 
ExportHandler<S> - Interface in com.levigo.jadice.swing.dnd
Implementations of this interface are responsible for turning a selection (usually of pages presented within a ViewComponent) into a representation suitable for Drag & Drop or Copy/Cut & Paste transfer.
ExportHandlerTransferHandler<S> - Class in com.levigo.jadice.swing.dnd
 
ExportHandlerTransferHandler(ExportHandler<S>, ViewComponent, Document, S) - Constructor for class com.levigo.jadice.swing.dnd.ExportHandlerTransferHandler
 
ExportIntent - Class in com.levigo.jadice.document.auth
 
ExportIntent(List<Page>, DataFlavor) - Constructor for class com.levigo.jadice.document.auth.ExportIntent
 
ExportParameters - Class in com.levigo.jadice.swing.dnd
A parameter object used to convey relevant context information to ExportHandlers.
ExportParameters(ViewComponent, Document) - Constructor for class com.levigo.jadice.swing.dnd.ExportParameters
 
ExportSelectionIntent - Class in com.levigo.jadice.document.auth
 
ExportSelectionIntent(Selection, DataFlavor) - Constructor for class com.levigo.jadice.document.auth.ExportSelectionIntent
 
exportToDOCP - Variable in class com.levigo.jadice.document.auth.DocumentPermission.DocumentPermissionFactory
 
exportWithinJVM - Variable in class com.levigo.jadice.document.auth.DocumentPermission.DocumentPermissionFactory
 
EXTERNAL_ACTION - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
An externally defined action.
ExternalStringTargetExecutor - Class in com.levigo.jadice.demo.executor
 
ExternalStringTargetExecutor() - Constructor for class com.levigo.jadice.demo.executor.ExternalStringTargetExecutor
 
ExternalTargetDialog - Class in com.levigo.jadice.demo.util
A dialog which shows an external target (URI / String) to the user.
ExternalTargetDialog(Component, String) - Constructor for class com.levigo.jadice.demo.util.ExternalTargetDialog
Creates a new ExternalTargetDialog for the given String target.
ExternalTargetDialog(Component, URI) - Constructor for class com.levigo.jadice.demo.util.ExternalTargetDialog
Creates a new ExternalTargetDialog for the given URI target.
ExternalTargetExecutor<I extends Instruction> - Class in com.levigo.jadice.demo.executor
Abstract base class for executors which handle "external targets".
ExternalTargetExecutor(Class<I>) - Constructor for class com.levigo.jadice.demo.executor.ExternalTargetExecutor
 
ExternalURITargetExecutor - Class in com.levigo.jadice.demo.executor
A specific ExternalTargetExecutor which handles URIInstructions.
ExternalURITargetExecutor() - Constructor for class com.levigo.jadice.demo.executor.ExternalURITargetExecutor
 
ExtResourceBundle - Class in com.levigo.jadice.document.util
 
ExtResourceBundle(String, ResourceBundle) - Constructor for class com.levigo.jadice.document.util.ExtResourceBundle
 

F

f2Dot14ToDouble(short) - Static method in class org.jadice.util.base.Numbers
Converts 16-bit (2 bytes) with F2Dot14 notation to double
Factory<T,​E extends Throwable> - Interface in org.jadice.util.base
An object capable of creating an instance of type T.
Factory() - Constructor for class org.jadice.util.log.qualified.FilterChain.Factory
 
factoryChain - Variable in class com.levigo.jadice.appbase.font.factory.annotation.ChainedAnnotationFontFactory
 
factoryName - Variable in class org.jadice.util.swing.action.factories.BasicActionFactory
Name of this action factory, usually the properties file name.
factoryName - Variable in class org.jadice.util.swing.action.factories.BasicCommandFactory
Name of this command factory, usually its properties file name.
factoryName - Variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Name of this command factory, usually the properties file name.
factoryName - Variable in class org.jadice.util.swing.action.factories.DefaultActionFactory
Name of this action factory, usually its properties file name.
factoryName - Variable in class org.jadice.util.swing.action.factories.DefaultCommandFactory
Name of this command factory, usually its properties file name.
factoryName - Variable in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Name of this menu component factory, usually its properties file name.
FADE - org.jadice.util.swing.effect.Effect
 
FadeablePane - Class in org.jadice.util.swing.panel
Document me.
FadeablePane() - Constructor for class org.jadice.util.swing.panel.FadeablePane
Constructs a new JCollapsiblePane with a JPanel as content pane and a vertical with a gap of 2 pixels as layout manager.
FadeablePane(JComponent) - Constructor for class org.jadice.util.swing.panel.FadeablePane
Constructs a new JCollapsiblePane with a JPanel as content pane and a vertical with a gap of 2 pixels as layout manager.
FadeBox - Class in org.jadice.util.swing.effect
 
FadeBox(JComponent) - Constructor for class org.jadice.util.swing.effect.FadeBox
 
FadeBox(JComponent, float, float) - Constructor for class org.jadice.util.swing.effect.FadeBox
 
fadeCompleted() - Method in class org.jadice.util.swing.panel.FadeablePane
Subclasses may override this method in order to perform some action after a fade-in or fade-out animation completed.
fadeStarted() - Method in class org.jadice.util.swing.panel.FadeablePane
Subclasses may override this method in order to perform some action before a fade-in or fade-out animation starts.
FadingIcon() - Constructor for class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer.FadingIcon
 
FAIL - com.levigo.jadice.document.metadata.MetadataBuilder.InvalidCharacterHandling
Fail (usually with an IllegalArgumentException) upon addition of invalid characters in content
FAILED - com.levigo.jadice.search.engine.Search.SearchState
 
FAILED - com.levigo.jadice.search.SearchRequest.SearchState
Deprecated.
 
FAILED_BLOCK_CONTRIBUTION_DECODING - com.levigo.jadice.format.jpeg2000.msg.CompressionMessages
 
FAILED_TO_CLASSIFY_FONT - com.levigo.jadice.fontmanager.FontManagerMessages
 
FAILED_TO_PROCESS - com.levigo.jadice.fontmanager.FontManagerMessages
 
FAILED_TO_SET_PAGE_SIZE - com.levigo.jadice.printer.PrinterLogMessages
 
falseMatcher() - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Get a Matcher that always returns false, therefore matching nothing..
familyName() - Method in enum com.levigo.jadice.fontmanager.Standard14Substitute
 
familyName(String) - Static method in class com.levigo.jadice.document.font.attribute.name.FamilyName
 
FamilyName - Class in com.levigo.jadice.document.font.attribute.name
A font's family name.
FAMILYNAME_COURIER - Static variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationStandard14FontFactory
 
FAMILYNAME_DIALOG - Static variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationLogicalFontFactory
 
FAMILYNAME_DIALOGINPUT - Static variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationLogicalFontFactory
 
FAMILYNAME_HELVETICA - Static variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationStandard14FontFactory
 
FAMILYNAME_MONOSPACED - Static variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationLogicalFontFactory
 
FAMILYNAME_SANSSERIF - Static variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationLogicalFontFactory
 
FAMILYNAME_SERIF - Static variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationLogicalFontFactory
 
FAMILYNAME_TIMES - Static variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationStandard14FontFactory
 
FamilyNameFontFactory - Class in com.levigo.jadice.appbase.font.factory
Looks for Fonts according to their FamilyName and FontStyleAttributes.
FamilyNameFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.FamilyNameFontFactory
 
FAMILYNAMES - Static variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationLogicalFontFactory
 
FAMILYNAMES - Static variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationStandard14FontFactory
 
fatal(String) - Method in interface org.jadice.util.log.Logger
Log a message at the WARN level.
fatal(String, Object...) - Method in interface org.jadice.util.log.Logger
Log a message at the FATAL level processing the passed arguments.
fatal(String, Throwable) - Method in interface org.jadice.util.log.Logger
Log an exception (throwable) at the WARN level with an accompanying message.
fatal(MessageID) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
fatal(MessageID) - Method in interface org.jadice.util.log.qualified.QualifiedLogger
Log the given message at level "fatal".
fatal(MessageID, Object...) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
fatal(MessageID, Object...) - Method in interface org.jadice.util.log.qualified.QualifiedLogger
Log the given message at level "fatal".
fatal(MessageID, Throwable) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
fatal(MessageID, Throwable) - Method in interface org.jadice.util.log.qualified.QualifiedLogger
Log the given message at level "fatal".
fatal(MessageID, Throwable, Object...) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
fatal(MessageID, Throwable, Object...) - Method in interface org.jadice.util.log.qualified.QualifiedLogger
Log the given message at level "fatal".
fatal(QualifiedLogEvent) - Method in class com.levigo.jadice.document.read.ReaderListenerAdapter
 
fatal(QualifiedLogEvent) - Method in interface org.jadice.util.log.qualified.QualifiedLogListener
Callback method which will be invoked in case of a fatal event.
fatal(QualifiedLogEvent) - Method in class org.jadice.util.swing.infobar.QualifiedLoggingBridge
 
FATAL - org.jadice.util.log.Level
 
Feet - com.levigo.jadice.document.Unit
 
Field(String, TextFilterator<? super E>) - Constructor for class org.jadice.util.glazedlists.matchers.SearchEngineTextMatcherEditor.Field
Creates a field with a name and TextFilterator.
FieldMDP - com.levigo.jadice.format.pdf.signaturestore.TransformMethodName
Used to detect modifications to a list of form fields specified in TransformParams
fields - Static variable in class org.jadice.util.swing.action.factories.BasicActionFactory
All key event identifiers used to generate keystrokes.
FILE_OVERVIEW_PANEL_BACKGROUND_COLOR - Static variable in interface com.levigo.jadice.demo.launcher.LauncherConstants
Color used as background in the FileOverviewPanel
FileCacheInputStream - Class in com.levigo.jadice.document.io
An concrete SeekableInputStream which works by caching the data in a temporary file.
FileCacheInputStream(InputStream) - Constructor for class com.levigo.jadice.document.io.FileCacheInputStream
Create a new FileCacheInputStream which caches the given stream's data in a temporary file which is created in the default system temp directory.
FileCacheInputStream(InputStream, File, boolean) - Constructor for class com.levigo.jadice.document.io.FileCacheInputStream
Create a new FileCacheInputStream which caches the given stream's data in the given temporary file.
FileCacheInputStream(InputStream, File, boolean, int) - Constructor for class com.levigo.jadice.document.io.FileCacheInputStream
Create a new FileCacheInputStream which caches the given stream's data in the given temporary file.
FileChooser - Class in com.levigo.jadice.appbase.chooser
JFileChooser alternative which includes a document preview.
FileChooser() - Constructor for class com.levigo.jadice.appbase.chooser.FileChooser
 
FileChooser(File) - Constructor for class com.levigo.jadice.appbase.chooser.FileChooser
 
FileChooser(File, FileSystemView) - Constructor for class com.levigo.jadice.appbase.chooser.FileChooser
 
FileChooser(String) - Constructor for class com.levigo.jadice.appbase.chooser.FileChooser
 
FileChooser(String, File, FileSystemView) - Constructor for class com.levigo.jadice.appbase.chooser.FileChooser
 
FileChooser(String, FileSystemView) - Constructor for class com.levigo.jadice.appbase.chooser.FileChooser
 
FileChooser(FileSystemView) - Constructor for class com.levigo.jadice.appbase.chooser.FileChooser
 
FileChooser.EmbeddedChooser - Class in com.levigo.jadice.appbase.chooser
 
FileChooser.ReturnValue - Enum in com.levigo.jadice.appbase.chooser
 
FileFontAttributesCache - Class in com.levigo.jadice.demo.font.attribute
A basic implementation for a FontAttributesCache which keeps the contents of the cache in a file.
FileFontAttributesCache(File) - Constructor for class com.levigo.jadice.demo.font.attribute.FileFontAttributesCache
Creates a new FileFontAttributesCache and fills the cache by deserializing the contents of the given File.
FileHistoryPropertyListener - Class in com.levigo.jadice.demo.filehistory
A property listener which keeps track of recently opened files.
FileHistoryPropertyListener(BasicJadicePanel, boolean) - Constructor for class com.levigo.jadice.demo.filehistory.FileHistoryPropertyListener
Constructor.
FileIcons - Class in com.levigo.jadice.demo.util
 
FileIcons() - Constructor for class com.levigo.jadice.demo.util.FileIcons
 
FileImportHandler - Class in com.levigo.jadice.swing.thumbnailview.dnd
An ImportHandler implementation supporting the import of files residing on a local file system.
FileImportHandler() - Constructor for class com.levigo.jadice.swing.thumbnailview.dnd.FileImportHandler
 
FileNetImageFormat - Class in com.levigo.jadice.format.fn
Format information for the ancient FileNet image format.
FileNetImageFormat() - Constructor for class com.levigo.jadice.format.fn.FileNetImageFormat
 
FileNetPCFormFormat - Class in com.levigo.jadice.format.fnpc
Format information for ancient FileNet PC Form Page format.
FileNetPCFormFormat() - Constructor for class com.levigo.jadice.format.fnpc.FileNetPCFormFormat
 
FileOpener - Class in com.levigo.jadice.appbase
Support file-based opening operations for the viewer.
FileOpener(PageView) - Constructor for class com.levigo.jadice.appbase.FileOpener
Creates a new instance which interacts with passes opened Documents to the given PageView.
FileOverviewPanel - Class in com.levigo.jadice.demo.util
This Panel will be shown when no document is loaded into the viewer.
FileOverviewPanel(PageView) - Constructor for class com.levigo.jadice.demo.util.FileOverviewPanel
 
FileOverviewPanelPropertyListener - Class in com.levigo.jadice.demo.util
This property listener will make sure to show the FileOverviewPanel if no document is shown.
FileOverviewPanelPropertyListener(BasicJadicePanel) - Constructor for class com.levigo.jadice.demo.util.FileOverviewPanelPropertyListener
 
FilePageStashReader - Class in com.levigo.jadice.demo.pagestash
 
FilePageStashReader() - Constructor for class com.levigo.jadice.demo.pagestash.FilePageStashReader
Create an instance that uses the default stash directory.
FilePageStashReader(File) - Constructor for class com.levigo.jadice.demo.pagestash.FilePageStashReader
Create an instance that uses the given stash directory.
FilePageStashWriter - Class in com.levigo.jadice.demo.pagestash
Writes jadice page stashes into a file.
FilePageStashWriter() - Constructor for class com.levigo.jadice.demo.pagestash.FilePageStashWriter
Create an instance that uses a default DocumentMarshaller and default stash directory.
FilePageStashWriter(DocumentMarshaller) - Constructor for class com.levigo.jadice.demo.pagestash.FilePageStashWriter
Create an instance that uses the supplied DocumentMarshaller and the default stash directory.
FilePageStashWriter(DocumentMarshaller, File) - Constructor for class com.levigo.jadice.demo.pagestash.FilePageStashWriter
Create an instance that uses the supplied DocumentMarshaller and stash directory.
FilePageStashWriter(File) - Constructor for class com.levigo.jadice.demo.pagestash.FilePageStashWriter
Create an instance that uses a default DocumentMarshaller and the given stash directory.
fileStoreMode(BufferManagerConfigurer.StoreMode) - Method in class com.levigo.jadice.bm.BufferManagerConfigurer
Set how buffers are stored in the buffer file.
fileStoreStrategy(BufferManagerConfigurer.FileStoreStrategy) - Method in class com.levigo.jadice.bm.BufferManagerConfigurer
Set how the buffer file is accessed.
FileStreamProvider - Class in com.levigo.jadice.document.io
A Provider which may be used to access a local file.
FileStreamProvider(File) - Constructor for class com.levigo.jadice.document.io.FileStreamProvider
Construct a FileStreamProvider for the given File.
fill() - Method in class com.levigo.jadice.document.io.SeekableLookaheadStream
 
fill(EffectLayout.Edge, boolean, boolean) - Static method in class org.jadice.util.swing.effect.EffectLayout.Constraints
 
FILL - com.levigo.jadice.document.contentscreator.settings.ContentsCreatorDrawModeSettings.DrawMode
 
FILL - org.jadice.util.swing.effect.EffectLayout.Constraints.Mode
 
fillColor - Variable in class com.levigo.jadice.annotation.ShapeBasedAnnotation
 
filled - Variable in class com.levigo.jadice.annotation.ShapeBasedAnnotation
 
filter(PresentationTreeProcessor, RenderControls) - Method in class com.levigo.jadice.annotation.AnnotationRenderSettings
 
filter(Collection<E>, Matcher<? super E>) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Iterate through the specified collection and remove all elements that don't match the specified matcher.
filter(FilterChain, Level, MessageID, Throwable, Object...) - Method in interface org.jadice.util.log.qualified.QualifiedLoggerFilter
 
FILTER - Static variable in class com.levigo.jadice.document.render.ImageRenderSettings
Identifier key for a filter change, used within a RenderSettingsEvent to recognize the kind of change which happen.
filterator(Class<E>, String...) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a TextFilterator that searches the given JavaBean properties of the specified class.
filterator(String...) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a TextFilterator that searches the given JavaBean properties.
Filterator<C,​E> - Interface in org.jadice.util.glazedlists
An interface for extracting a list of values to be considered by a Matcher when matching a particular element of a list.
FilterChain - Interface in org.jadice.util.log.qualified
A FilterChain drives the defined log message filters.
FilterChain.Factory - Class in org.jadice.util.log.qualified
 
filterFontSources(Collection<FontSource>, StringAttribute) - Method in class com.levigo.jadice.appbase.font.resolve.BasicFontResolver
 
filterFontSources(Collection<FontSource>, StringAttribute) - Method in class com.levigo.jadice.appbase.font.resolve.CaseInsensitiveFontResolver
 
FilterList<E> - Class in org.jadice.util.glazedlists
An EventList that shows a subset of the elements of a source EventList.
FilterList - Class in org.jadice.util.glazedlists.migrationkit
An EventList that shows a subset of the elements of a source EventList.
FilterList(EventList<E>) - Constructor for class org.jadice.util.glazedlists.FilterList
Creates a FilterList that includes a subset of the specified source EventList.
FilterList(EventList<E>, Matcher<? super E>) - Constructor for class org.jadice.util.glazedlists.FilterList
Convenience constructor for creating a FilterList and setting its Matcher.
FilterList(EventList<E>, MatcherEditor<? super E>) - Constructor for class org.jadice.util.glazedlists.FilterList
Convenience constructor for creating a FilterList and setting its MatcherEditor .
FilterList(EventList, Matcher<?>) - Constructor for class org.jadice.util.glazedlists.migrationkit.FilterList
Creates a FilterList that includes a subset of the specified source EventList.
FilterParameter - Annotation Type in org.jadice.util.log.qualified
Annotation used to configure a logger filter.
FilterType - Enum in com.levigo.jadice.document.render
A FilterType enum for defining certain downscale filters to apply.
Final - com.levigo.jadice.format.xfdf.annotation.StampName
 
FinalizablePhantomReference<T> - Class in com.levigo.jadice.document.io
 
FinalizablePhantomReference(T, ReferenceQueue<? super T>) - Constructor for class com.levigo.jadice.document.io.FinalizablePhantomReference
 
finalize() - Method in class com.levigo.jadice.swing.pageview.PageView
Finalization-cleanup.
find(Class<A>) - Method in class com.levigo.jadice.document.font.attribute.FontAttributeSet
Returns the instance stored for the given class, if any.
findAll(Class<? extends A>) - Method in class com.levigo.jadice.document.font.attribute.FontAttributeSet
Return all attributes which are an instance of the given attribute class.
findAll(Collection<? extends Object>, Class<T>) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Find all elements matching the given class in the given collection.
findAll(JComponent, Class<T>) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Find all elements matching the given class in the context for the given UI component.
findAttachmentIcon(Attachment) - Static method in class com.levigo.jadice.demo.util.FileIcons
 
findAttribute(String) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
returns the attribute value of the current node or null if the attribute does not exist
findAttribute(String, String, Object...) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Returns the attribute value of the node pointed by given XPath expression or null if the attribute does not exist
findDocumentForAnnotation(TreePath, Annotation) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
Searches the given TreePath for an instance of Document.
findFirst(Collection<? extends Object>, Class<T>) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Find the first element matching the given class in the given collection.
findFirst(JComponent, Class<T>) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Find the first element matching the given class in the context for the given UI component.
findIcon(File) - Static method in class com.levigo.jadice.demo.util.FileIcons
 
findLastDescendant(N) - Static method in class com.levigo.jadice.demo.outline.OutlineNodes
Return the last descendant of this node in traversal order.
findMatches(CharSequence, MatchConsumer) - Method in interface com.levigo.jadice.search.CharSequenceMatcher
Deprecated.
Runs the search for some sequence of characters.
findMatches(CharSequence, MatchConsumer) - Method in class com.levigo.jadice.search.PatternSearchRequest.PatternMatcher
Deprecated.
 
findMatchingLayerSelection(Collection<DocumentLayer>) - Static method in class com.levigo.jadice.printer.PrintEnvironment
 
findMonospaced(Collection<? extends FontStyleAttribute>) - Method in class com.levigo.jadice.appbase.font.factory.StyleFontFactory
 
findNext(N) - Static method in class com.levigo.jadice.demo.outline.OutlineNodes
Find the next OutlineNode in a depth-first traversal order of the node tree.
findNext(N, boolean, boolean) - Static method in class com.levigo.jadice.demo.outline.OutlineNodes
Find the next OutlineNode in a depth-first traversal order of the node tree.
findPageForAnnotation(TreePath, Document, Annotation) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
findPrevious(N) - Static method in class com.levigo.jadice.demo.outline.OutlineNodes
Find the previous OutlineNode in a depth-first traversal order of the node tree.
findPrevious(N, boolean, boolean) - Static method in class com.levigo.jadice.demo.outline.OutlineNodes
Find the previous OutlineNode in a depth-first traversal order of the node tree.
findSansSerif(Collection<? extends FontStyleAttribute>) - Method in class com.levigo.jadice.appbase.font.factory.StyleFontFactory
 
findSerif(Collection<? extends FontStyleAttribute>) - Method in class com.levigo.jadice.appbase.font.factory.StyleFontFactory
 
findSubMenu(String) - Method in class org.jadice.util.swing.menu.BasicMenuBuilder
 
findSubMenu(String) - Method in interface org.jadice.util.swing.menu.MenuBuilder
Find a MenuBuilder for an existing sub-menu.
findViewport() - Method in class com.levigo.jadice.swing.ViewComponent
Find the first JViewport which hosts this view component.
finish() - Method in class com.levigo.jadice.appbase.font.factory.log.Log
Retrieves the result assembled by this instance.
finish() - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorPageSegmentBuilder
Finishes this ContentsCreatorPageSegmentBuilder and creates a PageSegment based on the elements added beforehand.
finish() - Method in class com.levigo.jadice.document.font.attribute.FontAttributeSet.Builder
Finishes building the FontAttributeSet under construction.
finish() - Method in interface com.levigo.jadice.fontmanager.build.FontManagerBuilder
Signal the end of the building process.
FINISHED - com.levigo.jadice.printer.event.PrintEvent.PrintEventType
A PrintEvent of this type will be propagated, when the print job finished successfully.
FINISHED - com.levigo.jadice.search.engine.Search.SearchState
 
FINISHED - com.levigo.jadice.search.SearchRequest.SearchState
Deprecated.
 
fire(Search, SearchEvent.SearchEventType, int, int) - Method in class com.levigo.jadice.search.engine.AbstractSearch
 
fireAnnotationChange(Annotation, AnnotationPageSegmentEvent.EventType, Object, Object) - Method in class com.levigo.jadice.annotation.Annotation
Handle an annotation change
fireChanged(String, Object, Object) - Method in class com.levigo.jadice.document.render.AbstractListenableRenderSettings
 
fireChanged(Matcher<E>) - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditor
Indicates that the filter has changed in an indeterminate way.
fireChangedMatcher(MatcherEditor.Event<E>) - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditorListenerSupport
delivers the given matcher event to all registered listeners.
fireChangeListeners() - Method in class org.jadice.util.swing.colorpicker.ColorPalette
 
fireColumnAdded(TableColumnModelEvent) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
 
fireColumnMarginChanged() - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
 
fireColumnMoved(TableColumnModelEvent) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
 
fireColumnRemoved(TableColumnModelEvent) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
 
fireColumnSelectionChanged(ListSelectionEvent) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
 
fireConstrained(Matcher<E>) - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditor
Indicates that the filter has changed to be more restrictive.
fireListDataEvent(ListDataEvent) - Method in class org.jadice.util.glazedlists.gui.EventListModel
Notifies all ListDataListeners about one block of changes in the list.
fireMatchAll() - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditor
Indicates that the filter matches all.
fireMatchNone() - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditor
Indicates that the filter matches none.
fireModified() - Method in class com.levigo.jadice.document.AbstractMutablePageSegment
Fire a notification about a general change to the page segment.
fireModified() - Method in class com.levigo.jadice.document.composite.AbstractCompositePageSegment
 
fireModified() - Method in class com.levigo.jadice.document.composite.DynamicCompositePageSegment
 
fireModified(PageSegmentEvent) - Method in class com.levigo.jadice.document.AbstractMutablePageSegment
Fire a notification about a general change to the page segment.
fireModified(Rectangle2D) - Method in class com.levigo.jadice.document.AbstractMutablePageSegment
Fire a notification about a general change to the page segment which (may have) damaged the given region.
firePageWriteStarted(int) - Method in class com.levigo.jadice.document.write.FormatWriter
 
firePrinterError(PrinterException, AbstractPrinter, PrinterJob) - Static method in class com.levigo.jadice.printer.event.PrintErrorBroadcaster
Forwards the print event to all registered error handlers.
firePrintEvent(PrintEvent) - Method in class com.levigo.jadice.printer.AbstractPrinter
Fires a print page print event for a page contained in the book to print.
firePrintStateChanged(PrintEvent) - Static method in class com.levigo.jadice.printer.event.PrintEventBroadcaster
Forwards the print event to all registered listeners.
firePropertyChange(String, boolean, boolean) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
Overridden for performance reasons.
firePropertyChange(String, byte, byte) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
Overridden for performance reasons.
firePropertyChange(String, char, char) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
Overridden for performance reasons.
firePropertyChange(String, double, double) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
Overridden for performance reasons.
firePropertyChange(String, float, float) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
Overridden for performance reasons.
firePropertyChange(String, int, int) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
Overridden for performance reasons.
firePropertyChange(String, long, long) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
Overridden for performance reasons.
firePropertyChange(String, short, short) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
Overridden for performance reasons.
firePropertyChange(String, Object, Object) - Method in class com.levigo.jadice.swing.lens.LensView
 
firePropertyChange(String, Object, Object) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
Overridden for performance reasons.
firePropertyChange(String, Object, Object) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
We override this method, because the default implementation erroneously compares the old and new value for equality instead of identity.
firePropertyChange(String, Object, Object) - Method in class org.jadice.util.swing.action.commands.CommandAction
Supports reporting bound property changes.
fireRelaxed(Matcher<E>) - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditor
Indicates that the filter has changed to be less restrictive.
fireStateChanged() - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
Send a ChangeEvent, whose source is this control, to each listener.
fireStateChanged() - Method in class org.jadice.util.swing.button.JButtonGroup
Notifies all listeners that have registered interest for notification on this event type.
fireValueChange(N, N) - Method in class org.jadice.util.glazedlists.calculation.AbstractCalculation
A convenience method for firing a PropertyChangeEvent describing a change in the value of this calculation.
fireWriteReadDone(int) - Method in class com.levigo.jadice.document.write.FormatWriter
 
first() - Method in interface org.jadice.util.glazedlists.SeparatorList.Separator
A convenience method to get the first element from this group.
FIRST - com.levigo.jadice.swing.commands.TurnPageCommand.Mode
Navigate to the first page
FirstPageCommand - Class in com.levigo.jadice.appbase.preview
 
FirstPageCommand() - Constructor for class com.levigo.jadice.appbase.preview.FirstPageCommand
 
FIT - com.levigo.jadice.appbase.commands.FitCurrentPageCommand.Mode
 
FIT - com.levigo.jadice.swing.commands.ZoomCommand.Mode
 
FIT_BOTH - com.levigo.jadice.appbase.instruction.FitInstruction.Mode
 
FIT_HEIGHT - com.levigo.jadice.appbase.commands.FitCurrentPageCommand.Mode
 
FIT_HEIGHT - com.levigo.jadice.appbase.instruction.FitInstruction.Mode
 
FIT_HEIGHT - com.levigo.jadice.swing.commands.ZoomCommand.Mode
 
FIT_WIDTH - com.levigo.jadice.appbase.commands.FitCurrentPageCommand.Mode
 
FIT_WIDTH - com.levigo.jadice.appbase.instruction.FitInstruction.Mode
 
FIT_WIDTH - com.levigo.jadice.swing.commands.ZoomCommand.Mode
 
fitBoth() - Method in class com.levigo.jadice.swing.pageview.PageViewSettings
Dynamically zoom pages so that they fit completely into the page view.
FitCurrentPageCommand - Class in com.levigo.jadice.appbase.commands
Works just like ZoomCommand but it does not use a Zoom Mode. instead it will only fit to the current page and won't need PresentationRules.
FitCurrentPageCommand() - Constructor for class com.levigo.jadice.appbase.commands.FitCurrentPageCommand
 
FitCurrentPageCommand.Mode - Enum in com.levigo.jadice.appbase.commands
 
FitExcecutor - Class in com.levigo.jadice.appbase.executor
A specific InstructionExecutor to handle FitInstructions.
FitExcecutor() - Constructor for class com.levigo.jadice.appbase.executor.FitExcecutor
 
fitHeight() - Method in class com.levigo.jadice.swing.pageview.PageViewSettings
Dynamically zoom pages so that they fill the page view vertically.
FitInstruction - Class in com.levigo.jadice.appbase.instruction
A simple Instruction which will apply the desired fit mode (width, height, both) to the page view.
FitInstruction(FitInstruction.Mode) - Constructor for class com.levigo.jadice.appbase.instruction.FitInstruction
 
FitInstruction.Mode - Enum in com.levigo.jadice.appbase.instruction
Describes the sub-type of the FitInstruction (fit by width, height or both).
FitInstructionConverter() - Constructor for class com.levigo.jadice.demo.outline.serialize.InstructionConverters.FitInstructionConverter
 
fitWidth() - Method in class com.levigo.jadice.swing.pageview.PageViewSettings
Dynamically zoom pages so that they fill the page view horizontally.
FIXED_64 - com.levigo.jadice.format.modca.AfpLineModeReaderSettings.RecordSizeMode
 
FIXED_80 - com.levigo.jadice.format.modca.AfpLineModeReaderSettings.RecordSizeMode
 
fixedMatcherEditor(Matcher<E>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Get a MatcherEditor that is fixed on the specified Matcher.
FixedMatcherEditor<E> - Class in org.jadice.util.glazedlists.matchers
A MatcherEditor whose Matcher never changes.
FixedMatcherEditor(Matcher<E>) - Constructor for class org.jadice.util.glazedlists.matchers.FixedMatcherEditor
Create a FixedMatcherEditor for the specified Matcher.
FixedProperty<T> - Class in com.levigo.jadice.annotation.profiles
 
FixedProperty() - Constructor for class com.levigo.jadice.annotation.profiles.FixedProperty
 
flags - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
Flags - Enum in com.levigo.jadice.format.xfdf.annotation
A set of flags describing specifying various characteristics for xfdf annotations
flatten(Collection<? extends Collection<E>>) - Static method in class org.jadice.util.base.collections.Collections
 
flatten(Collection<? extends Collection<E>>, Collection<E>) - Static method in class org.jadice.util.base.collections.Collections
 
flavor - Variable in class com.levigo.jadice.document.auth.ExportIntent
 
flavor - Variable in class com.levigo.jadice.document.auth.ExportSelectionIntent
 
flavor - Variable in class com.levigo.jadice.document.auth.ImportIntent
 
FlexibleTree - Class in org.jadice.util.swing.flextree
 
FlexibleTree() - Constructor for class org.jadice.util.swing.flextree.FlexibleTree
 
FlexibleTree.AccessilbeFlexibleTree - Class in org.jadice.util.swing.flextree
 
FlexTreeNavigator - Class in org.jadice.util.swing.flextree
 
FlexTreeNavigator(FlexibleTree) - Constructor for class org.jadice.util.swing.flextree.FlexTreeNavigator
 
FlexTreeUtils - Class in org.jadice.util.swing.flextree
 
FlipFlopCollapsiblePanel - Class in org.jadice.util.swing.panel
The FlipFlopCollapsiblePane is a special kind of collapsible pane which is not only titled, but toggles the title orientation so that it uses the least possible space when collapsed.
FlipFlopCollapsiblePanel(String, String, LayoutManager) - Constructor for class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel
Create a FlipFlopCollapsiblePanel using the separate expanded and collapsed titles and layout manager.
floatArrayToDoubleArray(float[]) - Static method in class org.jadice.util.base.Numbers
converts a float array to a double array
FloatConverter - Class in com.levigo.jadice.format.annotation.converters
 
FloatConverter() - Constructor for class com.levigo.jadice.format.annotation.converters.FloatConverter
 
FloatDimension - Class in com.levigo.jadice.document.util
A float-based extension of Dimension2D, because there is none in the JDK RT library.
FloatDimension() - Constructor for class com.levigo.jadice.document.util.FloatDimension
 
FloatDimension(double, double) - Constructor for class com.levigo.jadice.document.util.FloatDimension
Using this constructor will down-cast the provided double-arguments.
FloatDimension(float, float) - Constructor for class com.levigo.jadice.document.util.FloatDimension
 
FloatDimension(Dimension2D) - Constructor for class com.levigo.jadice.document.util.FloatDimension
 
floating - Variable in class com.levigo.jadice.demo.SorterToolbar.SorterToolBarUI
 
floatingToolBarFrame - Variable in class com.levigo.jadice.demo.SorterToolbar.SorterToolBarUI
 
floatingX - Variable in class com.levigo.jadice.demo.SorterToolbar.SorterToolBarUI
 
floatingY - Variable in class com.levigo.jadice.demo.SorterToolbar.SorterToolBarUI
 
FloatValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.FloatValue
 
floor(double) - Static method in class org.jadice.util.base.Numbers
A fast implementation of Math.floor(double).
floor(float) - Static method in class org.jadice.util.base.Numbers
A fast implementation of Math.floor(double) for floats.
flush() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
flushBefore(long) - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
flushBefore(long) - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
flushedPos - Variable in class com.levigo.jadice.document.io.SeekableInputStream
The position prior to which data may be discarded.
FNIS_ANNOTATION_CREATION_DATE - Static variable in interface com.levigo.jadice.format.annofnis.FNISAnnotationPropertyConstants
 
FNIS_ANNOTATION_ID - Static variable in interface com.levigo.jadice.format.annofnis.FNISAnnotationPropertyConstants
 
FNIS_ANNOTATION_MODIFY_DATE - Static variable in interface com.levigo.jadice.format.annofnis.FNISAnnotationPropertyConstants
 
FNIS_ARROW_HEAD_SIZE - Static variable in interface com.levigo.jadice.format.annofnis.FNISAnnotationPropertyConstants
 
FNIS_CLIENT_PERMISSION - Static variable in interface com.levigo.jadice.format.annofnis.FNISAnnotationPropertyConstants
 
FNIS_FILENET_NAME - Static variable in interface com.levigo.jadice.format.annofnis.FNISAnnotationPropertyConstants
 
FNIS_LIBRARY_ID - Static variable in interface com.levigo.jadice.format.annofnis.FNISAnnotationPropertyConstants
 
FNIS_MULTIPAGETIFFPAGENUMBER - Static variable in interface com.levigo.jadice.format.annofnis.FNISAnnotationPropertyConstants
 
FNIS_PAGENUMBER - Static variable in interface com.levigo.jadice.format.annofnis.FNISAnnotationPropertyConstants
 
FNIS_PERMISSION_NAME_APPEND - Static variable in interface com.levigo.jadice.format.annofnis.FNISAnnotationPropertyConstants
 
FNIS_PERMISSION_NAME_READ - Static variable in interface com.levigo.jadice.format.annofnis.FNISAnnotationPropertyConstants
 
FNIS_PERMISSION_NAME_WRITE - Static variable in interface com.levigo.jadice.format.annofnis.FNISAnnotationPropertyConstants
 
FNIS_PERMISSION_TYPE_APPEND - Static variable in interface com.levigo.jadice.format.annofnis.FNISAnnotationPropertyConstants
 
FNIS_PERMISSION_TYPE_READ - Static variable in interface com.levigo.jadice.format.annofnis.FNISAnnotationPropertyConstants
 
FNIS_PERMISSION_TYPE_WRITE - Static variable in interface com.levigo.jadice.format.annofnis.FNISAnnotationPropertyConstants
 
FNISAnnotationArcheTypes - Enum in com.levigo.jadice.format.annofnis
 
FNISAnnotationConstants - Class in com.levigo.jadice.format.annofnis
 
FNISAnnotationConstants() - Constructor for class com.levigo.jadice.format.annofnis.FNISAnnotationConstants
 
FNISAnnotationFormat - Class in com.levigo.jadice.format.annofnis
FormatInfo for FileNet IS style annotations.
FNISAnnotationFormat() - Constructor for class com.levigo.jadice.format.annofnis.FNISAnnotationFormat
 
FNISAnnotationPropertyConstants - Interface in com.levigo.jadice.format.annofnis
 
FNISAnnotationReaderSettings - Class in com.levigo.jadice.format.annofnis
 
FNISAnnotationReaderSettings() - Constructor for class com.levigo.jadice.format.annofnis.FNISAnnotationReaderSettings
 
FNISAnnotationWriter - Class in com.levigo.jadice.format.annofnis
 
FNISAnnotationWriter() - Constructor for class com.levigo.jadice.format.annofnis.FNISAnnotationWriter
 
FNISAnnotationWriterSettings - Class in com.levigo.jadice.format.annofnis
 
FNISAnnotationWriterSettings() - Constructor for class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
FNP8_ANNOTATION_CREATION_DATE - Static variable in interface com.levigo.jadice.format.annofnp8.FNP8AnnotationPropertyConstants
 
FNP8_ANNOTATION_ID - Static variable in interface com.levigo.jadice.format.annofnp8.FNP8AnnotationPropertyConstants
 
FNP8_ANNOTATION_MODIFY_DATE - Static variable in interface com.levigo.jadice.format.annofnp8.FNP8AnnotationPropertyConstants
 
FNP8_ARROW_HEAD_SIZE - Static variable in interface com.levigo.jadice.format.annofnp8.FNP8AnnotationPropertyConstants
 
FNP8_DOCUMENT - Static variable in interface com.levigo.jadice.format.annofnp8.FNP8AnnotationPropertyConstants
 
FNP8_FILENET_NAME - Static variable in interface com.levigo.jadice.format.annofnp8.FNP8AnnotationPropertyConstants
 
FNP8_MULTIPAGETIFFPAGENUMBER - Static variable in interface com.levigo.jadice.format.annofnp8.FNP8AnnotationPropertyConstants
 
FNP8_PAGENUMBER - Static variable in interface com.levigo.jadice.format.annofnp8.FNP8AnnotationPropertyConstants
 
FNP8AnnotationArcheTypes - Enum in com.levigo.jadice.format.annofnp8
 
FNP8AnnotationConstants - Class in com.levigo.jadice.format.annofnp8
 
FNP8AnnotationConstants() - Constructor for class com.levigo.jadice.format.annofnp8.FNP8AnnotationConstants
 
FNP8AnnotationFormat - Class in com.levigo.jadice.format.annofnp8
FormatInfo for FileNet P8 style annotations.
FNP8AnnotationFormat() - Constructor for class com.levigo.jadice.format.annofnp8.FNP8AnnotationFormat
 
FNP8AnnotationInput - Class in com.levigo.jadice.format.annofnp8
Helper class to merge single annotation streams in one output stream.
FNP8AnnotationInput() - Constructor for class com.levigo.jadice.format.annofnp8.FNP8AnnotationInput
 
FNP8AnnotationOutput - Class in com.levigo.jadice.format.annofnp8
This class parses XML annotation structures created with FNP8AnnotationReader class.
FNP8AnnotationOutput(InputStream) - Constructor for class com.levigo.jadice.format.annofnp8.FNP8AnnotationOutput
Parse data created FNP8AnnotationReader for XML annotation structures.
FNP8AnnotationOutput(InputStream, String) - Constructor for class com.levigo.jadice.format.annofnp8.FNP8AnnotationOutput
Parse data created FNP8AnnotationReader for XML annotation structures.
FNP8AnnotationPropertyConstants - Interface in com.levigo.jadice.format.annofnp8
 
FNP8AnnotationReader - Class in com.levigo.jadice.format.annofnp8
An implementation of FormatReader which deals with annotations in the FileNet P8 annotation format.
FNP8AnnotationReader() - Constructor for class com.levigo.jadice.format.annofnp8.FNP8AnnotationReader
 
FNP8AnnotationReaderSettings - Class in com.levigo.jadice.format.annofnp8
 
FNP8AnnotationReaderSettings() - Constructor for class com.levigo.jadice.format.annofnp8.FNP8AnnotationReaderSettings
 
FNP8AnnotationWriter - Class in com.levigo.jadice.format.annofnp8
 
FNP8AnnotationWriter() - Constructor for class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriter
 
FNP8AnnotationWriterSettings - Class in com.levigo.jadice.format.annofnp8
 
FNP8AnnotationWriterSettings() - Constructor for class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriterSettings
 
FNP8AnnotationXMLUtils - Class in com.levigo.jadice.format.annofnp8
This class includes some helper methods for XML based annotation handling.
FNP8AnnotationXMLUtils() - Constructor for class com.levigo.jadice.format.annofnp8.FNP8AnnotationXMLUtils
 
FocaOutline - com.levigo.jadice.format.modca.MODCAReaderSettings.FontMode
Font resources will be used, raster characters will be mapped to system fonts, display may unsatisfied for unusual / special fonts.
FocaRaster - com.levigo.jadice.format.modca.MODCAReaderSettings.FontMode
Font resources will be used for text display.
FocaRasterShape - com.levigo.jadice.format.modca.MODCAReaderSettings.FontMode
Font resources will be used for text display.
FocusArrowListener - Class in org.jadice.util.swing.colorpicker
This listens for arrow keys and shifts the keyboard focus accordingly.
FocusArrowListener() - Constructor for class org.jadice.util.swing.colorpicker.FocusArrowListener
 
Folder - Interface in com.levigo.jadice.document
A folder represents a collection if items, i.e. other Folders, Documents or any other implementation of Item.
FolderModule - Class in com.levigo.jadice.appbase.flextree
A FlexibleTree module which handles a list of Documents.
FolderModule() - Constructor for class com.levigo.jadice.appbase.flextree.FolderModule
 
Font - Interface in com.levigo.jadice.document.font
Jadice representation of a font.
FontAttributesCache<K extends Serializable,​E extends Throwable> - Interface in com.levigo.jadice.demo.font.attribute
An interface providing the blueprint for FontAttributeSet cache implementations.
FontAttributeSet - Class in com.levigo.jadice.document.font.attribute
Holds information about a font such as its name or style.
FontAttributeSet.Builder - Class in com.levigo.jadice.document.font.attribute
Provides a Fluent API to create instances of FontAttributeSet.
FontEnvironments - Class in com.levigo.jadice.demo.font
 
fontFace - Variable in class com.levigo.jadice.annotation.TextAnnotation
 
fontFace - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
fontFactory - Variable in class com.levigo.jadice.appbase.annotation.font.SwingAnnotationBasicFontFactory
 
fontFactory - Variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationLogicalFontFactory
 
fontFactory - Variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationStandard14FontFactory
 
fontFactory - Variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationSystemFontFactory
 
fontFactory - Variable in class com.levigo.jadice.demo.font.annotation.AnnotationProfileLogicalFontFactory
 
fontFactory - Variable in class com.levigo.jadice.demo.font.annotation.AnnotationProfileStandard14FontFactory
 
fontFactory - Variable in class com.levigo.jadice.demo.font.annotation.AnnotationProfileSystemFontFactory
 
fontFactory - Variable in class com.levigo.jadice.demo.font.annotation.SwingAnnotationProfileBasicFontFactory
 
FontFactory - Interface in com.levigo.jadice.document.font.factory
Instances supply Fonts upon request.
FontFactoryProcessingSettings - Class in com.levigo.jadice.document.font.factory
Holds settings pertaining to the FontFactory to be used for some type of processing.
FontFactoryProcessingSettings(FontFactory) - Constructor for class com.levigo.jadice.document.font.factory.FontFactoryProcessingSettings
 
FontFactoryProcessingSettings(FontFactoryProcessingSettings) - Constructor for class com.levigo.jadice.document.font.factory.FontFactoryProcessingSettings
 
FontFactoryReaderSettings - Class in com.levigo.jadice.document.font.factory
Specialization of FontFactoryProcessingSettings which defines the kind of processing to be reading document data.
FontFactoryReaderSettings() - Constructor for class com.levigo.jadice.document.font.factory.FontFactoryReaderSettings
Create a new instance which will use default settings.
FontFactorySettingsConfigurer - Class in com.levigo.jadice.demo.font
 
FontFactorySettingsConfigurer(FontManagerFuture) - Constructor for class com.levigo.jadice.demo.font.FontFactorySettingsConfigurer
 
FontManager - Interface in com.levigo.jadice.fontmanager
Manages a collection of fonts.
FontManagerBuilder - Interface in com.levigo.jadice.fontmanager.build
Offers methods which are part of the Fluent API to build FontManager instances.
fontManagerFuture - Variable in class com.levigo.jadice.appbase.annotation.font.SwingAnnotationBasicFontFactory
 
fontManagerFuture - Variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationLogicalFontFactory
 
fontManagerFuture - Variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationStandard14FontFactory
 
fontManagerFuture - Variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationSystemFontFactory
 
FontManagerFuture - Interface in com.levigo.jadice.fontmanager
Supplies an instance of FontManager once it has been created.
FontManagerInitiator - Interface in com.levigo.jadice.fontmanager.build
Offers methods which are part of the Fluent API to build FontManager instances.
FontManagerMessages - Enum in com.levigo.jadice.fontmanager
Messages pertaining to font management, used for example in QualifiedLogEvents or AbstractQualifiedExceptions.
FontManagers - Class in com.levigo.jadice.fontmanager
Utility methods to work with FontManager instances.
fontName() - Method in enum com.levigo.jadice.fontmanager.Standard14Substitute
 
fontName(String) - Static method in class com.levigo.jadice.document.font.attribute.name.FontName
 
FontName - Class in com.levigo.jadice.document.font.attribute.name
The display name used to identify a font, for example in a GUI.
FontNameFontFactory - Class in com.levigo.jadice.appbase.font.factory
Looks for fonts according to their FontName.
FontNameFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.FontNameFontFactory
 
FontResolver - Interface in com.levigo.jadice.appbase.font.resolve
Provides instances of FontSource.
fontSize - Variable in class com.levigo.jadice.annotation.TextAnnotation
 
fontSize - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
FontSource - Interface in com.levigo.jadice.fontmanager
Something from which a Font can be created.
FontSources - Class in com.levigo.jadice.fontmanager
Static helper methods to deal with FontSource instances.
FontsPropertiesFontFactory - Class in com.levigo.jadice.appbase.font.factory
 
FontsPropertiesFontFactory() - Constructor for class com.levigo.jadice.appbase.font.factory.FontsPropertiesFontFactory
 
FontsPropertiesFontFactory(InputStream) - Constructor for class com.levigo.jadice.appbase.font.factory.FontsPropertiesFontFactory
 
FontStreamProvider - Interface in com.levigo.jadice.fontmanager
Provides access to a font persisted as a stream.
FontStyleAttribute - Class in com.levigo.jadice.document.font.attribute.api
Represents one of a font's style characteristics.
FontStyleAttribute(Boolean) - Constructor for class com.levigo.jadice.document.font.attribute.api.FontStyleAttribute
 
Force - com.levigo.jadice.format.modca.MODCAReaderSettings.PageSizeMode
Overlay page size will override main page size (width and height).
forcedDetermineLength(SeekableInputStream) - Static method in class com.levigo.jadice.document.io.IOUtils
Determines and returns the stream length by reading over the complete stream until an EOF was found.
forceExpiry() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
ForComment - com.levigo.jadice.format.xfdf.annotation.StampName
 
forDegrees(int) - Static method in enum org.jadice.util.base.geometry.QuadrantRotation
Retrieve the constant corresponding to a given rotation angle.
FORM - Static variable in class com.levigo.jadice.document.DocumentLayer
A layer typically used for form elements.
HINT:
This layer is installed by default in the default layer cache.
format - Variable in class com.levigo.jadice.document.AbstractPageSegment
Human readable format description.
format(String, Object) - Static method in class org.jadice.util.log.qualified.MessageFormatter
Performs single argument substitution for the 'messagePattern' passed as parameter.
format(String, Object, Object) - Static method in class org.jadice.util.log.qualified.MessageFormatter
Performs a two argument substitution for the 'messagePattern' passed as parameter.
Format - Class in com.levigo.jadice.document
Used to gain information about the format that a given document class supports.
Format() - Constructor for class com.levigo.jadice.document.Format
Default-constructor.
FORMAT - Static variable in class com.levigo.jadice.document.font.factory.Scopes
 
FORMAT_READ_CANCELED - com.levigo.jadice.document.read.ReaderListener.ReaderEvent.Type
Indicates that a read-process for some format stream has been canceled.
FORMAT_READ_COMPLETED - com.levigo.jadice.document.read.ReaderListener.ReaderEvent.Type
Indicates that a read-process for some format stream has been completed.
FORMAT_READ_FAILED - com.levigo.jadice.document.read.ReaderListener.ReaderEvent.Type
Indicates that a read-process for some format stream has failed.
FORMAT_READ_STARTED - com.levigo.jadice.document.read.ReaderListener.ReaderEvent.Type
Indicates that a read-process for some format stream has been started.
formatMemorySize(long) - Static method in class org.jadice.util.mm.Util
Format an amount of memory in human readable form.
formatMessageArguments(String, Object...) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
formatMetadataNodeInfo(StyledDocument, MetadataNode) - Method in class com.levigo.jadice.appbase.flextree.MetadataModule
 
formatNodeValue(StyledDocument, MetadataModule.Value) - Method in class com.levigo.jadice.appbase.flextree.MetadataModule
 
formatProperty(StyledDocument, UserPropertiesModule.Property) - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule
 
formatReadCanceled(ReaderListener.ReaderEvent) - Method in class com.levigo.jadice.document.read.ReaderListenerAdapter
formatReadCompleted(ReaderListener.ReaderEvent) - Method in class com.levigo.jadice.document.read.ReaderListenerAdapter
FormatReader - Class in com.levigo.jadice.document
Instances are able to transform input data into a jadice document model representation.
FormatReader() - Constructor for class com.levigo.jadice.document.FormatReader
 
FormatReaderProcessor - Interface in com.levigo.jadice.document
A sink for the jadice document model objects read by instances of FormatReader.
formatReadFailed(ReaderListener.ReaderEvent) - Method in class com.levigo.jadice.document.read.ReaderListenerAdapter
formatReadStarted(ReaderListener.ReaderEvent) - Method in class com.levigo.jadice.document.read.ReaderListenerAdapter
FormatRegistry - Class in com.levigo.jadice.document
Offers static helper methods to work with file formats detected at run-time.
FormattingTuple - Class in org.jadice.util.log.qualified
Holds the results of formatting done by MessageFormatter.
FormattingTuple(String) - Constructor for class org.jadice.util.log.qualified.FormattingTuple
 
FormattingTuple(String, Object[], Throwable) - Constructor for class org.jadice.util.log.qualified.FormattingTuple
 
formatWrapper(StyledDocument, UserPropertiesModule.Wrapper) - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule
 
FormatWriter - Class in com.levigo.jadice.document.write
Abstract base class for different document formats.
FormatWriter() - Constructor for class com.levigo.jadice.document.write.FormatWriter
 
FormMap - com.levigo.jadice.format.modca.resource.ResourceLoader.Type
The resource type "form map", represented by resources starting with a 'Begin Form Map' (BFM) field.
ForPublicRelease - com.levigo.jadice.format.xfdf.annotation.StampName
 
forwardEvent(ListEvent<?>) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Forwards the event.
FreezableList<E> - Class in org.jadice.util.glazedlists
An EventList that shows the current contents of its source EventList.
FreezableList(EventList<E>) - Constructor for class org.jadice.util.glazedlists.FreezableList
Creates a FreezableList that can freeze the view of the specified source EventList.
freeze() - Method in class org.jadice.util.glazedlists.FreezableList
Locks this FreezableList on the current state of the source EventList.
from(Instruction...) - Static method in class com.levigo.jadice.document.instruction.InstructionChain
Construct an instance holding the elements supplied by the given varargs array.
from(MetadataNode, boolean) - Static method in class com.levigo.jadice.document.metadata.MetadataBuilder
 
from(E...) - Static method in class org.jadice.util.base.collections.FrozenList
Construct an instance holding the elements supplied by the given varargs array.
from(File, boolean) - Static method in class com.levigo.jadice.document.metadata.MetadataBuilder
 
from(InputStream, boolean) - Static method in class com.levigo.jadice.document.metadata.MetadataBuilder
 
from(Reader, boolean) - Static method in class com.levigo.jadice.document.metadata.MetadataBuilder
 
from(String, boolean) - Static method in class com.levigo.jadice.document.metadata.MetadataBuilder
 
from(URL, boolean) - Static method in class com.levigo.jadice.document.metadata.MetadataBuilder
 
from(Collection<Instruction>) - Static method in class com.levigo.jadice.document.instruction.InstructionChain
Construct an instance holding the elements of the given collection.
from(Collection<E>) - Static method in class org.jadice.util.base.collections.FrozenList
Construct an instance holding the elements of the given collection.
from(Iterator<E>) - Static method in class org.jadice.util.base.collections.FrozenList
Construct an instance holding the elements supplied by the given Iterator
from(Source, boolean) - Static method in class com.levigo.jadice.document.metadata.MetadataBuilder
 
from(FrozenList<Instruction>) - Static method in class com.levigo.jadice.document.instruction.InstructionChain
Construct an instance holding the elements of the given list.
from(Node, boolean) - Static method in class com.levigo.jadice.document.metadata.MetadataBuilder
 
from(InputSource, boolean) - Static method in class com.levigo.jadice.document.metadata.MetadataBuilder
 
fromCurrentTag(MetadataNode, boolean) - Static method in class com.levigo.jadice.document.metadata.MetadataBuilder
Create another MutableMetadataNode instance from the hierarchy under the current tag.
fromDoubleArray(double[]) - Static method in class org.jadice.util.base.collections.Lists
Converts the given double array to a numberList.
fromFloatArray(float[]) - Static method in class org.jadice.util.base.collections.Lists
Converts the given float array to a numberList.
fromHSB(float[]) - Static method in class org.jadice.util.base.Colors
Convert the given color in the HSB (sometimes called HSL) color model into a Color in the color space sRGB.
fromHSB(float, float, float) - Static method in class org.jadice.util.base.Colors
Convert the given color in the HSB (sometimes called HSL) color model into a Color in the color space sRGB.
fromIntegerArray(int[]) - Static method in class org.jadice.util.base.collections.Lists
Converts the given integer array to a numberList.
fromString(String) - Method in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
This class is capable of representing its own state with a String, to persist sorting state externally.
fromXML(Class<T>, String) - Static method in class com.levigo.jadice.annotation.profiles.PrimitiveConverter
 
fromXML(StartElement, XMLEventReader, Class<? extends Color>) - Method in class com.levigo.jadice.format.annotation.converters.ColorConverter
 
fromXML(StartElement, XMLEventReader, Class<? extends Path2D>) - Method in class com.levigo.jadice.format.annotation.converters.PathConverter
 
fromXML(StartElement, XMLEventReader, Class<? extends Point2D>) - Method in class com.levigo.jadice.format.annotation.converters.PointConverter
 
fromXML(StartElement, XMLEventReader, Class<? extends Rectangle2D>) - Method in class com.levigo.jadice.format.annotation.converters.RectangleConverter
 
fromXML(StartElement, XMLEventReader, Class<? extends Serializable>) - Method in class com.levigo.jadice.format.annotation.converters.SerializableConverter
 
fromXML(StartElement, XMLEventReader, Class<? extends Boolean>) - Method in class com.levigo.jadice.format.annotation.converters.BooleanConverter
 
fromXML(StartElement, XMLEventReader, Class<? extends Enum>) - Method in class com.levigo.jadice.format.annotation.converters.EnumConverter
 
fromXML(StartElement, XMLEventReader, Class<? extends String>) - Method in class com.levigo.jadice.format.annotation.converters.StringConverter
 
fromXML(StartElement, XMLEventReader, Class<? extends V>) - Method in class com.levigo.jadice.format.annotation.converters.AbstractNumberConverter
 
fromXML(StartElement, XMLEventReader, Class<? extends V>) - Method in interface com.levigo.jadice.format.annotation.converters.XMLConverter
 
FrozenCollection<E> - Interface in org.jadice.util.base.collections
Marker interface for immutable collections
FrozenList<E> - Class in org.jadice.util.base.collections
An immutable list that is as lean as possible.
FrozenMode - Enum in com.levigo.jadice.swing.crosshair
An enumeration of possible frozen modes.
FrozenStateMode - Enum in com.levigo.jadice.swing.lens
Describes how an instance of HoverLensTool / LensView handles the frozen mode.
fullRefreshRequired() - Method in interface org.jadice.util.swing.flextree.DynamicTreeModule.TreeCallback
Receive notification that the domain object or data that the target node represents changed in some way that makes it necessary to update the derived properties of all nodes within the sub-tree starting at the target node.
fullScaleLensPosition - Variable in class com.levigo.jadice.swing.lens.HoverLensTool
the position of the lens center in document scale
FunctionList<S,​E> - Class in org.jadice.util.glazedlists
This List is meant to simplify the task of transforming each element of a source list to an element stored at the same index in this FunctionList.
FunctionList(EventList<S>, FunctionList.Function<S, E>) - Constructor for class org.jadice.util.glazedlists.FunctionList
Construct a FunctionList which stores the result of transforming each source element using the given forward FunctionList.Function.
FunctionList(EventList<S>, FunctionList.Function<S, E>, FunctionList.Function<E, S>) - Constructor for class org.jadice.util.glazedlists.FunctionList
Construct a FunctionList which stores the result of transforming each source element using the given forward FunctionList.Function.
FunctionList.AdvancedFunction<A,​B> - Interface in org.jadice.util.glazedlists
An AdvancedFunction is an extension of the simple Function interface which provides more hooks in the lifecycle of the transformation of a source element.
FunctionList.Function<A,​B> - Interface in org.jadice.util.glazedlists
A Function encapsulates the logic for transforming a list element into any kind of Object.
FuzzyPostscriptNameFontFactory - Class in com.levigo.jadice.appbase.font.factory
Tries to split the given PostScriptName into the name and additional attributes.
FuzzyPostscriptNameFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.FuzzyPostscriptNameFontFactory
 
FuzzyStandard14FontFactory - Class in com.levigo.jadice.appbase.font.factory
Searches for Standard14 Fonts in a very rough way: Any PostScriptName that contains "Helvetica", "Courier", or "Times" is recognized as a Standard14 Font.
FuzzyStandard14FontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.FuzzyStandard14FontFactory
 
FuzzyStyleFontFactory - Class in com.levigo.jadice.appbase.font.factory
A fuzzy variant of StyleFontFactory.
FuzzyStyleFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.FuzzyStyleFontFactory
 

G

GALLERYNAVIGATION - com.levigo.jadice.demo.commands.ToggleToolCommand.Tool
 
GalleryNavigationTool - Class in com.levigo.jadice.swing.pageview
A navigation tool in the style used by some web galleries.
GalleryNavigationTool() - Constructor for class com.levigo.jadice.swing.pageview.GalleryNavigationTool
 
GalleryNavigationToolComponentAddon - Class in com.levigo.jadice.swing.pageview
FIXME: document the properties, refer component documentation here.
GalleryNavigationToolComponentAddon() - Constructor for class com.levigo.jadice.swing.pageview.GalleryNavigationToolComponentAddon
 
Gaussian - com.levigo.jadice.document.render.FilterType
 
GeneralMessages - Enum in com.levigo.jadice.format.jpeg2000.msg
 
GestureTester - Class in com.levigo.jadice.demo.gestures
 
GestureTester() - Constructor for class com.levigo.jadice.demo.gestures.GestureTester
 
get() - Method in class com.levigo.jadice.demo.font.attribute.FileFontAttributesCache
To simplify the use of the FileFontAttributesCache this method gives easy access to the fonts included in this cache in the form of a Collection of FontSources.
Please note that this implementation does not verify that fonts that have been registered exist nor does it verify that the SeekableInputStreams in the FontSources returned are valid.
get() - Static method in class com.levigo.jadice.document.flavor.IntraDOCPDataFlavor
 
get() - Static method in class com.levigo.jadice.document.flavor.JadiceRasteredImageDataFlavor
 
get() - Method in class com.levigo.jadice.document.io.FileStreamProvider
 
get() - Static method in class com.levigo.jadice.document.render.RenderControlsInventory
Creates and returns an empty RenderControlsInventory.
get() - Method in class com.levigo.jadice.fontmanager.ByteArrayFontStreamProvider
 
get() - Method in class com.levigo.jadice.fontmanager.ClasspathFontStreamProvider
 
get() - Method in class com.levigo.jadice.fontmanager.InputStreamFontStreamProvider
 
get() - Method in class com.levigo.jadice.fontmanager.PathFontStreamProvider
 
get() - Static method in class com.levigo.jadice.swing.ui.ComponentAddonManagement
Returns the instance of the ComponentAddonManagement.
get() - Method in interface org.jadice.util.base.Provider
Provides an instance of T.
get() - Method in class org.jadice.util.base.SimpleProvider
 
get() - Static method in class org.jadice.util.mm.CacheManager
Get the default cache instance.
get(int) - Method in class org.jadice.util.base.collections.FrozenList
 
get(int) - Method in class org.jadice.util.base.collections.InterceptableList
 
get(int) - Method in class org.jadice.util.base.collections.IntHashtable
 
get(int) - Method in class org.jadice.util.base.collections.ObservableList
 
get(int) - Method in class org.jadice.util.glazedlists.AbstractEventList
Returns the element at the specified position in this list.
get(int) - Method in class org.jadice.util.glazedlists.BasicEventList
Returns the element at the specified position in this list.
get(int) - Method in class org.jadice.util.glazedlists.CollectionList
Returns the element at the specified position in this list.
get(int) - Method in class org.jadice.util.glazedlists.DebugList
Returns the element at the specified position in this list.
get(int) - Method in class org.jadice.util.glazedlists.FreezableList
Returns the element at the specified position in this list.
get(int) - Method in class org.jadice.util.glazedlists.FunctionList
Returns the element at the specified position in this list.
get(int) - Method in class org.jadice.util.glazedlists.GroupingList
Returns the element at the specified position in this list.
get(int) - Method in class org.jadice.util.glazedlists.InterceptableEventList
 
get(int) - Method in class org.jadice.util.glazedlists.SequenceList
Returns the element at the specified position in this list.
get(int) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Returns the element at the specified position in this list.
get(int) - Method in class org.jadice.util.glazedlists.sparse.InterceptableSparseEventList
 
get(int) - Method in class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
Returns the element at the specified position in this list.
get(int) - Method in class org.jadice.util.glazedlists.TransformedList
Returns the element at the specified position in this list.
get(int) - Method in class org.jadice.util.glazedlists.TreeList
Returns the element at the specified position in this list.
get(int) - Method in class org.jadice.util.mm.SequencedHashMap
Returns the key at the specified index.
get(Document) - Static method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
Return the applicable AnnotationProfile for the given Document.
get(Document) - Static method in class com.levigo.jadice.document.render.RenderControlsInventory
Returns the RenderControlsInventory for the given document.
get(Document) - Static method in class com.levigo.jadice.swing.SwingUIDocument
Return a UIDocument suitable for use with the Java AWT/Swing GUI toolkit based on the given Document.
get(Document, boolean) - Static method in class com.levigo.jadice.document.render.RenderControlsInventory
Creates and returns a RenderControlsInventory for given document.
get(Page) - Static method in class com.levigo.jadice.annotation.Annotations
Returns a list all annotations of given page.
get(Page) - Static method in class com.levigo.jadice.annotation.embedded.EmbeddedAnnotations
Returns an unmodifiable list of all embedded annotations of given page.
get(Page) - Static method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
Return the applicable AnnotationProfile for the given Document and Page within.
get(Page) - Static method in class com.levigo.jadice.document.model.DocumentModelInfo
Return the model information for the given page.
get(PageSegment) - Static method in class com.levigo.jadice.document.model.DocumentModelInfo
Return the model information for the given page segment.
get(PropertiesProvider) - Static method in class com.levigo.jadice.format.pdf.signaturestore.SignatureStores
Get the signature store for the given PropertiesProvider.
get(PropertiesProvider, String) - Static method in class com.levigo.jadice.document.outline.Outlines
Get the Outline of the given type for the given PropertiesProvider.
get(ToolManager) - Static method in class com.levigo.jadice.swing.search.tool.SelectionHighlighterTool
 
get(ToolManager, boolean) - Static method in class com.levigo.jadice.swing.search.tool.SelectionHighlighterTool
 
get(Object) - Method in class org.jadice.util.base.collections.IntHashtable
 
get(Object) - Method in class org.jadice.util.base.collections.ObservableMap
 
get(Object) - Method in interface org.jadice.util.mm.BasicCache
Returns the value to which this map maps the specified key.
get(Object) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
 
get(Object) - Method in class org.jadice.util.mm.DefaultOwnerCache
 
get(Object) - Method in class org.jadice.util.mm.LRUCache
Get the value for a key from the Map.
get(Object) - Method in class org.jadice.util.mm.SequencedHashMap
Implements Map.get(Object).
get(Object, Object) - Method in interface org.jadice.util.mm.Cache
 
get(Object, Object) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
 
get(Object, Object) - Method in class org.jadice.util.mm.DefaultOwnerCache
 
get(Object, Object) - Method in class org.jadice.util.mm.LRUCache
Get the value for a key from the Map.
get(String) - Static method in class com.levigo.jadice.document.DocumentLayer
Return the document layer with the given name.
get(String) - Static method in class org.jadice.util.log.MDC
Get the context value identified by key from the map.
get(String) - Static method in class org.jadice.util.mm.CacheManager
Get the cache instance for the given cache name.
get(String) - Method in interface org.jadice.util.swing.action.injection.ParameterInjector.ParameterProvider
 
get(String, int) - Static method in class com.levigo.jadice.document.DocumentLayer
Return the document layer with the given name and priority.
get(JComponent) - Static method in class org.jadice.util.swing.action.context.Context
Get the context for a given component by looking at the client properties.
get(JComponent) - Static method in class org.jadice.util.swing.effect.EffectContainer
Returns the first ancestor of comp that is a EffectContainer or null if comp is NotActiveException contained in a EffectContainer.
get(T) - Method in class org.jadice.util.glazedlists.beans.BeanProperty
Gets the value of this property for the specified Object.
getAbsolute() - Method in class com.levigo.jadice.swing.commands.ZoomCommand
This method returns the absolute zoom value, which will be applied in ZoomCommand.Mode.TO_ABSOLUTE mode.
getAccessibleAction() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getAccessibleActionDescription(int) - Method in class org.jadice.util.swing.action.components.NonUglyActionJToggleButton.AccessibleNonUglyActionJToggleButton
 
getAccessibleAt(Point) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getAccessibleAt(Point) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleChild(int) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getAccessibleChild(int) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Returns the nth Accessible child of the object.
getAccessibleChildrenCount() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getAccessibleChildrenCount() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Returns the number of accessible children in the object.
getAccessibleComponent() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
Get the AccessibleComponent associated with this object.
getAccessibleContext() - Method in class com.levigo.jadice.swing.pageview.PageView
Gets the AccessibleContext associated with this page view.
getAccessibleContext() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
Get the AccessibleContext for this object.
getAccessibleContext() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Gets the AccessibleContext associated with this JList.
getAccessibleContext() - Method in class org.jadice.util.swing.action.components.EllipseJToolBar
Gets the AccessibleContext associated with this JToolBar.
getAccessibleContext() - Method in class org.jadice.util.swing.action.components.NonUglyActionJToggleButton
Gets the AccessibleContext associated with this AccessibleNonUglyActionJToggleButton.
getAccessibleContext() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
getAccessibleContext() - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon
Gets the AccessibleContext associated with this Icon.
getAccessibleContext() - Method in class org.jadice.util.swing.infobar.DrawerContainer
Gets the AccessibleContext associated with this JPanel.
getAccessibleDescription() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getAccessibleIcon() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
Returns the icon for the element renderer, as the only item of an array of AccessibleIcons or a null array if the renderer component contains no icons.
getAccessibleIconDescription() - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Gets the description of the icon.
getAccessibleIconHeight() - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Gets the height of the icon.
getAccessibleIconWidth() - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Gets the width of the icon.
getAccessibleIndexInParent() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getAccessibleIndexInParent() - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Gets the index of this object in its accessible parent.
getAccessibleName() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getAccessibleName(TreePath) - Method in interface org.jadice.util.swing.flextree.TreeAccessibleNameProvider
Return a String to provide Accessible Name for the FlexibleTree Elements.
getAccessibleParent() - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Gets the Accessible parent of this object.
getAccessibleRole() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getAccessibleRole() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
Get the role of this object.
getAccessibleRole() - Method in class org.jadice.util.swing.flextree.FlexibleTree.AccessilbeFlexibleTree
 
getAccessibleRole() - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Gets the role of this object.
getAccessibleRole() - Method in class org.jadice.util.swing.infobar.DrawerContainer.AccessibleDrawer
Get the role of this object.
getAccessibleSelection() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getAccessibleSelection() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
Get the AccessibleSelection associated with this object.
getAccessibleSelection(int) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
Returns an Accessible representing the specified selected page in the object.
getAccessibleSelectionCount() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
Returns the number of items currently selected.
getAccessibleStateSet() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getAccessibleStateSet() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
Get the state set of this object.
getAccessibleStateSet() - Method in class org.jadice.util.swing.action.components.EllipseJToolBar.AccessibleEllipseJToolBar
Get the state of this object.
getAccessibleStateSet() - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Gets the state of this object.
getAccessibleText() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getAccessibleValue() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getAccessPermissions() - Method in interface com.levigo.jadice.format.pdf.signaturestore.TransformParams
The access permissions granted for this document.
getAction() - Method in class com.levigo.jadice.swing.gradation.commands.GradationActionCommand
 
getAction(Context, String) - Method in interface org.jadice.util.swing.action.factories.ActionFactory
Default constructor using the settings of the actions.properties file.
getAction(Context, String) - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
Default constructor using the settings of the actions.properties file.
getAction(Context, String) - Method in class org.jadice.util.swing.action.factories.DefaultActionFactory
 
getAction(Context, String, boolean) - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
Default constructor using the settings of the actions.properties file.
getAction(Context, String, String, String, String, String, Icon, Icon, String, KeyStroke, int, HashMap<String, Object>) - Method in interface org.jadice.util.swing.action.factories.ActionFactory
Settings for the icons, texts etc. in the action.properties file can be overwritten.
getAction(Context, String, String, String, String, String, Icon, Icon, String, KeyStroke, int, HashMap<String, Object>) - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
Settings for the icons, texts etc. in the action.properties file can be overwritten.
getAction(Context, String, String, String, String, String, Icon, Icon, String, KeyStroke, int, HashMap<String, Object>) - Method in class org.jadice.util.swing.action.factories.DefaultActionFactory
 
getAction(Context, String, String, String, String, String, Icon, Icon, String, KeyStroke, int, HashMap<String, Object>, boolean) - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
Settings for the icons, texts etc. in the action.properties file can be overwritten.
getActionCreationListener() - Static method in class org.jadice.util.swing.action.factories.DefaultActionFactory
Returns an array of currently registered creation listeners
getActionFactory() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getActionFactory() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getActionFactory() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getActionFactory(String) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Returns an action factory for given resource key.
getActions(String) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Create all currently available action names(!)
getActions(String) - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
 
getActions(String) - Method in interface org.jadice.util.swing.action.factories.MenuComponentFactory
Create a collection of all currently available action names(!)
getActionsForType(String, String) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
 
getActionsForType(String, String) - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
 
getActionsForType(String, String) - Method in interface org.jadice.util.swing.action.factories.MenuComponentFactory
Create a collection of all currently available action names(!)
getActivationFeedback(MouseEditEvent) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
getActivationFeedback(MouseEditEvent) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getActivationFeedback(MouseEditEvent) - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
getActivationFeedback(MouseEditEvent) - Method in class com.levigo.jadice.swing.pageview.PanTool
 
getActivationFeedback(MouseEditEvent) - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
 
getActivationFeedback(MouseEditEvent) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
getActivationFeedback(MouseEditEvent) - Method in class com.levigo.jadice.swing.tool.EmbeddedLinkTool
 
getActivationFeedback(MouseEditEvent) - Method in class com.levigo.jadice.swing.tool.Tool
Provide feedback for the user about what would happen, if the mouse were pressed at the current location.
getActivationMargin() - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
Returns the activation margin, expressed in percent of the light-box's preferred height.
getActivationModifiers() - Method in class com.levigo.jadice.demo.gestures.MouseGestureSupport
Get the mask of modifier keys (Shift, Control, Alt etc.) and mouse buttons (left, right etc.)
getActivationModifiers() - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
Returns the mask of modifier keys (Shift, Control, Alt etc.) and mouse buttons (left, right etc.)
getActivationModifiers() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Returns the mask of modifier keys (Shift, Control, Alt etc.) and mouse buttons (left, right etc.)
getActivationModifiers() - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
Get the mask of modifier keys (Shift, Control, Alt etc.) and mouse buttons (left, right etc.)
getActivationModifiers() - Method in class com.levigo.jadice.swing.pageview.MouseWheelZoomTool
Get the mask of modifier keys (Shift, Control, Alt etc.) and mouse buttons (left, right etc.)
getActivationModifiers() - Method in class com.levigo.jadice.swing.pageview.PanTool
Get the mask of modifier keys (Shift, Control, Alt etc.) and mouse buttons (left, right etc.)
getActivationModifiers() - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
Get the mask of modifier keys (Shift, Control, Alt etc.) and mouse buttons (left, right etc.)
getActivationModifiers() - Method in interface com.levigo.jadice.swing.tool.ModifierActivated
Get the mask of modifier keys (Shift, Control, Alt etc.) and mouse buttons (left, right etc.)
getActivationPolicy() - Method in class com.levigo.jadice.swing.tool.ToolManager
 
getActivationRequest(EditEvent) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getActivationRequest(EditEvent) - Method in class com.levigo.jadice.swing.tool.Tool
Return the auto-activation request for this this tool in response to the given event.
getActivationRequestForKeyPressed(KeyEditEvent) - Method in class com.levigo.jadice.swing.tool.Tool
Return the auto-activation request for this this tool in response to the given key press.
getActivationRequestForMouseDragged(MouseEditEvent) - Method in class com.levigo.jadice.swing.tool.Tool
Return the auto-activation request for this this tool in response to the given mouse drag event.
getActivationRequestForMousePressed(MouseEditEvent) - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
getActivationRequestForMousePressed(MouseEditEvent) - Method in class com.levigo.jadice.swing.pageview.PanTool
 
getActivationRequestForMousePressed(MouseEditEvent) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
getActivationRequestForMousePressed(MouseEditEvent) - Method in class com.levigo.jadice.swing.tool.Tool
Return the auto-activation request for this this tool in response to the given mouse press.
getActiveSelection() - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
getActiveSelectionColor() - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
getActiveTaskCount() - Method in class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
 
getActiveTool() - Method in class com.levigo.jadice.swing.tool.ToolManager
Returns the Class of the currently active Tool or null if no Tool has been activated
getActivity() - Method in class com.levigo.jadice.swing.tool.Tool.ActivationRequest
 
getAddedAnnotations() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationOutput
Returns all added annotations.
getAdditionalExtensions() - Method in enum com.levigo.jadice.format.modca.resource.ResourceLoader.Type
Return a list of additional extensions to try when loading resources of this type.
getAdditionalFormatClassLoader() - Static method in class com.levigo.jadice.document.FormatRegistry
Returns an additional context class loader used to load format providers.
getAddOn(Class<T>, ViewComponent) - Method in interface com.levigo.jadice.appbase.AddOnPresenter
Return the add-on component of the given class within the context of the given view component.
getAddOn(Class<T>, ViewComponent) - Method in class com.levigo.jadice.appbase.BasicAddOnPresenter
 
getAddOns() - Method in interface com.levigo.jadice.appbase.AddOnPresenter
Return a map of currently managed add-ons, indexed by context.
getAddOns() - Method in class com.levigo.jadice.appbase.BasicAddOnPresenter
 
getAdjacentNavigationIndex(Position.Bias) - Method in class com.levigo.jadice.swing.pageview.PageView
Return the index of the next (following) or previous page for navigation purposes.
getAffineTransform() - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Gets the affine transform for this render context, useful for converting from document to device space.
getAffineTransform(Dimension2D) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Gets the affine transform for this render setting, useful for converting from document to device space.
getAge() - Method in class org.jadice.util.mm.ckc.events.CompositeKeyCacheEntryEvent
 
getAggregateBounds() - Method in class com.levigo.jadice.swing.pageview.AbstractContinuousLayout
 
getAlignment() - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
getAll() - Static method in class com.levigo.jadice.demo.outline.serialize.InstructionConverters
Returns all default InstructionConverters.
getAll(int) - Method in class org.jadice.util.glazedlists.UniqueList
Returns a List of all original elements represented by the value at the given index within this UniqueList.
getAll(E) - Method in class org.jadice.util.glazedlists.UniqueList
Returns a List of all original elements represented by the given value within this UniqueList.
getAllEntries() - Method in class com.levigo.jadice.demo.font.attribute.FileFontAttributesCache
 
getAllEntries() - Method in interface com.levigo.jadice.demo.font.attribute.FontAttributesCache
Get all entries which are currently stored in the cache
getAllFonts() - Method in interface com.levigo.jadice.fontmanager.FontManager
Returns all fonts (represented as FontSources) managed by this instance.
getAllKeys() - Method in class org.jadice.util.swing.icon.IconManager
Return all icon keys.
getAllowedValues() - Method in class com.levigo.jadice.annotation.profiles.DiscreteProperty
 
getAllowedValuesXML() - Method in class com.levigo.jadice.annotation.profiles.DiscreteProperty
 
getAllowsChildren(int) - Method in class org.jadice.util.glazedlists.TreeList
Whether the value at the specified index can have child nodes or not.
getAlpha() - Method in class org.jadice.util.swing.panel.FadeablePane
 
getAnchorSelectionIndex() - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Return the first index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
getAnchorSelectionIndex() - Method in class org.jadice.util.glazedlists.ListSelection
Return the anchor of the current selection.
getAnimationFPS() - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
getAnimationFPS() - Method in class org.jadice.util.swing.panel.FadeablePane
 
getAnimationSteps() - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
getAnimationSteps() - Method in class org.jadice.util.swing.panel.FadeablePane
 
getAnnoPageSegment() - Method in class com.levigo.jadice.swing.annotation.commands.AbstractAnnotationCommand
Returns the AnnotationPageSegment, if it is contained in the document, otherwise null will be returned
getAnnoRenderSettings() - Method in class com.levigo.jadice.swing.annotation.commands.AbstractAnnotationCommand
Gets the annotation rendering settings.
getAnnotation() - Method in class com.levigo.jadice.annotation.AnnotationPageSegmentEvent
Gets the annotation concerned.
getAnnotation() - Method in class com.levigo.jadice.annotation.render.AnnotationGraphicsRenderer
Returns the annotation to be rendered.
getAnnotationClass() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
getAnnotationClassXML() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
Deprecated.
This method is for XML marshalling use only
getAnnotationCustomizers() - Method in class com.levigo.jadice.annotation.AnnotationReaderSettings
Returns current AnnotationCustomizer implementation.
getAnnotationCustomizers() - Static method in class com.levigo.jadice.annotation.Annotations
 
getAnnotationFactory() - Method in class com.levigo.jadice.swing.annotation.commands.AnnotationModeCommand
Tries to retrieve the toggle mode value from command parameters at given parameter index
getAnnotationFontFactory() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFontFactoryFactory
 
getAnnotationID(Document) - Static method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationXMLUtils
Returns id (F_ID and F_ANNOTATEDID attributes) from annotation object.
getAnnotationInitializer() - Method in class com.levigo.jadice.annotation.profiles.AnnotationInitializerFactory
 
getAnnotationInterpreter(Annotation) - Method in class com.levigo.jadice.annotation.profiles.AnnotationInterpreterFactory
 
getAnnotationInterpreterFactories() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
Deprecated.
This method is for XML unmarshalling use only
getAnnotationLabelProvider() - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
getAnnotationLayer() - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
getAnnotationMatcher() - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
getAnnotationPageSegment(Page) - Static method in class com.levigo.jadice.annotation.Annotations
Returns the annotation page segment of given page.
getAnnotationPageSegment(Page, boolean) - Static method in class com.levigo.jadice.annotation.Annotations
Returns the annotation page segment of given page.
getAnnotationProfile() - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
 
getAnnotationProfile() - Method in class com.levigo.jadice.annotation.AnnotationReaderSettings
Returns current AnnotationProfile.
getAnnotationProfile() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
Return the "effective" profile to which this type or template belongs.
getAnnotationProfile() - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
Return the AnnotationType on which this property is defined.
getAnnotationProfile() - Method in class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
 
getAnnotationProfile() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationReaderSettings
Returns current AnnotationProfile.
getAnnotationProfile() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
getAnnotationProfile() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationReaderSettings
Returns current AnnotationProfile.
getAnnotationProfile() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriterSettings
 
getAnnotationProfile() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationReaderSettings
 
getAnnotationProfile() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationReaderSettings
 
getAnnotationProfile() - Method in class com.levigo.jadice.swing.annotation.commands.AbstractAnnotationCommand
 
getAnnotationProfile(Document, Page) - Static method in class com.levigo.jadice.annotation.Annotations
This is a convenience method to retrieve an applicable AnnotationProfile.
getAnnotationProfile(EventObject) - Method in class com.levigo.jadice.demo.AnnotationVisibilityMenuContributor
Provides a suitable annotation profile for the given event.
getAnnotations() - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
Returns a collection of all annotations.
getAnnotations() - Method in class com.levigo.jadice.swing.annotation.commands.AbstractAnnotationCommand
Returns the annotations contained in the AnnotationPageSegment, if it exists.
getAnnotationsToDisable() - Method in class com.levigo.jadice.printer.AbstractPrinter
Return current annotation classes disabled for printing.
getAnnotationTool() - Method in class com.levigo.jadice.swing.annotation.commands.AbstractAnnotationCommand
 
getAnnotationToolBarLocation() - Static method in class com.levigo.jadice.demo.BasicJadicePanel
Returns the layout constraint of the annotation toolbar.
getAnnotationTypes() - Method in interface com.levigo.jadice.annotation.embedded.EmbeddedAnnotationTypesProvider
 
getAnnotationTypes() - Method in class com.levigo.jadice.swing.annotation.commands.AnnotationVisibilityCommand
Tries to retrieve the toggle mode value from command parameters at given parameter index
getAnnotationTypes() - Method in class com.levigo.jadice.swing.annotation.commands.EmbeddedAnnotationVisibilityCommand
Tries to retrieve the toggle mode value from command parameters at given parameter index
getAnnoUsageRights() - Method in interface com.levigo.jadice.format.pdf.signaturestore.TransformParams
A list of names specifying additional annotation-related usage rights for the document.
getAntiAliasingMode() - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Returns the anti-aliasing mode for shape and text rendering
getAppearance() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFStampAnnotation
Returns Base64 encoded appearance content.
getAppendOnly() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureStore
Returns whether the document contains signatures that may be invalidated if the pdf file is altered.
getApplicableRenderControls() - Method in class com.levigo.jadice.swing.gradation.commands.GradationCurveCommand
This utility method is intended to get the applicable render controls object to apply gradation changes.
getArcheTypeMapping() - Method in class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
Returns the archetype mapping table used to map incoming annotation objects to the corresponding definition in the annotation profile.
getArcheTypeMapping() - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Returns the archetype mapping table used to map jadice annotation objects.
getArcheTypeMapping() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationReaderSettings
 
getArcheTypeMapping() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
getArcheTypeMapping() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationReaderSettings
 
getArcheTypeMapping() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriterSettings
 
getArchetypeName() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
getArchetypeName() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
getArchetypeName(AnnotationType) - Static method in class com.levigo.jadice.annotation.profiles.AnnotationType
Deprecated.
For internal use only, location of this method may change in future.
getAreas() - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
 
getArgArray() - Method in class org.jadice.util.log.qualified.FormattingTuple
 
getArguments() - Method in exception org.jadice.util.log.qualified.AbstractQualifiedException
 
getArguments() - Method in exception org.jadice.util.log.qualified.AbstractQualifiedRuntimeException
 
getArguments() - Method in class org.jadice.util.log.qualified.DefaultQualifiedLogEvent
 
getArguments() - Method in interface org.jadice.util.log.qualified.UnresolvedQualifiedMessage
 
getArgumentValue(String, String, String[]) - Static method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Gets the String value of an argument from the String array supplied.
getArrowHeight() - Method in class com.levigo.jadice.annotation.CalloutAnnotation
 
getArrowWidth() - Method in class com.levigo.jadice.annotation.CalloutAnnotation
 
getArtifact(String) - Static method in class com.levigo.jadice.document.ProductInformation
Get the artifact with the given composite id of the form group-ID:artifact-ID.
getArtifactID() - Method in class com.levigo.jadice.document.ProductInformation.Artifact
Return the artifact's artifact-ID.
getArtifactID() - Static method in class com.levigo.jadice.document.ProductInformation
Return the main maven artifact-ID for jadice document platform.
getArtifacts() - Static method in class com.levigo.jadice.document.ProductInformation
Return a map of artifacts contained in this installation.
getAttachments(Document, DocumentLayer) - Static method in class com.levigo.jadice.document.att.Attachments
This method gathers all the Attachments which are bound to any PageSegment that is in the given DocumentLayer of any Page in the given Document.
getAttachments(Page, DocumentLayer) - Static method in class com.levigo.jadice.document.att.Attachments
Retrieves the Attachments which are bound to the PageSegment found in the given Page at the given DocumentLayer
getAttribute(String) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
returns the attribute value of the current node
getAttribute(String, String, Object...) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Returns the attribute value of the node pointed by given XPath expression
getAttributeNames() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
 
getAttributes() - Method in class com.levigo.jadice.format.xfdf.annotation.metadata.AttributesXML
Return XML attributes if defined.
getAttributes() - Method in class com.levigo.jadice.format.xfdf.annotation.metadata.ElementXML
Returns XML element attributes if defined.
getAutoCompleteSupport() - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport.AutoCompleteCellEditor
Returns the AutoCompleteSupport object that controls the autocompletion behaviour for the JComboBox.
getAutoDisableFlags() - Method in class org.jadice.util.swing.icon.IconManager
 
getAutoRolloverFlags() - Method in class org.jadice.util.swing.icon.IconManager
 
getAutoscrollInsets() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getAutoscrollInsets() - Method in class com.levigo.jadice.swing.pageview.PageView
 
getAvailableFontAttributeSets() - Method in class com.levigo.jadice.annotation.font.AnnotationBasicFontFactory
 
getAvailableFontAttributeSets() - Method in interface com.levigo.jadice.annotation.font.AnnotationFontFactory
Returns available fonts provided by this implementation described via FontAttributeSet class.
getAvailableFontAttributeSets() - Method in class com.levigo.jadice.appbase.annotation.font.SwingAnnotationGenericStylesSystemFontFactory
 
getAvailableFontAttributeSets() - Method in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationLogicalFontFactory
 
getAvailableFontAttributeSets() - Method in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationStandard14FontFactory
 
getAvailableFontAttributeSets() - Method in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationSystemFontFactory
 
getAvailableFontAttributeSets() - Method in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationWellKnownNameFontFactory
 
getAvailableFontAttributeSets() - Method in class com.levigo.jadice.appbase.font.factory.annotation.ChainedAnnotationFontFactory
 
getAvailableFontAttributeSets() - Method in class com.levigo.jadice.demo.font.annotation.AnnotationProfileLogicalFontFactory
 
getAvailableFontAttributeSets() - Method in class com.levigo.jadice.demo.font.annotation.AnnotationProfileStandard14FontFactory
 
getAvailableFontAttributeSets() - Method in class com.levigo.jadice.demo.font.annotation.AnnotationProfileSystemFontFactory
 
getAvailableFontAttributeSets() - Method in class com.levigo.jadice.demo.font.annotation.SwingAnnotationProfileBasicFontFactory
 
getAvailableFontAttributeSets() - Method in class com.levigo.jadice.demo.font.annotation.SwingAnnotationProfileGenericStylesSystemFontFactory
 
getAvailableGraphicsConfigurations() - Static method in class org.jadice.util.swing.geometry.ScreenGeometry
Gets the available GraphicsConfiguration.
getAvailablePages() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Returns an EventList containing the Pages available for printing.
getBackground() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getBackgroundImage() - Method in class org.jadice.util.swing.action.components.EllipseJToolBar
Gets the right-aligned background image for horizontal toolbar orientation.
getBackingTree() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
getBaseFormat(Page) - Static method in class com.levigo.jadice.document.Pages
Returns the base format of the given page.
getBaseFormat(Page, DocumentLayer) - Static method in class com.levigo.jadice.document.Pages
Returns the base format of the given layer in the given Page.
getBaseRenderSettings() - Method in class com.levigo.jadice.document.render.DefaultRenderControls
 
getBaseRenderSettings() - Method in interface com.levigo.jadice.document.render.RenderControls
Return the BaseRenderSettings.
getBaseResolution() - Static method in class com.levigo.jadice.format.annocm.CMAnnotations
Return current used base resolution.
getBaseType() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
getBaseType() - Method in class com.levigo.jadice.annotation.profiles.AnnotationTemplate
 
getBaseType() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
getBasicJadicePanel() - Method in class com.levigo.jadice.demo.commands.ToggleGroupPanelVisibilityCommand
 
getBasicJadicePanel() - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Returns the BasicJadicePanel created by BasicDemoApplication.createBasicJadicePanel().
getBeanClass() - Method in class org.jadice.util.glazedlists.beans.BeanProperty
Gets the base class that this getter accesses.
getBeepOnStrictViolation() - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Returns true if a beep sound is played when the user attempts to violate the strict invariant; false if no beep sound is played.
getBestSearchEngine(SearchConfiguration, Boolean) - Method in class com.levigo.jadice.search.engine.SearchEngineRegistry
Determines the best SearchEngine for this search based on the Quality.
getBitOffset() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
getBitOffset() - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
getBlinkInterval() - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
Get the blink interval of the cursor in milliseconds.
getBlockEndIndex() - Method in class org.jadice.util.glazedlists.event.ListEvent
Gets the last row of the current block of changes.
getBlocksRemaining() - Method in class org.jadice.util.glazedlists.event.ListEvent
Deprecated.
this method depends on a particular implementation of how list events are stored internally, and this implementation has since changed.
getBlockStartIndex() - Method in class org.jadice.util.glazedlists.event.ListEvent
Gets the first row of the current block of changes.
getBookmarks() - Method in class com.levigo.jadice.demo.bookmark.BookmarkStore
Returns a list of all Bookmarks this store is holding.
getBookmarks() - Method in class com.levigo.jadice.demo.bookmark.BookmarkStoreEvent
Returns the concerned bookmarks.
getBookmarks(Document) - Method in class com.levigo.jadice.demo.bookmark.BookmarkStore
Returns an unmodifiable list of the Bookmarks for this document.
getBookmarks(Page) - Method in class com.levigo.jadice.demo.bookmark.BookmarkStore
Returns an unmodifiable list of the bookmarks for the given Page.
getBookmarkStore() - Method in class com.levigo.jadice.demo.bookmark.BookmarkDecorationTool
Return the associated BookmarkStore.
getBookmarkStore() - Method in class com.levigo.jadice.demo.bookmark.command.BookmarkCommand
 
getBoolean(byte[], int) - Static method in class com.levigo.jadice.document.io.ByteUtils
reads out a boolean value of the given byte[] at the offset specified in the second parameter.
getBorder() - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
getBorder() - Method in class org.jadice.util.swing.panel.FadeablePane
 
getBorderInsets(Component) - Method in class com.levigo.jadice.demo.border.RoundCornerBorder
 
getBorderInsets(Component) - Method in class org.jadice.util.swing.borders.BubbleBorder
 
getBorderInsets(Component) - Method in class org.jadice.util.swing.borders.DropShadowBorder
 
getBorderInsets(Component) - Method in class org.jadice.util.swing.borders.RolloutBorder
 
getBorderInsets(Component) - Method in class org.jadice.util.swing.borders.RoundedBorder
 
getBorderInsets(Component) - Method in class org.jadice.util.swing.borders.SlickBevelBorder
 
getBorderInsets(Component, Insets) - Method in class com.levigo.jadice.demo.border.RoundCornerBorder
 
getBorderInsets(Component, Insets) - Method in class org.jadice.util.swing.borders.LayeredBorder
 
getBorderInsets(Component, Insets) - Method in class org.jadice.util.swing.borders.SlickBevelBorder
 
getBorderInsets(Component, Insets) - Method in class org.jadice.util.swing.borders.StyledLineBorder
 
getBorderSize() - Method in class com.levigo.jadice.format.text.TextReaderSettings
Returns the border size of the displayed text page.
getBounds() - Method in class com.levigo.jadice.annotation.Annotation
Returns a Rectangle2D that completely encloses the annotation.
getBounds() - Method in class com.levigo.jadice.annotation.ArrowAnnotation
 
getBounds() - Method in interface com.levigo.jadice.annotation.embedded.EmbeddedAnnotation
Returns a Rectangle2D that completely encloses the annotation.
getBounds() - Method in class com.levigo.jadice.annotation.LineAnnotation
 
getBounds() - Method in class com.levigo.jadice.annotation.PathAnnotation
 
getBounds() - Method in class com.levigo.jadice.annotation.RectangleAnnotation
 
getBounds() - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Returns an integer Rectanglethat completely encloses the annotation.
getBounds() - Method in class com.levigo.jadice.annotation.StampImageAnnotation
 
getBounds() - Method in class com.levigo.jadice.annotation.TextAnnotation
Returns the bounds of this annotation
getBounds() - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
 
getBounds() - Method in class com.levigo.jadice.document.AbstractPageSegment
 
getBounds() - Method in class com.levigo.jadice.document.composite.CompositePageSegment
 
getBounds() - Method in class com.levigo.jadice.document.composite.DynamicCompositePageSegment
 
getBounds() - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorPageSegment
Returns a Rectangle2D defining the bounds of the ContentsCreatorPageSegment.
getBounds() - Method in interface com.levigo.jadice.document.PageSegment
Returns the raw size and position of the PageSegment in base units.
getBounds() - Method in interface com.levigo.jadice.document.Selection
returns the overall bounds of the selection.
getBounds() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCaretAnnotation
 
getBounds() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCircleAnnotation
 
getBounds() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
Returns the bounds of this annotation
getBounds() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
getBounds() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
getBounds() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
getBounds() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
getBounds() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPopupAnnotation
 
getBounds() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFSquareAnnotation
 
getBounds() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFStampAnnotation
 
getBounds() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextAnnotation
 
getBounds() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextMarkupAnnotation
 
getBounds() - Method in class com.levigo.jadice.search.engine.SearchResult
 
getBounds() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getBuffer() - Method in class com.levigo.jadice.document.io.CarbonCopyStream
Return the ByteArrayBuffer holding a copy of the data read via this stream.
getBuffer() - Method in class org.jadice.util.swing.panel.FadeablePane
Returns the current cached image.
getBufSize() - Method in class com.levigo.jadice.document.io.SeekableLookaheadStream
 
getBuildTimestamp() - Method in class com.levigo.jadice.document.ProductInformation.Artifact
Return the build timestamp for this artifact.
getBuildTimestamp() - Static method in class com.levigo.jadice.document.ProductInformation
Return the build timestamp for the main jadice document platform artifact.
getBundle(Class<?>) - Static method in class com.levigo.jadice.document.util.I18N
Lookup the default I18N bundle for the given class.
getBundle(String) - Static method in class com.levigo.jadice.document.util.I18N
Lookup the I18N bundle for the given bundleName.
getButton() - Method in class com.levigo.jadice.swing.tool.MouseEditEvent
 
getButton(ButtonModel) - Method in class org.jadice.util.swing.button.JButtonGroup
Returns the AbstractButton whose ButtonModel is given.
getButtonBar() - Method in class com.levigo.jadice.demo.pagestash.SelectStashDialog
 
getButtonCount() - Method in class org.jadice.util.swing.button.JButtonGroup
 
getButtons() - Method in class org.jadice.util.swing.button.JButtonGroup
Returns the buttons in the group as a List
getByteAt(int) - Method in class com.levigo.jadice.document.io.ByteArrayBuffer
Returns the byte value at the given index
getByteOrder() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
getByteOrder() - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
getByteRange() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureData
A list of pairs of integers (starting byte offset, length in bytes) that shall describe the exact byte range for the digest calculation.
getBytesAt(int, byte[], int, int) - Method in class com.levigo.jadice.document.io.ByteArrayBuffer
Fills up to len bytes from the buffer, and stores them into b starting at index off.
getCachedVisualElement() - Method in class com.levigo.jadice.document.AbstractPageSegment
 
getCachedVisualElement(RenderControls) - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
 
getCacheElementsIterator() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
 
getCacheElementsIterator() - Method in interface org.jadice.util.mm.ckc.TrackableCache
Get an Iterator of the cache elements.
getCacheEvictions() - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
 
getCacheEvictions() - Method in interface org.jadice.util.mm.ckc.statistics.CacheStatisticsMXBean
Returns the total number of evictions from the cache.
getCacheFileTimeToLiveSeconds() - Static method in class com.levigo.jadice.document.io.FileCacheInputStream
Get the time in seconds after which stale cache files are expunged.
getCacheGets() - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
 
getCacheGets() - Method in interface org.jadice.util.mm.ckc.statistics.CacheStatisticsMXBean
Returns the total number of get requests to the cache.
getCacheHitPercentage() - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
 
getCacheHitPercentage() - Method in interface org.jadice.util.mm.ckc.statistics.CacheStatisticsMXBean
This is a percentage representation of the positive cache efficiency, by computing how many get requests resulted in a hit in contrast to all get requests.
getCacheHitRatio() - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
This is a measure of cache efficiency.
getCacheHits() - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
 
getCacheHits() - Method in interface org.jadice.util.mm.ckc.statistics.CacheStatisticsMXBean
Returns the number of get requests the cache found an entry for.
getCacheKey() - Method in class com.levigo.jadice.fontmanager.ClasspathFontStreamProvider
 
getCacheKey() - Method in class com.levigo.jadice.fontmanager.InputStreamFontStreamProvider
 
getCacheKey() - Method in class com.levigo.jadice.fontmanager.PathFontStreamProvider
 
getCacheMisses() - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
 
getCacheMisses() - Method in interface org.jadice.util.mm.ckc.statistics.CacheStatisticsMXBean
Returns the number of get requests the cache found NO entry for.
getCacheMissPercentage() - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
 
getCacheMissPercentage() - Method in interface org.jadice.util.mm.ckc.statistics.CacheStatisticsMXBean
This is a percentage representation of the negative cache efficiency, by computing for how many get requests no entry was found in contrast to all get requests .
getCacheMissRatio() - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
Returns the ratio of cache accesses that did not find a requested entry in the cache.
getCachePuts() - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
 
getCachePuts() - Method in interface org.jadice.util.mm.ckc.statistics.CacheStatisticsMXBean
Returns the total number of put requests to the cache.
getCacheRemovals() - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
 
getCacheRemovals() - Method in interface org.jadice.util.mm.ckc.statistics.CacheStatisticsMXBean
Returns the total number of removal requests to the cache.
getCacheStatistics() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
 
getCallout() - Method in class com.levigo.jadice.annotation.CalloutAnnotation
 
getCallout() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
getCalloutAsPointArray() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
Returns the callout as a list of Point2Ds: Head, Knee, Anchor (Array size=3)
getCancelAction() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getCancelAction() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getCancelAction() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getCancelAction() - Method in class com.levigo.jadice.demo.pagestash.SelectStashDialog
 
getCancelButton() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getCancelButton() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getCancelButton() - Method in class com.levigo.jadice.demo.pagestash.SelectStashDialog
 
getCanceler() - Method in class com.levigo.jadice.document.read.Reader
Returns an object which allows to request cancelation of running read processes.
getCanceler() - Method in class com.levigo.jadice.document.read.ReaderParameters
 
getCaptionOffsetHorizontal() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
getCaptionOffsetVertical() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
getCaptionStyle() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
getCaseSensitiveOption() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getCaseSensitiveOption() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getCaseSensitiveOption() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getCause() - Method in class com.levigo.jadice.document.read.ReaderListener.ReaderEvent
 
getCDATA() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
 
getCellBounds(int, int) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Returns the bounding rectangle, in the ThumbnailView's coordinate system, for the range of cells specified by the two indices.
getCellBounds(Page) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
getCellBounds(ThumbnailView, int, int) - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
getCellBounds(ThumbnailView, int, int) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailViewUI
 
getCellRenderer() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
getCellSize() - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
 
getCellSize() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailViewUI
 
getCert() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureData
A list of byte arrays that shall represent the X.509 certificate chain used when signing and verifying signatures that use public-key cryptography, or a byte string if the chain has only one entry.
getCerts() - Method in interface com.levigo.jadice.format.pdf.signaturestore.CertificateRevocationData
A list of DER-encoded X.509 certificates (see Internet RFC 5280) that may be used in the validation of any signatures in the document.
getChangeActionFieldNames() - Method in interface com.levigo.jadice.format.pdf.signaturestore.TransformParams
A list of field names which are affected by the specifications of the field change action.
getChangeHandler() - Method in class com.levigo.jadice.annotation.Annotation
Returns the annotation change handler
getChanges() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureData
A list of three integers that shall specify changes to the document that have been made between the previous signature and this signature.
getCharBigEndian(byte[], int) - Static method in class com.levigo.jadice.document.io.ByteUtils
reads out a char value in the given byte[] at the offset specified in the second parameter.
getCharLittleEndian(byte[], int) - Static method in class com.levigo.jadice.document.io.ByteUtils
reads out a char value in the given byte[] at the offset specified in the second parameter.
getCharSet() - Method in class com.levigo.jadice.format.text.TextReaderSettings
Gets the Charset to be used to read and write textual data.
getCharsetName() - Method in class com.levigo.jadice.format.text.TextReaderSettings
Gets the Charset name to be used to read and write textual data.
getCharsPerLine() - Method in class com.levigo.jadice.format.text.TextReaderSettings
Returns the maximum number of characters per line.
getChecked(E) - Method in interface org.jadice.util.glazedlists.gui.CheckableTableFormat
Gets whether the specified object is checked.
getCheckerBoard(int) - Static method in class org.jadice.util.swing.colorpicker.PlafPaintUtils
 
getChildCount() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
 
getChildren() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.CollectionWrapper
 
getChildren() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.EntryWrapper
 
getChildren() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.MapWrapper
 
getChildren() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.Wrapper
 
getChildren() - Method in class com.levigo.jadice.demo.outline.serialize.SerializableOutlineNode
 
getChildren() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Return a list of all child nodes.
getChildren() - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Return a list of all child nodes.
getChildren() - Method in class com.levigo.jadice.document.outline.DefaultOutlineNode
Returns this node's direct children in a list which allows for modifications.
getChildren() - Method in interface com.levigo.jadice.document.outline.MutableOutlineNode
Returns this node's direct children in a list which allows for modifications.
getChildren() - Method in interface com.levigo.jadice.document.outline.OutlineNode
Returns this node's direct children.
getChildren() - Method in class org.jadice.util.glazedlists.TreeList.Node
List all children of this node.
getChildren() - Method in class org.jadice.util.swing.action.context.Context
Returns the child contexts.
getChildren(E) - Method in interface org.jadice.util.glazedlists.CollectionList.Model
Return a list of the child nodes for a parent node.
getChildren(String, Object...) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Return a list of all nodes selected by the XPath expression.
getChildren(String, Object...) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Return a list of all nodes selected by the XPath expression.
getChildren(TreePath) - Method in class com.levigo.jadice.appbase.flextree.DocumentAnnotationsModule
 
getChildren(TreePath) - Method in class com.levigo.jadice.appbase.flextree.FolderModule
 
getChildren(TreePath) - Method in class com.levigo.jadice.appbase.flextree.MetadataModule
 
getChildren(TreePath) - Method in class com.levigo.jadice.appbase.flextree.PageAnnotationsModule
 
getChildren(TreePath) - Method in class com.levigo.jadice.appbase.flextree.PageListModule
 
getChildren(TreePath) - Method in class com.levigo.jadice.appbase.flextree.PageSegmentModule
 
getChildren(TreePath) - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule
 
getChildren(TreePath) - Method in class com.levigo.jadice.demo.flextree.OutlineModule
 
getChildren(TreePath) - Method in interface org.jadice.util.swing.flextree.TreeContentProvider
Returns a EventList containing all the contents (children) for the last tree path component of given tree path.
getChoosableFileFilters() - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
getClassName() - Method in class com.levigo.jadice.annotation.profiles.NameBasedFactory
 
getClassResolver() - Static method in class com.levigo.jadice.document.config.Jadice
Gets the Resolver to be used by jadice components when looking up Class instances based on their name.
getClickCount() - Method in class com.levigo.jadice.swing.tool.MouseEditEvent
 
getClientPermission() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
getClip() - Method in class com.levigo.jadice.document.render.PageImageRenderer
Returns the area, which will be used as clip bounds of the rendered image.
getClipping() - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Return the clipping type.
getCodestream() - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000Rable
 
getCollapsible() - Method in class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel
 
getCollapsiblePane() - Method in class com.levigo.jadice.demo.commands.ToggleInfoAreaCommand
 
getColor() - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
 
getColor() - Method in class org.jadice.util.swing.colorpicker.ColorPicker
 
getColorModel() - Method in class com.levigo.jadice.document.render.ImageSourceInformation
 
getColorPanel() - Method in class org.jadice.util.swing.colorpicker.ColorPicker
 
getColorSettings() - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorControls
Get the ContentsCreatorColorSettings as stored in this instance.
getColumn(int) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
getColumnClass(int) - Method in interface org.jadice.util.glazedlists.gui.AdvancedTableFormat
Returns the most specific superclass for all the cell values in the column.
getColumnClass(int) - Method in class org.jadice.util.glazedlists.gui.EventTableModel
Gets the class of elements in the specified column.
getColumnClass(String) - Method in interface org.jadice.util.swing.flextree.TreeColumnProvider
Return the class of the column for the given column ID.
getColumnComparator(int) - Method in interface org.jadice.util.glazedlists.gui.AdvancedTableFormat
Returns the default Comparator to use for the specified column.
getColumnComparatorIndex(int) - Method in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Gets the index comparator in use for the specified column.
getColumnCount() - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
getColumnCount() - Method in class org.jadice.util.glazedlists.gui.EventTableModel
Get the column count as specified by the table format.
getColumnCount() - Method in interface org.jadice.util.glazedlists.gui.TableFormat
The number of columns to display.
getColumnIDs() - Method in interface org.jadice.util.swing.flextree.TreeColumnProvider
Return the list of column IDs.
getColumnIndex(Object) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
getColumnIndexAtX(int) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
getColumnMargin() - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
getColumnName(int) - Method in class org.jadice.util.glazedlists.gui.EventTableModel
Fetch the name for the specified column.
getColumnName(int) - Method in interface org.jadice.util.glazedlists.gui.TableFormat
Gets the title of the specified column.
getColumnName(String) - Method in interface org.jadice.util.swing.flextree.TreeColumnProvider
Return the name of the column for the given column ID.
getColumns() - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
getColumnSelectionAllowed() - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
getColumnValue(E, int) - Method in interface org.jadice.util.glazedlists.gui.TableFormat
Gets the value of the specified field for the specified object.
getComboBox() - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Returns the autocompleting JComboBox or null if AutoCompleteSupport has been AutoCompleteSupport.uninstall()ed.
getCommand(String) - Method in class org.jadice.util.swing.action.factories.BasicCommandFactory
 
getCommand(String) - Method in interface org.jadice.util.swing.action.factories.CommandFactory
Default constructor using the settings of the commands.properties file.
getCommand(String) - Method in class org.jadice.util.swing.action.factories.DefaultCommandFactory
 
getCommandActions(String, Context) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Create all currently available command actions for the given template key.
getCommandActions(String, Context) - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
 
getCommandActions(String, Context) - Method in interface org.jadice.util.swing.action.factories.MenuComponentFactory
Create all currently available command actions for the given template key.
getCommandClassname(String) - Method in class org.jadice.util.swing.action.factories.BasicCommandFactory
Returns the command class name for given key, provided by embedded BasicCommandFactory.commandLookupProperties, or an empty string if no command entry was found.
getCommandCreationListeners() - Static method in class org.jadice.util.swing.action.factories.DefaultCommandFactory
Returns an array of currently registered creation listeners
getCommandFactory(String) - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
 
getCommands() - Method in class org.jadice.util.swing.action.commands.CommandAction
Method returns collection of the commands which are related to the action.
getComparator() - Method in class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
 
getComparator() - Method in class org.jadice.util.glazedlists.SortedList
Gets the Comparator that is being used to sort this list.
getComparator(int) - Method in interface org.jadice.util.glazedlists.TreeList.Format
Returns the comparator used to order path elements of the specified depth.
getComparatorsForColumn(int) - Method in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Gets the list of comparators for the specified column.
getCompareToggler() - Method in class com.levigo.jadice.demo.commands.ToggleCompareCommand
 
getCompatibleTools(Class<T>) - Method in class com.levigo.jadice.swing.tool.ToolManager
Return all registered Tools which are derived from the given class or which implement the given interface.
getCompatibleTools(Class<T>, boolean) - Method in class com.levigo.jadice.swing.tool.ToolManager
Return all registered Tools which are derived from the given class or which implement the given interface.
getComponent() - Method in class com.levigo.jadice.appbase.commands.DebugDumpCommand
 
getComponent() - Method in class com.levigo.jadice.swing.commands.ShowProductInfoWindowCommand
 
getComponentAfter(Container, Component) - Method in class org.jadice.util.swing.colorpicker.DelegateFocusTraversalPolicy
 
getComponentBefore(Container, Component) - Method in class org.jadice.util.swing.colorpicker.DelegateFocusTraversalPolicy
 
getComponentID() - Method in enum com.levigo.jadice.fontmanager.FontManagerMessages
 
getComponentID() - Method in enum com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
getComponentID() - Method in enum com.levigo.jadice.format.jpeg2000.msg.CompressionMessages
 
getComponentID() - Method in enum com.levigo.jadice.format.jpeg2000.msg.GeneralMessages
 
getComponentID() - Method in enum com.levigo.jadice.format.jpeg2000.msg.JPXMessages
 
getComponentID() - Method in enum com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
getComponentID() - Method in enum com.levigo.jadice.printer.PrinterLogMessages
 
getComponentID() - Method in enum com.levigo.jadice.swing.thumbnailview.ThumbnailViewMessages
 
getComponentID() - Method in enum org.jadice.util.concurrent.ConcurrentMessages
 
getComponentID() - Method in interface org.jadice.util.log.qualified.MessageID
Return the ID of the component to which this message ID pertains.
getCompositeIcon(String[]) - Method in class org.jadice.util.swing.icon.IconManager
Get the Iconfor a given set of layers (names of icons representing the layers).
getCompositeIcon(String[], int, Dimension) - Method in class org.jadice.util.swing.icon.IconManager
Get the Iconfor a given set of layers (names of icons representing the layers) and a set of effect flags scaled to a given dimension.
getCompositeID() - Method in class com.levigo.jadice.document.ProductInformation.Artifact
Return the artifact's composite ID of the form group-ID:artifact-ID.
getCompression() - Method in class com.levigo.jadice.document.render.ImageSourceInformation
 
getConditionFactories() - Method in interface com.levigo.jadice.document.condition.ConditionFactoryProvider
Return a list of provided factories.
getConditionFactories(Document) - Static method in class com.levigo.jadice.document.condition.ConditionFactoryUtils
Retrieve all by the document provided factories.
getConditionFactory(Document, Class<T>) - Static method in class com.levigo.jadice.document.condition.ConditionFactoryUtils
Search through the by the document provided factories for a factory of the provided class.
getConditions() - Method in class com.levigo.jadice.document.condition.ConditionRenderSettings
 
getConfigValue(String, String) - Method in class com.levigo.jadice.demo.launcher.JadiceDemoLauncher
Returns a value from the configuration properties.
getConstrainedDocumentPoint() - Method in class com.levigo.jadice.swing.tool.MouseEditEvent
Return the point in document coordinates.
getConstrainedPoint() - Method in class com.levigo.jadice.swing.tool.MouseEditEvent
Return the point relative to the RenderedPage's origin in screen coordinates.
getContactInfo() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureData
Information provided by the signer to enable a recipient to contact the signer to verify the signature.
getContent() - Method in class com.levigo.jadice.annotation.profiles.Parameter
 
getContent() - Method in interface com.levigo.jadice.document.Folder
Get the folder content consisting of more Items.
getContent() - Method in class com.levigo.jadice.format.xfdf.annotation.metadata.ElementXML
Returns XML element content if defined.
getContentBorderInsets(int) - Method in class com.levigo.jadice.demo.ui.RemoveTabBorderTabbedPaneUI
 
getContentPanel() - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
getContentPanel() - Method in class org.jadice.util.swing.panel.FadeablePane
 
getContents() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureData
The signature contents.
getContents() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
getContentsRichtext() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
getContentStream() - Method in class com.levigo.jadice.annotation.ObjectAnnotation
Return current content stream.
getContentStream() - Method in class com.levigo.jadice.annotation.StampImageAnnotation
 
getContext() - Method in class com.levigo.jadice.appbase.commands.AddOnContextWindowAdapter
Returns the associated context reference.
getContext() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Returns the main context.
getContext() - Method in class com.levigo.jadice.demo.SorterToolbar
Returns the context reference, which is internally used to propagate context and state changes.
getContext() - Method in class com.levigo.jadice.swing.tool.EmbeddedLinkTool
Returns the context in which the instruction was executed.
getContext() - Method in class org.jadice.util.swing.action.commands.AbstractContextCommand
If the Collection supplied as context arguments to this command is in fact an instance of Context, it will be accessible here.
getContext() - Method in class org.jadice.util.swing.action.commands.CommandAction
 
getContext() - Method in interface org.jadice.util.swing.menu.ContributionContext
Returns a Context object.
getContextMenu(String, Context) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Create a JPopupMenu for the given template key or context name.
getContextMenu(String, Context) - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
 
getContextMenu(String, Context) - Method in interface org.jadice.util.swing.action.factories.MenuComponentFactory
Create a JPopupMenu for the given template key or context name.
getContextMenu(String, Context, Action[]) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Create a JPopupMenu for the given template key or context name.
getContextMenu(String, Context, Action[]) - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
 
getContextMenu(String, Context, Action[]) - Method in interface org.jadice.util.swing.action.factories.MenuComponentFactory
Create a JPopupMenu for the given template key or context name.
getContextToolbar() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
getContextToolbar() - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
getContextToolbar() - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
getControlCharacterMode() - Method in class com.levigo.jadice.format.modca.AfpLineModeReaderSettings
 
getControlPoint(int) - Method in class com.levigo.jadice.document.util.ControlCurve
Get a specified control point.
getControlPoint(int) - Method in class com.levigo.jadice.document.util.GradationCurve
 
getControlPoints() - Method in class com.levigo.jadice.document.util.ControlCurve
Returns the points.
getControls() - Method in class com.levigo.jadice.document.read.ReaderParameters
 
getCoords() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextMarkupAnnotation
 
getCopy() - Static method in class org.jadice.util.log.MDC
 
getCorePoolSize() - Method in interface org.jadice.util.concurrent.tasks.ExecutorManager.ConfigurationStrategy
 
getCorePoolSize() - Method in class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
 
getCorrectsCase() - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Returns true if user specified strings are converted to the case of the autocompletion term they match; false otherwise.
getCount(int) - Method in class org.jadice.util.glazedlists.UniqueList
Returns the number of duplicates of the value found at the specified index.
getCount(E) - Method in class org.jadice.util.glazedlists.UniqueList
Returns the number of duplicates of the specified value.
getCreatedAt() - Method in class com.levigo.jadice.annotation.Annotation
 
getCreatedBy() - Method in class com.levigo.jadice.annotation.Annotation
 
getCreateMode() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Returns the annotation factory used to create the annotation(s) while in create mode.
getCreateMode() - Method in class com.levigo.jadice.swing.annotation.commands.AbstractAnnotationModeCommand
 
getCreationDate() - Method in interface com.levigo.jadice.demo.pagestash.PageStash
 
getCreationDateTime() - Method in interface com.levigo.jadice.format.pdf.signaturestore.ValidationInformation
Returns the date/time at which this signature VRI dictionary was created, if available.
getCreationDateTimeData() - Method in interface com.levigo.jadice.format.pdf.signaturestore.ValidationInformation
Returns a DER-encoded timestamp that contains the date/time at which this signature VRI dictionary was created, if available.
getCreationTimestamp() - Method in class org.jadice.util.mm.ckc.events.CompositeKeyCacheEntryEvent
 
getCRLs() - Method in interface com.levigo.jadice.format.pdf.signaturestore.CertificateRevocationData
A list of DER-encoded Certificate Revocation Lists (CRL) (see Internet RFC 5280) that may be used in the validation of the signatures in the document.
getCryptoMaterialProvider() - Method in class com.levigo.jadice.format.pdf.crypt.standard.PDFStandardSecurityHandlerSettings
 
getCurrentGradationCurve() - Method in class com.levigo.jadice.swing.gradation.commands.GradationCurveCommand
This utility method is intended to get a lookup gradation curve to check the current applied settings.
getCurrentOwner() - Method in interface com.levigo.jadice.document.UIDocument
Get the current owner, i.e. the last UI component to assert ownership of this document.
getCurrentOwner() - Method in class com.levigo.jadice.swing.SwingUIDocument
 
getCurrentPage() - Method in class com.levigo.jadice.swing.pageview.PageView
Return the current page.
getCurrentPageBorder() - Method in class com.levigo.jadice.swing.pageview.PageView
 
getCurrentPageControls() - Method in class com.levigo.jadice.swing.pageview.PageView
Returns the render controls of the current page.
getCurrentPageIndex() - Method in class com.levigo.jadice.appbase.preview.NavigablePreviewThumbnailRenderer
 
getCurrentPageIndex() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
 
getCurrentPageIndex() - Method in class com.levigo.jadice.swing.pageview.PageView
Return the current page index.
getCurrentPageIndex(Rectangle) - Method in class com.levigo.jadice.swing.pageview.AbstractContinuousLayout
 
getCurrentPageRenderBounds() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
getCurrentPageRenderControls() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
getCurrentPageVisibleBounds() - Method in class com.levigo.jadice.swing.pageview.PageView
Get the bounds of the viewport with respect to the currently focused page.
getCurrentRenderedPage(Rectangle) - Method in class com.levigo.jadice.swing.pageview.AbstractContinuousLayout
 
getCurrentTextMatcher() - Method in class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Return the current Matcher if it is a TextMatcher or null if no current Matcher exists or is something other than a TextMatcher.
getCursor() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getCursor() - Method in class com.levigo.jadice.swing.tool.Tool.ActivationRequest
 
getCursor() - Method in class com.levigo.jadice.swing.tool.Tool
Return the current cursor in use on the associated view component.
getCurve() - Method in class com.levigo.jadice.document.util.ControlCurve
 
getCurve() - Method in class com.levigo.jadice.document.util.NaturalCubicSpline1D
 
getCurve() - Method in class com.levigo.jadice.swing.gradation.commands.GradationCurveCommand
 
getCurve() - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
Returns the curve.
getCustomizerFactories() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
Deprecated.
This method is for XML umarshalling use only
getCustomizers() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
getDamage() - Method in class com.levigo.jadice.document.PageSegmentEvent
Returns the damage region for this event.
getDamage() - Method in class com.levigo.jadice.document.render.RenderResult
 
getDashes() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCircleAnnotation
 
getDashes() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
getDashes() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
getDashes() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
getDashes() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
getDashes() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
getDashes() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFSquareAnnotation
 
getDataFlavors(TreePath[]) - Method in interface org.jadice.util.swing.flextree.TreeExportHandler
 
getDateTimeOfSigning() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureData
The time of signing.
getDeactivationMargin() - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
Returns the deactivation margin, expressed in percent of the light-box's preferred height.
getDebugInformation() - Static method in class com.levigo.jadice.appbase.DebugInformation
 
getDecoderSpecs() - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000ReaderSettings
 
getDecoratedToolActivationPolicy() - Method in class com.levigo.jadice.demo.SpacePanBehaviour
 
getDecorationPoints() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
getDecrementalScaleModifier() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getDecrementalScaleMouseButton() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getDecrementalSizeKeyCode() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getDecrementalSizeModifier() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getDefault() - Static method in class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
 
getDefault() - Static method in class org.jadice.util.mm.CacheManager
Get the default cache instance.
getDefaultAlphaValue() - Method in class com.levigo.jadice.annotation.profiles.ColorProperty
 
getDefaultAnnotationFontFactory() - Static method in class com.levigo.jadice.annotation.Annotations
Returns current registered default AnnotationFontFactory implementation, default registered implementation is AnnotationBasicFontFactory.
getDefaultArchetypeMapping() - Static method in enum com.levigo.jadice.format.annocm.CMAnnotationArcheTypes
 
getDefaultArchetypeMapping() - Static method in enum com.levigo.jadice.format.annofnis.FNISAnnotationArcheTypes
 
getDefaultArchetypeMapping() - Static method in enum com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
 
getDefaultBlockSize() - Static method in class com.levigo.jadice.document.io.MemoryInputStream
 
getDefaultCachePath() - Static method in class com.levigo.jadice.document.io.FileCacheInputStream
Return the default cache path to use, of no explicit path is given.
getDefaultComponent(Container) - Method in class org.jadice.util.swing.colorpicker.DelegateFocusTraversalPolicy
 
getDefaultDataMap() - Method in interface com.levigo.jadice.format.modca.resource.DefaultDataMapProvider
Returns default data map InputStream object, returns null if not present.
getDefaultDataMap() - Method in class com.levigo.jadice.format.modca.resource.ResourceGroupLoader
 
getDefaultDataMap() - Method in class com.levigo.jadice.format.modca.resource.ResourceMultiLoader
 
getDefaultEffects() - Method in class org.jadice.util.swing.icon.IconManager
 
getDefaultExtension() - Method in enum com.levigo.jadice.format.modca.resource.ResourceLoader.Type
Return the defaultExtension used for file-system representation of a resource of this type.
getDefaultExtensions() - Method in class com.levigo.jadice.document.Format
The default file-extension for the format.
getDefaultExtensions() - Method in class com.levigo.jadice.format.annocm.CMAnnotationFormat
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationFormat
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationFormat
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationFormat
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.bmp.BMPFormat
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.fn.FileNetImageFormat
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.fnpc.FileNetPCFormFormat
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.hocr.HocrFormat
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.imageio.ImageIOFormat
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000Format
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.modca.AFPFormat
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.modca.AfpLineModeFormat
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.modca.IocaFormat
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.modca.ModcaFormat
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.pdf.PDFFormat
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.text.TextFormat
Returns the default file extensions for this format
getDefaultExtensions() - Method in class com.levigo.jadice.format.tiff.TIFFFormat
 
getDefaultExtensions() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationFormat
 
getDefaultFilterType() - Static method in enum com.levigo.jadice.document.render.FilterType
 
getDefaultLayerAttachments(Document) - Static method in class com.levigo.jadice.document.att.Attachments
This method gathers all the Attachments which are bound to any PageSegment that is in the default DocumentLayer (DocumentLayer.DEFAULT) of any Page in the given Document.
getDefaultLayerAttachments(Page) - Static method in class com.levigo.jadice.document.att.Attachments
Retrieves the Attachments which are bound to the PageSegment found in the given Page's default layer (DocumentLayer.DEFAULT).
getDefaultLayerSelection() - Static method in class com.levigo.jadice.printer.PrintEnvironment
 
getDefaultMediumMap() - Method in interface com.levigo.jadice.format.modca.resource.DefaultMediumMapProvider
Returns default medium map InputStream object, returns null if not present.
getDefaultMediumMap() - Method in class com.levigo.jadice.format.modca.resource.ResourceGroupLoader
 
getDefaultMediumMap() - Method in class com.levigo.jadice.format.modca.resource.ResourceMultiLoader
 
getDefaultPath() - Static method in class com.levigo.jadice.format.modca.resource.DefaultResourceLoader
 
getDefaultPrintElement(PreferenceStore) - Static method in class com.levigo.jadice.printer.PrintEnvironment
Retrieves the default print elements.
getDefaultProfile() - Static method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
getDefaultReadAhead() - Static method in class com.levigo.jadice.document.io.FileCacheInputStream
Return the default read-ahead
getDefaultResolution() - Method in class com.levigo.jadice.document.read.NCIReaderSettings
 
getDefaultResolutionUnit() - Method in class com.levigo.jadice.format.tiff.TIFFReaderSettings
The default resolution unit.
getDefaultResourceLoader(String) - Method in class com.levigo.jadice.format.modca.resource.ModcaResourceLoaderFactory
 
getDefaultResourceLoader(String) - Method in class com.levigo.jadice.format.modca.resource.ResourceLoaderFactory
 
getDefaultScale() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getDefaultScaleStep() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getDefaultSpelling() - Method in enum com.levigo.jadice.document.font.LogicalFontIdentifier
Returns default/main font identifier spelling.
getDefaultStashDirectory() - Static method in class com.levigo.jadice.demo.pagestash.FilePageStashWriter
 
getDefaultStyle() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
getDefaultText() - Method in class com.levigo.jadice.annotation.TextAnnotation
Returns the current default text.
getDefaultTextFont() - Static method in class com.levigo.jadice.format.text.TextFont
Returns the default TextFont which is monospaced, plain and has a size of 12pt.
getDefaultThreadGroup() - Static method in class org.jadice.util.base.swing.TGASwingUtil
Gets the default ThreadGroup.
getDefaultTypeSet() - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
getDefaultValue() - Method in class com.levigo.jadice.annotation.profiles.PropertyDefault
 
getDefaultValue() - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
getDefaultValueXML() - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
getDeletedAnnotations() - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
Returns a collection of all deleted annotations.
getDeletedAnnotations() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationOutput
Returns all deleted annotations.
getDemoApplication() - Method in class com.levigo.jadice.demo.commands.CloseDemoCommand
 
getDemoApplication() - Method in class com.levigo.jadice.demo.commands.ShowTrayLicenseCommand
 
getDemoApplication() - Method in class com.levigo.jadice.demo.commands.ToggleTrayCommand
 
getDemoConfigIcon(String) - Method in class com.levigo.jadice.demo.launcher.JadiceDemoLauncher
 
getDepth() - Static method in class org.jadice.util.log.NDC
 
getDescription() - Method in class com.levigo.jadice.demo.outline.serialize.SerializableOutlineNode
 
getDescription() - Method in class com.levigo.jadice.document.Format
Describes the format represented by this instance.
getDescription() - Method in class com.levigo.jadice.document.outline.DefaultOutlineNode
Get the human-readable description of this node.
getDescription() - Method in interface com.levigo.jadice.document.outline.OutlineNode
Get the human-readable description of this node.
getDescription() - Method in class com.levigo.jadice.format.annocm.CMAnnotationFormat
 
getDescription() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationFormat
 
getDescription() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationFormat
 
getDescription() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationFormat
 
getDescription() - Method in class com.levigo.jadice.format.bmp.BMPFormat
 
getDescription() - Method in class com.levigo.jadice.format.fn.FileNetImageFormat
 
getDescription() - Method in class com.levigo.jadice.format.fnpc.FileNetPCFormFormat
 
getDescription() - Method in class com.levigo.jadice.format.hocr.HocrFormat
 
getDescription() - Method in class com.levigo.jadice.format.imageio.ImageIOFormat
 
getDescription() - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000Format
 
getDescription() - Method in class com.levigo.jadice.format.modca.AFPFormat
 
getDescription() - Method in class com.levigo.jadice.format.modca.AfpLineModeFormat
 
getDescription() - Method in class com.levigo.jadice.format.modca.IocaFormat
 
getDescription() - Method in class com.levigo.jadice.format.modca.ModcaFormat
 
getDescription() - Method in enum com.levigo.jadice.format.modca.resource.ResourceLoader.Type
Returns resource description.
getDescription() - Method in class com.levigo.jadice.format.pdf.OffsetPDFFormat
 
getDescription() - Method in class com.levigo.jadice.format.pdf.PDFFormat
 
getDescription() - Method in class com.levigo.jadice.format.text.TextFormat
Returns a description text for this format
getDescription() - Method in class com.levigo.jadice.format.tiff.TIFFFormat
 
getDescription() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationFormat
 
getDescriptionForConfig(String) - Method in class com.levigo.jadice.demo.launcher.JadiceDemoLauncher
 
getDeselected() - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Gets an EventList that contains only deselected values and modifies the source list on mutation.
getDeselected() - Method in class org.jadice.util.glazedlists.ListSelection
Gets an EventList that contains only deselected values add modifies the source list on mutation.
getDetail(String) - Method in interface com.levigo.jadice.signature.SignatureValidationResult
Retrieve a detail object from the result.
getDeviceResolution() - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Gets the device resolution.
getDialogInsets() - Static method in class com.levigo.jadice.swing.ui.UIs
Return the default insets for dialogs.
getDialogTitle() - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
getDigestMethod() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureReference
The algorithm name that shall be used when computing the digest.
getDimension() - Method in class com.levigo.jadice.document.render.ImageSourceInformation
 
getDirection() - Method in class com.levigo.jadice.swing.commands.ScrollCommand
 
getDisabledAnnotationTypes() - Method in class com.levigo.jadice.annotation.AnnotationRenderSettings
Returns an immutable set of currently disabled (not visible) annotation types.
getDisabledColor() - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
 
getDisabledIcon() - Method in class org.jadice.util.swing.action.components.IconJMenuItem
 
getDispatchPriority() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
getDispatchPriority() - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
getDispatchPriority() - Method in class com.levigo.jadice.swing.pageview.MouseWheelTool
 
getDispatchPriority() - Method in class com.levigo.jadice.swing.pageview.MouseWheelZoomTool
 
getDispatchPriority() - Method in class com.levigo.jadice.swing.pageview.PanTool
 
getDispatchPriority() - Method in class com.levigo.jadice.swing.tool.EmbeddedLinkTool
 
getDispatchPriority() - Method in class com.levigo.jadice.swing.tool.Tool
Return the dispatch priority for this tool.
getDisplayNameForConfig(String) - Method in class com.levigo.jadice.demo.launcher.JadiceDemoLauncher
 
getDocId() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
getDocument() - Method in class com.levigo.jadice.appbase.preview.NavigablePreviewThumbnailRenderer
 
getDocument() - Method in class com.levigo.jadice.demo.bookmark.Bookmark
Returns the Document for this bookmark.
getDocument() - Method in class com.levigo.jadice.demo.instruction.DocumentByWeakRefInstruction
 
getDocument() - Method in interface com.levigo.jadice.demo.pagestash.PageStash
 
getDocument() - Method in class com.levigo.jadice.document.AbstractDocumentEvent
Returns the document which is the source of this event.
getDocument() - Method in class com.levigo.jadice.document.AbstractPageEvent
Returns the document which holds the page source of this event.
getDocument() - Method in class com.levigo.jadice.document.lazy.LazyStreamPageSegment.DocumentProvider
Reads the document.
getDocument() - Method in class com.levigo.jadice.document.lazy.LazyStreamPageSegment.StreamDataProvider
 
getDocument() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Return the meta-data document to which this node belongs.
getDocument() - Method in class com.levigo.jadice.document.PageSegmentEvent
Returns a reference of the document container which holds the page and the event concerning page segment or null if not available at the creation time of this event.
getDocument() - Method in interface com.levigo.jadice.document.PageSelection
Return the document to which the pages belong or null if the pages are not (currently) associated with a document or the association is unknown.
getDocument() - Method in interface com.levigo.jadice.document.read.fluent.DocumentBuilder
 
getDocument() - Method in class com.levigo.jadice.document.read.Reader
Retrieve the Document instance to which subsequent read calls add their resulting document data (PageSegments etc.)
getDocument() - Method in class com.levigo.jadice.document.read.ReaderListener.ReaderEvent
 
getDocument() - Method in class com.levigo.jadice.printer.event.PrintEvent
Return the document which this event pertains to.
getDocument() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Returns a document containing the pages to print
getDocument() - Method in class com.levigo.jadice.search.engine.SearchConfiguration
Retrieves the document for this configuration
getDocument() - Method in class com.levigo.jadice.swing.dnd.ExportParameters
Return the document from which the content shall be exported.
getDocument() - Method in class com.levigo.jadice.swing.pageview.PageView
 
getDocument() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
getDocument() - Method in class com.levigo.jadice.swing.ViewComponent
 
getDocumentControls() - Method in class com.levigo.jadice.swing.pageview.PageView
Returns the render controls for the current document.
getDocumentLayer() - Method in class com.levigo.jadice.document.lazy.LazyStreamPageSegment
 
getDocumentLayer(PageSegment) - Method in class com.levigo.jadice.document.BasicPage
Retrieve the DocumentLayer for a given AbstractPageSegment
getDocumentLayer(PageSegment) - Method in interface com.levigo.jadice.document.Page
Retrieve the DocumentLayer for a given AbstractPageSegment
getDocumentLayer(String, int) - Method in interface com.levigo.jadice.document.DocumentLayerCache
Tries to retrieve a document layer with given name and priority from the cache.
getDocumentMetadata() - Method in interface com.levigo.jadice.demo.pagestash.PageStash
 
getDocumentName() - Method in interface com.levigo.jadice.demo.pagestash.PageStash
 
getDocumentPoint() - Method in class com.levigo.jadice.swing.tool.MouseEditEvent
Return the point in document coordinates.
getDocumentProperties() - Method in interface com.levigo.jadice.demo.pagestash.PageStash
 
getDocumentRenderControls() - Method in interface com.levigo.jadice.document.render.Inventory
Return the documents processing controls.
getDocumentRenderControls() - Method in class com.levigo.jadice.document.render.RenderControlsInventory
Return the documents render control
getDocumentState() - Method in class com.levigo.jadice.swing.pageview.PageView
Convenience getter for the document state.
getDocumentUsageRights() - Method in interface com.levigo.jadice.format.pdf.signaturestore.TransformParams
A list of names specifying additional document-wide usage rights for the document.
getDomain() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
getDouble(byte[], int) - Static method in class com.levigo.jadice.document.io.ByteUtils
reads out a double value in the given byte[] at the offset specified in the second parameter.
getDragActionSwitchModifier() - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
getDragGestureMotionThreshold() - Method in class org.jadice.util.swing.dnd.BasicDragGestureRecognizer
 
getDragOperationType(MouseEvent, TransferHandler) - Method in class org.jadice.util.swing.dnd.BasicDragGestureRecognizer
 
getDragThreshold() - Method in class org.jadice.util.swing.dnd.BasicDragGestureRecognizer
 
getDrawMode() - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorDrawModeSettings
Returns the drawMode currently set.
getDrawModeSettings() - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorControls
Get the ContentsCreatorDrawModeSettings as stored in this instance.
getDuration() - Method in interface com.levigo.jadice.demo.flextree.ReadStateModule.ReadTracker
Get the duration after which a document is marked as read.
getDynamicZoomMode() - Method in class com.levigo.jadice.swing.pageview.PageViewSettings
 
getEditableAnnotationLayers() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Return all DocumentLayer that are considered for annotation editing purposes.
getEditor() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
getEditorFactories() - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
Deprecated.
This method is for XML umarshalling use only
getEditorFactory() - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
getEditorFactory(String) - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
getEffectContainer() - Method in class com.levigo.jadice.swing.BasicViewer
 
getEffectContainer() - Method in class com.levigo.jadice.swing.thumbnailview.PageSorter
Returns the page sorters EffectContainer
getElement() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ValueElement
 
getElement() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
 
getElement() - Method in class org.jadice.util.glazedlists.TreeList.Node
Get the List element at the end of this path.
getElementAt(int) - Method in class org.jadice.util.glazedlists.gui.EventListModel
Retrieves the value at the specified location from the table.
getElementAt(int) - Method in class org.jadice.util.glazedlists.gui.EventTableModel
Retrieves the value at the specified location from the table.
getElementNames() - Method in class com.levigo.jadice.format.annotation.converters.BooleanConverter
 
getElementNames() - Method in class com.levigo.jadice.format.annotation.converters.ColorConverter
 
getElementNames() - Method in class com.levigo.jadice.format.annotation.converters.EnumConverter
 
getElementNames() - Method in class com.levigo.jadice.format.annotation.converters.FloatConverter
 
getElementNames() - Method in class com.levigo.jadice.format.annotation.converters.IntegerConverter
 
getElementNames() - Method in class com.levigo.jadice.format.annotation.converters.NumberConverter
 
getElementNames() - Method in class com.levigo.jadice.format.annotation.converters.PathConverter
 
getElementNames() - Method in class com.levigo.jadice.format.annotation.converters.PointConverter
 
getElementNames() - Method in class com.levigo.jadice.format.annotation.converters.RectangleConverter
 
getElementNames() - Method in class com.levigo.jadice.format.annotation.converters.SerializableConverter
 
getElementNames() - Method in class com.levigo.jadice.format.annotation.converters.StringConverter
 
getElementNames() - Method in interface com.levigo.jadice.format.annotation.converters.XMLConverter
 
getElements() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.CollectionValue
 
getElements() - Method in class com.levigo.jadice.format.xfdf.annotation.metadata.ElementXML
Returns XML sub elements if definded.
getElements() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationReaderSettings
 
getElements() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationWriterSettings
Returns current XFDFAnnotationElements instance, can be null if not set.
getEmbeddedAnnotations() - Method in interface com.levigo.jadice.annotation.embedded.EmbeddedAnnotationProvider
 
getEmbedFilesUsageRights() - Method in interface com.levigo.jadice.format.pdf.signaturestore.TransformParams
A list of additional usage rights for named embedded files in the document.
getEnabled() - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Returns whether the EventSelectionModel is editable or not.
getEnabledColor() - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
 
getEnabledDocumentLayers() - Method in class com.levigo.jadice.demo.pagestash.StashPagesCommand
Returns the layer names to be marshalled.
getEnabledLayers(Collection<DocumentLayer>) - Method in class com.levigo.jadice.document.marshalling.BaseMarshallingSettings
Returns a collection of candidate layers in an ordering suitable for marshalling.
getEncoding() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
 
getEncoding() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationReaderSettings
 
getEncoding() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
getEncoding() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationReaderSettings
 
getEncoding() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriterSettings
 
getEncoding() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationReaderSettings
Set the encoding to be used to read the stream.
getEncoding() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationWriterSettings
Set the encoding to be used to read the stream.
getEncodingNoteAnnotation() - Method in class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
Returns current text data encoding.
getEncodingNoteAnnotation() - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Returns current text data encoding.
getEncodingStampAnnotation() - Method in class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
Returns current text data encoding.
getEncodingStampAnnotation() - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Returns current text data encoding.
getEncodingTextAnnotation() - Method in class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
Returns current text data encoding.
getEncodingTextAnnotation() - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Returns current text data encoding.
getEnd() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
getEndIndex() - Method in class org.jadice.util.glazedlists.RangeList
Get the first index of the source EventList that is beyond the range of this RangeList.
getEndIndex() - Method in class org.jadice.util.glazedlists.ThresholdList
Get the first index of the source EventList that is beyond the range of this RangeList.
getEntireText() - Method in class com.levigo.jadice.annotation.HistoryAnnotation
Returns entire text (new text + history pattern + secure text)
getEntries() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.MapValue
 
getErrorHandler() - Method in class com.levigo.jadice.printer.AbstractPrinter
 
getErrorMessage() - Method in class com.levigo.jadice.printer.event.PrintEvent
Return an error message describing the problem which may appear while printing or null if no error occurred.
getEstimatedMemorySizeInBytes() - Method in class org.jadice.util.mm.ckc.statistics.CacheOccupation
 
getEstimatedMemorySizeInBytes() - Method in interface org.jadice.util.mm.ckc.statistics.CacheOccupationMXBean
Returns the estimated memory size of all elements in the cache in bytes.
getEstimatedMemorySizeInBytesAtMaximum() - Method in class org.jadice.util.mm.ckc.statistics.CacheOccupation
 
getEstimatedMemorySizeInBytesAtMaximum() - Method in interface org.jadice.util.mm.ckc.statistics.CacheOccupationMXBean
Returns the maximum estimated memory size of all elements in the cache in bytes the cache can store.
getEstimatedSize() - Method in class com.levigo.jadice.document.AbstractPageSegment.CacheableVisualElement
 
getEstimatedSize() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
Returns the approximate size of the cache in bytes.
getEstimatedSize() - Method in interface org.jadice.util.mm.ckc.TrackableCache
Returns the approximate size of the cache in bytes.
getEvaluator() - Method in class org.jadice.util.glazedlists.ThresholdList
A convenience method to allow access to the ThresholdList.Evaluator that was provided on construction.
getEvent() - Method in interface org.jadice.util.swing.menu.ContributionContext
Returns the originating event which causes the contribution.
getEventType() - Method in class com.levigo.jadice.annotation.AnnotationPageSegmentEvent
Gets the event type of this event.
See the following property identifier.
getEventType() - Method in class com.levigo.jadice.search.engine.SearchEvent
 
getEventType() - Method in class org.jadice.util.mm.ckc.events.CacheEntryEvent
Gets the type of the event that occurred.
getExecutor() - Method in interface org.jadice.util.concurrent.tasks.TaskService
Create a TaskExecutor with a default scope.
getExecutor() - Method in class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
Get a TaskExecutor scoped for the current thread.
getExecutor(TaskScope<R>) - Method in interface org.jadice.util.concurrent.tasks.TaskService
Create a TaskExecutor for the given TaskScope.
getExecutor(TaskScope<R>) - Method in class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
 
getExecutor(TaskScope<R>, int) - Method in interface org.jadice.util.concurrent.tasks.TaskService
Create a TaskExecutor for the given TaskScope.
getExecutor(TaskScope<R>, int) - Method in class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
 
getExecutors() - Method in class com.levigo.jadice.swing.executor.InstructionExecutorInventory
 
getExpectedPageCount() - Method in class com.levigo.jadice.document.read.ReaderListener.ReaderEvent
Get the total page count to be expected.
getExpertControls() - Method in class org.jadice.util.swing.colorpicker.ColorPicker
This returns the panel with several rows of spinner controls.
getExpiryObjectCountRatio() - Method in class org.jadice.util.mm.ckc.expiry.LRUExpiryStrategy
This returns the ratio how many elements dependent on the number of stored elements should be expired.
getExpiryObjectCountRatio() - Method in class org.jadice.util.mm.LRUCache
Returns a ratio defining the minimum number of objects to expire.
getExpiryStrategy() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
 
getExportAction(Selection, ExportParameters) - Method in class com.levigo.jadice.swing.dnd.RasterizedSelectionExportHandler
 
getExportAction(Selection, ExportParameters) - Method in class com.levigo.jadice.swing.dnd.SelectedTextExportHandler
 
getExportAction(List<Page>, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.Base64PageExportHandler
 
getExportAction(List<Page>, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.IntraDOCPPageExportHandler
 
getExportAction(List<Page>, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.IntraJVMPageExportHandler
 
getExportAction(List<Page>, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.PageTextExportHandler
 
getExportAction(List<Page>, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.RasterizedPageImageExportHandler
 
getExportAction(List<Page>, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.ReorderPageExportHandler
 
getExportAction(S, ExportParameters) - Method in class com.levigo.jadice.swing.dnd.CompositeExportHandler
 
getExportAction(S, ExportParameters) - Method in interface com.levigo.jadice.swing.dnd.ExportHandler
Return the provided DnD actions for given selection.
getExportHandler() - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
getExportHandler() - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
getExportResolution() - Method in class com.levigo.jadice.appbase.commands.CopyRasterizedSelectionCommand
Return the export resolution.
getExportResolution() - Method in class com.levigo.jadice.swing.dnd.RasterizedSelectionExportHandler
 
getExportResolution() - Method in class com.levigo.jadice.swing.thumbnailview.dnd.RasterizedPageImageExportHandler
 
getExtensions() - Method in class com.levigo.jadice.format.modca.resource.ResourceFileLoader
 
getFactory(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
Return the annotation factory for the given name.
getFactoryName() - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
Returns the name of this factory, usually its properties file name.
getFactoryName() - Method in class org.jadice.util.swing.action.factories.BasicCommandFactory
Returns the name of this factory, usually its properties file name.
getFactoryName() - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Returns the name of this factory, usually its properties file name.
getFactoryName() - Method in class org.jadice.util.swing.action.factories.DefaultActionFactory
 
getFactoryName() - Method in class org.jadice.util.swing.action.factories.DefaultCommandFactory
 
getFactoryName() - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
 
getFactoryName() - Method in interface org.jadice.util.swing.action.factories.NamedActionFactory
Returns the name of this factory, usually its properties resource name.
getFactoryName() - Method in interface org.jadice.util.swing.action.factories.NamedCommandFactory
Returns the name of this factory, usually its properties resource name.
getFactoryName() - Method in interface org.jadice.util.swing.action.factories.NamedMenuComponentFactory
Returns the name of this factory, usually its properties resource name.
getFallbackIcon() - Method in class org.jadice.util.swing.button.DropDownToggleButton
Gets the buttons fallback icon.
getFallbackToolTipText() - Method in class org.jadice.util.swing.button.DropDownToggleButton
Gets the buttons fallback tool tip text.
getFieldChangeAction() - Method in interface com.levigo.jadice.format.pdf.signaturestore.TransformParams
A action that describes which form fields do not permit changes after the signature is applied.
getFields() - Method in class org.jadice.util.glazedlists.matchers.SearchEngineTextMatcherEditor
 
getFieldType() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureField
Type of the field.
getFile() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationElements
 
getFileFilter() - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
getFileSystemView() - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
getFileView() - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
getFillColor() - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Returns the current fill color
getFilter() - Method in class com.levigo.jadice.demo.commands.ResampleFilterCommand
 
getFilter() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureData
The preferred signature filter to use when validating this signature
getFilterator() - Method in class org.jadice.util.glazedlists.matchers.RangeMatcherEditor
Get the filterator used to extract Comparables from the matched elements.
getFilterator() - Method in class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Get the filterator used to extract Strings from the matched elements.
getFilterMode() - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Returns the manner in which the contents of the ComboBoxModel are filtered.
getFilterStrings(List<String>) - Method in interface org.jadice.util.glazedlists.TextFilterable
Gets this object as a list of Strings.
getFilterStrings(List<String>, E) - Method in interface org.jadice.util.glazedlists.TextFilterator
Gets the specified object as a list of Strings.
getFilterType() - Method in class com.levigo.jadice.document.render.ImageRenderSettings
Returns the filter type to be applied.
getFilterValues(List<C>, E) - Method in interface org.jadice.util.glazedlists.Filterator
Extracts the list of filterable values from a given element.
getFirst() - Method in class org.jadice.util.mm.SequencedHashMap
Return the entry for the "oldest" mapping.
getFirstComponent(Container) - Method in class org.jadice.util.swing.colorpicker.DelegateFocusTraversalPolicy
 
getFirstDocument() - Method in interface com.levigo.jadice.document.read.fluent.ReadConfigurer
Returns the first registered document.
getFirstItem() - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Returns the optional single value used as the first element in the ComboBoxModel or null if no first item has been set.
getFirstKey() - Method in class org.jadice.util.mm.SequencedHashMap
Return the key for the "oldest" mapping.
getFirstSelection() - Method in class com.levigo.jadice.swing.commands.AbstractSelectionCommand
 
getFirstValue() - Method in class org.jadice.util.mm.SequencedHashMap
Return the value for the "oldest" mapping.
getFixedContributors() - Method in class com.levigo.jadice.demo.infotree.InfoTreePanel
 
getFixedContributors() - Method in class com.levigo.jadice.swing.tool.PopupMenuTool
Returns a List which holds instances of MenuContributor that will be given the opportunity to contribute entries to the menu created by this Tool.
getFixedContributors() - Method in class org.jadice.util.swing.flextree.PopupMenuFeature
 
getFixedLineHeight() - Method in class com.levigo.jadice.format.text.TextReaderSettings
If TextReaderSettings.useFixedLineHeight is enabled, this line height is used as a fixed height for each line.
getFlags() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
getFloat(byte[], int) - Static method in class com.levigo.jadice.document.io.ByteUtils
reads out a float value in the given byte[] at the offset specified in the second parameter.
getFlushedPosition() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
getFlushedPosition() - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
getFlyoutZonePercent() - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
 
getFocusableComponents(Component) - Static method in class org.jadice.util.swing.colorpicker.FocusArrowListener
Returns a set of all the components that can have the keyboard focus.
getFocusRingColor() - Static method in class org.jadice.util.swing.colorpicker.PlafPaintUtils
 
getFocusTraversalKeysEnabled() - Method in class com.levigo.jadice.swing.pageview.PageView
 
getFont() - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTextSettings
Get the Font defined in this settings object
getFont() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getFontAttributesEntry(String) - Method in class com.levigo.jadice.demo.font.attribute.FileFontAttributesCache
 
getFontAttributesEntry(K) - Method in interface com.levigo.jadice.demo.font.attribute.FontAttributesCache
Get the FontAttributeSet cached for the font identified by the given identifier
getFontAttributeSet() - Method in interface com.levigo.jadice.document.font.Font
Retrieve this font's characteristics, such as its name or styles.
getFontAttributeSet() - Method in class com.levigo.jadice.format.text.TextFont
Returns requested font definition.
getFontFace() - Method in class com.levigo.jadice.annotation.TextAnnotation
Returns the logical name of the display font
getFontFace() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
Returns the logical name of the display font
getFontFactory() - Method in class com.levigo.jadice.document.font.factory.FontFactoryProcessingSettings
Retrieve the FontFactory instance to be used for processing.
getFontFactory() - Method in class com.levigo.jadice.document.font.factory.FontFactoryReaderSettings
Retrieve the FontFactory instance to be used for reading documents.
getFontFactoryFactories() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
getFontFactoryFactory() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
Return the font factory for the current toolkit set via AnnotationFactory.setToolkitType(String).
getFontFactoryFactory(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
getFontFamily() - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
getFontManagerFuture() - Static method in class com.levigo.jadice.appbase.font.DefaultFontEnvironments
Return FontManagerFuture instance (initialized synchronous) used in DefaultFontEnvironments.configureFontEnvironment() method.
getFontManagerFuture() - Static method in class com.levigo.jadice.appbase.font.DefaultSwingFontEnvironments
Return FontManagerFuture instance (initialized synchronous) used in DefaultSwingFontEnvironments.configureFontEnvironment() method.
getFontManagerFuture() - Method in class com.levigo.jadice.demo.font.annotation.AnnotationProfileStandard14FontFactory
 
getFontManagerFuture() - Method in class com.levigo.jadice.demo.font.annotation.AnnotationProfileSystemFontFactory
 
getFontManagerFuture() - Method in class com.levigo.jadice.demo.font.annotation.SwingAnnotationProfileBasicFontFactory
 
getFontManagerFuture() - Static method in class com.levigo.jadice.demo.font.FontEnvironments
getFontManagerFuture() - Static method in class com.levigo.jadice.demo.font.SwingFontEnvironments
Return FontManagerFuture instance used in FontEnvironments.configureFontEnvironment() method to configure required AnnotationFontFactory instances.
getFontMetrics(Font) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getFontMode() - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
Returns current font mode.
getFontResolver(FontManager) - Method in class com.levigo.jadice.appbase.font.factory.AbstractFontFactory
Returns use case specific FontResolver implementation.
getFontResolver(FontManager) - Method in class com.levigo.jadice.appbase.font.factory.CaseInsensitiveNameFontFactory
 
getFontSize() - Method in class com.levigo.jadice.annotation.TextAnnotation
Returns the font size of the displayed text.
getFontSize() - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
getFontSize() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
Returns the font size of the displayed text.
getFontSizeInPoint() - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTextSettings
Returns the font size with which the text controlled by these settings is displayed.
getFontSourceAttributeSet() - Method in class com.levigo.jadice.fontmanager.BasicFontSource
 
getFontSourceAttributeSet() - Method in interface com.levigo.jadice.fontmanager.FontSource
Retrieve information about the Font which can be created from this FontSource, such as its name or styles.
getFontSourceFor(String) - Method in class com.levigo.jadice.appbase.font.factory.FuzzyStandard14FontFactory
 
getFontSourceFor(String) - Method in class com.levigo.jadice.appbase.font.factory.LiberalStandard14FontFactory
 
getFontSourceFor(String) - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForCourier() - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForCourierBold() - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForCourierBoldOblique() - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForCourierOblique() - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForFontAttributeSet(FontAttributeSet) - Method in class com.levigo.jadice.appbase.font.factory.AbstractFontFactory
 
getFontSourceForHelvetica() - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForHelveticaBold() - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForHelveticaBoldOblique() - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForHelveticaOblique() - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForPostScriptName(PostScriptName) - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForPostScriptName(PostScriptName, FontStyleAttribute[]) - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForPostScriptName(String) - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForPostScriptName(String, FontStyleAttribute...) - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForSymbol() - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForTimesBold() - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForTimesBoldItalic() - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForTimesItalic() - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForTimesRoman() - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontSourceForZapfDingbats() - Method in class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
getFontStreamProvider() - Method in class com.levigo.jadice.fontmanager.BasicFontSource
 
getFontStreamProvider() - Method in interface com.levigo.jadice.fontmanager.FontSource
 
getForeground() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getFormat() - Method in interface com.levigo.jadice.document.PageSegmentSource
Return the format description for this page segment.
getFormat() - Method in class com.levigo.jadice.document.read.Reader
Retrieve the Format instance which governs how subsequent read calls interpret the data they read.
getFormat() - Method in class com.levigo.jadice.document.read.ReaderListener.ReaderEvent
 
getFormat() - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Returns current output CMAnnotationWriterSettings.Format.
getFormat() - Method in class com.levigo.jadice.format.text.TextReaderSettings
Return a text format configured with the current reader settings.
getFormat(MimeType) - Static method in class com.levigo.jadice.document.FormatRegistry
 
getFormatClassName() - Method in class com.levigo.jadice.demo.pagestash.UnstashMergeCommand
 
getFormatForExtension(String) - Static method in class com.levigo.jadice.document.FormatRegistry
Retrieve the first FormatInfo which has a default extension which matches the given extension.
getFormatInformation() - Static method in class com.levigo.jadice.document.FormatRegistry
Retrieve the format information for the currently registered document types.
getFormUsageRights() - Method in interface com.levigo.jadice.format.pdf.signaturestore.TransformParams
A list additional form-field-related usage rights for the document.
getForwardFunction() - Method in class org.jadice.util.glazedlists.FunctionList
 
getFrame() - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
getFrameDragTolerance() - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
Get the tolerance in pixels within which the frame will be draggable.
getFrozenLabelText() - Method in class com.levigo.jadice.swing.lens.LensView
Returns the text of the frozen label indicator.
getFrozenMode() - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
Returns the current frozen mode behaviour.
getFrozenStateMode() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Return the frozen state mode, which describes how instances of hover lens handles the frozen mode.
getFrozenStateMode() - Method in class com.levigo.jadice.swing.lens.LensView
Return the frozen state mode which describes how instances of LensView handle the frozen mode.
getGap() - Method in class com.levigo.jadice.annotation.StampAnnotation
Returns the insets width of stamp border and displayed text
getGestures() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
getGlobal() - Static method in class org.jadice.util.log.config.LoggingConfiguration
Returns the global LoggingConfiguration instance.
getGradationCurve() - Method in class com.levigo.jadice.demo.gradation.GradationFrame
Returns the contained gradation panel
getGradationCurve() - Method in class com.levigo.jadice.document.render.ImageRenderSettings
Returns the gradation curve to be applied to the image.
getGradationCurve() - Method in class com.levigo.jadice.swing.gradation.commands.GradationActionCommand
 
getGradationCurve() - Method in class com.levigo.jadice.swing.gradation.commands.GradationCurveCommand
Creates a gradation curve instance defined by command parameter points.
getGradationCurve() - Method in interface com.levigo.jadice.swing.gradation.GradationCurveControlDispenser
Returns a gradation curve panel
getGradationFrame() - Method in class com.levigo.jadice.demo.gradation.commands.GradationCommand
Returns the gradation frame which is contained in the given collection and has the same scope as this command instance.
getGraphics() - Method in class com.levigo.jadice.document.render.BasicRenderParameters
Get the Graphics2D into which the rendering is supposed to render (if it wants to).
getGraphicsConfiguration() - Method in class org.jadice.util.swing.action.components.ActionJButton
 
getGraphicsConfiguration() - Method in class org.jadice.util.swing.action.components.ActionJCheckboxMenuItem
 
getGraphicsConfiguration() - Method in class org.jadice.util.swing.action.components.ActionJRadioMenuItem
 
getGraphicsConfiguration() - Method in class org.jadice.util.swing.action.components.IconJMenuItem
 
getGraphicsConfiguration() - Method in class org.jadice.util.swing.action.components.NonUglyActionJToggleButton
 
getGraphicsConfiguration(Point) - Static method in class com.levigo.jadice.document.util.GraphicsEnvironment
Returns the GraphicsConfiguration object which belongs to the given point.
getGroup() - Method in interface org.jadice.util.glazedlists.SeparatorList.Separator
Get the List of all elements in this group.
getGroup() - Method in class org.jadice.util.swing.menu.ActionFactoryMenuContributor
 
getGroupID() - Method in class com.levigo.jadice.document.ProductInformation.Artifact
Return the artifact's group-ID.
getGroupID() - Static method in class com.levigo.jadice.document.ProductInformation
Return the main maven group-ID for jadice document platform.
getGroupingNodeList(Object, Object, EventList<Annotation>) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
Return a list where the existence of the group node stand-in token in the child list is synchronised to emptiness of the given annotation list.
getGroups() - Method in class com.levigo.jadice.document.condition.GroupConditionFactory
Retrieve the in the document contained GroupConditionFactory.OptionalGroups
getGroups() - Method in class org.jadice.util.swing.menu.BasicMenuBuilder
 
getGroups() - Method in interface org.jadice.util.swing.menu.MenuBuilder
Return the (read-only) list of group names already defined.
getHandback() - Method in interface com.levigo.jadice.search.Result
Deprecated.
Returns the handback object associated with this Result object.
getHead() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
getHead() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
getHead() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
getHeadAngle() - Method in class com.levigo.jadice.annotation.ArrowAnnotation
Returns the head Angle in degrees.
getHeadEdges() - Method in class com.levigo.jadice.annotation.ArrowAnnotation
 
getHeadLength() - Method in class com.levigo.jadice.annotation.ArrowAnnotation
Returns the head length.
getHeight() - Method in class com.levigo.jadice.document.util.FloatDimension
 
getHeight() - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000Rable
 
getHidesPopupOnFocusLost() - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Returns true if the popup menu is hidden whenever the combo box editor loses focus; false otherwise.
getHistoryDepth() - Method in interface org.jadice.util.swing.infobar.MessageWidget
Returns the maximum number of messages the message widget presents.
getHistoryDepth() - Method in class org.jadice.util.swing.infobar.RollingMessagePanel
 
getHistoryPattern() - Method in class com.levigo.jadice.annotation.HistoryAnnotation
Returns current history pattern
getHistorySize() - Method in interface org.jadice.util.swing.infobar.MessageWidget
Return the number of messages currently being presented by this message widget.
getHistorySize() - Method in class org.jadice.util.swing.infobar.RollingMessagePanel
 
getHorizontalAlignment() - Method in class com.levigo.jadice.annotation.TextAnnotation
Return the for this annotation used text alignment
getHorizontalAlignment() - Method in class com.levigo.jadice.swing.pageview.PageLayoutSettings
 
getHorizontalFlip(double) - Static method in class org.jadice.util.base.AffineTransforms
Creates an AffineTransform which performs a horizontal flipping with the following operations: Translate by the given height Horizontal flipping Typically, this can be used to switch from Cartesian to Screen coordinates or vice versa.
getHoverShape() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getHoverSize() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getHSB() - Method in class org.jadice.util.swing.colorpicker.ColorPalette
 
getHSB() - Method in class org.jadice.util.swing.colorpicker.ColorPicker
 
getHSB(Point) - Method in class org.jadice.util.swing.colorpicker.ColorPalette
Returns the color at the indicated point in HSB values.
getIcon() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFStampAnnotation
 
getIcon() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextAnnotation
 
getIcon() - Method in class org.jadice.util.swing.action.components.IconJMenuItem
 
getIcon() - Method in class org.jadice.util.swing.action.components.VisibilityEnabledJCheckboxMenuItem
 
getIcon() - Method in class org.jadice.util.swing.action.components.VisibilityEnabledJRadioMenuItem
 
getIcon() - Method in class org.jadice.util.swing.icon.RotatedIcon
Gets the Icon to be rotated
getIcon() - Method in interface org.jadice.util.swing.infobar.MessageConsumer.Message
Get the icon (if any) to be associated with the message.
getIcon() - Method in class org.jadice.util.swing.infobar.SimpleMessage
 
getIcon(AnnotationFactory) - Method in class com.levigo.jadice.appbase.AnnotationProfileAwareToolBar
retrieve the toolbar icon to be used for a given AnnotationType.
getIcon(TypeSet) - Method in class com.levigo.jadice.appbase.AnnotationProfileAwareToolBar
retrieve the toolbar icon to be used for a given TypeSet.
getIcon(String) - Method in class org.jadice.util.swing.icon.IconManager
Get the Iconfor a given name.
getIcon(String, int) - Method in class org.jadice.util.swing.icon.IconManager
Get the Iconfor a given name.
getIcon(String, int, Dimension) - Method in class org.jadice.util.swing.icon.IconManager
Get the Iconfor a given name and a set of effect flags scaled to a given dimension.
getIcon(TreePath) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
getIcon(TreePath) - Method in class com.levigo.jadice.appbase.flextree.DocumentStateModule
 
getIcon(TreePath) - Method in class com.levigo.jadice.appbase.flextree.MetadataModule
 
getIcon(TreePath) - Method in class com.levigo.jadice.appbase.flextree.PageModule
 
getIcon(TreePath) - Method in class com.levigo.jadice.appbase.flextree.PageSegmentModule
 
getIcon(TreePath) - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule
 
getIcon(TreePath) - Method in class com.levigo.jadice.demo.flextree.OutlineModule
 
getIcon(TreePath) - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
 
getIcon(TreePath) - Method in interface org.jadice.util.swing.flextree.TreeIconProvider
 
getIconHeight() - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule.AnnotationIcon
 
getIconHeight() - Method in class com.levigo.jadice.demo.util.LazyFileIcon
As long as the icon is not yet fully loaded, this will return 0.
getIconHeight() - Method in class com.levigo.jadice.swing.pageview.JadiceBackgroundIcon
 
getIconHeight() - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer.BasicThumbnailRendererIcon
 
getIconHeight() - Method in class org.jadice.util.swing.icon.ArrowIcon
 
getIconHeight() - Method in class org.jadice.util.swing.icon.BorderIcon
 
getIconHeight() - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon
 
getIconHeight() - Method in class org.jadice.util.swing.icon.RotatedIcon
Gets the height of this icon.
getIconManager(String) - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
Finds the IconManager to use for the specified key.
getIconThemeIdentifier() - Method in class com.levigo.jadice.demo.theme.JadiceFlatDarkTheme
 
getIconThemeIdentifier() - Method in class com.levigo.jadice.demo.theme.JadiceFlatLightTheme
 
getIconThemeIdentifier() - Method in interface org.jadice.util.swing.theme.JadiceLookAndFeel
Return a icon theme identifier that will be used to load the matching icons.
getIconThemeIdentifier() - Static method in class org.jadice.util.swing.theme.JadiceThemes
Returns the identifier of a lookAndFeel that will be used to fetch the matching icons.
getIconWidth() - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule.AnnotationIcon
 
getIconWidth() - Method in class com.levigo.jadice.demo.util.LazyFileIcon
As long as the icon is not yet fully loaded, this will return 0.
getIconWidth() - Method in class com.levigo.jadice.swing.pageview.JadiceBackgroundIcon
 
getIconWidth() - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer.BasicThumbnailRendererIcon
 
getIconWidth() - Method in class org.jadice.util.swing.icon.ArrowIcon
 
getIconWidth() - Method in class org.jadice.util.swing.icon.BorderIcon
 
getIconWidth() - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon
 
getIconWidth() - Method in class org.jadice.util.swing.icon.RotatedIcon
Gets the width of this icon.
getId() - Method in class com.levigo.jadice.document.AbstractPageSegment
 
getId() - Method in interface org.jadice.util.base.Identifiable
Return the unique identifier for this object.
getId() - Method in exception org.jadice.util.log.qualified.AbstractQualifiedException
 
getId() - Method in exception org.jadice.util.log.qualified.AbstractQualifiedRuntimeException
 
getId() - Method in class org.jadice.util.log.qualified.DefaultQualifiedLogEvent
 
getId() - Method in interface org.jadice.util.log.qualified.QualifiedMessage
returns the message id of this logging event in the format COMPONENT_ID-EVENT_ID.
getId() - Method in class org.jadice.util.log.qualified.ResolvedQualifiedLogEvent
 
getID() - Method in class com.levigo.jadice.annotation.Annotation
Returns annotations id.
getID() - Method in class com.levigo.jadice.swing.tool.EditEvent
 
getID() - Method in interface org.jadice.util.swing.infobar.MessageConsumer.Message
Get the message's ID.
getID() - Method in class org.jadice.util.swing.infobar.SimpleMessage
 
getIdentifier() - Method in enum com.levigo.jadice.printer.OutputReferenceBase
Simply returns the string value to get access to the preference in a PreferenceStore.
getIdentifier() - Method in interface com.levigo.jadice.search.engine.SearchEngine
Returns an identifier as a string.
getIdentifiers() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationElements
 
getImage(String) - Method in class org.jadice.util.swing.icon.IconManager
Get the Imageof an icon instead of the icon itself.
getImage(String, int) - Method in class org.jadice.util.swing.icon.IconManager
Get the Imageof an icon instead of the icon itself.
getImageForEffect(int) - Method in class org.jadice.util.swing.icon.IconManager
Get the image instance for a particular set of effect flags.
getImageRenderSettings() - Method in class com.levigo.jadice.document.render.DefaultRenderControls
 
getImageRenderSettings() - Method in interface com.levigo.jadice.document.render.RenderControls
getImageType() - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000Rable
 
getImportActionDescription(Transferable, int, ImportParameters) - Method in class com.levigo.jadice.swing.dnd.CompositeImportHandler
 
getImportActionDescription(Transferable, int, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.ReorderPageImportHandler
 
getImportActionForFlavor(DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.dnd.CompositeImportHandler
 
getImportActionForFlavor(DataFlavor, ImportParameters) - Method in interface com.levigo.jadice.swing.dnd.ImportHandler
Returns the accepted DnD action for the given DataFlavor by this import handler.
getImportActionForFlavor(DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.DocumentUnmarshallerPageImportHandler
 
getImportActionForFlavor(DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.FileImportHandler
 
getImportActionForFlavor(DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.ImageImportHandler
 
getImportActionForFlavor(DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.IntraJVMPageImportHandler
 
getImportActionForFlavor(DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.ReorderPageImportHandler
 
getInBufPos() - Method in class com.levigo.jadice.document.io.SeekableLookaheadStream
 
getIncrementalScaleModifier() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getIncrementalScaleMouseButton() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getIncrementalSizeKeyCode() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getIncrementalSizeModifier() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getIndex() - Method in class org.jadice.util.glazedlists.event.ListEvent
Gets the current row index.
getInfoPanel() - Method in class com.levigo.jadice.demo.pagestash.SelectStashDialog
 
getInfoTreePanel() - Method in class com.levigo.jadice.demo.infotree.InfoTreeFrame
Returns a reference to the embedded InfoTreePanel.
getInitialAutoscrollDelay() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getInitialized() - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
 
getInitialized() - Method in class com.levigo.jadice.document.AbstractPageSegment
Caveat: this method is not part of the public API.
getInitialized() - Method in class com.levigo.jadice.document.lazy.LazyStreamPageSegment
 
getInitializer() - Method in class com.levigo.jadice.annotation.Annotation
 
getInitializerFactories() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
getInitializerFactory() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
Return the initializer factory for the current toolkit set via AnnotationFactory.setToolkitType(String).
getInitializerFactory(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
getInitialSize() - Method in class com.levigo.jadice.document.lazy.LazyStreamPageSegment
Returns the initial raw size of this page segment in document base units before the lazy load process replaces this page segment.
getInklist() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
getInnerDocument() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
 
getInnerDocument() - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
 
getInnerText() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
 
getInput() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
getInputEvent() - Method in class com.levigo.jadice.swing.tool.EditEvent
 
getInputEvent() - Method in class com.levigo.jadice.swing.tool.KeyEditEvent
 
getInputEvent() - Method in class com.levigo.jadice.swing.tool.MouseEditEvent
 
getInputEvent() - Method in class com.levigo.jadice.swing.tool.MouseWheelEditEvent
 
getInReplyTo() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextAnnotation
 
getInsets() - Method in class org.jadice.util.swing.action.components.EllipseJToolBar
 
getInsets() - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
getInsets() - Method in class org.jadice.util.swing.panel.FadeablePane
 
getInsets(Insets) - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
getInsets(Insets) - Method in class org.jadice.util.swing.panel.FadeablePane
 
getInstance() - Static method in class com.levigo.jadice.appbase.DebugActionCreationFailureLogger
 
getInstance() - Static method in class com.levigo.jadice.document.io.PhantomReferenceSweeper
 
getInstance() - Static method in class com.levigo.jadice.document.text.TextContentService
Provides a TextContentService instance.
getInstance() - Static method in class com.levigo.jadice.document.util.JadicePreferenceHolder
 
getInstance() - Static method in class com.levigo.jadice.search.engine.SearchEngineRegistry
 
getInstance() - Static method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailProvider
 
getInstance() - Static method in class org.jadice.util.glazedlists.matchers.TrueMatcher
Return a singleton instance.
getInstance(Class<?>, String) - Static method in class org.jadice.util.swing.icon.IconManager
Factory method: get an IconManager instance for the specified icon set name.
getInstance(String) - Static method in class org.jadice.util.swing.action.factories.DefaultActionFactory
Provide access to the one and only instance of this factory.
getInstance(String) - Static method in class org.jadice.util.swing.action.factories.DefaultCommandFactory
Create instance for the factory.
getInstance(String) - Static method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Create instance for the factory.
getInstance(String) - Static method in class org.jadice.util.swing.icon.IconManager
Factory method: get an IconManager instance for the specified icon set name.
getInstance(TaskExecutor<TextContentService.TextContentResult>) - Static method in class com.levigo.jadice.document.text.TextContentService
Provides a TextContentService instance.
getInstanceClass() - Method in class com.levigo.jadice.annotation.profiles.NameBasedFactory
 
getInstructionChain() - Method in class com.levigo.jadice.annotation.InstructionAnnotation
Retrieves the instruction chain.
getInstructionChain() - Method in class com.levigo.jadice.appbase.executor.InstructionExecutorCommand
 
getInstructionChain() - Method in class com.levigo.jadice.document.outline.DefaultOutlineNode
Get the Instructions to be executed for this node.
getInstructionChain() - Method in interface com.levigo.jadice.document.outline.OutlineNode
Get the Instructions to be executed for this node.
getInstructionExecutorInventory() - Method in class com.levigo.jadice.appbase.executor.InstructionExecutorCommand
 
getInstructions() - Method in class com.levigo.jadice.demo.outline.serialize.SerializableOutlineNode
 
getInstructions() - Method in class com.levigo.jadice.document.instruction.InstructionChain
 
getInt(byte[], int) - Static method in class com.levigo.jadice.document.io.ByteUtils
reads out a int value in the given byte[] at the offset specified in the second parameter.
getIntensity() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCircleAnnotation
 
getIntensity() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
getIntensity() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
getIntensity() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
getIntensity() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFSquareAnnotation
 
getIntent() - Method in class com.levigo.jadice.document.condition.GroupConditionFactory.OptionalGroup
 
getIntent() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
getInternalHook(Class<T>) - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
THIS IS A JADICE INTERNAL METHOD. Use is only for internal purposes.
getInterpreterFactory() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
Return the semantic factory for the current toolkit set via AnnotationFactory.setToolkitType(String).
getInterpreterFactory(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
getInvalidResolutionHandling() - Method in class com.levigo.jadice.document.read.NCIReaderSettings
 
getInventory() - Method in class com.levigo.jadice.document.render.InventoryRenderSettingsEvent
Returns the render control inventory in which the change happens
getInventoryRenderSettingsListeners() - Method in class com.levigo.jadice.document.render.RenderControlsInventory
Returns a list of the registered InventoryRenderSettingsListener.
getInverseTransform(Dimension2D) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Gets the inverse affine transform for this render context, useful for converting from device to document space.
getItemList() - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Returns the filtered EventList of items which backs the ComboBoxModel of the autocompleting JComboBox.
getJadiceAnnotationToolbar() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Returns a reference to the applications annotation toolbar.
getJadiceAnnotationToolbar() - Method in interface com.levigo.jadice.demo.JadiceToolbarProvider
Returns a reference to the application's annotation toolbar.
getJadiceMainToolBar() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Returns a reference to the main toolbar.
getJadiceMainToolBar() - Method in interface com.levigo.jadice.demo.JadiceToolbarProvider
Returns a reference to the application's main toolbar.
getJadiceMenuBar() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Returns a reference to the current applications menu bar.
getJavaTypeName() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.JavaTypedValue
 
getJustification() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
getJVMBuildVersionNumber() - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Returns the build version number of the current jvm.
getJVMMajorVersionNumber() - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Returns the major version number of current jvm.
getJVMMicroVersionNumber() - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Returns the micro version number of the current jvm.
getJVMMinorVersionNumber() - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Returns the minor version number of the current jvm.
getJVMVersion() - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Returns the jvm version as string.
getKey() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache.WeakOwnerKeyComposition
 
getKey() - Method in class org.jadice.util.mm.ckc.events.CompositeKeyCacheEntryEvent
 
getKey() - Method in interface org.jadice.util.mm.ckc.OwnerKeyComposition
Get the key of the composition, that's owned by the owner.
getKey() - Method in class org.jadice.util.swing.action.injection.InjectedCommand
 
getKeyBindingAction(KeyStroke) - Method in class com.levigo.jadice.appbase.tool.KeyBindingsTool
Retrieve the Action currently mapped to the given KeyStroke.
getKeyChar() - Method in class com.levigo.jadice.swing.tool.KeyEditEvent
 
getKeyCode() - Method in class com.levigo.jadice.swing.tool.KeyEditEvent
 
getKeyEventIdentifier(NamedActionFactory, String) - Static method in class org.jadice.util.swing.action.factories.BasicActionFactory
Find the key stroke or key mask identifier (defined in either KeyEvent or InputEvent) for the given name and returns it.
getKeyLocation() - Method in class com.levigo.jadice.swing.tool.KeyEditEvent
 
getKeys() - Method in class com.levigo.jadice.document.util.ExtResourceBundle
 
getKeyStroke(String) - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
Creates a Keystroke by the given key information, e.g. for accelerator keys or keystrokes used in an InputMap.
getLabel() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
getLabel() - Method in class com.levigo.jadice.annotation.profiles.AnnotationTemplate
 
getLabel() - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
getLabel() - Method in class com.levigo.jadice.annotation.profiles.TypeSet
 
getLabel(Locale) - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
getLabel(Locale) - Method in class com.levigo.jadice.annotation.profiles.AnnotationTemplate
 
getLabel(Locale) - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
getLabel(Locale) - Method in class com.levigo.jadice.annotation.profiles.TypeSet
 
getLabel(Locale, String) - Method in class com.levigo.jadice.annotation.profiles.Labels
 
getLabels() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
getLabels() - Method in class com.levigo.jadice.annotation.profiles.AnnotationTemplate
 
getLabels() - Method in class com.levigo.jadice.annotation.profiles.Labels
 
getLabels() - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
getLabels() - Method in class com.levigo.jadice.annotation.profiles.TypeSet
 
getLast() - Method in class org.jadice.util.mm.SequencedHashMap
Return the entry for the "newest" mapping.
getLastComponent(Container) - Method in class org.jadice.util.swing.colorpicker.DelegateFocusTraversalPolicy
 
getLastKey() - Method in class org.jadice.util.mm.SequencedHashMap
Return the key for the "newest" mapping.
getLastModifiedAt() - Method in class com.levigo.jadice.annotation.Annotation
 
getLastModifiedBy() - Method in class com.levigo.jadice.annotation.Annotation
 
getLastPrintServiceName() - Static method in class com.levigo.jadice.printer.PrintEnvironment
Returns the last used print service name if available.
getLastPrintServiceName() - Static method in class com.levigo.jadice.printer.PrintManager
Returns the last used print service name if available.
getLastPrintServiceNames() - Static method in class com.levigo.jadice.printer.PrintEnvironment
Returns all last used print service names if available.
getLastPrintServiceNames() - Static method in class com.levigo.jadice.printer.PrintManager
Returns all last used print service names if available.
getLastRecentUse() - Method in class org.jadice.util.mm.ckc.events.CompositeKeyCacheEntryEvent
 
getLastTriggerEvent() - Static method in class org.jadice.util.swing.action.commands.CommandAction
Due to technical reasons this method is temporary part of this class.
getLastValue() - Method in class org.jadice.util.mm.SequencedHashMap
Return the value for the "newest" mapping.
getLayer() - Method in class com.levigo.jadice.document.PageSegmentEvent
Returns the document layer in which the changed page segment resides if available otherwise null
getLayerMapping() - Method in class com.levigo.jadice.document.read.Reader
Retrieve the map which specifies where PageSegments resulting from subsequent read calls should be placed within the virtual layers of a Page.
getLayers() - Method in class com.levigo.jadice.document.BasicPage
Return the DocumentLayers for which this page has a page segment.
getLayers() - Method in interface com.levigo.jadice.document.Page
Return the DocumentLayers for which this page has a page segment.
getLayers() - Method in class com.levigo.jadice.printer.LayerSelection
 
getLayerSelectionToPrint() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
 
getLayersToPrint() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
 
getLayout() - Method in class com.levigo.jadice.demo.bookmark.instruction.ChangePageLayoutInstruction
 
getLayout() - Method in class com.levigo.jadice.swing.commands.SelectPageLayoutCommand
 
getLayoutAlignmentX(Container) - Method in class org.jadice.util.swing.effect.EffectLayout
 
getLayoutAlignmentY(Container) - Method in class org.jadice.util.swing.effect.EffectLayout
 
getLayouts() - Method in class com.levigo.jadice.appbase.status.PageLayoutSnapIn
Returns the PageView.Layouts to be offered to the user by this snap-in.
getLeaderExtend() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
getLeaderLength() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
getLeaderOffset() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
getLeadSelectionIndex() - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Return the second index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
getLeadSelectionIndex() - Method in class org.jadice.util.glazedlists.ListSelection
Return the lead of the current selection.
getLeadSelectionPath() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
getLens() - Method in class com.levigo.jadice.swing.lens.LensView.LensInputEventTool
 
getLensView() - Method in class com.levigo.jadice.demo.lens.LensFrame
Returns the contained Lens panel
getLevel() - Method in exception org.jadice.util.log.qualified.AbstractQualifiedRuntimeException
 
getLevel() - Method in class org.jadice.util.log.qualified.DefaultQualifiedLogEvent
 
getLevel() - Method in interface org.jadice.util.log.qualified.QualifiedLogEvent
 
getLevel() - Method in class org.jadice.util.log.qualified.ResolvedQualifiedLogEvent
 
getLevel() - Method in class org.jadice.util.swing.infobar.SimpleMessage
 
getLibrary() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
getLimit() - Method in interface org.jadice.util.glazedlists.SeparatorList.Separator
Get the maximum number of elements in this group to show.
getLine() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
getLineCount(String) - Method in class com.levigo.jadice.annotation.StampAnnotation
 
getLinesPerPage() - Method in class com.levigo.jadice.format.text.TextReaderSettings
Returns maximum lines per page.
getLineWidth() - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Gets the border line width of this annotation.
getLineWidth() - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
 
getLinkedActionFactories() - Method in class org.jadice.util.swing.action.factories.DefaultActionFactory
Returns an array of linked actions factories
getLinkedCommandFactories() - Method in class org.jadice.util.swing.action.factories.DefaultCommandFactory
Returns an array of linked command factories
getLinkedFactoryDescription() - Method in class org.jadice.util.swing.action.factories.DefaultActionFactory
Returns a description of linked factories.
getLinkedFactoryDescription() - Method in class org.jadice.util.swing.action.factories.DefaultCommandFactory
Returns a description of linked factories.
getLinkedFactoryDescription() - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Returns a description of linked factories.
getLinkedMenuComponentFactories() - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Returns an array of linked menu component factories
getList() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getList() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getList() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getListEventListeners() - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Get all ListEventListeners observing the EventList.
getLoader() - Method in class com.levigo.jadice.fontmanager.ClasspathFontStreamProvider
 
getLocale() - Method in class com.levigo.jadice.annotation.profiles.Label
 
getLocale() - Method in class com.levigo.jadice.annotation.profiles.PropertyDefault
 
getLocale() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getLocale() - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Returns the locale of this object.
getLocalPropertyProfiles() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
Return the list or property profiles native to this type.
getLocation() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
 
getLocation() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureData
The CPU host name or physical location of the signing.
getLocation() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getLocationOnScreen() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getLock() - Method in class com.levigo.jadice.document.outline.DefaultOutline
Return the ReadWriteLock which must be acquired during all modifications and read actions on any node within this Outline Tree.
getLock() - Method in interface com.levigo.jadice.document.outline.MutableOutline
Return the ReadWriteLock which must be acquired during all modifications and read actions on any node within this Outline Tree.
getLogger(Class<?>) - Static method in class org.jadice.util.log.LoggerFactory
Return a logger named corresponding to the class passed as parameter, using the statically bound LoggerFactoryDelegate instance.
getLogger(Class<?>) - Method in class org.jadice.util.log.SimpleLoggerFactoryDelegate
 
getLogger(String) - Static method in class org.jadice.util.log.LoggerFactory
Return a logger named according to the name parameter using the statically bound LoggerFactoryDelegate instance.
getLogger(String) - Method in class org.jadice.util.log.SimpleLoggerFactoryDelegate
 
getLogMessageFor(QualifiedLogEvent) - Static method in class org.jadice.util.log.qualified.QualifiedLogEvents
Retrieve an event's log message, resolving it if necessary.
getLogMessageFor(QualifiedLogEvent, boolean) - Static method in class org.jadice.util.log.qualified.QualifiedLogEvents
Retrieve an event's log message, resolving it if necessary and requested.
getLogMessageForEvent(QualifiedLogEvent) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
generates (or retrieves) a log message for a particular event.
getLong(byte[], int) - Static method in class com.levigo.jadice.document.io.ByteUtils
reads out a long value in the given byte[] at the offset specified in the second parameter.
getLookupClassLoaders() - Static method in class org.jadice.util.swing.action.factories.ResourceLocator
 
getLookupProperty(String) - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
Allows an application to request lookup properties programmatically.
getLookupProperty(String) - Method in class org.jadice.util.swing.action.factories.BasicCommandFactory
Allows an application to request lookup properties programmatically.
getLookupProperty(String) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Allows an application to request lookup properties programmatically.
getLookupProperty(String) - Method in class org.jadice.util.swing.action.factories.DefaultActionFactory
Allows an application to programmatically request lookup properties.
getLookupProperty(String) - Method in class org.jadice.util.swing.action.factories.DefaultCommandFactory
Allows an application to request lookup properties programmatically.
getLookupProperty(String) - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Allows an application to programmatically request lookup properties.
getLookupTable(int) - Method in class com.levigo.jadice.document.util.GradationCurve
Return a lookup table based on the curve in the range 0...size.
getLoweredBevelBorder() - Static method in class org.jadice.util.swing.borders.SlickBevelBorder
 
getLowerThreshold() - Method in class org.jadice.util.glazedlists.ThresholdList
Gets the lower threshold for this list
getMainToolBarLocation() - Static method in class com.levigo.jadice.demo.BasicJadicePanel
Returns the layout constraint of the main toolbar.
getMajorVersion() - Static method in class com.levigo.jadice.document.ProductInformation
Return the major version number, i.e. the first part of the version string.
getManager() - Method in class com.levigo.jadice.swing.tool.Tool
Return the current tool manager.
getMarshallingControls() - Method in interface com.levigo.jadice.document.marshalling.DocumentMarshaller
 
getMatcher() - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditor
Return the current Matcher specified by this MatcherEditor.
getMatcher() - Method in class org.jadice.util.glazedlists.matchers.MatcherEditor.Event
 
getMatcher() - Method in interface org.jadice.util.glazedlists.matchers.MatcherEditor
Return the current Matcher specified by this MatcherEditor.
getMatcher() - Method in class org.jadice.util.glazedlists.matchers.ThreadedMatcherEditor
 
getMatcherEditor() - Method in class org.jadice.util.glazedlists.matchers.MatcherEditor.Event
Get the MatcherEditor that originated this event, or null if this event originated directly from a FilterList in a call to FilterList.setMatcher(Matcher).
getMatcherEditors() - Method in class org.jadice.util.glazedlists.matchers.CompositeMatcherEditor
Get the EventList of MatcherEditors that make up this CompositeMatcherEditor.
getMatchingLeafs(TreePath[], Class<T>) - Static method in class org.jadice.util.swing.flextree.FlexTreeUtils
Return the matching leaf objects (last path components) of the given paths matching the given type.
getMatchingPaths(TreePath[], Class<?>) - Static method in class org.jadice.util.swing.flextree.FlexTreeUtils
Return those paths whose leaf objects (last path components) of the given paths match the given type.
getMatchOperation() - Method in class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
getMatchPredicate() - Method in class org.jadice.util.swing.flextree.PredicateNavigator
 
getMax() - Method in class com.levigo.jadice.document.Resolution
Return the maximum of the two resolution components.
getMax() - Method in class org.jadice.util.glazedlists.sparse.SparseList.Span
 
getMaxAnimationStepSize() - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
getMaxCharacters() - Method in class com.levigo.jadice.annotation.TextAnnotation
 
getMaximumImageResolution() - Method in class com.levigo.jadice.document.model.DocumentModelInfo
Returns the highest resolution of all images contained in the referenced page or page segment.
getMaximumObjectCount() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
Return the maximum number of entries in the cache.
getMaximumObjectCount() - Method in interface org.jadice.util.mm.ckc.TrackableCache
Return the maximum number of entries in the cache.
getMaximumObjectCount() - Method in class org.jadice.util.mm.LRUCache
Return the maximum mumber of entries in the cache.
getMaximumPoolSize() - Method in class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
 
getMaximumResolution() - Method in class com.levigo.jadice.document.read.NCIReaderSettings
 
getMaximumSize() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
Returns the maximum size of bytes the cache is allowed to store.
getMaximumSize() - Method in interface org.jadice.util.mm.ckc.TrackableCache
Returns the maximum size of bytes the cache is allowed to store.
getMaximumSize() - Method in class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel
 
getMaximumSize(JComponent) - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
 
getMaximumValue() - Method in class com.levigo.jadice.annotation.profiles.RangeProperty
 
getMaximumValueXML() - Method in class com.levigo.jadice.annotation.profiles.RangeProperty
 
getMaxPoolSize() - Method in interface org.jadice.util.concurrent.tasks.ExecutorManager.ConfigurationStrategy
 
getMaxSelectionIndex() - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Gets the index of the last selected element.
getMaxSelectionIndex() - Method in class org.jadice.util.glazedlists.ListSelection
Returns the last selected index or -1 if nothing is selected.
getMaxZoomFactor() - Method in class com.levigo.jadice.swing.pageview.MouseWheelZoomTool
 
getMemoryCheckThreshold() - Method in class org.jadice.util.mm.LRUCache
Returns a threshold which initiates an emergency cache clean if the VM will run out of memory.
getMenu(String, Context) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Create a JMenu for the given template key or context name.
getMenu(String, Context) - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
 
getMenu(String, Context) - Method in interface org.jadice.util.swing.action.factories.MenuComponentFactory
Create a JMenu for the given template key or context name.
getMenu(String, Context, Action[]) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Create a JMenu for the given template key or context name.
getMenu(String, Context, Action[]) - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
 
getMenu(String, Context, Action[]) - Method in interface org.jadice.util.swing.action.factories.MenuComponentFactory
Create a JMenu for the given template key or context name.
getMenuBar(String, Context) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
 
getMenuBar(String, Context) - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
 
getMenuBar(String, Context) - Method in interface org.jadice.util.swing.action.factories.MenuComponentFactory
Create a JMenuBar for the given template key or context name.
getMenuComponentCreationListeners() - Static method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Returns an array of currently registered creation listeners
getMenuComponentFactory() - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
getMenuComponentFactory() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
getMenucomponentsFactory() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Returns the MenuComponentFactory this panel was created with.
getMenucomponentsForConfig(String) - Method in class com.levigo.jadice.demo.launcher.JadiceDemoLauncher
 
getMenuContributors() - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
getMenuContributors() - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
getMenuContributors() - Method in class com.levigo.jadice.swing.tool.ToolManager
Return the current list of tools suitable as menu contributors.
getMenuFactory(String) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
 
getMenuType() - Method in interface org.jadice.util.swing.menu.ContributionContext
Return the type of menu currently under construction.
getMessage() - Method in interface com.levigo.jadice.format.pdf.signaturestore.TransformParams
A text string that may be used to specify any arbitrary information, such as the reason for adding usage rights to the document.
getMessage() - Method in exception org.jadice.util.log.qualified.AbstractQualifiedException
 
getMessage() - Method in exception org.jadice.util.log.qualified.AbstractQualifiedRuntimeException
 
getMessage() - Method in class org.jadice.util.log.qualified.DefaultQualifiedLogEvent
 
getMessage() - Method in class org.jadice.util.log.qualified.FormattingTuple
 
getMessage() - Method in interface org.jadice.util.log.qualified.QualifiedMessage
Resolves and returns the human-readable message text of this qualified entity using the current default locale, i.e. the one returned by Locale.getDefault().
getMessage() - Method in class org.jadice.util.log.qualified.ResolvedQualifiedLogEvent
 
getMessage() - Method in interface org.jadice.util.swing.infobar.MessageConsumer.Message
Get the - usually one-line - message to be shown initially.
getMessage() - Method in class org.jadice.util.swing.infobar.SimpleMessage
 
getMessage(Throwable) - Static method in class org.jadice.util.base.Exceptions
 
getMessage(Locale) - Method in exception org.jadice.util.log.qualified.AbstractQualifiedException
 
getMessage(Locale) - Method in exception org.jadice.util.log.qualified.AbstractQualifiedRuntimeException
 
getMessage(Locale) - Method in class org.jadice.util.log.qualified.DefaultQualifiedLogEvent
 
getMessage(Locale) - Method in interface org.jadice.util.log.qualified.UnresolvedQualifiedMessage
Resolves and returns the human-readable message text of this qualified entity using the specified Locale.
getMessageID() - Method in exception org.jadice.util.log.qualified.AbstractQualifiedException
 
getMessageID() - Method in exception org.jadice.util.log.qualified.AbstractQualifiedRuntimeException
 
getMessageID() - Method in class org.jadice.util.log.qualified.DefaultQualifiedLogEvent
 
getMessageID() - Method in interface org.jadice.util.log.qualified.UnresolvedQualifiedMessage
 
getMetadata() - Method in class com.levigo.jadice.document.AbstractDocument
 
getMetadata() - Method in class com.levigo.jadice.document.AbstractPageSegment
 
getMetadata() - Method in class com.levigo.jadice.document.composite.AbstractCompositePageSegment
 
getMetadata() - Method in interface com.levigo.jadice.document.metadata.MetadataProvider
Return the exposed meta-data or null if no meta-data is available.
getMetadata() - Method in interface com.levigo.jadice.document.PageSegmentSource
Return the stream's meta-data.
getMetadata() - Method in class com.levigo.jadice.document.read.Reader
Returns the metadata, if any, to be used by subsequent read calls.
getMetadata() - Method in class com.levigo.jadice.document.read.ReaderParameters
 
getMetadata() - Method in class com.levigo.jadice.swing.SwingUIDocument
 
getMimeType() - Method in class com.levigo.jadice.document.Format
Return the string-encoded MIME-Type of the format.
getMimeType() - Method in class com.levigo.jadice.format.annocm.CMAnnotationFormat
 
getMimeType() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationFormat
 
getMimeType() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationFormat
 
getMimeType() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationFormat
 
getMimeType() - Method in class com.levigo.jadice.format.bmp.BMPFormat
 
getMimeType() - Method in class com.levigo.jadice.format.fn.FileNetImageFormat
 
getMimeType() - Method in class com.levigo.jadice.format.fnpc.FileNetPCFormFormat
 
getMimeType() - Method in class com.levigo.jadice.format.hocr.HocrFormat
 
getMimeType() - Method in class com.levigo.jadice.format.imageio.ImageIOFormat
 
getMimeType() - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000Format
 
getMimeType() - Method in class com.levigo.jadice.format.modca.AFPFormat
 
getMimeType() - Method in class com.levigo.jadice.format.modca.AfpLineModeFormat
 
getMimeType() - Method in class com.levigo.jadice.format.modca.IocaFormat
 
getMimeType() - Method in class com.levigo.jadice.format.modca.ModcaFormat
 
getMimeType() - Method in class com.levigo.jadice.format.pdf.PDFFormat
 
getMimeType() - Method in class com.levigo.jadice.format.text.TextFormat
 
getMimeType() - Method in class com.levigo.jadice.format.tiff.TIFFFormat
 
getMimeType() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationFormat
 
getMin() - Method in class com.levigo.jadice.document.Resolution
Return the minimum of the two resolution components.
getMin() - Method in class org.jadice.util.glazedlists.sparse.SparseList.Span
 
getMinimumExpiryAge() - Method in class org.jadice.util.mm.ckc.expiry.LRUExpiryStrategy
 
getMinimumExpiryAge() - Method in class org.jadice.util.mm.LRUCache
Return the minimum age (in ms) of objects to be purged from the cache.
getMinimumHighWaterMark() - Method in class org.jadice.util.mm.AdaptiveSizeManagementStrategy
 
getMinimumImageResolution() - Method in class com.levigo.jadice.document.model.DocumentModelInfo
Returns the lowest resolution of all images contained in the referenced page or page segment.
getMinimumResolution() - Method in class com.levigo.jadice.document.read.NCIReaderSettings
 
getMinimumScale() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getMinimumScale() - Method in class com.levigo.jadice.swing.lens.LensView
 
getMinimumSegmentLength() - Method in class com.levigo.jadice.demo.gestures.MouseGestureSupport
 
getMinimumShrinkSizeRatio() - Method in class org.jadice.util.mm.ckc.expiry.LRUExpiryStrategy
 
getMinimumSize() - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
getMinimumSize() - Method in class org.jadice.util.swing.panel.FadeablePane
 
getMinimumValue() - Method in class com.levigo.jadice.annotation.profiles.RangeProperty
 
getMinimumValueXML() - Method in class com.levigo.jadice.annotation.profiles.RangeProperty
 
getMinorVersion() - Static method in class com.levigo.jadice.document.ProductInformation
Return the minor version number, i.e. the second part of the version string.
getMinSelectionIndex() - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Gets the index of the first selected element.
getMinSelectionIndex() - Method in class org.jadice.util.glazedlists.ListSelection
Returns the first selected index or -1 if nothing is selected.
getMinZoomFactor() - Method in class com.levigo.jadice.swing.pageview.MouseWheelZoomTool
 
getModCount() - Method in class com.levigo.jadice.annotation.Annotation
 
getModCount() - Method in class com.levigo.jadice.document.AbstractPage
 
getModCount() - Method in interface com.levigo.jadice.document.Page
Get the number of page modifications since its creation.
getMode() - Method in class com.levigo.jadice.appbase.commands.FitCurrentPageCommand
 
getMode() - Method in class com.levigo.jadice.appbase.instruction.FitInstruction
Returns the FitInstruction.Mode of this instruction.
getMode() - Method in class com.levigo.jadice.demo.outline.serialize.SerializableFitInstruction
 
getMode() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Returns the annotation mode.
getMode() - Method in class com.levigo.jadice.swing.commands.TurnPageCommand
 
getMode() - Method in class com.levigo.jadice.swing.commands.ZoomCommand
 
getMode() - Method in class org.jadice.util.glazedlists.matchers.CompositeMatcherEditor
Get the match mode for this CompositeMatcherEditor.
getMode() - Method in class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Returns the behaviour mode for this TextMatcherEditor.
getMode() - Method in class org.jadice.util.glazedlists.SortedList
Get the behaviour mode for this SortedList.
getMode() - Method in class org.jadice.util.swing.colorpicker.ColorPicker
 
getModel() - Method in class com.levigo.jadice.demo.pagestash.SelectStashPanel
Return the table model backing the table.
getModifiedAnnotations() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationOutput
Returns all modified annotations.
getModifiers() - Method in class com.levigo.jadice.swing.tool.EditEvent
 
getModifiersEx() - Method in class com.levigo.jadice.swing.tool.EditEvent
 
getMonospaced(Collection<? extends Attribute<? extends Serializable>>) - Method in class com.levigo.jadice.appbase.font.factory.LogicalFontFactory
 
getMoreParameters(String) - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
Method returns the Map of the keys and values which are not recognized in AbstractAction.
getMouseSensitivity() - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
Return where the visual bounds visualization is sensitive to mouse input, i.e. where it can be dragged.
getMultiPageTiffPageNumber(Document) - Static method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationXMLUtils
Returns value (1-based) from F_MULTIPAGETIFFPAGENUMBER attribute.
getMutableMetadataRoot() - Method in class com.levigo.jadice.document.AbstractDocument
 
getMutableMetadataRoot() - Method in interface com.levigo.jadice.document.metadata.MutableMetadataProvider
Return the mutable root node of the meta-data tree belonging to this metadata provider.
getMutableTableModelEvent() - Method in class org.jadice.util.glazedlists.gui.EventTableModel
 
getName() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
getName() - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
getName() - Method in class com.levigo.jadice.annotation.profiles.Parameter
 
getName() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.Property
 
getName() - Method in class com.levigo.jadice.demo.theme.JadiceFlatDarkTheme
 
getName() - Method in class com.levigo.jadice.demo.theme.JadiceFlatLightTheme
 
getName() - Method in class com.levigo.jadice.document.AbstractDocument
 
getName() - Method in class com.levigo.jadice.document.condition.GroupConditionFactory.OptionalGroup
 
getName() - Method in interface com.levigo.jadice.document.Document
Gets the document's name.
getName() - Method in class com.levigo.jadice.document.DocumentLayer
Gets the name.
getName() - Method in class com.levigo.jadice.document.Format
Return the format's name.
getName() - Method in interface com.levigo.jadice.document.Item
Gets the item's name.
getName() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
 
getName() - Method in class com.levigo.jadice.format.annocm.CMAnnotationFormat
 
getName() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationFormat
 
getName() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationFormat
 
getName() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationFormat
 
getName() - Method in class com.levigo.jadice.format.bmp.BMPFormat
 
getName() - Method in class com.levigo.jadice.format.fn.FileNetImageFormat
 
getName() - Method in class com.levigo.jadice.format.fnpc.FileNetPCFormFormat
 
getName() - Method in class com.levigo.jadice.format.hocr.HocrFormat
 
getName() - Method in class com.levigo.jadice.format.imageio.ImageIOFormat
 
getName() - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000Format
 
getName() - Method in class com.levigo.jadice.format.modca.AFPFormat
 
getName() - Method in class com.levigo.jadice.format.modca.AfpLineModeFormat
 
getName() - Method in class com.levigo.jadice.format.modca.IocaFormat
 
getName() - Method in class com.levigo.jadice.format.modca.ModcaFormat
 
getName() - Method in class com.levigo.jadice.format.pdf.PDFFormat
 
getName() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureData
The name of the person or authority signing the document.
getName() - Method in class com.levigo.jadice.format.text.TextFormat
Returns a short description text for this format
getName() - Method in class com.levigo.jadice.format.tiff.TIFFFormat
 
getName() - Method in class com.levigo.jadice.format.xfdf.annotation.metadata.ElementXML
Returns XML element name.
getName() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationFormat
 
getName() - Method in class com.levigo.jadice.swing.commands.RedoCommand
 
getName() - Method in class com.levigo.jadice.swing.commands.UndoCommand
 
getName() - Method in class com.levigo.jadice.swing.SwingUIDocument
 
getName() - Method in interface com.levigo.jadice.swing.ui.ComponentAddon
Return a short string that identifies this component addon.
getName() - Method in class org.jadice.util.glazedlists.calculation.AbstractCalculation
 
getName() - Method in interface org.jadice.util.glazedlists.calculation.Calculation
 
getName() - Method in class org.jadice.util.glazedlists.matchers.SearchEngineTextMatcherEditor.Field
Returns the text to be located which uniquely identifies this Field.
getName() - Method in interface org.jadice.util.log.Logger
 
getName() - Method in interface org.jadice.util.swing.action.commands.SelfDescribingCommand
Provide the equivalent of the Action.NAME property for this command.
getName() - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon
Returns if available the name of the icon otherwise null.
getName(ResourceBundle) - Method in class com.levigo.jadice.printer.LayerSelection
 
getNamed(String) - Static method in class org.jadice.util.mm.CacheManager
Get the cache instance for the given name.
getNamespace() - Method in class com.levigo.jadice.format.annotation.converters.AbstractConverter
 
getNamespace() - Method in interface com.levigo.jadice.format.annotation.converters.XMLConverter
 
getNamespacePrefix() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationWriter
 
getNavigablePreviewThumbnailRenderer() - Method in class com.levigo.jadice.appbase.preview.AbstractNavigablePreviewCommand
 
getNavigationClickCount() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailNavigationTool
Get the minimum number of mouse clicks required to trigger navigation to the clicked page.
getNavigatorComponent() - Method in class com.levigo.jadice.demo.navigator.NavigatorFrame
Returns the contained navigator component
getNewAnnotationLayer() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Return the layer onto which newly created annotations are to be placed.
getNewValue() - Method in class com.levigo.jadice.annotation.AnnotationPageSegmentEvent
Gets the new value for the property, expressed as an Object.
getNewValue() - Method in class com.levigo.jadice.document.render.RenderSettingsEvent
Gets the new value of the changed setting, expressed as an Object.
getNewValue() - Method in class org.jadice.util.glazedlists.event.ListEvent
Deprecated.
this is a developer preview API that is not yet fit for human consumption. Hopefully the full implementation is complete for Glazed Lists 2.0.
getNextBookmark(Document, Page) - Method in class com.levigo.jadice.demo.bookmark.command.NextBookmarkCommand
 
getNextMatch(String, int, Position.Bias) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Look for pages matching a certain prefix, starting from the given index, searching with the given bias.
getNextSequenceValue(E) - Method in class org.jadice.util.glazedlists.SequenceList
Returns the next value in the sequence defined by this list or value itself if it is a sequence value.
getNodesList() - Method in class org.jadice.util.glazedlists.TreeList
 
getNonStrokingColor() - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorColorSettings
Returns the value of nonStrokingColor.
getNonTranslatingTransform(AffineTransform) - Static method in class org.jadice.util.base.AffineTransforms
Return the non-translating part of the given transform.
getNotNull(RenderControls) - Static method in class com.levigo.jadice.document.render.DefaultRenderControls
Utility method.
getNullElement(int) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
 
getNullElement(int) - Method in class org.jadice.util.glazedlists.sparse.InterceptableSparseEventList
 
getNullElement(int) - Method in interface org.jadice.util.glazedlists.sparse.SparseEventList
 
getNullElement(int) - Method in class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
 
getNumberOfAvailablePages() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Returns the number of available Pages to print.
getNumberOfElements() - Method in class org.jadice.util.mm.ckc.statistics.CacheOccupation
 
getNumberOfElements() - Method in interface org.jadice.util.mm.ckc.statistics.CacheOccupationMXBean
Returns the number of elements in the cache.
getNumberOfElementsAtMaximum() - Method in class org.jadice.util.mm.ckc.statistics.CacheOccupation
 
getNumberOfElementsAtMaximum() - Method in interface org.jadice.util.mm.ckc.statistics.CacheOccupationMXBean
Returns the maximum number of elements the cache can store.
getNumberOfImages() - Method in class com.levigo.jadice.document.model.DocumentModelInfo
Returns the number of images contained in the referenced page or page segment.
getNumberOfPages() - Method in class com.levigo.jadice.printer.AbstractPrinter.BasicPageable
 
getNumberOfSelectedPages() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Returns the number of selected Pages to print.
getObjectCount() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
Returns the number of elements in the cache in the moment where the request was finally executed.
getObjectCount() - Method in interface org.jadice.util.mm.ckc.TrackableCache
Returns the number of elements in the cache in the moment where the request was finally executed.
getObjectCount() - Method in class org.jadice.util.mm.LRUCache
Returns the number of objects in the cache.
getOCSPs() - Method in interface com.levigo.jadice.format.pdf.signaturestore.CertificateRevocationData
A list of DER-encoded Online Certificate Status Protocol (OCSP) response (see Internet RFC 6960) that may be used in the validation of the signatures in the document.
getOffsetBufferSize() - Method in class com.levigo.jadice.format.pdf.OffsetPDFFormat
 
getOKAction() - Method in class com.levigo.jadice.demo.pagestash.SelectStashDialog
 
getOkButton() - Method in class com.levigo.jadice.demo.pagestash.SelectStashDialog
 
getOldValue() - Method in class com.levigo.jadice.annotation.AnnotationPageSegmentEvent
Gets the old value for the property, expressed as an Object.
getOldValue() - Method in class com.levigo.jadice.document.render.RenderSettingsEvent
Gets the old value of the changed setting, expressed as an Object.
getOldValue() - Method in class org.jadice.util.glazedlists.event.ListEvent
Deprecated.
this is a developer preview API that is not yet fit for human consumption. Hopefully the full implementation is complete for Glazed Lists 2.0.
getOldValue() - Method in class org.jadice.util.mm.ckc.events.CacheEntryEvent
Returns old value that existed before the the modification that fired the event.
getOldValue() - Method in class org.jadice.util.mm.ckc.events.CompositeKeyCacheEntryEvent
 
getOpacity() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
getOpacity() - Method in class org.jadice.util.swing.colorpicker.ColorPicker
Returns the currently selected opacity (a float between 0 and 1).
getOperationType(int, int) - Method in class org.jadice.util.swing.dnd.BasicDragGestureRecognizer
 
getOptionalGroupPanel() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Returns a reference to the current optional group panel.
getOptionName() - Method in class com.levigo.jadice.appbase.search.engine.ui.ToggleOptionCommand
 
getOrderedAndActiveLayers(Collection<DocumentLayer>) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Returns a collection of candidate layers in an ordering suitable for rendering.
getOrganisation() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
getOrigHeight() - Method in class com.levigo.jadice.swing.pageview.JadiceBackgroundIcon
Returns the height of the bounding box of the original SVG image.
getOrigin() - Method in class com.levigo.jadice.search.engine.SearchResult
 
getOrigWidth() - Method in class com.levigo.jadice.swing.pageview.JadiceBackgroundIcon
Returns the width of the bounding box of the original SVG image.
getOrigX() - Method in class com.levigo.jadice.swing.pageview.JadiceBackgroundIcon
Returns the X of the bounding box of the original SVG image.
getOrigY() - Method in class com.levigo.jadice.swing.pageview.JadiceBackgroundIcon
Returns the Y of the bounding box of the original SVG image.
getOutline() - Method in class com.levigo.jadice.document.outline.DefaultOutlineNode
Return the DefaultOutline to which this node belongs.
getOutline() - Method in interface com.levigo.jadice.document.outline.MutableOutlineNode
Return the MutableOutline to which this node belongs.
getOutline() - Method in interface com.levigo.jadice.document.outline.OutlineNode
Return the Outline to which this node belongs.
getOutlineType() - Method in class com.levigo.jadice.demo.outline.serialize.SerializableOutline
 
getOutputReferenceBase() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Simply returns the currently set OutputReferenceBase.
getOutputReferenceBase(PreferenceStore) - Static method in class com.levigo.jadice.printer.PrintEnvironment
Retrieves the setting for output reference base to manipulate the imageable area of the print output.
getOwner() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache.WeakOwnerKeyComposition
 
getOwner() - Method in class org.jadice.util.mm.ckc.events.CompositeKeyCacheEntryEvent
 
getOwner() - Method in interface org.jadice.util.mm.ckc.OwnerKeyComposition
Get the owner of the composition, owning the corresponding key.
getOwner() - Method in class org.jadice.util.swing.action.context.Context
Returns the owner.
getOwnerProfile() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
Return the profile that "owns" this type or template.
getP1() - Method in class com.levigo.jadice.annotation.LineAnnotation
 
getP2() - Method in class com.levigo.jadice.annotation.LineAnnotation
 
getPage() - Method in class com.levigo.jadice.demo.bookmark.Bookmark
Returns the Page for this bookmark.
getPage() - Method in class com.levigo.jadice.demo.instruction.PageByWeakRefInstruction
 
getPage() - Method in class com.levigo.jadice.document.AbstractPageEvent
Return the page which originates this event
getPage() - Method in class com.levigo.jadice.document.read.ReaderListener.ReaderEvent
 
getPage() - Method in class com.levigo.jadice.document.render.BasicRenderParameters
The Page that is being rendered.
getPage() - Method in class com.levigo.jadice.document.render.InventoryRenderSettingsEvent
Returns the page reference if the change concerns page specific settings, or null if a change of the document render settings cause this event
getPage() - Method in class com.levigo.jadice.document.render.PageGraphicsRenderer
Returns the page to be rendered.
getPage() - Method in class com.levigo.jadice.document.render.PageImageRenderer
Returns the page to be rendered.
getPage() - Method in interface com.levigo.jadice.document.Selection
Provides the Page this selection belongs to.
getPage() - Method in class com.levigo.jadice.document.text.TextContentService.TextContentResult
 
getPage() - Method in class com.levigo.jadice.printer.event.PrintEvent
Gets the page.
getPage() - Method in class com.levigo.jadice.search.engine.SearchResult
 
getPage() - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
 
getPage() - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailRenderer
 
getPage() - Method in class com.levigo.jadice.swing.tool.EditEvent
Return the Page to which this event pertains to.
getPage(int) - Method in class com.levigo.jadice.document.AbstractDocument
 
getPage(int) - Method in interface com.levigo.jadice.document.Document
Convenience method: return the page at the given page index.
getPage(int) - Method in class com.levigo.jadice.swing.SwingUIDocument
 
getPage(int, boolean) - Method in class com.levigo.jadice.document.AbstractDocument
 
getPage(int, boolean) - Method in interface com.levigo.jadice.document.Document
Return the page at the given page index.
getPage(int, boolean) - Method in class com.levigo.jadice.swing.SwingUIDocument
 
getPageBorder() - Method in class com.levigo.jadice.swing.pageview.PageView
 
getPageControls(Page) - Method in class com.levigo.jadice.swing.pageview.PageView
Returns the render controls of the given page.
getPageControls(Page, boolean) - Method in class com.levigo.jadice.swing.pageview.PageView
Returns the render controls of the given page.
getPageCount() - Method in class com.levigo.jadice.appbase.preview.NavigablePreviewThumbnailRenderer
 
getPageCount() - Method in interface com.levigo.jadice.demo.pagestash.PageStash
 
getPageCount() - Method in class com.levigo.jadice.document.AbstractDocument
 
getPageCount() - Method in interface com.levigo.jadice.document.Document
Convenience method: determine the number of pages in this document.
getPageCount() - Method in class com.levigo.jadice.swing.pageview.PageView
Convenience getter for the total number of pages.
getPageCount() - Method in class com.levigo.jadice.swing.SwingUIDocument
 
getPageDuplexMode() - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
 
getPageExportHandler() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
getPageFormat() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Returns the currently set PageFormat object.
getPageFormat(int) - Method in class com.levigo.jadice.printer.AbstractPrinter.BasicPageable
 
getPageImportHandler() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
getPageIndex() - Method in class com.levigo.jadice.document.instruction.PageByIndexInstruction
 
getPageIndex() - Method in class com.levigo.jadice.document.read.ReaderListener.ReaderEvent
 
getPageIndex() - Method in class com.levigo.jadice.document.render.BasicRenderParameters
The index of the page being rendered.
getPageIndex() - Method in class com.levigo.jadice.swing.tool.EditEvent
 
getPageIndex(Page) - Method in class com.levigo.jadice.document.AbstractDocument
 
getPageIndex(Page) - Method in interface com.levigo.jadice.document.Document
Convenience method: determine the index of a page in this document.
getPageIndex(Page) - Method in class com.levigo.jadice.swing.SwingUIDocument
 
getPageLabel(Page) - Method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer
 
getPageLayout() - Method in class com.levigo.jadice.demo.bookmark.Bookmark
Returns the PageView.Layout for this bookmark.
getPageLayoutStyle() - Method in class com.levigo.jadice.swing.pageview.PageView
Returns the currently applied page layout.
getPageNumber(Document) - Static method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationXMLUtils
Returns value (1-based) from F_PAGENUMBER attribute.
getPageRenderControls() - Method in class com.levigo.jadice.swing.tool.EditEvent
Return RenderControls used to render the page this event pertains to.
getPageRenderControls(Page) - Method in interface com.levigo.jadice.document.render.Inventory
Return the page processing controls for the given page.
getPageRenderControls(Page) - Method in class com.levigo.jadice.document.render.RenderControlsInventory
Return the page render control for the given page.
getPageRenderControls(Page, boolean) - Method in interface com.levigo.jadice.document.render.Inventory
Return the page render control for the given page.
getPageRenderControls(Page, boolean) - Method in class com.levigo.jadice.document.render.RenderControlsInventory
Return the page render control for the given page.
getPageResolution() - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
Returns the horizontal and vertical resolution.
getPages() - Method in class com.levigo.jadice.document.AbstractDocument
 
getPages() - Method in class com.levigo.jadice.document.BasicDocument
 
getPages() - Method in interface com.levigo.jadice.document.Document
Returns a list of pages in the document.
getPages() - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
the Pages that have been specified using the AbstractCharSequenceSearchRequest.setPages(List) method.
getPages() - Method in class com.levigo.jadice.swing.SwingUIDocument
 
getPageSegment() - Method in class com.levigo.jadice.document.PageSegmentEvent
Returns the changed page segment
getPageSegment() - Method in class com.levigo.jadice.document.read.ReaderListener.ReaderEvent
 
getPageSegment(DocumentLayer) - Method in class com.levigo.jadice.document.BasicPage
Retrieve the PresentationElement at a given DocumentLayer
getPageSegment(DocumentLayer) - Method in interface com.levigo.jadice.document.Page
Retrieve the PresentationElement at a given DocumentLayer
getPageSegment(LazyStreamPageSegment) - Method in class com.levigo.jadice.document.lazy.LazyStreamPageSegment.DocumentProvider
 
getPageSegment(LazyStreamPageSegment) - Method in class com.levigo.jadice.document.lazy.LazyStreamPageSegment.PageSegmentProvider
 
getPageSegments() - Method in class com.levigo.jadice.document.BasicPage
Return the PageSegments this page holds.
getPageSegments() - Method in interface com.levigo.jadice.document.Page
Return the PageSegments this page holds.
getPageSizeMode() - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
 
getPageTooltip(Page) - Method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer
 
getPageView() - Method in class com.levigo.jadice.appbase.commands.CopyRasterizedSelectionCommand
 
getPageView() - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
getPageView() - Method in class com.levigo.jadice.appbase.flextree.PageModule
 
getPageView() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getPageView() - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
getPageView() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchFrame
 
getPageView() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getPageView() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
getPageView() - Method in class com.levigo.jadice.appbase.search.SearchFrame
Deprecated.
 
getPageView() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getPageView() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Returns the embedded page viewer.
getPageView() - Method in class com.levigo.jadice.demo.pdf.signature.RolloutPDFSignatureBox
 
getPageView() - Method in class com.levigo.jadice.swing.BasicViewer
 
getPageView() - Method in class com.levigo.jadice.swing.commands.AbstractPageViewCommand
Returns the page view.
getPageView() - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
Returns the viewer associated to this gradation panel
getPageView() - Method in class com.levigo.jadice.swing.lens.LensView
 
getPageView() - Method in class com.levigo.jadice.swing.navigator.NavigatorComponent
Returns the bound PageView component or null if not available.
getPageView() - Method in class com.levigo.jadice.swing.thumbnailview.PageSorter
 
getPageView() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Gets the embedded page view holding the document to be displayed en miniature.
getPaint() - Method in class org.jadice.util.swing.borders.StyledLineBorder
 
getPan() - Method in class com.levigo.jadice.demo.bookmark.Bookmark
Returns the pan point for this bookmark.
getPanPoint() - Method in class com.levigo.jadice.appbase.instruction.PanInstruction
Returns the point to pan to.
getPanPoint() - Method in class com.levigo.jadice.swing.pageview.PageView
Return the coordinate of the top left point of the current page's visible area in document units.
getPanPointX() - Method in class com.levigo.jadice.demo.outline.serialize.SerializablePanInstruction
 
getPanPointY() - Method in class com.levigo.jadice.demo.outline.serialize.SerializablePanInstruction
 
getParameters() - Method in class com.levigo.jadice.annotation.profiles.NameBasedFactory
 
getParameters() - Method in class com.levigo.jadice.document.util.ImmutableMimeType
 
getParameters() - Method in class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
 
getParameters() - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
 
getParameters(String) - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
Method returns all parameters for the key.
getParent() - Method in class com.levigo.jadice.document.outline.DefaultOutlineNode
Return the parent OutlineNode or null, if this node is the root of a subtree or the root of an Outline Tree (see Outline).
getParent() - Method in interface com.levigo.jadice.document.outline.OutlineNode
Return the parent OutlineNode or null, if this node is the root of a subtree or the root of an Outline Tree (see Outline).
getParent() - Method in class org.jadice.util.swing.action.context.Context
Return the parent context.
getParentProfile() - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
getParentProfileSpec() - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
Deprecated.
XML mapping use only
getPassword() - Method in class com.levigo.jadice.format.pdf.crypt.standard.PasswordMaterial
 
getPassword() - Method in class com.levigo.jadice.signature.TrustStoreParameter
 
getPasswordBytes() - Method in class com.levigo.jadice.format.pdf.crypt.standard.PasswordMaterial
 
getPatchLevel() - Static method in class com.levigo.jadice.document.ProductInformation
Return the patch level, i.e. the fourth part of the version string.
getPath() - Method in class com.levigo.jadice.annotation.PathAnnotation
 
getPath() - Method in class com.levigo.jadice.fontmanager.PathFontStreamProvider
 
getPath(List<E>, E) - Method in interface org.jadice.util.glazedlists.TreeList.Format
Populate path with a list describing the path from a root node to this element.
getPathBounds(TreePath) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
getPathForLocation(int, int) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
getPathIterator() - Method in class com.levigo.jadice.annotation.PathAnnotation
 
getPathIterator() - Method in class com.levigo.jadice.annotation.StampImageAnnotation
 
getPathIterator() - Method in class com.levigo.jadice.annotation.TextAnnotation
 
getPathIterator() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
getPathIterator() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
getPathIterator() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
getPathIterator() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
getPatternPosition() - Method in class com.levigo.jadice.annotation.HistoryAnnotation
Return current pattern position.
getPatterns() - Method in class com.levigo.jadice.search.PatternSearchRequest
Deprecated.
Returns the Patterns applied to this PatternSearchRequest or null if no patterns have been applied yet.
getPDFStructureReadStrategy() - Method in class com.levigo.jadice.format.pdf.settings.PDFStructureReaderSettings
 
getPermissionNameAppend() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
getPermissionNameRead() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
getPermissionNameWrite() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
getPermissions() - Method in class com.levigo.jadice.annotation.Annotation
 
getPermissions() - Method in class com.levigo.jadice.document.AbstractDocument
 
getPermissions() - Method in class com.levigo.jadice.document.AbstractPageSegment
 
getPermissions() - Method in class com.levigo.jadice.document.Permissions
 
getPermissions() - Method in interface com.levigo.jadice.document.PermissionsProvider
Provides an instance of Permissions.
getPermissions() - Method in class com.levigo.jadice.swing.SwingUIDocument
 
getPermissionTypeAppend() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
getPermissionTypeRead() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
getPermissionTypeWrite() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
getPlaceholderImage() - Method in class com.levigo.jadice.swing.lazy.AbstractPlaceholderTool
 
getPlaceholderImageScaleFactor(BufferedImage, Dimension) - Method in class com.levigo.jadice.swing.lazy.AbstractPlaceholderTool
 
getPoint() - Method in class com.levigo.jadice.swing.tool.MouseEditEvent
Return the point relative to the RenderedPage's origin in screen coordinates.
getPointCount() - Method in class com.levigo.jadice.document.util.ControlCurve
Get the number of control points.
getPointRotation(AffineTransform, Point2D) - Static method in class org.jadice.util.base.AffineTransforms
Determines the rotation component of the given transformation with respect to the X-axis, i.e.
getPoints() - Method in class com.levigo.jadice.annotation.ArrowAnnotation
Get the points of the arrow in a point array: bottom tip edge of head arm 1 edge of head arm 2
getPoints() - Method in class com.levigo.jadice.annotation.LineAnnotation
 
getPopup() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
getPopupIconGap() - Method in class org.jadice.util.swing.button.PopupButton
 
getPopupMenu() - Method in class org.jadice.util.swing.button.PopupButton
 
getPreferences() - Static method in class com.levigo.jadice.demo.JadiceDemoPreferences
This is equivalent to
getPreferredLocale() - Static method in class org.jadice.util.swing.action.factories.ResourceLocator
Returns a locale which is used to find preferable locale specific resources.
getPreferredScrollableViewportSize() - Method in class com.levigo.jadice.swing.pageview.PageView
 
getPreferredScrollableViewportSize() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
getPreferredScrollableViewportSize() - Method in class org.jadice.util.swing.effect.EffectContainer
 
getPreferredScrollableViewportSize() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
getPreferredSize() - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
getPreferredSize() - Method in class com.levigo.jadice.appbase.chooser.PreviewPanel
 
getPreferredSize() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getPreferredSize() - Method in class com.levigo.jadice.appbase.search.BackgroundProgressBar
 
getPreferredSize() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getPreferredSize() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getPreferredSize() - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
 
getPreferredSize() - Method in class com.levigo.jadice.swing.status.MemoryMonitorSnapIn
 
getPreferredSize() - Method in class com.levigo.jadice.swing.status.TaskServiceMonitorSnapIn
 
getPreferredSize() - Method in class org.jadice.util.swing.panel.CollapsiblePane
The critical part of the animation of this JCollapsiblePane relies on the calculation of its preferred size.
getPreferredSize() - Method in class org.jadice.util.swing.panel.FadeablePane
 
getPreferredSize() - Method in class org.jadice.util.swing.panel.TransformerPanel
 
getPreferredSize(JComponent) - Method in class com.levigo.jadice.swing.pageview.BasicPageViewUI
 
getPreferredSize(JComponent) - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
 
getPreferredToolbarLocation() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
getPreferredToolbarLocation() - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
getPreferredToolbarLocation() - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
getPreferredValues() - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
getPreferredValuesXML() - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
getPrefetcher() - Method in class com.levigo.jadice.swing.pageview.PageView
 
getPrefetchRange() - Method in class com.levigo.jadice.swing.pageview.PageView
 
getPrefix(String) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Get the prefix of a namespace identified by its URI.
getPrefixes(String) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Get all bound prefixes of a namespace identified by its URI.
getPresentationMode() - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
getPresentationRuleManager() - Method in class com.levigo.jadice.swing.pageview.PageView
 
getPresentationRules() - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Returns a list of the presentation rules.
getPresenter() - Static method in class com.levigo.jadice.appbase.AddOns
Return the AddOnPresenter currently in charge of add-on management.
getPressedIcon() - Method in class org.jadice.util.swing.action.components.IconJMenuItem
 
getPressedIcon() - Method in class org.jadice.util.swing.action.components.VisibilityEnabledJCheckboxMenuItem
 
getPressedIcon() - Method in class org.jadice.util.swing.action.components.VisibilityEnabledJRadioMenuItem
 
getPreviewResultList() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getPreviousBookmark(Document, Page) - Method in class com.levigo.jadice.demo.bookmark.command.PreviousBookmarkCommand
 
getPreviousSequenceValue(E) - Method in class org.jadice.util.glazedlists.SequenceList
Returns the previous value in the sequence defined by this list or value itself if it is a sequence value.
getPrintable(int) - Method in class com.levigo.jadice.printer.AbstractPrinter.BasicPageable
Returns the Printable instance responsible for rendering the page specified by param.
getPrinter() - Method in class com.levigo.jadice.swing.printer.AbstractPrintDialog
 
getPrinterExceptions() - Method in class com.levigo.jadice.printer.AbstractPrinter
 
getPrinterJob() - Method in class com.levigo.jadice.printer.AbstractPrinter
Gets the job.
getPrintErrorHandlerCount() - Static method in class com.levigo.jadice.printer.event.PrintErrorBroadcaster
Returns the total number of registered print error handlers
getPrintErrorHandlers() - Static method in class com.levigo.jadice.printer.event.PrintErrorBroadcaster
Returns a snapshot copy as list of all registered print error handlers.
getPrintJobConfiguration() - Method in class com.levigo.jadice.printer.AbstractPrinter
 
getPrintListenerCount() - Static method in class com.levigo.jadice.printer.event.PrintEventBroadcaster
Returns the total number of registered print listeners
getPrintListeners() - Static method in class com.levigo.jadice.printer.event.PrintEventBroadcaster
Returns an array of all registered print listeners.
getPrintRequestAttributeSet() - Method in class com.levigo.jadice.printer.AbstractPrinter
Returns the PrintRequestAttributeSet to apply while printing.
getPrintServiceName() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Returns the print service name that was set.
getPrintSide() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
The current preselected print side.
getPrintSource() - Method in class com.levigo.jadice.printer.event.PrintEvent
The print source on which this event initially occurred.
getPrintTitle() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Returns the print job title.
getPrintTitleMaxLength() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Returns the max length of the print job title.
getPriority() - Method in class com.levigo.jadice.document.DocumentLayer
Return this layer's default ordering priority.
getPriority() - Method in class com.levigo.jadice.document.Format
Return the priority with which this format will be selected, if there are multiple eligible ones.
getPriority() - Method in class com.levigo.jadice.format.imageio.ImageIOFormat
The ImageIO formats are tried with a slightly lower priority of DEFAULT_PRIORITY - 10 in order to let specialized formats override ImageIO.
getPriority() - Method in class com.levigo.jadice.format.pdf.OffsetPDFFormat
 
getPriority() - Method in class com.levigo.jadice.format.text.TextFormat
 
getPriority() - Method in interface org.jadice.util.concurrent.tasks.TaskExecutor
Return the priority of Tasks submitted using this executor.
getPriority() - Method in interface org.jadice.util.swing.infobar.MessageConsumer.Message
Get the message priority.
getPriority() - Method in class org.jadice.util.swing.infobar.SimpleMessage
 
getPriority(Format) - Static method in class com.levigo.jadice.document.FormatRegistry
Return the overridden priority for the given format or null if the default priority applies.
getPriority(SearchEngine) - Method in class com.levigo.jadice.search.engine.SearchEngineRegistry
Retrieve the priority of a given search engine
getPrivateContext(JComponent) - Static method in class org.jadice.util.swing.action.context.Context
Get the context for a given component by looking at the client properties.
getProcessedPagesCount() - Method in class com.levigo.jadice.search.engine.SearchEvent
 
getProcessedPagesCount() - Method in class com.levigo.jadice.search.SearchStateChangeEvent
Deprecated.
 
getProductId() - Static method in class com.levigo.jadice.document.ProductInformation
Return the product-ID used for prefixing qualified log messages.
getProfile() - Method in class com.levigo.jadice.appbase.AnnotationProfileAwareToolBar
Return current used annotation profile.
getProfile(Document) - Static method in class com.levigo.jadice.demo.commands.CreateTextHighlightAnnotationCommand
 
getProgressBar() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getProgressBar() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getProgressBar() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getProgressSection() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getProgressSection() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getPropDesc() - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
Deprecated.
XML mapping use only
getProperties() - Method in class com.levigo.jadice.annotation.Annotation
 
getProperties() - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
getProperties() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor
 
getProperties() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.Properties
 
getProperties() - Method in class com.levigo.jadice.demo.outline.serialize.SerializableOutlineNode
 
getProperties() - Method in class com.levigo.jadice.document.AbstractDocument
 
getProperties() - Method in class com.levigo.jadice.document.AbstractPage
 
getProperties() - Method in class com.levigo.jadice.document.AbstractPageSegment
 
getProperties() - Method in class com.levigo.jadice.document.outline.DefaultOutlineNode
Return a map of user properties.
getProperties() - Method in interface com.levigo.jadice.document.outline.MutableOutlineNode
Return a map of user properties.
getProperties() - Method in interface com.levigo.jadice.document.outline.OutlineNode
Return a map of user properties.
getProperties() - Method in interface com.levigo.jadice.document.PageSegmentSource
Return the stream's user properties.
getProperties() - Method in class com.levigo.jadice.document.read.Reader
Return a map of user properties which can be used during the read process, in particular by FormatReaders.
getProperties() - Method in class com.levigo.jadice.document.read.ReaderParameters
 
getProperties() - Method in interface com.levigo.jadice.document.util.PropertiesProvider
Return a map of user properties.
getProperties() - Method in class com.levigo.jadice.format.modca.IOCAReaderSettings
 
getProperties() - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
 
getProperties() - Method in class com.levigo.jadice.swing.dnd.ImportParameters
 
getProperties() - Method in class com.levigo.jadice.swing.SwingUIDocument
 
getPropertiesNodeName() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule
 
getPropertyChangeListeners() - Method in class org.jadice.util.swing.action.commands.CommandAction
Returns an array of all the PropertyChangeListeners added to this AbstractAction with addPropertyChangeListener().
getPropertyDefaults() - Method in class com.levigo.jadice.annotation.profiles.AnnotationTemplate
Return the list or property profiles native to this type.
getPropertyKey(Outline<?>) - Static method in class com.levigo.jadice.document.outline.Outlines
Return the property key used to attach the given outline to a PropertiesProvider.
getPropertyKey(String) - Static method in class com.levigo.jadice.document.outline.Outlines
Return the property key used to attach outlines of the given type to a PropertiesProvider.
getPropertyName() - Method in class com.levigo.jadice.annotation.profiles.PropertyDefault
 
getPropertyName() - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
getPropertyName() - Method in class com.levigo.jadice.document.render.RenderSettingsEvent
Gets the name of the setting that was changed.
getPropertyName() - Method in class org.jadice.util.glazedlists.beans.BeanProperty
Gets the name of the property that this getter extracts.
getPropertyProfile(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
Return a property profile by its property name.
getPropertyProfiles() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
getPropertyType() - Method in class com.levigo.jadice.annotation.profiles.ColorProperty
 
getPropertyType() - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
getPublisher() - Method in class org.jadice.util.glazedlists.AbstractEventList
Get the publisher used to distribute ListEvents.
getPublisher() - Method in class org.jadice.util.glazedlists.DebugList
Get the publisher used to distribute ListEvents.
getPublisher() - Method in interface org.jadice.util.glazedlists.EventList
Get the publisher used to distribute ListEvents.
getPurgeAllAction() - Method in class com.levigo.jadice.demo.pagestash.SelectStashDialog
 
getPurgeAllButton() - Method in class com.levigo.jadice.demo.pagestash.SelectStashDialog
 
getPurgeSelectedAction() - Method in class com.levigo.jadice.demo.pagestash.SelectStashDialog
 
getPurgeSelectedButton() - Method in class com.levigo.jadice.demo.pagestash.SelectStashDialog
 
getQualification(PageSegment) - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
 
getQualifiedLogger(Class<?>) - Static method in class org.jadice.util.log.LoggerFactory
 
getQualifiedLogger(Class<?>) - Method in class org.jadice.util.log.SimpleLoggerFactoryDelegate
 
getQualifiedLogger(String) - Static method in class org.jadice.util.log.LoggerFactory
 
getQualifiedLogger(String) - Method in class org.jadice.util.log.SimpleLoggerFactoryDelegate
 
getQuality(SearchConfiguration) - Method in interface com.levigo.jadice.search.engine.SearchEngine
Calculates which SearchEngine.Quality the SearchEngine has for the current search.
getQueuedTaskCount() - Method in class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
 
getRaisedBevelBorder() - Static method in class org.jadice.util.swing.borders.SlickBevelBorder
 
getRatio() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailResizeCommand
 
getReadAhead() - Method in class com.levigo.jadice.document.io.RandomAccessFileInputStream
 
getReadAhead() - Method in class com.levigo.jadice.document.io.SubfileSeekableInputStream
 
getReaderControls() - Method in class com.levigo.jadice.demo.pagestash.FilePageStashReader
Get the ReaderControls to be used during unmarshalling.
getReaderControls() - Method in interface com.levigo.jadice.document.marshalling.DocumentUnmarshaller
Get the ReaderControls to be used during unmarshalling.
getReaderControls() - Method in class com.levigo.jadice.document.read.ReaderListener.ReaderEvent
 
getReaderControls() - Method in class com.levigo.jadice.swing.thumbnailview.dnd.DocumentUnmarshallerPageImportHandler
Get the ReaderControls to be used during unmarshalling.
getReadIcon() - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
Get the icon to apply to read documents.
getReadID() - Method in class com.levigo.jadice.document.read.Reader
Retrieve an identifier for the read process that is performed using this Reader instance.
getReadID() - Method in class com.levigo.jadice.document.read.ReaderListener.ReaderEvent
Retrieve the read-ID which identifies the current read operation.
getReadID() - Method in class com.levigo.jadice.document.read.ReaderParameters
 
getReadID() - Method in interface com.levigo.jadice.document.StreamSourceID
Get the read-ID of the read operation during which the page segment was read.
getReadLabelPrefix() - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
Get the prefix to add to the label for read documents.
getReadLabelStyle() - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
Get the styling to apply to the node's label for read documents.
getReadWriteLock() - Method in class org.jadice.util.glazedlists.AbstractEventList
Gets the lock required to share this list between multiple threads.
getReadWriteLock() - Method in class org.jadice.util.glazedlists.DebugList
Gets the lock required to share this list between multiple threads.
getReadWriteLock() - Method in interface org.jadice.util.glazedlists.EventList
Gets the lock required to share this list between multiple threads.
getReason() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureData
The reason for the signing
getRecentlyUsedFiles() - Static method in class com.levigo.jadice.demo.JadiceDemoPreferences
Returns a list containing the recently used files.
getRecordSize() - Method in enum com.levigo.jadice.format.modca.AfpLineModeReaderSettings.RecordSizeMode
 
getRecordSizeMode() - Method in class com.levigo.jadice.format.modca.AfpLineModeReaderSettings
 
getRect() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
getRectangle() - Method in class com.levigo.jadice.annotation.RectangleAnnotation
 
getRectangleTextbox() - Method in class com.levigo.jadice.annotation.CalloutAnnotation
Returns the rectangle of the textbox of this CalloutAnnotation.
getRectangleTextbox() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
Returns the rectangle of the textbox of this CalloutAnnotation.
getRedactionType() - Method in class com.levigo.jadice.swing.reshape.ReshapeToPDFCommand
 
getReferenceClass() - Method in enum com.levigo.jadice.demo.commands.ToggleToolCommand.Tool
 
getReferenceResolution() - Method in class com.levigo.jadice.annotation.AnnotationRenderSettings
Reference resolution used for resolution dependency based annotations adjustments like stroke width / font size.
getReferences() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureData
A list of signature references to this signature.
getRefName() - Method in class com.levigo.jadice.annotation.profiles.TypeRef
Deprecated.
getRegisteredDocuments() - Method in interface com.levigo.jadice.document.read.fluent.ReadConfigurer
Returns all with this ReadConfigurer registered Documents.
getRegisteredEngines() - Method in class com.levigo.jadice.search.engine.SearchEngineRegistry
 
getRegisteredLayers() - Static method in class com.levigo.jadice.printer.PrintEnvironment
Returns the list of available layers to be printed based on the preferences.
getRegisteredLayerSelections() - Static method in class com.levigo.jadice.printer.PrintEnvironment
 
getRegisteredListeners() - Method in class org.jadice.util.swing.action.context.Context
Method getRegisteredListeners -ContextListener.
getRegisteredToolClasses() - Method in class com.levigo.jadice.swing.tool.ToolManager
Allows access to all registered tool classes.
getRelatedMODCAFieldCode() - Method in enum com.levigo.jadice.format.modca.resource.ResourceLoader.Type
Return the MO:DCA structured field code of the field starting a resource of this type.
getReleaseVersion() - Static method in class com.levigo.jadice.document.ProductInformation
Return the release version number, i.e. the third part of the version string.
getRenderControls() - Method in class com.levigo.jadice.document.render.AbstractRenderer
Returns the render controls which will be applied to the rendering of content, in other words when the AbstractRenderer.render(Graphics2D) method will be called.
getRenderControls() - Method in class com.levigo.jadice.document.render.BasicRenderParameters
The RenderControls used to render the page.
getRenderControls(boolean) - Method in class com.levigo.jadice.swing.commands.AbstractDocumentCommand
Return a RenderControls for the current scope.
getRenderControls(PageView) - Method in class com.levigo.jadice.appbase.executor.FitExcecutor
Returns the render controls which are used by this executor.
getRenderControls(PageView) - Method in class com.levigo.jadice.appbase.executor.PanExecutor
Returns the render controls which are used by this executor.
getRenderControls(PageView) - Method in class com.levigo.jadice.appbase.executor.ZoomExecutor
Returns the render controls which are used by this executor.
getRenderControlsInventory() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
 
getRenderControlsInventory() - Method in class com.levigo.jadice.swing.pageview.PageView
Returns the currently used RenderControlsInventory by this PageView.
getRenderedImage() - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000Rable
 
getRenderedPage(Page) - Method in class com.levigo.jadice.swing.pageview.AbstractContinuousLayout
 
getRenderedPageBounds() - Method in class com.levigo.jadice.document.render.BasicRenderParameters
Return the rendered page's bounds.
getRenderedPageBounds() - Method in class com.levigo.jadice.swing.tool.EditEvent
Return bounds of the rendered page this event pertains to.
getRenderedPages() - Method in class com.levigo.jadice.swing.pageview.AbstractContinuousLayout
 
getRenderedSize() - Method in class com.levigo.jadice.swing.tool.EditEvent
Return size of the rendered page this event pertains to.
getRenderedSize(Page, RenderControls) - Static method in class com.levigo.jadice.document.Pages
Calculates the rendered size of the given page taking into account the given RenderControls.
getRenderer() - Method in class com.levigo.jadice.swing.tool.DecorationTool
getRendererFactories() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
Deprecated.
This method is for XML unmarshalling use only
getRendererFactory() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
Return the renderer factory for the current toolkit set via AnnotationFactory.setToolkitType(String).
getRendererFactory(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
getRendering(Page, Rectangle2D) - Method in class com.levigo.jadice.appbase.commands.CopyRasterizedSelectionCommand
 
getRenderingHints() - Method in class org.jadice.util.swing.panel.TransformerPanel
 
getRenderPriority() - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
 
getRenderPriority() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getRenderPriority() - Method in class com.levigo.jadice.swing.search.tool.SelectionHighlighterTool
 
getRenderPriority() - Method in class com.levigo.jadice.swing.tool.Tool
Return the render priority for this tool.
getRenderSettingsListeners() - Method in class com.levigo.jadice.document.render.DefaultRenderControls
Returns a list of currently registered listeners.
getRenderSize() - Method in class com.levigo.jadice.document.render.BasicRenderParameters
The size at which the page is being rendered.
getReorderMap() - Method in class org.jadice.util.glazedlists.event.ListEvent
Gets the reorder map of this list.
getRepaintDelay() - Method in class com.levigo.jadice.swing.pageview.PageView
 
getRepaintScope() - Method in class com.levigo.jadice.document.render.PageGraphicsRenderer
Returns the applied TaskScope.
getRepeatAutoscrollDelay() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getReplies() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
getReplyType() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextAnnotation
 
getRequest() - Method in class com.levigo.jadice.search.SearchResultEvent
Deprecated.
 
getRequest() - Method in class com.levigo.jadice.search.SearchStateChangeEvent
Deprecated.
 
getResolution() - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
 
getResolution() - Method in class com.levigo.jadice.document.AbstractPageSegment
Return the resolution of the page segment (in DPI).
getResolution() - Method in class com.levigo.jadice.document.composite.AbstractCompositePageSegment
Returns the base resolution (7200dpi), independent of the resolutions any of the PageSegments added to this instance may have.
getResolution() - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorPageSegment
 
getResolution() - Method in class com.levigo.jadice.document.lazy.LazyStreamPageSegment
 
getResolution() - Method in class com.levigo.jadice.format.text.TextReaderSettings
Returns the resolution (in dots per inch) to be used when displaying text pagesegments.
getResourceGroupLoader(List<byte[]>) - Method in class com.levigo.jadice.format.modca.resource.ModcaResourceLoaderFactory
 
getResourceGroupLoader(List<byte[]>) - Method in class com.levigo.jadice.format.modca.resource.ResourceLoaderFactory
 
getResourceLoader() - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
Returns current resource loader implementation.
getResourceLoaderForFormat(String) - Method in class com.levigo.jadice.format.modca.resource.ModcaResourceLoaderFactory
 
getResourceLoaderForFormat(String) - Method in class com.levigo.jadice.format.modca.resource.ResourceLoaderFactory
 
getResourcePath() - Method in class com.levigo.jadice.fontmanager.ClasspathFontStreamProvider
 
getResourceStream(String, ResourceLoader.Type) - Method in class com.levigo.jadice.format.modca.resource.ResourceFileLoader
 
getResourceStream(String, ResourceLoader.Type) - Method in class com.levigo.jadice.format.modca.resource.ResourceGroupLoader
Returns an input stream containing resource data for the requested resource name.
getResourceStream(String, ResourceLoader.Type) - Method in interface com.levigo.jadice.format.modca.resource.ResourceLoader
Returns an InputStream for the requested resource.
getResourceStream(String, ResourceLoader.Type) - Method in class com.levigo.jadice.format.modca.resource.ResourceMultiLoader
 
getResourceStream(String, ResourceLoader.Type) - Method in class com.levigo.jadice.format.modca.resource.ResourceUrlLoader
 
getResourceTypeCode() - Method in enum com.levigo.jadice.format.modca.resource.ResourceLoader.Type
Returns corresponding resource type code (0x00 = unknown).
getResourceURLIterator(String) - Static method in class org.jadice.util.swing.action.factories.ResourceLocator
Returns an Iterator providing all resources of the specified name from the search path used to load classes.
getResourceURLIterator(String, Locale) - Static method in class org.jadice.util.swing.action.factories.ResourceLocator
Returns an Iterator providing all resources of the specified name from the search path used to load classes.
getResult() - Method in class com.levigo.jadice.search.SearchResultEvent
Deprecated.
Return the result that has been found.
getResultList() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getResultList() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getResultList() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getResultList() - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
 
getResultList() - Method in interface com.levigo.jadice.search.engine.Search
Returns the current result list of the Search as an unmodifiable list.
getResultSection() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getResultSection() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getResultSection() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getResultStatus() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getResultStatus() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getReverseFunction() - Method in class org.jadice.util.glazedlists.FunctionList
 
getRGB() - Method in class org.jadice.util.swing.colorpicker.ColorPalette
 
getRGB() - Method in class org.jadice.util.swing.colorpicker.ColorPicker
 
getRGB(Point) - Method in class org.jadice.util.swing.colorpicker.ColorPalette
Returns the color at the indicated point in RGB values.
getRollingMessagePanel() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Returns a reference to the contained rolling message and info panel.
getRollingMessagePanelPosition() - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Returns the desired position of the rolling message panel.
getRolloutSignatureBox(EffectContainer) - Static method in class com.levigo.jadice.demo.pdf.signature.RolloutPDFSignatureBox
 
getRolloverColor() - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
 
getRolloverIcon() - Method in class org.jadice.util.swing.action.components.IconJMenuItem
 
getRolloverIcon() - Method in class org.jadice.util.swing.action.components.VisibilityEnabledJCheckboxMenuItem
 
getRolloverIcon() - Method in class org.jadice.util.swing.action.components.VisibilityEnabledJRadioMenuItem
 
getRoot() - Method in interface com.levigo.jadice.document.metadata.Metadata
 
getRootLogger() - Static method in class org.jadice.util.log.LoggerFactory
 
getRootLogger() - Method in class org.jadice.util.log.SimpleLoggerFactoryDelegate
 
getRootPath() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
getRoots() - Method in class org.jadice.util.glazedlists.TreeList
Get a List containing all TreeList.Nodes with no parents in the tree.
getRotation() - Method in class com.levigo.jadice.annotation.StampImageAnnotation
 
getRotation() - Method in class com.levigo.jadice.annotation.TextAnnotation
 
getRotation() - Method in class com.levigo.jadice.demo.bookmark.Bookmark
Returns the page rotation for this bookmark.
getRotation() - Method in class com.levigo.jadice.demo.instruction.RotateInstruction
 
getRotation() - Method in class com.levigo.jadice.demo.outline.serialize.SerializableRotateInstruction
 
getRotation() - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Gets the rotation angle.
getRotation() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
getRotation() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFStampAnnotation
 
getRotation() - Method in class com.levigo.jadice.swing.commands.RotateCommand
 
getRotation() - Method in class org.jadice.util.swing.icon.RotatedIcon
 
getRowCount() - Method in class org.jadice.util.glazedlists.gui.EventTableModel
The number of rows equals the number of entries in the source event list.
getRules() - Method in class com.levigo.jadice.swing.pageview.PresentationRuleManager
 
getSanctionedReaderThreads() - Method in class org.jadice.util.glazedlists.DebugList
 
getSanctionedWriterThreads() - Method in class org.jadice.util.glazedlists.DebugList
 
getSansSerif(Collection<? extends Attribute<? extends Serializable>>) - Method in class com.levigo.jadice.appbase.font.factory.LogicalFontFactory
 
getScale() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Gets the scale.
getScale() - Method in class com.levigo.jadice.swing.lens.LensView
Gets the scale.
getScaledSize(Page, RenderControls) - Static method in class com.levigo.jadice.document.Pages
Calculates the rendered size of the given page taking into account the given RenderControls, but disregarding page rotation.
getScaleStep() - Method in class com.levigo.jadice.swing.lens.LensView
 
getScope() - Method in class com.levigo.jadice.swing.commands.AbstractDocumentCommand
 
getScope() - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
Returns the scope of the gradation curve.
getScreenBounds(GraphicsConfiguration) - Static method in class org.jadice.util.swing.geometry.ScreenGeometry
Get the screen bounds for a given GraphicsConfiguration respecting the screen insets.
getScreenResolution() - Static method in class com.levigo.jadice.document.util.GraphicsEnvironment
Returns the screen resolution in dots-per-inch.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.levigo.jadice.swing.pageview.PageView
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.jadice.util.swing.effect.EffectContainer
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
getScrollableTracksViewportHeight() - Method in class com.levigo.jadice.swing.pageview.PageView
 
getScrollableTracksViewportHeight() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
getScrollableTracksViewportHeight() - Method in class org.jadice.util.swing.effect.EffectContainer
 
getScrollableTracksViewportHeight() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
getScrollableTracksViewportWidth() - Method in class com.levigo.jadice.swing.pageview.PageView
 
getScrollableTracksViewportWidth() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
getScrollableTracksViewportWidth() - Method in class org.jadice.util.swing.effect.EffectContainer
 
getScrollableTracksViewportWidth() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.levigo.jadice.swing.pageview.PageView
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.jadice.util.swing.effect.EffectContainer
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
getScrollAmount() - Method in class com.levigo.jadice.swing.tool.MouseWheelEditEvent
 
getScrollDivisor() - Method in class com.levigo.jadice.swing.pageview.MouseWheelZoomTool
Get the scroll divisor.
getScrollPane() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getScrollPane() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getScrollPane() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getScrollPane() - Method in class com.levigo.jadice.swing.BasicViewer
 
getScrollPane() - Method in class com.levigo.jadice.swing.thumbnailview.PageSorter
Returns the page sorters scrollpane.
getScrollType() - Method in class com.levigo.jadice.swing.tool.MouseWheelEditEvent
 
getSearch() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getSearchAction() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getSearchAction() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getSearchAction() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getSearchButton() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getSearchButton() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getSearchConfiguration() - Method in interface com.levigo.jadice.search.engine.Search
Returns the SearchConfiguration of the Search.
getSearchField() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getSearchField() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getSearchField() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getSearchLine() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getSearchLine() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getSearchOptions() - Method in class com.levigo.jadice.search.engine.SearchConfiguration
Retrieve the search options
getSearchPanel() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchFrame
 
getSearchRequest() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
Create the SearchRequest used by this component.
getSearchRequest() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
Create the SearchRequest used by this component.
getSearchSection() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getSearchSection() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getSearchSection() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getSearchState() - Method in interface com.levigo.jadice.search.engine.Search
 
getSearchStrings() - Method in class com.levigo.jadice.search.engine.SearchConfiguration
Retrieves the search terms for this configuration
getSearchStrings() - Method in class com.levigo.jadice.search.SearchRequest
Deprecated.
the search strings that have been specified using the SearchRequest.setSearchStrings(String[]) method.
getSegmentMap() - Method in class com.levigo.jadice.document.AbstractPage
 
getSegmentMap() - Method in class com.levigo.jadice.document.BasicPage
 
getSegmentMap() - Method in interface com.levigo.jadice.document.Page
Return the map of DocumentLayers to PageSegments.
getSegments() - Method in class com.levigo.jadice.document.composite.AbstractCompositePageSegment
Warning: Just for internal use.
getSelected() - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Gets an EventList that contains only selected values and modifies the source list on mutation.
getSelected() - Method in class org.jadice.util.glazedlists.ListSelection
Gets an EventList that contains only selected values and modifies the source list on mutation.
getSelected() - Method in class org.jadice.util.swing.button.JButtonGroup
Returns the selected button in the group.
getSelectedAnnotations() - Method in class com.levigo.jadice.swing.annotation.commands.AbstractAnnotationCommand
Returns the currently selected annotations.
getSelectedColumnCount() - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
getSelectedColumns() - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
getSelectedFile() - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
getSelectedFileIcon() - Method in class com.levigo.jadice.appbase.chooser.PreviewPanel
 
getSelectedIcon() - Method in class org.jadice.util.swing.action.components.IconJMenuItem
 
getSelectedIcon() - Method in class org.jadice.util.swing.action.components.VisibilityEnabledJCheckboxMenuItem
 
getSelectedIcon() - Method in class org.jadice.util.swing.action.components.VisibilityEnabledJRadioMenuItem
 
getSelectedItem() - Method in class org.jadice.util.glazedlists.gui.EventComboBoxModel
Gets the currently selected item.
getSelectedPages() - Method in interface com.levigo.jadice.document.PageSelection
Return a list of selected pages.
getSelectedPages() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Returns the list of selected pages.
getSelectedPagesToPrint() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Returns an unmodifiable List of selected pages to print.
getSelectedPaths() - Method in interface org.jadice.util.swing.flextree.TreeContributionContext
 
getSelectedStashes() - Method in class com.levigo.jadice.demo.pagestash.SelectStashDialog
 
getSelectedStashes() - Method in class com.levigo.jadice.demo.pagestash.SelectStashPanel
Return the currently selected stashes.
getSelectedText() - Method in class com.levigo.jadice.appbase.commands.CopySelectedTextCommand
 
getSelectedText() - Method in interface com.levigo.jadice.document.Selection
Provides the selected text.
getSelectedText() - Method in class com.levigo.jadice.search.engine.SearchResult
 
getSelectedText() - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
getSelectedText() - Method in class com.levigo.jadice.swing.search.tool.SelectionHighlighterTool
 
getSelection() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Returns an unmodifiable view of the currently selected annotations.
getSelection() - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
getSelection() - Method in class org.jadice.util.swing.button.JButtonGroup
 
getSelection(Page) - Method in class com.levigo.jadice.document.text.TextContentService
Return the Selection for the whole page.
getSelectionBackground() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Returns the color used to draw the background of selected pages.
getSelectionBetween(Page, Point2D, Point2D) - Method in class com.levigo.jadice.document.text.TextContentService
Return the Selection between two points on the page.
getSelectionBetween(Page, Point2D, Point2D, Granularity) - Method in class com.levigo.jadice.document.text.TextContentService
Provides line based selection support.
getSelectionColor() - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
getSelectionColor() - Method in class com.levigo.jadice.swing.search.tool.SelectionHighlighterTool
 
getSelectionForeground() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Returns the color used to draw the foreground of selected pages.
getSelectionInArea(Page, Rectangle) - Method in class com.levigo.jadice.document.text.TextContentService
Return the Selection within a rectangular area.
getSelectionMode() - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Returns the current selection mode.
getSelectionMode() - Method in class org.jadice.util.glazedlists.ListSelection
Returns the current selection mode.
getSelectionModel() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
getSelectionModel() - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
getSelectionPath() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
getSelectionPaths() - Method in class org.jadice.util.swing.flextree.FlexibleTree
Returns the paths of all selected values.
getSelections() - Method in class com.levigo.jadice.swing.commands.AbstractSelectionCommand
 
getSelections() - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
getSelections() - Method in interface com.levigo.jadice.swing.pageview.SelectionProvider
 
getSelections() - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
getSelectNextAction() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getSelectNextAction() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getSelectNextAction() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getSelectNextButton() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getSelectNextButton() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getSelectNextButton() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getSelectPreviousAction() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getSelectPreviousAction() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getSelectPreviousAction() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getSelectPreviousButton() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getSelectPreviousButton() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getSelectPreviousButton() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getSelectsTextOnFocusGain() - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Returns true if the combo box editor text is selected when it gains focus; false otherwise.
getSeparator() - Method in class com.levigo.jadice.demo.DemoMenuComponentFactory
 
getSeparator() - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
 
getSerializedInstructionClass() - Method in class com.levigo.jadice.demo.outline.serialize.InstructionConverter
Returns the class of the SerializableInstruction this converter can handle.
getSerif(Collection<? extends Attribute<? extends Serializable>>) - Method in class com.levigo.jadice.appbase.font.factory.LogicalFontFactory
 
getSettings() - Method in class com.levigo.jadice.document.render.DefaultRenderControls
 
getSettings() - Method in interface com.levigo.jadice.document.render.RenderControls
 
getSettings(Class<S>) - Method in class com.levigo.jadice.document.controls.AbstractProcessingControls
 
getSettings(Class<S>) - Method in interface com.levigo.jadice.document.controls.ProcessingControls
Return a particular instance of SerializableProcessingSettings selected by its class.
getSettings(Class<S>) - Method in class com.levigo.jadice.document.read.Reader
Retrieve settings of a given kind.
getSettings(Class<S>) - Method in class com.levigo.jadice.document.render.DefaultRenderControls
 
getSettingsChangeHandler() - Method in class com.levigo.jadice.document.render.AbstractListenableRenderSettings
Gets a SettingsChangeHandler for this settings instance.
getShape() - Method in class com.levigo.jadice.annotation.EllipseAnnotation
 
getShape() - Method in class com.levigo.jadice.annotation.LineAnnotation
 
getShape() - Method in class com.levigo.jadice.annotation.PathAnnotation
 
getShape() - Method in class com.levigo.jadice.annotation.RectangleAnnotation
 
getShape() - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Shape for render structure
getShape() - Method in class com.levigo.jadice.annotation.StampAnnotation
 
getShape() - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
 
getShape() - Method in interface com.levigo.jadice.document.Selection
Provides a graphical representation of this selection.
getShape() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCaretAnnotation
 
getShape() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCircleAnnotation
 
getShape() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
getShape() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
getShape() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
getShape() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
getShape() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
getShape() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPopupAnnotation
 
getShape() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFSquareAnnotation
 
getShape() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFStampAnnotation
 
getShape() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextAnnotation
 
getShape() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextMarkupAnnotation
 
getShape() - Method in class com.levigo.jadice.search.engine.SearchResult
 
getSharedState() - Method in class com.levigo.jadice.document.read.ReaderParameters
 
getShort(byte[], int) - Static method in class com.levigo.jadice.document.io.ByteUtils
reads out a short value in the given byte[] at the offset specified in the second parameter.
getShortDescription() - Method in class com.levigo.jadice.swing.commands.RedoCommand
 
getShortDescription() - Method in class com.levigo.jadice.swing.commands.UndoCommand
 
getShortDescription() - Method in interface org.jadice.util.swing.action.commands.SelfDescribingCommand
Provide the equivalent of the Action.SHORT_DESCRIPTION property for this command.
getShowCoverPage() - Method in class com.levigo.jadice.swing.pageview.PageLayoutSettings
Returns current show cover page setting.
getSigDictVersion() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureData
The version of the signature dictionary format.
getSigFlags() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureStore
The SigFlags value is provided by the interactive form dictionary of a pdf document.
getSignatureData() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureField
Returns signature data of this signature field.
getSignatureExists() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureStore
Returns whether the document contains at least one signature.
getSignatureFields() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureStore
Returns a list of signature fields contained in the pdf document.
getSignatureStore(Document) - Static method in class com.levigo.jadice.format.pdf.signaturestore.SignatureStores
Search in the document or in the contained PageSegmentSources for a SignatureStore
getSignatureStore(Page) - Static method in class com.levigo.jadice.format.pdf.signaturestore.SignatureStores
Search the in the page contained PageSegmentSources for a SignatureStore
getSignatureUsageRights() - Method in interface com.levigo.jadice.format.pdf.signaturestore.TransformParams
A list additional signature-related usage rights for the document.
getSize() - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
 
getSize() - Method in class com.levigo.jadice.document.BasicPage
Get the raw size of the page in base units.
getSize() - Method in class com.levigo.jadice.document.composite.CompositePageSegment
 
getSize() - Method in class com.levigo.jadice.document.composite.DynamicCompositePageSegment
 
getSize() - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorPageSegment
Returns the dimension of this ContentsCreatorPageSegment.
getSize() - Method in class com.levigo.jadice.document.lazy.LazyStreamPageSegment
 
getSize() - Method in interface com.levigo.jadice.document.Page
Get the raw size of the page in base units.
getSize() - Method in interface com.levigo.jadice.document.PageSegment
Returns the raw size/dimensions of the PageSegment in base units.
getSize() - Method in class com.levigo.jadice.format.text.TextFont
Returns the point size of the TextFont
getSize() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
getSize() - Method in class org.jadice.util.glazedlists.gui.EventListModel
Gets the size of the list.
getSize(Page, Unit) - Static method in class com.levigo.jadice.document.Pages
Calculates the size of the given page using the given Unit.
getSize(Dimension2D) - Method in class com.levigo.jadice.document.Resolution
Return the physical size of a grid of the given size with this resolution.
getSize(Dimension2D, Unit) - Method in class com.levigo.jadice.document.Resolution
Return the physical size of a grid of the given size with this resolution.
getSizeDetector() - Method in class com.levigo.jadice.format.hocr.settings.HocrReaderSettings
This returns the SizeDetector
getSizeEstimate() - Method in class com.levigo.jadice.document.io.CarbonCopyStream
 
getSizeEstimate() - Method in class com.levigo.jadice.document.io.ConcatenatedInputStream
 
getSizeEstimate() - Method in class com.levigo.jadice.document.io.FileCacheInputStream
 
getSizeEstimate() - Method in class com.levigo.jadice.document.io.MemoryInputStream
 
getSizeEstimate() - Method in class com.levigo.jadice.document.io.RandomAccessFileInputStream
 
getSizeEstimate() - Method in class com.levigo.jadice.document.io.SeekableInputStream
A rough estimated size for this stream instance, which is used for internal cache management.
getSizeEstimate() - Method in class com.levigo.jadice.document.io.SeekableLookaheadStream
 
getSizeEstimate() - Method in class com.levigo.jadice.document.io.SubfileSeekableInputStream
 
getSizeEstimate() - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
getSizeEstimate() - Method in class org.jadice.util.mm.ckc.events.CompositeKeyCacheEntryEvent
 
getSizeEstimate() - Method in class org.jadice.util.mm.LRUCache
Returns the estimated size of all objects in the cache.
getSizeHighwaterMark() - Method in class org.jadice.util.mm.LRUCache
Returns the high water mark.
getSizeLowwaterPercent() - Method in class org.jadice.util.mm.LRUCache
Returns the low water mark.
getSizeManagementStrategy() - Method in class org.jadice.util.mm.LRUCache
 
getSnapIn(Class<T>) - Method in class com.levigo.jadice.swing.status.StatusBar
Returns a particular instance of SnapIn selected by its class contained in this status bar.
getSnapInStatusBar() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Returns a reference to embedded snap-in status bar.
getSorter() - Method in class com.levigo.jadice.demo.SorterFrame
Returns the contained Page Sorter
getSorter() - Method in class com.levigo.jadice.demo.SorterToolbar
Returns the the contained page sorter
getSorterToolbar() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Returns a reference to the contained sorter toolbar object if available.
getSorterToolbarPosition() - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Returns the desired sorter toolbar position.
getSortingColumns() - Method in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Get the columns that the TableComparatorChooser is sorting by.
getSortingStyle(int) - Method in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Gets the sorting style currently applied to the specified column.
getSortingStyle(int) - Method in class org.jadice.util.glazedlists.gui.TableComparatorChooser
Gets the sorting style currently applied to the specified column.
getSource() - Method in class com.levigo.jadice.document.AbstractPageSegment
 
getSource() - Method in class com.levigo.jadice.document.io.SeekableLookaheadStream
 
getSource() - Method in interface com.levigo.jadice.document.PageSegment
Get the PageSegmentSource describing the source of this page segment.
getSource() - Method in class com.levigo.jadice.document.render.RenderSettingsEvent
Returns the source RenderSettings instance which caused this event.
getSource() - Method in class com.levigo.jadice.swing.tool.EditEvent
 
getSource() - Method in class org.jadice.util.glazedlists.ListSelection
Get the EventList that selection is being managed for.
getSource() - Method in class org.jadice.util.mm.ckc.events.CacheEntryEvent
getSourceActions(JComponent) - Method in class com.levigo.jadice.swing.dnd.ExportHandlerTransferHandler
 
getSourceActions(TreePath[]) - Method in interface org.jadice.util.swing.flextree.TreeExportHandler
 
getSourceControls() - Method in class com.levigo.jadice.document.render.RenderSettingsEvent
Returns the RenderControls instance the source RenderSettings belongs to.
getSourceDocument() - Method in interface com.levigo.jadice.document.UIDocument
Return the source Document instance that this UIDocument is based on or null.
getSourceDocument() - Method in class com.levigo.jadice.swing.SwingUIDocument
 
getSourceID() - Method in interface com.levigo.jadice.document.PageSegmentSource
Return this PageSegmentSource's identifying object.
getSourceIndex(int) - Method in class org.jadice.util.glazedlists.FilterList
Gets the index in the source EventList that corresponds to the specified index.
getSourceIndex(int) - Method in class org.jadice.util.glazedlists.GroupingList
Gets the index in the source EventList that corresponds to the specified index.
getSourceIndex(int) - Method in class org.jadice.util.glazedlists.RangeList
Gets the index in the source EventList that corresponds to the specified index.
getSourceIndex(int) - Method in class org.jadice.util.glazedlists.SeparatorList
Gets the index in the source EventList that corresponds to the specified index.
getSourceIndex(int) - Method in class org.jadice.util.glazedlists.SortedList
Gets the index in the source EventList that corresponds to the specified index.
getSourceIndex(int) - Method in class org.jadice.util.glazedlists.TransformedList
Gets the index in the source EventList that corresponds to the specified index.
getSourceIndex(int) - Method in class org.jadice.util.glazedlists.TreeList
Gets the index in the source EventList that corresponds to the specified index.
getSourceIndex(int) - Method in class org.jadice.util.glazedlists.UniqueList
Gets the index in the source EventList that corresponds to the specified index.
getSourceList() - Method in class org.jadice.util.glazedlists.event.ListEvent
Gets the List where this event originally occured.
getSourceSizeLimitCheck() - Method in class com.levigo.jadice.document.render.ImageRenderSettings
 
getSourceStreamPosition() - Method in class com.levigo.jadice.document.io.SeekableLookaheadStream
 
getSpellings() - Method in enum com.levigo.jadice.document.font.LogicalFontIdentifier
Returns all supported font identifier spellings.
getStackTrace(Throwable) - Static method in class org.jadice.util.base.Exceptions
 
getStacktraceAsString(Throwable) - Static method in class com.levigo.jadice.printer.event.PrintEventBroadcaster
Returns a string describing given throwable and its backtrace.
getStart() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
getStartIndex() - Method in class org.jadice.util.glazedlists.RangeList
Get the first index of the source EventList that is presented in this RangeList .
getStartIndex() - Method in class org.jadice.util.glazedlists.ThresholdList
Get the first index of the source EventList that is presented in this RangeList .
getStashDirectory() - Method in class com.levigo.jadice.demo.pagestash.FilePageStashReader
 
getStashDirectory() - Method in class com.levigo.jadice.demo.pagestash.FilePageStashWriter
 
getStashDirectory() - Method in class com.levigo.jadice.demo.pagestash.StashPagesCommand
 
getStashName() - Method in interface com.levigo.jadice.demo.pagestash.PageStash
 
getStashReader() - Method in class com.levigo.jadice.demo.pagestash.UnstashMergeCommand
Return the PageStashReader to be used to read stashes.
getState() - Method in class com.levigo.jadice.document.AbstractDocument
 
getState() - Method in interface com.levigo.jadice.document.Document
 
getState() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextAnnotation
 
getState() - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
 
getState() - Method in class com.levigo.jadice.swing.SwingUIDocument
 
getStateModel() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextAnnotation
 
getStatusFeedback() - Method in class com.levigo.jadice.swing.tool.ToolManager
 
getSteps() - Method in class com.levigo.jadice.swing.commands.ZoomCommand
 
getStoreDSS() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureStore
Returns the DocumentSecurityStore (DSS) of the pdf document, if present.
getStrategy() - Method in class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Returns the character comparison strategy for this TextMatcherEditor.
getStream() - Method in class com.levigo.jadice.document.lazy.LazyStreamPageSegment.StreamDataProvider
 
getStream() - Method in interface com.levigo.jadice.document.PageSegmentSource
Return the stream from which the page segment was read.
getStream() - Method in class com.levigo.jadice.document.read.ReaderParameters
 
getStreamIndex() - Method in class com.levigo.jadice.document.read.Reader
Return the index of the last stream read by this reader.
getStreamIndex() - Method in class com.levigo.jadice.document.read.ReaderListener.ReaderEvent
Return the stream's index within the read operation.
getStreamIndex() - Method in class com.levigo.jadice.document.read.ReaderParameters
 
getStreamIndex() - Method in interface com.levigo.jadice.document.StreamSourceID
Return the source stream's index within the read operation during which the page segment was read.
getStreamPageIndex() - Method in class com.levigo.jadice.document.read.ReaderListener.ReaderEvent
Get the index within the stream of the page which was read.
getStreamPageIndex() - Method in interface com.levigo.jadice.document.SourceID
Get the index of the page within the stream from which the page segment was read.
getStreamPosition() - Method in class com.levigo.jadice.document.io.CarbonCopyStream
 
getStreamPosition() - Method in class com.levigo.jadice.document.io.ConcatenatedInputStream
 
getStreamPosition() - Method in class com.levigo.jadice.document.io.FileCacheInputStream
 
getStreamPosition() - Method in class com.levigo.jadice.document.io.MemoryInputStream
 
getStreamPosition() - Method in class com.levigo.jadice.document.io.RandomAccessFileInputStream
 
getStreamPosition() - Method in class com.levigo.jadice.document.io.SeekableLookaheadStream
 
getStreamPosition() - Method in class com.levigo.jadice.document.io.SubfileSeekableInputStream
 
getStreamPosition() - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
getStrikeOut() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCaretAnnotation
 
getString(String, Object...) - Method in class com.levigo.jadice.document.util.ExtResourceBundle
Return a formatted string by using the key to look up a pattern string in the resource bundle and formatting it with the given arguments using MessageFormat.format(String, Object...).
getStroke() - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorDrawModeSettings
Returns the value of the stroke set in this ContentsCreatorDrawModeSettings instance.
getStroke() - Method in class org.jadice.util.swing.borders.StyledLineBorder
 
getStrokeColor() - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Returns the current stroke color
getStrokeResolution() - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
 
getStrokingColor() - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorColorSettings
Returns the value of strokingColor.
getStructure() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
getStructureOfActionNames(String, String) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Separate the actions for the specific key of the component and typ of query and puts them into the collection.
getStyle() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCircleAnnotation
 
getStyle() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
getStyle() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
getStyle() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
getStyle() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
getStyle() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
getStyle() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFSquareAnnotation
 
getStyle() - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
getSubFilter() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureData
The encoding of the signature value and key information in the signature dictionary.
getSubject() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
getSubMenuIDs() - Method in class org.jadice.util.swing.menu.BasicMenuBuilder
 
getSubMenuIDs() - Method in interface org.jadice.util.swing.menu.MenuBuilder
Return the (read-only) list of sub-menu ids already defined.
getSuperType() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
getSuperType() - Method in class com.levigo.jadice.annotation.profiles.AnnotationTemplate
 
getSuperType() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
getSuperTypeName() - Method in class com.levigo.jadice.annotation.profiles.AnnotationTemplate
 
getSuperTypeName() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
getSystemClipboard() - Static method in class com.levigo.jadice.document.util.GraphicsEnvironment
Gets the system clipboard which interfaces with clipboard facilities provided by the native platform.
getSystemPropertySecure(String) - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Allows secure access to system properties without the risk of a thrown SecurityException if the calling thread is not allowed to access the system property with the specified key name.
getSystemPropertySecure(String, String) - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Allows secure access to system properties without the risk of a thrown SecurityException if the calling thread is not allowed to access the system property with the specified key name.
getTabbedPane() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getTable() - Method in class com.levigo.jadice.demo.pagestash.SelectStashPanel
Return the JTable hosting the stash selection.
getTableFormat() - Method in class org.jadice.util.glazedlists.gui.EventTableModel
Gets the Table Format.
getTail() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
getTail() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
getTarget() - Method in class com.levigo.jadice.document.instruction.TargetStringInstruction
 
getTargetBounds() - Method in class com.levigo.jadice.annotation.render.AnnotationGraphicsRenderer
Returns the target rectangle into which the entired annotation will be fitted.
getTargetDocument() - Method in class com.levigo.jadice.swing.dnd.ImportParameters
Return the Document into which content is supposed to be imported.
getTargetIndex() - Method in class com.levigo.jadice.document.read.Reader
Get the target page index to be used for page segments read by subsequent read calls
getTargetIndex() - Method in class com.levigo.jadice.swing.dnd.ImportParameters
Return the target page index at which imported content should be placed.
getTargetPath() - Method in interface org.jadice.util.swing.flextree.TreeContributionContext
The TreePath (which is normally also one of the selected paths) that was immediately under the mouse when the popup menu was triggered.
getTaskExecutor() - Method in class com.levigo.jadice.appbase.chooser.PreviewPanel
 
getTaskExecutorFrom(TaskService) - Method in class com.levigo.jadice.appbase.chooser.PreviewFileReader
Called at construction time to retrieve the TaskExecutor to be used by thic class.
getTempDir() - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Returns the current temp file path as string.
getTempDir(String) - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Returns the current temp file path as string.
getTempDirFile(String) - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Returns the current temp file path as file object.
getTemplate(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
Return the template with the given name or null if there is no such template.
getTemplates() - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
getText() - Method in class com.levigo.jadice.annotation.profiles.Label
 
getText() - Method in class com.levigo.jadice.annotation.TextAnnotation
Returns the actual displayed text of this annotation.
getText() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
 
getText() - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
getText() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
Returns the actual displayed text of this annotation.
getText(EmbeddedAnnotation) - Static method in class com.levigo.jadice.annotation.embedded.EmbeddedAnnotations
 
getText(String, Object...) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Get the text content of the node addressed by the XPath.
getTextAfter() - Method in class com.levigo.jadice.search.engine.SearchResult
 
getTextBefore() - Method in class com.levigo.jadice.search.engine.SearchResult
 
getTextColor() - Method in class com.levigo.jadice.annotation.TextAnnotation
 
getTextColor() - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
getTextColor() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
getTextContent(PageSegment, Rectangle2D, List<PresentationElementCondition>) - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
 
getTextContentFactories() - Method in class com.levigo.jadice.document.text.TextServiceLoader
 
getTextFilterator() - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Returns the TextFilterator that extracts searchable strings from each item in the ComboBoxModel.
getTextFilterator() - Method in class org.jadice.util.glazedlists.matchers.SearchEngineTextMatcherEditor.Field
Returns the TextFilterator capable of extracting only the fields that should be considered by SearchTerms using this Field.
getTextFont() - Method in class com.levigo.jadice.format.text.TextReaderSettings
Gets the TextFont.
getTextFormat() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
getTextMatchingStrategy() - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Returns the manner in which the contents of the ComboBoxModel are filtered and autocompletion terms are matched.
getTextOrCDATA() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
 
getTextOrCDATA(String, Object...) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Get the text content of the node addressed by the XPath.
getTextSettings() - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorControls
Get the ContentsCreatorTextSettings as stored in this instance.
getThreadLocal() - Static method in class org.jadice.util.mm.CacheManager
Get the cache instance for the current thread.
getThreadPriority() - Method in interface org.jadice.util.concurrent.tasks.ExecutorManager.ConfigurationStrategy
 
getThreshold() - Method in class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
getThreshold() - Method in class org.jadice.util.swing.infobar.QualifiedLoggingBridge
 
getThrowable() - Method in exception org.jadice.util.log.qualified.AbstractQualifiedRuntimeException
 
getThrowable() - Method in class org.jadice.util.log.qualified.DefaultQualifiedLogEvent
 
getThrowable() - Method in class org.jadice.util.log.qualified.FormattingTuple
 
getThrowable() - Method in interface org.jadice.util.log.qualified.QualifiedLogEvent
returns a associated Throwable which may be the cause of the QualifiedLogEvent.
getThrowable() - Method in class org.jadice.util.log.qualified.ResolvedQualifiedLogEvent
 
getThrowable() - Method in class org.jadice.util.swing.infobar.SimpleMessage
 
getThrowableCandidate(Object[]) - Static method in class org.jadice.util.log.qualified.MessageFormatter
Helper method to determine if an Object array contains a Throwable as last element
getThumbnail(Page, RenderControls) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
 
getThumbnail(Page, RenderControls) - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailRenderer
 
getThumbnail(Page, RenderControls) - Method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer
 
getThumbnail(Page, TaskExecutor<Page>, RenderControls, boolean) - Method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailProvider
 
getThumbnail(Page, TaskExecutor<Page>, RenderControls, boolean) - Method in interface com.levigo.jadice.swing.thumbnailview.ThumbnailProvider
Returns a thumbnail image in given size of a page associated to.
getThumbnailBounds(ThumbnailView, Page, Rectangle) - Method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer
 
getThumbnailBounds(ThumbnailView, Page, Rectangle) - Method in interface com.levigo.jadice.swing.thumbnailview.ThumbnailCellRenderer
 
getThumbnailCellRendererComponent(ThumbnailView, Page, boolean, boolean, boolean) - Method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer
 
getThumbnailCellRendererComponent(ThumbnailView, Page, boolean, boolean, boolean) - Method in interface com.levigo.jadice.swing.thumbnailview.ThumbnailCellRenderer
 
getThumbnailDecorationBorder() - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
 
getThumbnailProvider() - Method in class com.levigo.jadice.appbase.chooser.PreviewPanel
 
getThumbnailProvider() - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailRenderer
 
getThumbnailProvider() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
getThumbnailRenderControls(Page) - Method in class com.levigo.jadice.appbase.chooser.PreviewPanel
 
getThumbnailRenderControls(Page) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
 
getThumbnailRenderControls(Page) - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailRenderer
 
getThumbnailRenderControls(Page) - Method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer
 
getThumbnailRenderControls(Page) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Calculates the zoom factor for the render context to fit into the thumbnail image size.
getThumbnailSize() - Method in class com.levigo.jadice.appbase.chooser.PreviewPanel
 
getThumbnailSize() - Method in class com.levigo.jadice.appbase.preview.NavigablePreviewThumbnailRenderer
 
getThumbnailSize() - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
 
getThumbnailSize() - Method in class com.levigo.jadice.swing.thumbnailview.PageSorter
 
getThumbnailSize() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Returns the thumbnailSize.
getThumbnailView() - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
Returns the embedded thumbnail view
getThumbnailView() - Method in class com.levigo.jadice.swing.thumbnailview.PageSorter
Returns the embedded thumbnail view component.
getTimeUnit() - Method in interface com.levigo.jadice.demo.flextree.ReadStateModule.ReadTracker
 
getTitle() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
getTogglingDeselected() - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Gets an EventList that contains only deselected values and modifies the selection state on mutation.
getTogglingDeselected() - Method in class org.jadice.util.glazedlists.ListSelection
Gets an EventList that contains only deselected values and modifies the selection state on mutation.
getTogglingSelected() - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Gets an EventList that contains only selected values and modifies the selection state on mutation.
getTogglingSelected() - Method in class org.jadice.util.glazedlists.ListSelection
Gets an EventList that contains only selected values and modifies the selection state on mutation.
getTool() - Method in class com.levigo.jadice.demo.commands.ToggleToolCommand
 
getTool(Class<T>) - Method in class com.levigo.jadice.swing.tool.ToolManager
Return the tool instance for the given tool class, or null if no such tool is registered.
getToolActivationPolicy() - Method in class com.levigo.jadice.appbase.commands.ToggleToolActivationPolicyCommand
 
getToolbar(JadiceToolbarProvider) - Method in class com.levigo.jadice.demo.commands.ToggleToolbarVisibilityCommand
 
getToolbar(String, Context) - Method in class com.levigo.jadice.demo.DemoMenuComponentFactory
 
getToolbar(String, Context) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Create a JToolbar for the given template key or context name.
getToolbar(String, Context) - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
 
getToolbar(String, Context) - Method in interface org.jadice.util.swing.action.factories.MenuComponentFactory
Create a JToolBar for the given template key or context name.
getToolbar(String, Context, Action[]) - Method in class com.levigo.jadice.demo.DemoMenuComponentFactory
 
getToolbar(String, Context, Action[]) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Create a JToolbar for the given template key or context name.
getToolbar(String, Context, Action[]) - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
 
getToolbar(String, Context, Action[]) - Method in interface org.jadice.util.swing.action.factories.MenuComponentFactory
Create a JToolbar for the given template key or context name.
getToolClass() - Method in class com.levigo.jadice.appbase.commands.AbstractToolActivationCommand
 
getToolClass() - Method in class com.levigo.jadice.appbase.commands.AnnotationEditActivationCommand
 
getToolClass() - Method in class com.levigo.jadice.appbase.commands.DragTextActivationCommand
 
getToolClass() - Method in class com.levigo.jadice.appbase.commands.LensActivationCommand
 
getToolClass() - Method in class com.levigo.jadice.appbase.commands.PanActivationCommand
 
getToolClass() - Method in class com.levigo.jadice.demo.commands.ToggleHoverLensCommand
 
getToolkitType() - Static method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
getToolkitType() - Method in class com.levigo.jadice.annotation.profiles.ToolkitBasedFactory
 
getToolManager() - Method in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
 
getToolManager() - Method in class com.levigo.jadice.swing.navigator.NavigatorComponent
Returns the ToolManager of the embedded navigator thumbnail component
getToolManager() - Method in class com.levigo.jadice.swing.navigator.NavigatorComponentUI
Returns the ToolManager of the embedded navigator thumbnail component
getToolManager() - Method in class com.levigo.jadice.swing.ViewComponent
 
getToolPropertyPrefix(Class<? extends Tool>) - Static method in class com.levigo.jadice.swing.tool.ToolManager
Constructs the property name prefix for Tool property change events.
getTooltip(TreePath) - Method in interface org.jadice.util.swing.flextree.TreeTipProvider
 
getToolTip(AnnotationFactory) - Method in class com.levigo.jadice.appbase.AnnotationProfileAwareToolBar
Resolve tooltip for given AnnotationType.
getToolTip(TypeSet) - Method in class com.levigo.jadice.appbase.AnnotationProfileAwareToolBar
Retrieve ToolTip for a given TypeSet.
getToolTipText(MouseEvent) - Method in class com.levigo.jadice.swing.status.MemoryMonitorSnapIn
 
getToolTipText(MouseEvent) - Method in class com.levigo.jadice.swing.status.TaskServiceMonitorSnapIn
 
getToolTipText(MouseEvent) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Returns the tooltip text to be used for the given event.
getTotalColumnWidth() - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
getTotalPageCount() - Method in class com.levigo.jadice.search.engine.SearchEvent
 
getTotalPageCount() - Method in class com.levigo.jadice.search.SearchStateChangeEvent
Deprecated.
 
getTransferable() - Method in class com.levigo.jadice.swing.dnd.ImportParameters
The Transferable associated with this import.
getTransferData(Selection, DataFlavor, ExportParameters) - Method in class com.levigo.jadice.swing.dnd.RasterizedSelectionExportHandler
 
getTransferData(Selection, DataFlavor, ExportParameters) - Method in class com.levigo.jadice.swing.dnd.SelectedTextExportHandler
 
getTransferData(DataFlavor, TreePath[]) - Method in interface org.jadice.util.swing.flextree.TreeExportHandler
 
getTransferData(List<Page>, DataFlavor, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.Base64PageExportHandler
 
getTransferData(List<Page>, DataFlavor, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.IntraDOCPPageExportHandler
 
getTransferData(List<Page>, DataFlavor, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.IntraJVMPageExportHandler
 
getTransferData(List<Page>, DataFlavor, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.PageTextExportHandler
 
getTransferData(List<Page>, DataFlavor, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.RasterizedPageImageExportHandler
 
getTransferData(List<Page>, DataFlavor, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.ReorderPageExportHandler
 
getTransferData(S, DataFlavor, ExportParameters) - Method in class com.levigo.jadice.swing.dnd.CompositeExportHandler
 
getTransferData(S, DataFlavor, ExportParameters) - Method in interface com.levigo.jadice.swing.dnd.ExportHandler
Return the transfer data representation of the given selection.
getTransferDataAsStream(Transferable, DataFlavor) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.DocumentUnmarshallerPageImportHandler
Get the transfer data as a stream.
getTransferDataAsStream(Transferable, DataFlavor) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.URLBaseOpenPortfolioImportHandler
 
getTransform() - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTransformationSettings
Get the AffineTransform which is to be applied.
getTransform() - Method in class com.levigo.jadice.document.render.BasicRenderParameters
Return the transform from document to rendered space.
getTransform() - Method in class org.jadice.util.swing.panel.TransformerPanel
Never returns null
getTransformationSettings() - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorControls
Get the ContentsCreatorTransformationSettings as stored in this instance.
getTransformMethod() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureReference
The transform method that shall define the modification analysis when the signature is validated.
getTransformMethodName() - Method in interface com.levigo.jadice.format.pdf.signaturestore.TransformParams
Returns the name of the transform method this params object belongs to.
getTransformParams() - Method in interface com.levigo.jadice.format.pdf.signaturestore.SignatureReference
Returns additional parameters for the transformation method specified by TransformMethod
getTranslucentRegions() - Method in class com.levigo.jadice.document.model.DocumentModelInfo
Returns an unmodifiable list of translucent regions within the referenced page or page segment.
getTransparentRegions() - Method in class com.levigo.jadice.document.model.DocumentModelInfo
Returns an unmodifiable list of transparent regions within the referenced page or page segment.
getTrayPopupMenu() - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Called when the TrayIcon is being installed.
getTree() - Method in interface org.jadice.util.swing.flextree.TreeContributionContext
 
getTreeModules() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
getTreeModules(Class<T>) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
getTreeNode(int) - Method in class org.jadice.util.glazedlists.TreeList
 
getTruncationChars() - Method in class com.levigo.jadice.format.text.TextReaderSettings
Returns the characters displayed when text exceeds maximum characters per line
getTrustStoreData() - Method in class com.levigo.jadice.signature.TrustStoreParameter
 
getType() - Method in class com.levigo.jadice.annotation.Annotation
Get the type profile.
getType() - Method in interface com.levigo.jadice.annotation.embedded.EmbeddedAnnotation
Returns the AnnotationType of this EmbeddedAnnotation.
getType() - Method in class com.levigo.jadice.annotation.profiles.TypeRef
 
getType() - Method in class com.levigo.jadice.appbase.instruction.FitInstruction
 
getType() - Method in class com.levigo.jadice.appbase.instruction.PanInstruction
 
getType() - Method in class com.levigo.jadice.appbase.instruction.ZoomInstruction
 
getType() - Method in class com.levigo.jadice.demo.bookmark.BookmarkStoreEvent
Returns a BookmarkStoreEvent.Type which describes the kind of this event.
getType() - Method in class com.levigo.jadice.demo.bookmark.instruction.ChangePageLayoutInstruction
 
getType() - Method in class com.levigo.jadice.demo.instruction.DocumentByWeakRefInstruction
 
getType() - Method in class com.levigo.jadice.demo.instruction.PageByWeakRefInstruction
 
getType() - Method in class com.levigo.jadice.demo.instruction.RotateInstruction
 
getType() - Method in class com.levigo.jadice.demo.outline.serialize.SerializableFitInstruction
 
getType() - Method in class com.levigo.jadice.demo.outline.serialize.SerializableInstruction
 
getType() - Method in class com.levigo.jadice.demo.outline.serialize.SerializablePanInstruction
 
getType() - Method in class com.levigo.jadice.demo.outline.serialize.SerializableRotateInstruction
 
getType() - Method in class com.levigo.jadice.demo.outline.serialize.SerializableZoomInstruction
 
getType() - Method in interface com.levigo.jadice.document.instruction.Instruction
 
getType() - Method in class com.levigo.jadice.document.instruction.PageByIndexInstruction
 
getType() - Method in class com.levigo.jadice.document.instruction.TargetStringInstruction
 
getType() - Method in class com.levigo.jadice.document.instruction.URIInstruction
 
getType() - Method in class com.levigo.jadice.document.outline.DefaultOutline
 
getType() - Method in interface com.levigo.jadice.document.outline.Outline
Returns the type identifier which is an indicator of this Outline's purpose.
getType() - Method in class com.levigo.jadice.document.PageSegmentEvent
Returns the type of this event
getType() - Method in class com.levigo.jadice.document.read.ReaderListener.ReaderEvent
Indicates what happened.
getType() - Method in class com.levigo.jadice.printer.event.PrintEvent
Gets the type of this event
getType() - Method in class com.levigo.jadice.signature.TrustStoreParameter
 
getType() - Method in class org.jadice.util.glazedlists.event.ListEvent
Gets the type of the current change, which should be one of ListEvent.INSERT, UPDATE, or DELETE.
getType() - Method in class org.jadice.util.glazedlists.matchers.MatcherEditor.Event
 
getType() - Method in interface org.jadice.util.swing.infobar.MessageConsumer.Message
Get the message type.
getType() - Method in class org.jadice.util.swing.infobar.SimpleMessage
 
getType(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
Return the type profile with the given name or null if there is no such profile.
getTypes() - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
getTypes() - Method in class com.levigo.jadice.annotation.profiles.TypeSet
 
getTypeSet(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
getTypeSetName() - Method in class com.levigo.jadice.annotation.profiles.TypeSet
 
getTypeSets() - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
getUI() - Method in class com.levigo.jadice.demo.SorterToolbar
 
getUI() - Method in class com.levigo.jadice.swing.navigator.NavigatorComponent
Returns the NavigatorComponentUI (!)
getUI() - Method in class com.levigo.jadice.swing.pageview.PageView
Returns the PageViewUI (!)
getUI() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Returns the ThumbnailViewUI (!)
getUI(JComponent, String) - Static method in class com.levigo.jadice.swing.ui.UIs
Create the UI for the given component.
getUIClassID() - Method in class com.levigo.jadice.swing.navigator.NavigatorComponent
Returns "NavigatorComponentUI", the UIDefaults key used to look up the name of the NavigatorComponentUI class that defines the look and feel for this component.
getUIClassID() - Method in class com.levigo.jadice.swing.pageview.PageView
Returns "ListUI", the UIDefaults key used to look up the name of the javax.swing.plaf.ListUI class that defines the look and feel for this component.
getUIClassID() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Returns "ThumbnailViewUI", the UIDefaults key used to look up the name of the ThumbnailViewUI class that defines the look and feel for this component.
getUnionSelectionBounds(Page, List<? extends Selection>) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
getUnionSelectionBounds(Page, List<? extends Selection>, RenderControls, Rectangle) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
getUnit() - Method in class com.levigo.jadice.document.Resolution
 
getUnitRotation(AffineTransform) - Static method in class org.jadice.util.base.AffineTransforms
Determines the rotation component of the given transformation with respect to the unit point (1,1) relative to the origin.
getUnitsToScroll() - Method in class com.levigo.jadice.swing.tool.MouseWheelEditEvent
 
getUnmarshaller(Transferable, DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.DocumentUnmarshallerPageImportHandler
 
getUnmarshaller(Transferable, DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.IntraDOCPPageImportHandler
 
getUnmarshaller(Transferable, DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.URLBaseOpenPortfolioImportHandler
 
getUnmarshallerClassName() - Method in interface com.levigo.jadice.document.marshalling.DocumentMarshaller
Return the name of the corresponding unmarshaller class which is able to read the byte stream marshalled by this marshaller.
getUnmodifiedAnnotations() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationOutput
Returns all unmodified annotations.
getUnreadIcon() - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
Get the icon to apply to unread documents.
getUnreadLabelPrefix() - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
Get the prefix to add to the label for unread documents.
getUnreadLabelStyle() - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
Get the styling to apply to the node's label for unread documents.
getUpperThreshold() - Method in class org.jadice.util.glazedlists.ThresholdList
Gets the upper threshold for this list
getURI() - Method in class com.levigo.jadice.document.instruction.URIInstruction
Returns the URI associated with this URIInstruction.
getUserHome() - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Returns the user home path as string.
getUserHome(String) - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Returns the user home path as string.
getUserHomeFile(String) - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Returns the user home path as file object.
getV() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.BooleanValue
 
getV() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ByteValue
 
getV() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.CollectionValue
 
getV() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.DecimalValue
 
getV() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.DoubleValue
 
getV() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.FloatValue
 
getV() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.IntegerValue
 
getV() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.IntValue
 
getV() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.LongValue
 
getV() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.MapValue
 
getV() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ShortValue
 
getV() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.StringValue
 
getV() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.TimestampValue
 
getV() - Method in interface com.levigo.jadice.annotation.profiles.PropertiesDescriptor.Value
 
getValidatingContainer() - Method in interface org.jadice.util.swing.panel.CollapsiblePane.JCollapsiblePaneContainer
 
getValue() - Method in class com.levigo.jadice.annotation.profiles.Parameter
 
getValue() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ValueElement
 
getValue() - Method in class org.jadice.util.glazedlists.calculation.AbstractCalculation
 
getValue() - Method in interface org.jadice.util.glazedlists.calculation.Calculation
 
getValue() - Method in class org.jadice.util.mm.ckc.events.CompositeKeyCacheEntryEvent
 
getValue(int) - Method in class org.jadice.util.mm.SequencedHashMap
Returns the value at the specified index.
getValue(String) - Method in class org.jadice.util.swing.action.commands.CommandAction
Gets the Object associated with the specified key.
getValue(String) - Method in class org.jadice.util.swing.action.commands.DelegateAction
Get the value for the given property key.
getValueAsString() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.CollectionWrapper
 
getValueAsString() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.EntryWrapper
 
getValueAsString() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.MapWrapper
 
getValueAsString() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.Wrapper
 
getValueAt(double) - Method in class com.levigo.jadice.document.util.NaturalCubicSpline1D
Get the y-value at a given x location
getValueAt(int) - Method in class com.levigo.jadice.document.util.GradationCurve
Get the intensity value for a given point.
getValueAt(int, int) - Method in class org.jadice.util.glazedlists.gui.EventTableModel
Retrieves the value at the specified location of the table.
getValueAt(TreePath, String) - Method in interface org.jadice.util.swing.flextree.TreeColumnProvider
Return the value for the cell defined by the given tree path and the given column ID.
getValueClass() - Method in class org.jadice.util.glazedlists.beans.BeanProperty
Gets the class of the property's value.
getValueForEditor(TreePath) - Method in interface org.jadice.util.swing.flextree.TreeElementEditor
 
getValueIsAdjusting() - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Returns true if the value is undergoing a series of changes.
getValueType() - Method in class com.levigo.jadice.format.annotation.converters.BooleanConverter
 
getValueType() - Method in class com.levigo.jadice.format.annotation.converters.ColorConverter
 
getValueType() - Method in class com.levigo.jadice.format.annotation.converters.EnumConverter
 
getValueType() - Method in class com.levigo.jadice.format.annotation.converters.FloatConverter
 
getValueType() - Method in class com.levigo.jadice.format.annotation.converters.IntegerConverter
 
getValueType() - Method in class com.levigo.jadice.format.annotation.converters.NumberConverter
 
getValueType() - Method in class com.levigo.jadice.format.annotation.converters.PathConverter
 
getValueType() - Method in class com.levigo.jadice.format.annotation.converters.PointConverter
 
getValueType() - Method in class com.levigo.jadice.format.annotation.converters.RectangleConverter
 
getValueType() - Method in class com.levigo.jadice.format.annotation.converters.SerializableConverter
 
getValueType() - Method in class com.levigo.jadice.format.annotation.converters.StringConverter
 
getValueType() - Method in interface com.levigo.jadice.format.annotation.converters.XMLConverter
 
getVersion() - Method in class com.levigo.jadice.document.Format
The version of the format support.
getVersion() - Method in class com.levigo.jadice.document.ProductInformation.Artifact
Return the version string.
getVersion() - Static method in class com.levigo.jadice.document.ProductInformation
Return the full version string for the main jadice document platform artifact.
getVersion() - Method in class com.levigo.jadice.format.annocm.CMAnnotationFormat
 
getVersion() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationFormat
 
getVersion() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationFormat
 
getVersion() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationFormat
 
getVersion() - Method in class com.levigo.jadice.format.bmp.BMPFormat
 
getVersion() - Method in class com.levigo.jadice.format.fn.FileNetImageFormat
 
getVersion() - Method in class com.levigo.jadice.format.fnpc.FileNetPCFormFormat
 
getVersion() - Method in class com.levigo.jadice.format.hocr.HocrFormat
 
getVersion() - Method in class com.levigo.jadice.format.imageio.ImageIOFormat
 
getVersion() - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000Format
 
getVersion() - Method in class com.levigo.jadice.format.modca.AFPFormat
 
getVersion() - Method in class com.levigo.jadice.format.modca.AfpLineModeFormat
 
getVersion() - Method in class com.levigo.jadice.format.modca.IocaFormat
 
getVersion() - Method in class com.levigo.jadice.format.modca.ModcaFormat
 
getVersion() - Method in class com.levigo.jadice.format.pdf.PDFFormat
 
getVersion() - Method in interface com.levigo.jadice.format.pdf.signaturestore.TransformParams
The transform parameters version.
getVersion() - Method in class com.levigo.jadice.format.text.TextFormat
Returns the version of this format
getVersion() - Method in class com.levigo.jadice.format.tiff.TIFFFormat
 
getVersion() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationFormat
 
getVersion(DataFlavor) - Static method in class com.levigo.jadice.document.flavor.IntraDOCPDataFlavor
Returns the version number of the given flavor.
getVersion(String) - Static method in class com.levigo.jadice.document.ProductInformation
Return the full version string for the artifact with the given composite id.
getVersionPart(int) - Method in class com.levigo.jadice.document.ProductInformation.Artifact
Return the i'th part of the version string (if it exists and can be expressed as a number) or zero.
getVersionPart(int) - Static method in class com.levigo.jadice.document.ProductInformation
Return the i'th version part of the version number of the jadice document platform.
getVerticalAlignment() - Method in class com.levigo.jadice.swing.pageview.PageLayoutSettings
 
getVertices() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
getVertices() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
getView() - Method in class com.levigo.jadice.demo.SorterToolbar
Returns the associated PageView component.
getView() - Method in class org.jadice.util.swing.panel.TransformerPanel
 
getViewComponent() - Method in class com.levigo.jadice.swing.dnd.ExportParameters
The ViewComponent handling the export.
getViewComponent() - Method in class com.levigo.jadice.swing.dnd.ImportParameters
The ViewComponent handling the import.
getViewComponent() - Method in class com.levigo.jadice.swing.tool.RenderParameters
Get the view component triggering the render cycle.
getViewComponent() - Method in class com.levigo.jadice.swing.tool.ToolManager
 
getViewer() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Returns the embedded viewer instance.
getVisualElement() - Method in class com.levigo.jadice.document.AbstractPageSegment.CacheableVisualElement
 
getVisualizationAreaColor() - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
 
getVisualizationBorder() - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
Return the Border used to paint the visible bounds visualization.
getVisualizationPageAreaColor() - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
 
getVisualizationPageBorder() - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
 
getVRI(String) - Method in interface com.levigo.jadice.format.pdf.signaturestore.DocumentSecurityStore
Returns validation related information for signature, if available.
getWheelRotation() - Method in class com.levigo.jadice.swing.tool.MouseWheelEditEvent
 
getWhen() - Method in class com.levigo.jadice.swing.tool.EditEvent
 
getWholeWordsOption() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
getWholeWordsOption() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getWholeWordsOption() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getWidth() - Method in class com.levigo.jadice.document.util.FloatDimension
 
getWidth() - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000Rable
 
getWidths() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailResizeCommand
 
getWildcardOption() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
getWildcardOption() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
getWindowsVisualStyle() - Static method in class org.jadice.util.base.OS
Returns the name of the current Windows visual style.
getWranglerFactories() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
Deprecated.
This method is for XML unmarshalling use only
getWranglerFactory() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
getWranglerFactory() - Method in class com.levigo.jadice.annotation.profiles.AnnotationTemplate
 
getWranglerFactory() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
Return the wrangler factory for the current toolkit set via AnnotationFactory.setToolkitType(String).
getWranglerFactory(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
getX() - Method in class com.levigo.jadice.document.Resolution
Return the horizontal resolution.
getX() - Method in class com.levigo.jadice.swing.tool.MouseEditEvent
 
getXAxisRotation(AffineTransform) - Static method in class org.jadice.util.base.AffineTransforms
Determines the rotation component of the given transformation with respect to the X-axis, i.e.
getY() - Method in class com.levigo.jadice.document.Resolution
Return the vertical resolution.
getY() - Method in class com.levigo.jadice.swing.tool.MouseEditEvent
 
getYAxisRotation(AffineTransform) - Static method in class org.jadice.util.base.AffineTransforms
Determines the rotation component of the given transformation with respect to the Y-axis, i.e.
getZoom() - Method in class com.levigo.jadice.appbase.instruction.ZoomInstruction
 
getZoom() - Method in class com.levigo.jadice.demo.bookmark.Bookmark
Returns the zoom factor for this bookmark.
getZoom() - Method in class com.levigo.jadice.demo.outline.serialize.SerializableZoomInstruction
 
getZoom() - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Gets the zoom factor.
getZoomToHeightFactor(PageView) - Static method in class com.levigo.jadice.swing.pageview.PageViews
Calculates the zoom factor to fit the current Page's height optimally in the display area.
getZoomToWidthFactor(PageView) - Static method in class com.levigo.jadice.swing.pageview.PageViews
Calculates the zoom factor to fit the current Page's width optimally in the display area.
GlazedLists - Class in org.jadice.util.glazedlists
A factory for creating all sorts of objects to be used with Glazed Lists.
GlazedListsSwing - Class in org.jadice.util.glazedlists.gui
A factory for creating all sorts of objects to be used with Glazed Lists.
GLYPH - com.levigo.jadice.document.text.Granularity
 
GOOD - com.levigo.jadice.search.engine.SearchEngine.Quality
 
gotoChild() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Go to the only child element of the current node.
gotoChild() - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Go to the only child element of the current node.
gotoChild(int) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Go to the Nth child of the curent node.
gotoChild(int) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Go to the Nth child of the curent node.
gotoChild(String) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Go to the child found with given node name
gotoChild(String) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Go to the child found with given node name
GotoDocumentStartPresentationRule - Class in com.levigo.jadice.swing.pageview
 
GotoDocumentStartPresentationRule() - Constructor for class com.levigo.jadice.swing.pageview.GotoDocumentStartPresentationRule
 
gotoFirstChild() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Go to the first child element of the current node.
gotoFirstChild() - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Go to the first child element of the current node.
gotoFirstChild(String) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Go to the first child with the given name
gotoFirstChild(String) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Go to the first child with the given name
gotoLastChild() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Go to the last child element of the current node.
gotoLastChild() - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Go to the last child element of the current node.
gotoLastChild(String) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Go to the last child with the given name
gotoLastChild(String) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Go to the last child with the given name
gotoParent() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Go to parent tag.
gotoParent() - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Go to parent tag.
gotoRoot() - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Go to document root tag
gotoRoot() - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Go to document root tag
gotoTag(String, Object...) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Go to a specific node
gotoTag(String, Object...) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Go to a specific node
grabFocus() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
GRADATION_CURVE - Static variable in class com.levigo.jadice.document.render.ImageRenderSettings
Identifier key for a gradation change, used within a RenderSettingsEvent to recognize the kind of change which happen.
GradationActionCommand - Class in com.levigo.jadice.swing.gradation.commands
This command could be used to apply a predefined gradation action to change the appearance of a document.
GradationActionCommand() - Constructor for class com.levigo.jadice.swing.gradation.commands.GradationActionCommand
 
GradationActionCommand.Action - Enum in com.levigo.jadice.swing.gradation.commands
 
GradationCommand - Class in com.levigo.jadice.demo.gradation.commands
Shows/Hide a gradation frame
GradationCommand() - Constructor for class com.levigo.jadice.demo.gradation.commands.GradationCommand
 
GradationCurve - Class in com.levigo.jadice.document.util
This class represents a gradation curve which can be used to map pixel intensity values to rendered intensities.
GradationCurve() - Constructor for class com.levigo.jadice.document.util.GradationCurve
Create a new GradationCurve which is initialised as a linear identity curve.
GradationCurve(GradationCurve) - Constructor for class com.levigo.jadice.document.util.GradationCurve
Create a new GradationCurve as clone of a given gradation curve.
GradationCurveCommand - Class in com.levigo.jadice.swing.gradation.commands
This command could be used to apply a predefined gradation to change the appearance of a document displayed in the viewer.
GradationCurveCommand() - Constructor for class com.levigo.jadice.swing.gradation.commands.GradationCurveCommand
 
GradationCurveControl - Class in com.levigo.jadice.swing.gradation
The GradationCurveControl allows the visual modification of a gradation curve.
GradationCurveControl() - Constructor for class com.levigo.jadice.swing.gradation.GradationCurveControl
Construct a gradation curve control.
GradationCurveControl(GradationCurve) - Constructor for class com.levigo.jadice.swing.gradation.GradationCurveControl
Construct a control which works on the given curve
GradationCurveControl(PageView) - Constructor for class com.levigo.jadice.swing.gradation.GradationCurveControl
Construct a control which associates itself with the gradation curve of given viewer instance
GradationCurveControlDispenser - Interface in com.levigo.jadice.swing.gradation
 
GradationCurveFileHandler - Class in com.levigo.jadice.swing.gradation
Support file based operations for the gradation curves.
GradationCurveFileHandler(GradationCurve) - Constructor for class com.levigo.jadice.swing.gradation.GradationCurveFileHandler
Constructor
GradationCurveFileHandler(GradationCurveControl) - Constructor for class com.levigo.jadice.swing.gradation.GradationCurveFileHandler
Constructor
GradationFrame - Class in com.levigo.jadice.demo.gradation
This class shows a document Gradations Curve in a JFrame.
GradationFrame() - Constructor for class com.levigo.jadice.demo.gradation.GradationFrame
Constructs a gradation frame.
GradationFrame(PageView) - Constructor for class com.levigo.jadice.demo.gradation.GradationFrame
Constructs a gradation frame, the given Viewer will associated with the gradation panel.
gradationPanel - Variable in class com.levigo.jadice.demo.gradation.GradationFrame
 
GRANT - com.levigo.jadice.document.Permission.Vote
Allow the action to be taken.
GRANT_ALL - Static variable in interface com.levigo.jadice.document.Permission
A special kind of permission which always grants any action.
Granularity - Enum in com.levigo.jadice.document.text
An enum listing the text content element levels.
graphics - Variable in class com.levigo.jadice.document.render.BasicRenderParameters
 
Graphics - com.levigo.jadice.format.modca.resource.ResourceLoader.Type
The resource type "graphics" (GOCA), represented by resources starting with a 'Graphics Data' (GAD) field.
GraphicsConfigurationValidateable - Interface in org.jadice.util.swing.action.components
In multi screen environments positioning of tooltips, popups and other graphics configuration dependent component functionalities do not work correctly caused by a VM bug.
graphicsContextRenderer - Variable in class com.levigo.jadice.document.render.AbstractRenderer
 
GraphicsEnvironment - Class in com.levigo.jadice.document.util
GraphicsEnvironment is a utility class to provide different informations about the graphics environment.
GraphicsEnvironment() - Constructor for class com.levigo.jadice.document.util.GraphicsEnvironment
 
GREATER_THAN - Static variable in class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
 
GREATER_THAN_OR_EQUAL - Static variable in class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
 
Green - org.jadice.util.swing.colorpicker.ColorPicker.Mode
Used to indicate when we're in "green mode".
GRID - com.levigo.jadice.swing.pageview.PageView.Layout
A layout where all pages are laid out as a grid.
Group - com.levigo.jadice.format.xfdf.annotation.ReplyType
 
Group(String) - Constructor for class org.jadice.util.swing.menu.BasicMenuBuilder.Group
 
GROUP_DEFAULT - Static variable in interface org.jadice.util.swing.menu.MenuBuilder
The name of the default menu group.
GROUP_EDIT - Static variable in interface org.jadice.util.swing.menu.MenuBuilder
The name of the "edit" menu group.
GROUP_KEY - Static variable in interface org.jadice.util.swing.menu.MenuBuilder
The item type key queried on actions to determine the group name, if no explicit name has been specified upon installation.
GROUP_SETTINGS - Static variable in interface org.jadice.util.swing.menu.MenuBuilder
The name of the "settings" menu group.
GroupBuilder - Interface in com.levigo.jadice.document.read.fluent
IMPORTANT: This interface is used as a public part of the fluent read API.
GroupConditionFactory - Class in com.levigo.jadice.document.condition
A handler implementation that provides access to the in the document contained GroupConditionFactory.OptionalGroups and their status
GroupConditionFactory(List<GroupConditionFactory.OptionalGroup>) - Constructor for class com.levigo.jadice.document.condition.GroupConditionFactory
 
GroupConditionFactory.OptionalGroup - Class in com.levigo.jadice.document.condition
A optionalGroup represents the visibility state of a marked area within pdf documents.
groupIcon - Variable in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
GroupingList<E> - Class in org.jadice.util.glazedlists
A grouping list contains elements which are themselves Lists.
GroupingList(EventList<E>) - Constructor for class org.jadice.util.glazedlists.GroupingList
Creates a GroupingList that determines groupings via the Comparable interface which all elements of the source are assumed to implement.
GroupingList(EventList<E>, Comparator<? super E>) - Constructor for class org.jadice.util.glazedlists.GroupingList
Creates a GroupingList that determines groups using the specified Comparator.
groupNodeToken - Variable in class com.levigo.jadice.appbase.flextree.AnnotationsModule
A token used to represent the group node.
groups - Variable in class com.levigo.jadice.document.condition.GroupConditionFactory
 
groups - Variable in class org.jadice.util.swing.menu.BasicMenuBuilder.Menu
 
GROW - com.levigo.jadice.swing.status.StatusBar.SnapInConstraint
consume unused status bar space for the snap-in

H

HalfPoint - com.levigo.jadice.document.Unit
 
Hamming - com.levigo.jadice.document.render.FilterType
 
handleArgs(String[]) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Called after initialization.
handleEditEvent(boolean, EditEvent) - Method in class com.levigo.jadice.demo.gestures.MouseGestureTool
 
handleEditEvent(boolean, EditEvent) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
handleEditEvent(boolean, EditEvent) - Method in class com.levigo.jadice.swing.pageview.PanTool
 
handleEditEvent(boolean, EditEvent) - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
handleEditEvent(boolean, EditEvent) - Method in class com.levigo.jadice.swing.tool.Tool
Handle the given EditEvent.
handleEditEvent(Class<?>, EditEvent) - Method in class com.levigo.jadice.swing.tool.ToolManager
 
handleEditEventPreDispatch(EditEvent) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
handleFilterChanged() - Method in class org.jadice.util.glazedlists.migrationkit.FilterList
Handles changes to the behavior of the filter.
handleFilterCleared() - Method in class org.jadice.util.glazedlists.migrationkit.FilterList
Handles a clearing of the filter.
handleFilterConstrained() - Method in class org.jadice.util.glazedlists.migrationkit.FilterList
Handles a constraining or narrowing of the filter.
handleFilterRelaxed() - Method in class org.jadice.util.glazedlists.migrationkit.FilterList
Handles a relaxing or widening of the filter.
handleGesture(Component, String, GeneralPath) - Method in class com.levigo.jadice.demo.gestures.MouseGestureTool
 
handleGetObject(String) - Method in class com.levigo.jadice.document.util.ExtResourceBundle
 
handleKeyPressed(KeyEditEvent, boolean) - Method in class com.levigo.jadice.appbase.tool.KeyBindingsTool
 
handleKeyPressed(KeyEditEvent, boolean) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
handleKeyPressed(KeyEditEvent, boolean) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
handleKeyPressed(KeyEditEvent, boolean) - Method in class com.levigo.jadice.swing.pageview.KeyboardNavigationTool
 
handleKeyPressed(KeyEditEvent, boolean) - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
 
handleKeyPressed(KeyEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.Tool
Invoked when a key has been pressed.
handleKeyReleased(KeyEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.Tool
Invoked when a key has been released.
handleKeyTyped(KeyEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.Tool
Invoked when a key has been typed.
handleListChange(ListEvent<E>) - Method in class org.jadice.util.glazedlists.gui.EventTableModel
Default implementation for converting a ListEvent to TableModelEvents.
handleMessage(MessageConsumer.Message) - Method in interface org.jadice.util.swing.infobar.MessageConsumer
Handle the given message.
handleMessage(MessageConsumer.Message) - Method in class org.jadice.util.swing.infobar.RollingMessagePanel
Adds a message to the message panel and shows it.
handleMouseClicked(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
 
handleMouseClicked(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
handleMouseClicked(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.lens.LensView.LensInputEventTool
 
handleMouseClicked(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
handleMouseClicked(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
 
handleMouseClicked(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.PopupMenuTool
 
handleMouseClicked(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.Tool
Invoked when the mouse button has been clicked (pressed and released) on a component.
handleMouseDragged(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
handleMouseDragged(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.lens.LensView.LensInputEventTool
 
handleMouseDragged(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
handleMouseDragged(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.pageview.PanTool
 
handleMouseDragged(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
handleMouseDragged(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
 
handleMouseDragged(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.Tool
Invoked when a mouse button is pressed on a component and then dragged.
handleMouseEntered(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
handleMouseEntered(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.Tool
Invoked when the mouse cursor enters the unobscured part of component's geometry.
handleMouseExited(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
handleMouseExited(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
 
handleMouseExited(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.Tool
Invoked when the mouse cursor exits the unobscured part of component's geometry.
handleMouseMoved(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
handleMouseMoved(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.annotation.EmbeddedAnnotationTooltipTool
 
handleMouseMoved(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
 
handleMouseMoved(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
handleMouseMoved(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.lens.LensView.LensInputEventTool
 
handleMouseMoved(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
 
handleMouseMoved(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
 
handleMouseMoved(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
 
handleMouseMoved(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.EmbeddedLinkTool
 
handleMouseMoved(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.Tool
Invoked when the mouse cursor has been moved onto a component but no buttons have been pushed.
handleMousePressed(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
handleMousePressed(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
 
handleMousePressed(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
handleMousePressed(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
handleMousePressed(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.pageview.PanTool
 
handleMousePressed(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
handleMousePressed(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailNavigationTool
 
handleMousePressed(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
 
handleMousePressed(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.PopupMenuTool
 
handleMousePressed(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.Tool
Invoked when a mouse button has been pressed on a component.
handleMouseReleased(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
handleMouseReleased(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
 
handleMouseReleased(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
handleMouseReleased(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.pageview.PanTool
 
handleMouseReleased(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailNavigationTool
 
handleMouseReleased(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
 
handleMouseReleased(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.EmbeddedLinkTool
 
handleMouseReleased(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.PopupMenuTool
 
handleMouseReleased(MouseEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.Tool
Invoked when a mouse button has been released on a component.
handleMouseWheelMoved(MouseWheelEditEvent, boolean) - Method in class com.levigo.jadice.swing.pageview.MouseWheelTool
 
handleMouseWheelMoved(MouseWheelEditEvent, boolean) - Method in class com.levigo.jadice.swing.pageview.MouseWheelZoomTool
 
handleMouseWheelMoved(MouseWheelEditEvent, boolean) - Method in class com.levigo.jadice.swing.tool.Tool
Invoked when the mouse wheel is rotated.
handleTask(ReadTask) - Method in class com.levigo.jadice.document.read.Reader
Not intended to be overridden in integrations!
Hanning - com.levigo.jadice.document.render.FilterType
 
hasAttachments(Document, DocumentLayer) - Static method in class com.levigo.jadice.document.att.Attachments
 
hasAttachments(Page, DocumentLayer) - Static method in class com.levigo.jadice.document.att.Attachments
 
hasAttribute(String) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Check whether current tag contains the attribute with the given name.
hasAttribute(String, String, Object...) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Check whether the node addressed by the XPath contains the attribute with the given name.
hasBookmark(Document) - Method in class com.levigo.jadice.demo.bookmark.BookmarkStore
Checks if the given Document has a Bookmark on it.
hasBookmark(Page) - Method in class com.levigo.jadice.demo.bookmark.BookmarkStore
Checks if the given Page has a Bookmark on it.
hasChildren(int) - Method in class org.jadice.util.glazedlists.TreeList
 
hasChildren(TreePath) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
hasChildren(TreePath) - Method in class com.levigo.jadice.appbase.flextree.FolderModule
 
hasChildren(TreePath) - Method in class com.levigo.jadice.appbase.flextree.MetadataModule
 
hasChildren(TreePath) - Method in class com.levigo.jadice.appbase.flextree.PageListModule
 
hasChildren(TreePath) - Method in class com.levigo.jadice.appbase.flextree.PageSegmentModule
 
hasChildren(TreePath) - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule
 
hasChildren(TreePath) - Method in class com.levigo.jadice.demo.flextree.OutlineModule
 
hasChildren(TreePath) - Method in interface org.jadice.util.swing.flextree.TreeContentProvider
Determines whether the last tree path component can have children.
hasDamage() - Method in class com.levigo.jadice.document.render.RenderResult
 
hasDefaultLayerAttachments(Document) - Static method in class com.levigo.jadice.document.att.Attachments
 
hasDefaultLayerAttachments(Page) - Static method in class com.levigo.jadice.document.att.Attachments
 
hasDetails() - Method in interface org.jadice.util.swing.infobar.MessageConsumer.Message
Return whether the message has associated details.
hasDetails() - Method in class org.jadice.util.swing.infobar.SimpleMessage
 
hashCode() - Method in class com.levigo.jadice.annotation.AnnotationRenderSettings
 
hashCode() - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
hashCode() - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
hashCode() - Method in class com.levigo.jadice.annotation.profiles.AnnotationTemplate
 
hashCode() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
hashCode() - Method in class com.levigo.jadice.annotation.profiles.DiscreteProperty
 
hashCode() - Method in class com.levigo.jadice.annotation.profiles.Label
 
hashCode() - Method in class com.levigo.jadice.annotation.profiles.Labels
 
hashCode() - Method in class com.levigo.jadice.annotation.profiles.NameBasedFactory
 
hashCode() - Method in class com.levigo.jadice.annotation.profiles.Parameter
 
hashCode() - Method in class com.levigo.jadice.annotation.profiles.PropertyDefault
 
hashCode() - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
hashCode() - Method in class com.levigo.jadice.annotation.profiles.RangeProperty
 
hashCode() - Method in class com.levigo.jadice.annotation.profiles.ToolkitBasedFactory
 
hashCode() - Method in class com.levigo.jadice.annotation.profiles.TypeRef
 
hashCode() - Method in class com.levigo.jadice.annotation.profiles.TypeSet
 
hashCode() - Method in class com.levigo.jadice.appbase.instruction.FitInstruction
 
hashCode() - Method in class com.levigo.jadice.appbase.instruction.PanInstruction
 
hashCode() - Method in class com.levigo.jadice.appbase.instruction.ZoomInstruction
 
hashCode() - Method in class com.levigo.jadice.demo.instruction.DocumentByWeakRefInstruction
 
hashCode() - Method in class com.levigo.jadice.demo.instruction.PageByWeakRefInstruction
 
hashCode() - Method in class com.levigo.jadice.demo.instruction.RotateInstruction
 
hashCode() - Method in class com.levigo.jadice.document.condition.ConditionRenderSettings
 
hashCode() - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorColorSettings
 
hashCode() - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorDrawModeSettings
 
hashCode() - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTextSettings
 
hashCode() - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTransformationSettings
 
hashCode() - Method in class com.levigo.jadice.document.controls.AbstractProcessingControls
 
hashCode() - Method in class com.levigo.jadice.document.DocumentLayer
 
hashCode() - Method in class com.levigo.jadice.document.flavor.AbstractJadiceLocalDataFlavor
 
hashCode() - Method in class com.levigo.jadice.document.font.attribute.api.AbstractAttribute
 
hashCode() - Method in class com.levigo.jadice.document.font.attribute.FontAttributeSet
 
hashCode() - Method in class com.levigo.jadice.document.font.factory.FontFactoryProcessingSettings
 
hashCode() - Method in class com.levigo.jadice.document.Format
The default hash-code implementation for formats is based on the class hash-code.
hashCode() - Method in class com.levigo.jadice.document.instruction.PageByIndexInstruction
 
hashCode() - Method in class com.levigo.jadice.document.instruction.TargetStringInstruction
 
hashCode() - Method in class com.levigo.jadice.document.instruction.URIInstruction
 
hashCode() - Method in class com.levigo.jadice.document.marshalling.BaseMarshallingSettings
 
hashCode() - Method in class com.levigo.jadice.document.ProductInformation.Artifact
 
hashCode() - Method in class com.levigo.jadice.document.read.NCIReaderSettings
 
hashCode() - Method in class com.levigo.jadice.document.render.BaseRenderSettings
 
hashCode() - Method in class com.levigo.jadice.document.render.ImageRenderSettings
 
hashCode() - Method in class com.levigo.jadice.document.Resolution
 
hashCode() - Method in class com.levigo.jadice.document.util.FloatDimension
 
hashCode() - Method in class com.levigo.jadice.document.util.GradationCurve
Calculate a hash code based on all points on the curve.
hashCode() - Method in class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
 
hashCode() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
hashCode() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriterSettings
 
hashCode() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationWriterSettings
 
hashCode() - Method in class com.levigo.jadice.format.bmp.BMPReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.hocr.settings.HocrReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.imageio.ImageIOJPEGReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.imageio.ImageIOReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000ReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.modca.AfpLineModeReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.modca.IOCAReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.pdf.crypt.standard.PDFStandardSecurityHandlerSettings
 
hashCode() - Method in class com.levigo.jadice.format.pdf.settings.PDFStructureReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.text.TextReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.tiff.TIFFReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationReaderSettings
 
hashCode() - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationWriterSettings
 
hashCode() - Method in class com.levigo.jadice.signature.TrustStoreParameter
 
hashCode() - Method in class com.levigo.jadice.swing.pageview.PageLayoutSettings
 
hashCode() - Method in class com.levigo.jadice.swing.pageview.PageViewSettings
 
hashCode() - Method in class com.levigo.jadice.swing.tool.Tool.ActivationRequest
 
hashCode() - Method in class org.jadice.util.base.collections.InterceptableList
 
hashCode() - Method in class org.jadice.util.base.collections.ObservableCollection
 
hashCode() - Method in class org.jadice.util.base.collections.ObservableList
 
hashCode() - Method in class org.jadice.util.base.collections.ObservableMap
 
hashCode() - Method in class org.jadice.util.concurrent.tasks.AbstractTask
 
hashCode() - Method in class org.jadice.util.glazedlists.AbstractEventList
Returns the hash code value for this list.
hashCode() - Method in class org.jadice.util.glazedlists.beans.BeanProperty
hashCode() - Method in class org.jadice.util.glazedlists.DebugList
Returns the hash code value for this list.
hashCode() - Method in class org.jadice.util.glazedlists.matchers.SearchEngineTextMatcherEditor.Field
 
hashCode() - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
 
hashCode() - Method in class org.jadice.util.glazedlists.sparse.SparseList.Span
 
hashCode() - Method in class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
 
hashCode() - Method in class org.jadice.util.glazedlists.TreeList.Node
hashCode() - Method in class org.jadice.util.mm.ckc.CompositeKeyCache.WeakOwnerKeyComposition
 
hashCode() - Method in class org.jadice.util.mm.SequencedHashMap
Implements Map.hashCode().
hasIntermediateResults() - Method in interface com.levigo.jadice.search.engine.Search
Indicates whether the search can provide intermediate results.
hasMoreElements() - Method in class org.jadice.util.base.collections.EmptyEnumeratorIterator
 
hasNext() - Method in class org.jadice.util.base.collections.AbstractCompositeIterator
 
hasNext() - Method in class org.jadice.util.base.collections.ArrayIterator
 
hasNext() - Method in class org.jadice.util.base.collections.EmptyEnumeratorIterator
 
hasNext() - Method in interface org.jadice.util.base.collections.PeekableIterator
hasNext() - Method in class org.jadice.util.base.collections.PeekableIteratorWrapper
 
hasNext() - Method in class org.jadice.util.base.collections.SingletonIterator
 
hasNext() - Method in class org.jadice.util.glazedlists.event.ListEvent
Without incrementing the implicit iterator, this tests if there is another change to view.
hasNode(String, Object...) - Method in interface com.levigo.jadice.document.metadata.MetadataNode
Check if the node addressed by the XPath exists in the document.
hasPageContext() - Method in class com.levigo.jadice.swing.tool.EditEvent
Return whether this event has a Page as a context.
hasPageRenderControls(Page) - Method in class com.levigo.jadice.document.render.RenderControlsInventory
Return whether the page has specific render control settings.
hasPrevious() - Method in class org.jadice.util.base.collections.ArrayIterator
 
hasResource(String) - Method in class com.levigo.jadice.document.util.ExtResourceBundle
 
hasSelections() - Method in class com.levigo.jadice.swing.search.tool.SelectionHighlighterTool
checks if there are selected text fragments on the the page
hasText(EmbeddedAnnotation) - Static method in class com.levigo.jadice.annotation.embedded.EmbeddedAnnotations
 
hasTool(Class<? extends Tool>) - Method in class com.levigo.jadice.swing.tool.ToolManager
Return whether this tool manager currently manages a tool of the given class.
hasTrayIcon() - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Checks if this BasicDemoApplication has a registered TrayIcon.
Help - com.levigo.jadice.format.xfdf.annotation.IconName
 
Helvetica - com.levigo.jadice.fontmanager.LiberalStandard14Names
 
Helvetica - com.levigo.jadice.fontmanager.Standard14Substitute
 
Helvetica_Bold - com.levigo.jadice.fontmanager.LiberalStandard14Names
 
Helvetica_Bold_Oblique - com.levigo.jadice.fontmanager.LiberalStandard14Names
 
Helvetica_Oblique - com.levigo.jadice.fontmanager.LiberalStandard14Names
 
HelveticaBold - com.levigo.jadice.fontmanager.Standard14Substitute
 
HelveticaBoldItalic - com.levigo.jadice.fontmanager.Standard14Substitute
 
HelveticaItalic - com.levigo.jadice.fontmanager.Standard14Substitute
 
Hermite - com.levigo.jadice.document.render.FilterType
 
Hidden - com.levigo.jadice.format.xfdf.annotation.Flags
 
hideCursor() - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
Hide the cursor (if it is currently showing).
hideFileOverviewPanel() - Method in class com.levigo.jadice.demo.BasicJadicePanel
hideTrayPopupMenu() - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Hides the tray icon
HIGHLIGHT - com.levigo.jadice.format.annocm.CMAnnotationArcheTypes
Compatible with: Image Plus client Content Manager 7 / 8 client Jadice DOCP client
HIGHLIGHT - com.levigo.jadice.format.annofnis.FNISAnnotationArcheTypes
Compatible with: FileNet IS client Jadice DOCP client
HIGHLIGHT - com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Compatible with: FileNet P8 client Jadice DOCP client
highlighted - Variable in class com.levigo.jadice.annotation.TextHighlightAnnotation
 
HISTORY - com.levigo.jadice.format.annocm.CMAnnotationArcheTypes
Compatible with: Jadice DOCP client
HistoryAnnotation - Class in com.levigo.jadice.annotation
 
HistoryAnnotation() - Constructor for class com.levigo.jadice.annotation.HistoryAnnotation
 
HistoryAnnotation.HistoryPatternPosition - Enum in com.levigo.jadice.annotation
 
HocrFormat - Class in com.levigo.jadice.format.hocr
Format information for hOCR documents.
HocrFormat() - Constructor for class com.levigo.jadice.format.hocr.HocrFormat
 
HocrReaderSettings - Class in com.levigo.jadice.format.hocr.settings
A setting class for parameters needed to interpret hOCR files
HocrReaderSettings() - Constructor for class com.levigo.jadice.format.hocr.settings.HocrReaderSettings
 
horizontalAlignment - Variable in class com.levigo.jadice.annotation.TextAnnotation
 
HorizontalAlignment - Enum in com.levigo.jadice.annotation
Specifies how the text shall be horizontal aligned within the annotation
HOVER_COLOR - Static variable in interface com.levigo.jadice.demo.launcher.LauncherConstants
The color to use as background if the mouse hovers a config panel.
HoverLensTool - Class in com.levigo.jadice.swing.lens
A hover lens tool for the PageView component.
HoverLensTool() - Constructor for class com.levigo.jadice.swing.lens.HoverLensTool
 
HoverLensTool.HoverShape - Enum in com.levigo.jadice.swing.lens
Shape of the hover lens
Hue - org.jadice.util.swing.colorpicker.ColorPicker.Mode
Used to indicate when we're in "hue mode".
Hyperlink - Class in org.jadice.util.swing.button
A button which looks vaguely hyperlinky without the hassles of an actual HTML-in-JTextComponent hyperlinks.
Hyperlink() - Constructor for class org.jadice.util.swing.button.Hyperlink
 
Hyperlink(String) - Constructor for class org.jadice.util.swing.button.Hyperlink
 
Hyperlink(String, Icon) - Constructor for class org.jadice.util.swing.button.Hyperlink
 
Hyperlink(Action) - Constructor for class org.jadice.util.swing.button.Hyperlink
 
Hyperlink(Icon) - Constructor for class org.jadice.util.swing.button.Hyperlink
 

I

I18N - Class in com.levigo.jadice.document.util
 
I18N() - Constructor for class com.levigo.jadice.document.util.I18N
 
I18N_BUNDLE - Static variable in class com.levigo.jadice.demo.pdf.signature.PDFSignatureVisibilityMenuContributor
This bundle provides the I18n resources located at the com.levigo.jadice.demo.pdf.signature.resources package.
icon - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFStampAnnotation
 
ICON_MENU - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
type of the menu is an menu with icon decorated icons - it used in the file of actions definition in the parameter menuType
iconified - Variable in class com.levigo.jadice.annotation.ShapeBasedAnnotation
 
IconJMenuItem - Class in org.jadice.util.swing.action.components
A menu item that is able to show or to suppress the appearance of an icon next to the menu text, although it is defined in the initializing action.
IconJMenuItem(Action, boolean) - Constructor for class org.jadice.util.swing.action.components.IconJMenuItem
Constructor.
IconManager - Class in org.jadice.util.swing.icon
The IconManager manages a set of Icons.
IconManager.IconManagerIcon - Class in org.jadice.util.swing.icon
The Icon implementation used for icons created by the icon manager.
IconManager.IconManagerIcon.AccessibleIconManagerIcon - Class in org.jadice.util.swing.icon
This class implements accessibility support for the IconManagerIcon class.
IconManagerIcon(String, Rectangle, int, Dimension) - Constructor for class org.jadice.util.swing.icon.IconManager.IconManagerIcon
Constructor for IconManagerIcon.
IconName - Enum in com.levigo.jadice.format.xfdf.annotation
Specifies the used icon to render the XFDFTextAnnotation
id - Variable in class com.levigo.jadice.annotation.Annotation
anno id
id - Variable in class com.levigo.jadice.document.AbstractPageSegment
 
id - Variable in class org.jadice.util.swing.menu.BasicMenuBuilder.Entry
 
IDENTICAL_STRATEGY - Static variable in class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Character comparison strategy that assumes all characters can be compared directly as though they are ASCII.
Identifiable - Interface in org.jadice.util.base
An interface to be implemented by classes providing a way to uniquely identify their instances.
IgnoreInactiveFormsControl - com.levigo.jadice.format.modca.MODCAReaderSettings.PageDuplexMode
MMC inactive forms (0xF9 = 0x00) will be ignored
IgnoreInactiveFormsControlAddEmptyPages - com.levigo.jadice.format.modca.MODCAReaderSettings.PageDuplexMode
MMC inactive forms (0xF9 = 0x00) will be ignored, empty back pages will be added
ILLEGAL_CANVAS_SIZE - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
ILLEGAL_CODING_PARTITION_DIMENSIONS - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
ILLEGAL_CODING_PARTITION_ORIGINS - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
ILLEGAL_NULL_VALUE - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
ILLEGAL_NUMBER_OF_COMPS - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
ILLEGAL_NUMBER_OF_PRECINCT - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
ILLEGAL_PARAMETER_VALUE - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
ILLEGAL_POC_ENTRY_VALUE_FOR_LAST_COMPONENT - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
ILLEGAL_PROGRESSION_ORDER - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
ILLEGAL_RANGE - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
ILLEGAL_RESOLUTION_COORDINATES - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
ILLEGAL_SUBSAMPLING_FACTORS - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
ILLEGAL_TILE_COUNT - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
ILLEGAL_VALUE - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
ILLEGAL_VALUE_FOR_LBOX - com.levigo.jadice.format.jpeg2000.msg.JPXMessages
 
Image - com.levigo.jadice.format.modca.resource.ResourceLoader.Type
The resource type "image" (IOCA), represented by resources starting with a 'Begin Image Object' (BIM) field.
IMAGE - com.levigo.jadice.format.annocm.CMAnnotationConstants.ModcaResolutionMode
 
ImageAnnotation - Class in com.levigo.jadice.annotation
 
ImageAnnotation() - Constructor for class com.levigo.jadice.annotation.ImageAnnotation
 
ImageImportHandler - Class in com.levigo.jadice.swing.thumbnailview.dnd
An ImportHandler implementation supporting the import of images.
ImageImportHandler() - Constructor for class com.levigo.jadice.swing.thumbnailview.dnd.ImageImportHandler
 
ImageIOFormat - Class in com.levigo.jadice.format.imageio
Gain information about ImageIO format support.
ImageIOFormat() - Constructor for class com.levigo.jadice.format.imageio.ImageIOFormat
 
ImageIOFormat(ImageReader) - Constructor for class com.levigo.jadice.format.imageio.ImageIOFormat
 
ImageIOJPEGReaderSettings - Class in com.levigo.jadice.format.imageio
ReaderSettings for JPEGs read via the ImageIO format.
ImageIOJPEGReaderSettings() - Constructor for class com.levigo.jadice.format.imageio.ImageIOJPEGReaderSettings
 
ImageIOReaderSettings - Class in com.levigo.jadice.format.imageio
A settings class for parameters pertaining to all ImageIO-supported formats.
ImageIOReaderSettings() - Constructor for class com.levigo.jadice.format.imageio.ImageIOReaderSettings
 
ImageRenderSettings - Class in com.levigo.jadice.document.render
A SerializableProcessingSettings type which controls various aspects of the image rendering process like desaturation, gradation or image filtering.
ImageRenderSettings() - Constructor for class com.levigo.jadice.document.render.ImageRenderSettings
Constructor
ImageSourceInformation - Class in com.levigo.jadice.document.render
Basic information about the source data of an image.
ImageSourceInformation(Dimension, ColorModel, ImageType) - Constructor for class com.levigo.jadice.document.render.ImageSourceInformation
 
ImmutableMimeType - Class in com.levigo.jadice.document.util
This is an immutable variant of the MimeType class.
ImmutableMimeType(String) - Constructor for class com.levigo.jadice.document.util.ImmutableMimeType
 
ImmutableMimeType(String, String) - Constructor for class com.levigo.jadice.document.util.ImmutableMimeType
 
ImmutableMimeType(String, String, Map<String, String>) - Constructor for class com.levigo.jadice.document.util.ImmutableMimeType
 
ImmutableMimeType(String, Map<String, String>) - Constructor for class com.levigo.jadice.document.util.ImmutableMimeType
 
immutableTransform(AffineTransform) - Static method in class org.jadice.util.base.AffineTransforms
Create an immutable incarnation of the given transform.
importAny - Variable in class com.levigo.jadice.document.auth.DocumentPermission.DocumentPermissionFactory
 
importBetween(TreePath, TreePath, int, Transferable) - Method in interface org.jadice.util.swing.flextree.TreeImportHandler
Perform an import of the given transferable between the given nodes.
importData(Transferable, int, ImportParameters) - Method in class com.levigo.jadice.swing.dnd.CompositeImportHandler
 
importData(Transferable, int, ImportParameters) - Method in interface com.levigo.jadice.swing.dnd.ImportHandler
Import from the given Transferable into the given ViewComponent.
importData(Transferable, int, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.DocumentUnmarshallerPageImportHandler
 
importData(Transferable, int, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.FileImportHandler
 
importData(Transferable, int, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.ImageImportHandler
 
importData(Transferable, int, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.IntraJVMPageImportHandler
 
importData(Transferable, int, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.ReorderPageImportHandler
 
ImportExportHandlerFactory - Class in com.levigo.jadice.demo.dnd
A factory creating the default ImportHandlers and ExportHandlers.
ImportExportHandlerFactory() - Constructor for class com.levigo.jadice.demo.dnd.ImportExportHandlerFactory
 
importFromDOCP - Variable in class com.levigo.jadice.document.auth.DocumentPermission.DocumentPermissionFactory
 
ImportHandler - Interface in com.levigo.jadice.swing.dnd
ImportHandlers are responsible for the import of transfer data from representations suitable for Drag&Drop or Copy/Cut&Paste transfer.
ImportIntent - Class in com.levigo.jadice.document.auth
 
ImportIntent(int, DataFlavor) - Constructor for class com.levigo.jadice.document.auth.ImportIntent
 
importInto(TreePath, int, Transferable) - Method in interface org.jadice.util.swing.flextree.TreeImportHandler
Perform an import of the given transferable into the given node.
ImportParameters - Class in com.levigo.jadice.swing.dnd
A parameter object used to convey relevant context information to ImportHandlers.
ImportParameters(ViewComponent, Document, int, Transferable) - Constructor for class com.levigo.jadice.swing.dnd.ImportParameters
 
ImportParameters(ViewComponent, Document, int, Transferable, Map<String, Object>) - Constructor for class com.levigo.jadice.swing.dnd.ImportParameters
 
importWithinJVM - Variable in class com.levigo.jadice.document.auth.DocumentPermission.DocumentPermissionFactory
 
IN - com.levigo.jadice.swing.commands.ZoomCommand.Mode
 
Inch - com.levigo.jadice.document.Unit
 
INCONSISTENT_SEGMENT_LENGTHS - com.levigo.jadice.format.jpeg2000.msg.CompressionMessages
 
INCONSISTENT_USE_OF_EPH - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
INCONSISTENT_USE_OF_SOP - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
indentLine() - Method in class com.levigo.jadice.appbase.font.factory.log.Log
Increases the indentation of the current line and all following lines.
indentLine(String) - Method in class com.levigo.jadice.appbase.font.factory.log.Log
Increases the indentation of the current line and all following lines.
index - Variable in class com.levigo.jadice.document.auth.AddPagesIntent
 
index - Variable in class com.levigo.jadice.document.auth.ImportIntent
 
index - Variable in class com.levigo.jadice.document.auth.ReorderIntent
 
indexOf(byte[], String, int) - Static method in class org.jadice.util.base.Strings
Finds the first occurrance of the given String in the given buffer.
indexOf(Object) - Method in class org.jadice.util.base.collections.FrozenList
 
indexOf(Object) - Method in class org.jadice.util.base.collections.InterceptableList
 
indexOf(Object) - Method in class org.jadice.util.base.collections.ObservableList
 
indexOf(Object) - Method in class org.jadice.util.glazedlists.AbstractEventList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class org.jadice.util.glazedlists.DebugList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class org.jadice.util.glazedlists.SortedList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
 
indexOf(Object) - Method in class org.jadice.util.glazedlists.sparse.InterceptableSparseEventList
 
indexOf(Object) - Method in class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
 
indexOf(Object) - Method in class org.jadice.util.glazedlists.ThresholdList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class org.jadice.util.glazedlists.UniqueList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class org.jadice.util.mm.SequencedHashMap
Retruns the index of the specified key.
indexOf(List<E>, Matcher<? super E>) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Returns the index of the first element from the given list that satisfies the matcher or -1 if no such element exists.
indexOfGroup(E) - Method in class org.jadice.util.glazedlists.GroupingList
Return the index of the group to which the groupElement would belong if it were hypothetically added to the source list.
indexOfIgnoreCase(String, String) - Static method in class org.jadice.util.base.Strings
Returns the index within the given string of the first occurrence of the specified substring.
indexOfIgnoreCase(String, String, int) - Static method in class org.jadice.util.base.Strings
Returns the index within the given string of the first occurrence of the specified substring, starting at the specified index.
indexOfSimulated(Object) - Method in class org.jadice.util.glazedlists.SortedList
Deprecated.
Deprecated as of 12/11/2005. Replaced with SortedList.sortIndex(Object) which has cleaner semantics.
indexToLocation(ThumbnailView, int) - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
indexToLocation(ThumbnailView, int) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailViewUI
 
IndividualAnnotationPermission - Class in com.levigo.jadice.annotation.auth
An annotation permission object to be used to define individual annotation permissions.
IndividualAnnotationPermission() - Constructor for class com.levigo.jadice.annotation.auth.IndividualAnnotationPermission
 
IndividualAnnotationPermission.Factory - Class in com.levigo.jadice.annotation.auth
 
IndividualAnnotationPermission.Factory.AbstractPerm - Class in com.levigo.jadice.annotation.auth
 
info(String) - Method in interface org.jadice.util.log.Logger
Log a message at the INFO level.
info(String, Object...) - Method in interface org.jadice.util.log.Logger
Log the given message at the INFO processing the passed arguments.
info(String, Throwable) - Method in interface org.jadice.util.log.Logger
Log an exception (throwable) at the INFO level with an accompanying message.
INFO - org.jadice.util.log.Level
 
InfoTreeFrame - Class in com.levigo.jadice.demo.infotree
This frame contains a document InfoTreePanel, which displays the inner Document state and structure as a tree view.
InfoTreeFrame() - Constructor for class com.levigo.jadice.demo.infotree.InfoTreeFrame
Constructs a frame with an embedded InfoTreePanel.
InfoTreeFrame(PageView) - Constructor for class com.levigo.jadice.demo.infotree.InfoTreeFrame
Constructs a frame with an embedded InfoTreePanel, the given PageView will be associated with the InfoTreePanel.
InfoTreePanel - Class in com.levigo.jadice.demo.infotree
This class represents the inner Document state and structure as a tree view.
InfoTreePanel() - Constructor for class com.levigo.jadice.demo.infotree.InfoTreePanel
Constructor invokes the initialization of the user interface.
InfoTreePanel(PageView) - Constructor for class com.levigo.jadice.demo.infotree.InfoTreePanel
Constructor invokes the initialization of the user interface.
inherit(Stack<Object>) - Static method in class org.jadice.util.log.NDC
 
init() - Method in interface com.levigo.jadice.appbase.Reloadable
Called to inform realizations of this interface that it has been (re-) loaded into the system.
init() - Method in class com.levigo.jadice.appbase.status.DocumentStatusMessageSnapIn
The implementation of this method provided by this class does nothing.
init() - Method in class com.levigo.jadice.appbase.status.PageSnapIn
 
init() - Method in class com.levigo.jadice.appbase.status.PrinterStatusSnapIn
The implementation of this method provided by this class does nothing.
init() - Method in class com.levigo.jadice.appbase.status.ZoomSnapIn
The implementation of this method provided by this class does nothing.
init() - Method in class com.levigo.jadice.demo.DemoPageSnapIn
 
init() - Method in class com.levigo.jadice.demo.DemoZoomSnapIn
The implementation of this method provided by this class does nothing.
init() - Static method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
 
init() - Static method in class org.jadice.util.base.swing.TGASwingUtil
Sets the destroyed flag to false so Runnables are directed at the EventQueues.
init() - Method in interface org.jadice.util.log.qualified.QualifiedLoggerFilter
 
init() - Method in class org.jadice.util.swing.button.PopupButton
 
init(String[]) - Static method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Registers L&F and configures Jadice in general
init(String, Icon) - Method in class org.jadice.util.swing.button.Hyperlink
 
initBasicDefaults() - Method in class com.levigo.jadice.appbase.search.RolloutSearchComponentAddon
 
initBasicDefaults() - Method in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBoxAddon
 
initBasicDefaults() - Method in class com.levigo.jadice.demo.pdf.signature.RolloutPDFSignatureBoxAddon
 
initBasicDefaults() - Method in class com.levigo.jadice.swing.annotation.AnnotationToolComponentAddon
 
initBasicDefaults() - Method in class com.levigo.jadice.swing.navigator.NavigatorComponentAddon
 
initBasicDefaults() - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationToolComponentAddon
 
initBasicDefaults() - Method in class com.levigo.jadice.swing.pageview.PageViewComponentAddon
 
initBasicDefaults() - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailToolComponentAddon
 
initBasicDefaults() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailViewComponentAddon
 
initCollection() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.CollectionValue
 
initGui() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Initializes and arranges the gui components.
initGui() - Method in class com.levigo.jadice.swing.JadiceProductInformationWindow
Initializes the gui.
initGUI() - Method in class com.levigo.jadice.demo.gradation.GradationFrame
Initialises the gui
initGUI() - Method in class com.levigo.jadice.demo.pagestash.SelectStashDialog
 
InitializationEvent - Interface in com.levigo.jadice.fontmanager.build
Informs about progress during FontManager creation.
InitializationListener - Interface in com.levigo.jadice.fontmanager.build
Instances receive InitializationEvents during FontManager creation.
initialize() - Method in class com.levigo.jadice.document.lazy.LazyStreamPageSegment
Make sure the real PageSegment is initialized and loaded
initialize() - Method in interface com.levigo.jadice.swing.ui.ComponentAddon
Initialises this addon (i.e register UI classes, colours, fonts, borders, any UIResources used to shape the associated component).
initialize(int) - Method in class org.jadice.util.swing.action.components.NonUglyActionJToggleButton
Overrides the button initialisation to get the styling we want.
initialize(int) - Method in class org.jadice.util.swing.button.NonUglyActionButton
Overrides the button initialisation to get the styling we want.
initialize(Page) - Method in class com.levigo.jadice.annotation.Annotation
 
initialize(Page) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCaretAnnotation
 
initialize(RenderControls) - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
 
initializeContext() - Method in class com.levigo.jadice.appbase.preview.NavigablePreviewThumbnailRenderer
Creates, initializes and installs the context for this component.
initializeContext() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
Creates and installs the context for this component.
initializeContext() - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
Creates and installs the context for this component.
initializeContext() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchFrame
Creates and installs the context for the root pane this JFrame.
initializeContext() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
Creates and installs the context for this component.
initializeContext() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
Creates and installs the context for this component.
initializeContext() - Method in class com.levigo.jadice.appbase.search.SearchFrame
Deprecated.
Creates and installs the context for the root pane this JFrame.
initializeContext() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
Creates and installs the context for this component.
initializeContext() - Method in class com.levigo.jadice.appbase.status.PageLayoutSnapIn
Creates and installs the context for this component.
initializeContext() - Method in class com.levigo.jadice.appbase.status.PageSnapIn
Creates and installs the context for this component.
initializeContext() - Method in class com.levigo.jadice.appbase.status.ZoomSnapIn
Creates and installs the context for this component.
initializeContext() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Creates and installs the context for this component.
initializeContext() - Method in class com.levigo.jadice.demo.DemoPageSnapIn
Creates and installs the context for this component.
initializeContext() - Method in class com.levigo.jadice.demo.DemoZoomSnapIn
Creates and installs the context for this component.
initializeContext() - Method in class com.levigo.jadice.demo.gradation.GradationFrame
Creates and installs the context for the root pane this JFrame.
initializeContext() - Method in class com.levigo.jadice.demo.infotree.InfoTreeFrame
Creates and installs the context for the root pane of this JFrame.
initializeContext() - Method in class com.levigo.jadice.demo.infotree.InfoTreePanel
Creates and installs the context for this component.
initializeContext() - Method in class org.jadice.util.swing.flextree.FlexibleTree
Creates and installs the context for this tree.
initializePrintCache() - Method in class com.levigo.jadice.printer.AbstractPrinter
Creates a fresh instance of the cache.
initializer - Variable in class com.levigo.jadice.annotation.Annotation
 
initializerFactories - Variable in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
initSnapshot(AnnotationReaderSettings) - Method in class com.levigo.jadice.annotation.AnnotationReaderSettings
 
initSnapshot(NCIReaderSettings) - Method in class com.levigo.jadice.document.read.NCIReaderSettings
 
initTrackImageData(int, int[]) - Method in class org.jadice.util.swing.colorpicker.ColorPickerAlphaSliderUI
 
initTrackImageData(int, int[]) - Method in class org.jadice.util.swing.colorpicker.ColorPickerSliderUI
 
inject(Object, ParameterInjector.ParameterProvider) - Method in class org.jadice.util.swing.action.injection.ParameterInjector
 
InjectedCommand - Class in org.jadice.util.swing.action.injection
An abstract Command which relieves its subclasses from the chore of dealing with the extraction and validation of arguments from the context.
InjectedCommand() - Constructor for class org.jadice.util.swing.action.injection.InjectedCommand
 
Inline - com.levigo.jadice.appbase.flextree.AnnotationsModule.PresentationMode
The annotations are presented in-line with other children of the page or document node.
Inline - com.levigo.jadice.format.xfdf.annotation.CaptionStyle
 
INPUT_MAP - Static variable in class org.jadice.util.swing.action.factories.BasicActionFactory
The key used for storing the keystrokes for the action in an InputMap (referenced by an ActionMap) used for a menu or button.
inputEvent - Variable in class com.levigo.jadice.swing.tool.EditEvent
 
InputStreamFontStreamProvider - Class in com.levigo.jadice.fontmanager
Provides access to a font persisted as a stream which is supplied at construction time.
InputStreamFontStreamProvider(InputStream) - Constructor for class com.levigo.jadice.fontmanager.InputStreamFontStreamProvider
Creates a new instance which will provide access to the given InputStream.
Insert - com.levigo.jadice.format.xfdf.annotation.IconName
 
INSERT - Static variable in class org.jadice.util.glazedlists.event.ListEvent
 
insertControlPoint(int, Point) - Method in class com.levigo.jadice.document.util.ControlCurve
Insert a control point at a given location
insertControlPoint(int, Point) - Method in class com.levigo.jadice.document.util.GradationCurve
 
inserted(E) - Method in class org.jadice.util.glazedlists.calculation.AbstractEventListCalculation
Updates the value of this Calculation to include the information from the newElement.
insertIndexInterval(int, int, boolean) - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Insert length indices beginning before/after index.
insertLinkedActionFactory(int, BasicActionFactory) - Method in class org.jadice.util.swing.action.factories.DefaultActionFactory
Inserts a action factory at index position of linked factories.
insertLinkedCommandFactory(int, BasicCommandFactory) - Method in class org.jadice.util.swing.action.factories.DefaultCommandFactory
Inserts a command factory at index position of linked factories.
insertLinkedMenuComponentFactory(int, BasicMenuComponentFactory) - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Inserts a menu component factory at index position of linked factories.
Inset - com.levigo.jadice.format.xfdf.annotation.BorderStyle
 
INSETS - Static variable in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
 
install() - Method in class com.levigo.jadice.bm.BufferManagerConfigurer
Create the configured BufferManager and install it as the process-wide default buffer manager.
install(PageView) - Method in class com.levigo.jadice.demo.SpacePanBehaviour
Install the SpacePanBehaviour into the given PageView.
install(JComboBox, EventList<E>) - Static method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Installs support for autocompletion into the comboBox and returns the support object that is actually providing those facilities.
install(JComboBox, EventList<E>, TextFilterator<? super E>) - Static method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Installs support for autocompletion into the comboBox and returns the support object that is actually providing those facilities.
install(JComboBox, EventList<E>, TextFilterator<? super E>, Format) - Static method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Installs support for autocompletion into the comboBox and returns the support object that is actually providing those facilities.
install(JComponent, Action) - Static method in class org.jadice.util.swing.action.commands.ActionOnDoubleClick
 
install(JComponent, Context.Children, Context.Ancestors) - Static method in class org.jadice.util.swing.action.context.Context
Install a context with the given aggregation mode on the given owner.
install(JTable, SortedList<E>, Object) - Static method in class org.jadice.util.glazedlists.gui.TableComparatorChooser
Installs a new TableComparatorChooser that responds to clicks on the header of the specified table and uses them to sort the specified sortedList by delegating to the given strategy If at any time the table should no longer sort, the behaviour can be removed calling TableComparatorChooser.dispose() on the object returned by this method.
install(JTable, SortedList<E>, Object, TableFormat<? super E>) - Static method in class org.jadice.util.glazedlists.gui.TableComparatorChooser
Installs a new TableComparatorChooser that responds to clicks on the header of the specified table and uses them to sort the specified sortedList by delegating to the given strategy If at any time the table should no longer sort, the behaviour can be removed calling TableComparatorChooser.dispose() on the object returned by this method.
install(UndoManager, EventList<E>) - Static method in class org.jadice.util.glazedlists.gui.UndoSupport
Installs support for undoing/redoing edits on the given source.
install(UndoManager, EventList<E>, FunctionList.Function<UndoRedoSupport.Edit, UndoableEdit>) - Static method in class org.jadice.util.glazedlists.gui.UndoSupport
Installs support for undoing/redoing edits on the given source.
install(EventList<E>) - Static method in class org.jadice.util.glazedlists.UndoRedoSupport
Installs support for undoing and redoing changes to the given source.
install(LoggingConfiguration, MessageConsumer) - Static method in class org.jadice.util.swing.infobar.QualifiedLoggingBridge
 
install(FlexibleTree) - Static method in class org.jadice.util.swing.flextree.DragAndDropFeature
Install this feature on the given tree.
install(FlexibleTree) - Static method in class org.jadice.util.swing.flextree.PopupMenuFeature
Install this feature on the given flextree.
install(FlexibleTree) - Static method in class org.jadice.util.swing.flextree.SelectionHandlerFeature
Install this feature on the given flextree.
install(FlexibleTree) - Static method in class org.jadice.util.swing.flextree.ToolTipFeature
Install this feature on the given flextree.
installAction(String, Action) - Method in class org.jadice.util.swing.menu.BasicMenuBuilder
 
installAction(String, Action) - Method in interface org.jadice.util.swing.menu.MenuBuilder
Install the given action into the given menu group.
installAction(Action) - Method in class org.jadice.util.swing.menu.BasicMenuBuilder
 
installAction(Action) - Method in interface org.jadice.util.swing.menu.MenuBuilder
Install the given action into the default menu group MenuBuilder.GROUP_DEFAULT.
installContext() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Creates and installs the context for this component.
installDefaults() - Method in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
Initialize NavigatorComponent properties, e.g. font, foreground, background, thumb size and so on.
installDefaults() - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Initialize ThumbnailView properties, e.g. font, foreground, and background, and add the CellRendererPane.
installKeyboardActions() - Method in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
Registers the keyboard bindings on the ThumbnailView that the BasicListUI is associated with.
installKeyboardActions() - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Registers the keyboard bindings on the ThumbnailView that the BasicListUI is associated with.
installListener(E) - Method in interface org.jadice.util.glazedlists.ObservableElementList.Connector
Start listening for events from the specified element.
installListeners() - Method in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
Create and install the listeners for the ThumbnailView, its model, and its selectionModel.
installListeners() - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Create and install the listeners for the ThumbnailView, its model, and its selectionModel.
installListeners(JSlider) - Method in class org.jadice.util.swing.colorpicker.ColorPickerSliderUI
 
installReadTracker(PageView, long, TimeUnit) - Static method in class com.levigo.jadice.demo.flextree.ReadStateModule
Install a read tracker that monitors the given PageView and marks documents, which have been shown for at least the given duration, as read.
installSubMenu(String, String, Action) - Method in class org.jadice.util.swing.menu.BasicMenuBuilder
 
installSubMenu(String, String, Action) - Method in interface org.jadice.util.swing.menu.MenuBuilder
Install a sub-menu and return a MenuBuilder for it.
installTrayIcon() - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Installs a tray icon, if there is no tray icon yet.
installUI(JComponent) - Method in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
 
installUI(JComponent) - Method in class com.levigo.jadice.swing.pageview.BasicPageViewUI
 
installUI(JComponent) - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Initializes this.list by calling installDefaults(), installListeners(), and installKeyboardActions() in order.
INSTANCE - Static variable in class com.levigo.jadice.demo.pdf.signature.SignatureHelper
 
INSTANCE - Static variable in class com.levigo.jadice.demo.theme.JadiceFlatDarkTheme
 
INSTANCE - Static variable in class com.levigo.jadice.demo.theme.JadiceFlatLightTheme
 
INSTANCE - Static variable in class com.levigo.jadice.format.annotation.JadiceAnnotationFormat
 
instanceClass - Variable in class com.levigo.jadice.annotation.profiles.NameBasedFactory
 
Instruction - Interface in com.levigo.jadice.document.instruction
An instruction describes something to be done.
InstructionAnnotation - Class in com.levigo.jadice.annotation
A annotation that is used to invoke instructions like opening a link.
InstructionAnnotation() - Constructor for class com.levigo.jadice.annotation.InstructionAnnotation
 
instructionChain - Variable in class com.levigo.jadice.annotation.InstructionAnnotation
A chain that holds the instructions for the annotation
InstructionChain - Class in com.levigo.jadice.document.instruction
Transports an ordered, immutable list of Instructions.
InstructionConverter<I extends Instruction,​S extends SerializableInstruction> - Class in com.levigo.jadice.demo.outline.serialize
InstructionConverters are used to convert an Instruction to a SerializableInstruction and vice versa.
InstructionConverter(Class<I>, Class<S>) - Constructor for class com.levigo.jadice.demo.outline.serialize.InstructionConverter
 
InstructionConverters - Class in com.levigo.jadice.demo.outline.serialize
Contains the default InstructionConverters for the default instructions.
InstructionConverters.FitInstructionConverter - Class in com.levigo.jadice.demo.outline.serialize
 
InstructionConverters.PanInstructionConverter - Class in com.levigo.jadice.demo.outline.serialize
 
InstructionConverters.RotateInstructionConverter - Class in com.levigo.jadice.demo.outline.serialize
 
InstructionConverters.ZoomInstructionConverter - Class in com.levigo.jadice.demo.outline.serialize
 
InstructionExecutor<C> - Interface in com.levigo.jadice.document.instruction
Implementations of this interface are able to actually perform that which is described by an Instruction.
InstructionExecutorCommand - Class in com.levigo.jadice.appbase.executor
This command provides a bridge for CollectionBasedInstructionExecutors to be used in a GUI (Swing) context.
InstructionExecutorCommand() - Constructor for class com.levigo.jadice.appbase.executor.InstructionExecutorCommand
 
InstructionExecutorInventory - Class in com.levigo.jadice.swing.executor
Transports a collection of CollectionBasedInstructionExecutors.
InstructionExecutorInventory(Collection<? extends CollectionBasedInstructionExecutor>) - Constructor for class com.levigo.jadice.swing.executor.InstructionExecutorInventory
 
Instructions - Class in com.levigo.jadice.document.instruction
Helper methods to deal with Instruction instances.
IntegerConverter - Class in com.levigo.jadice.format.annotation.converters
 
IntegerConverter() - Constructor for class com.levigo.jadice.format.annotation.converters.IntegerConverter
 
IntegerValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.IntegerValue
 
intent - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
Intent - Interface in com.levigo.jadice.document
This is a marker interface for actions to be checked against a Permission.
InterceptableEventList<E> - Class in org.jadice.util.glazedlists
An EventList that allows write operations to it to be intercepted.
InterceptableEventList(EventList<E>, EventListInterceptor<E>) - Constructor for class org.jadice.util.glazedlists.InterceptableEventList
 
InterceptableList<E> - Class in org.jadice.util.base.collections
 
InterceptableList(List<E>, ListInterceptor<E>) - Constructor for class org.jadice.util.base.collections.InterceptableList
 
InterceptableSparseEventList<E> - Class in org.jadice.util.glazedlists.sparse
An BasicSparseEventList that allows write operations to it to be intercepted.
InterceptableSparseEventList(SparseEventList<E>, EventListInterceptor<E>) - Constructor for class org.jadice.util.glazedlists.sparse.InterceptableSparseEventList
 
interceptor - Variable in class org.jadice.util.glazedlists.InterceptableEventList
 
interceptorSupport - Variable in class com.levigo.jadice.document.AbstractDocument
 
interpolate(double, double, double, double, double) - Static method in class org.jadice.util.base.Numbers
For a given value of x, Interpolate calculates the y value on the line defined by the two points (xmin, ymin) and (xmax, ymax).
intersectNullSafe(Rectangle2D, Rectangle2D) - Static method in class org.jadice.util.base.geometry.Rectangles
Computes the intersection of two rectangles, considering that one or both of them might be null.
IntHashtable<V> - Class in org.jadice.util.base.collections
 
IntHashtable() - Constructor for class org.jadice.util.base.collections.IntHashtable
 
IntHashtable(int) - Constructor for class org.jadice.util.base.collections.IntHashtable
 
IntHashtable(int, float) - Constructor for class org.jadice.util.base.collections.IntHashtable
 
into(Document) - Method in class com.levigo.jadice.document.read.fluent.ReadConfiguration
Configure a Document as the target for reading.
into(Document) - Method in interface com.levigo.jadice.document.read.fluent.ReadConfigurer
Configure a Document as the target for reading.
INTRA_DOCP_MIME_TYPE_PREFIX - Static variable in class com.levigo.jadice.document.flavor.IntraDOCPDataFlavor
The prefix of the MIME type.
IntraDOCPDataFlavor - Class in com.levigo.jadice.document.flavor
A DataFlavor used for moving or copying Pages across jadice application running in different JVMs.
IntraDOCPPageExportHandler - Class in com.levigo.jadice.swing.thumbnailview.dnd
An ExportHandler implementation exporting the selection in a format suitable for import into other instances of a jadice ViewComponent residing in another JVM instance on the same host.
IntraDOCPPageExportHandler() - Constructor for class com.levigo.jadice.swing.thumbnailview.dnd.IntraDOCPPageExportHandler
 
IntraDOCPPageImportHandler - Class in com.levigo.jadice.swing.thumbnailview.dnd
An ImportHandler implementation supporting the import of transfer data from other instances of a jadice ViewComponent residing in another JVM instance on the same host.
IntraDOCPPageImportHandler() - Constructor for class com.levigo.jadice.swing.thumbnailview.dnd.IntraDOCPPageImportHandler
 
IntraJVMPageExportHandler - Class in com.levigo.jadice.swing.thumbnailview.dnd
An ExportHandler implementation exporting the selection as Page references for import into other Documents in other instances of a jadice ViewComponent residing in the same JVM instance.
IntraJVMPageExportHandler() - Constructor for class com.levigo.jadice.swing.thumbnailview.dnd.IntraJVMPageExportHandler
 
IntraJVMPageImportHandler - Class in com.levigo.jadice.swing.thumbnailview.dnd
An ImportHandler implementation supporting the import of transfer data generated by the IntraJVMPageExportHandler.
IntraJVMPageImportHandler() - Constructor for class com.levigo.jadice.swing.thumbnailview.dnd.IntraJVMPageImportHandler
 
IntValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.IntValue
 
INVALID_SOT_ADDRESS - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
invalidate() - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
Overridden for performance reasons.
invalidateCache() - Method in class com.levigo.jadice.demo.font.attribute.FileFontAttributesCache
 
invalidateCache() - Method in interface com.levigo.jadice.demo.font.attribute.FontAttributesCache
Removes all entries from the cache.
invalidateLayout(Container) - Method in class org.jadice.util.swing.effect.EffectLayout
 
Inventory<C extends ProcessingControls<S>,​S extends ProcessingSettings> - Interface in com.levigo.jadice.document.render
 
inventoryChanged(InventoryRenderSettingsEvent) - Method in interface com.levigo.jadice.document.render.InventoryRenderSettingsListener
Will be called whenever a RenderSettings change happens and the render settings type supports change event propagation.
InventoryRenderSettingsEvent - Class in com.levigo.jadice.document.render
This event gets delivered whenever a RenderSettings, which supports the propagation of changes, has been changed in a RenderControlsInventory.
InventoryRenderSettingsEvent(RenderControlsInventory, Page, RenderControls, RenderSettings, String, Object, Object) - Constructor for class com.levigo.jadice.document.render.InventoryRenderSettingsEvent
Constructor
InventoryRenderSettingsEvent(RenderControlsInventory, Page, RenderSettingsEvent) - Constructor for class com.levigo.jadice.document.render.InventoryRenderSettingsEvent
Constructor
InventoryRenderSettingsListener - Interface in com.levigo.jadice.document.render
This interface is for receiving change events whenever a RenderSettings object, which supports change event propagation, within a RenderControlsInventory have been changed.
invert(Color) - Static method in class org.jadice.util.base.Colors
Create a new color which is the inverse of the given one.
invert(Comparator<T>) - Static method in class org.jadice.util.base.collections.Comparators
 
invert(Matcher<E>) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Get a Matcher that returns the opposite of the specified Matcher.
INVERT - com.levigo.jadice.swing.gradation.commands.GradationActionCommand.Action
 
InvertingComparator(Comparator<T>) - Constructor for class org.jadice.util.base.collections.Comparators.InvertingComparator
 
invertSelection() - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Inverts the current selection.
invertSelection() - Method in class org.jadice.util.glazedlists.ListSelection
Inverts the current selection.
Invisible - com.levigo.jadice.format.xfdf.annotation.Flags
 
invokeAndWait(Runnable) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Calls SwingUtilities.invokeAndWait(Runnable code) using the default ThreadGroup
invokeAndWait(ThreadGroup, Runnable) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Calls SwingUtilities.invokeAndWait(Runnable code) considering the ThreadGroup to be used
invokeLater(Runnable) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Calls SwingUtilities.invokeLater(Runnable code) using the default ThreadGroup.
invokeLater(ThreadGroup, Runnable) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Calls SwingUtilities.invokeLater(Runnable code) considering the ThreadGroup to be used
invokeLaterIfNotEDT(Runnable) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Initiate a call of the given Runnable.run() method on the event dispatch thread.
invokeLaterIfNotEDT(ThreadGroup, Runnable) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Initiate a call of the given Runnable.run() method considering the thread group to be used on the event dispatch thread.
IO_ERROR - com.levigo.jadice.format.jpeg2000.msg.GeneralMessages
 
IOCA_METADATA - com.levigo.jadice.format.annocm.CMAnnotationConstants.ModcaResolutionMode
 
IocaFormat - Class in com.levigo.jadice.format.modca
Format information class for ioca documents
IocaFormat() - Constructor for class com.levigo.jadice.format.modca.IocaFormat
 
IOCAReaderSettings - Class in com.levigo.jadice.format.modca
 
IOCAReaderSettings() - Constructor for class com.levigo.jadice.format.modca.IOCAReaderSettings
 
IOUtils - Class in com.levigo.jadice.document.io
 
isAcceptAllFileFilterUsed() - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
isAccessibleChildSelected(int) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
Returns true if the current child of this object is selected.
isActive() - Method in class com.levigo.jadice.document.condition.GroupConditionFactory.OptionalGroup
 
isActive() - Static method in class org.jadice.util.base.swing.TGASwingUtil
Gets the active flag.
isActive() - Method in class org.jadice.util.swing.action.context.Context
Returns the info if the context is active.
isActive(Tool) - Method in class com.levigo.jadice.swing.tool.ToolManager
Return whether the given tool is currently active.
isActive(Class<? extends Tool>) - Method in class com.levigo.jadice.swing.tool.ToolManager
Return whether the tool of the given class is currently active.
isAddOnActive(Class<? extends JComponent>, ViewComponent) - Method in interface com.levigo.jadice.appbase.AddOnPresenter
Determine whether there is a registered and active (visible) add-on component of the given class within the context of the given view component.
isAddOnActive(Class<? extends JComponent>, ViewComponent) - Method in class com.levigo.jadice.appbase.BasicAddOnPresenter
 
isAddOnRegistered(Class<? extends JComponent>, ViewComponent) - Method in interface com.levigo.jadice.appbase.AddOnPresenter
Determine whether there is a registered (displayable) add-on component of the given class within the context of the given view component.
isAddOnRegistered(Class<? extends JComponent>, ViewComponent) - Method in class com.levigo.jadice.appbase.BasicAddOnPresenter
 
isAdjustAnnotationToPageBoundsOnCreation() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Returns a boolean which decides if Annotations get adjusted to the page bounds after creation.
isAdjustInProgress() - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
Returns whether gradation curve is in adjusting process
isAIX() - Static method in class org.jadice.util.base.OS
 
isAllow - Variable in class com.levigo.jadice.annotation.auth.DocumentAnnotationPermission.Factory
 
isAllow - Variable in class com.levigo.jadice.annotation.auth.IndividualAnnotationPermission.Factory
 
isAllowed(Selection) - Method in class com.levigo.jadice.appbase.commands.CopyRasterizedSelectionCommand
 
isAllowed(Selection) - Method in class com.levigo.jadice.appbase.commands.CopySelectedTextCommand
 
isAllowMultipleTextlines() - Method in class com.levigo.jadice.annotation.StampAnnotation
 
isAllowResize() - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Returns a flag if annotation could be resized
isAllowRotation() - Method in class com.levigo.jadice.annotation.StampImageAnnotation
Returns current rotation handle flag.
isAllowTransparency() - Method in class com.levigo.jadice.annotation.profiles.ColorProperty
 
isAltDown() - Method in class com.levigo.jadice.swing.tool.EditEvent
 
isAltGraphDown() - Method in class com.levigo.jadice.swing.tool.EditEvent
 
isAnimated() - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
isAnnotated(Document) - Static method in class com.levigo.jadice.annotation.Annotations
Returns whether the given document is annotated.
isAnnotated(Document) - Static method in class com.levigo.jadice.annotation.embedded.EmbeddedAnnotations
Returns whether the given document is annotated.
isAnnotated(Page) - Static method in class com.levigo.jadice.annotation.Annotations
Returns whether the given page is annotated.
isAnnotated(Page) - Static method in class com.levigo.jadice.annotation.embedded.EmbeddedAnnotations
Returns whether the given page is annotated.
isAnnotationPrintEnabled(PreferenceStore) - Static method in class com.levigo.jadice.printer.PrintEnvironment
Determines whether the annotations should be printed or not.
isAnnotationRenderingEnabled(AnnotationType) - Method in class com.levigo.jadice.annotation.AnnotationRenderSettings
Returns whether annotation of given type should be rendered or not.
isAnyPermissionGranted(D, Intent...) - Method in class com.levigo.jadice.document.Permissions
 
isAppliesToLayer(DocumentLayer) - Method in class com.levigo.jadice.document.render.ImageRenderSettings
Returns whether this settings instance applies to the given document layer.
isApplyPageViewRenderSettings() - Method in class com.levigo.jadice.swing.navigator.NavigatorComponent
Returns an indicator whether the sorter render pages according to the PageView render settings or not.
isApplyPageViewRenderSettings() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Returns an indicator whether the sorter render pages according to the PageView render settings or not.
isAsynchronousPrinting() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
 
isAutoActivate() - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
Returns whether the light-box shall become visible automatically if the mouse enters the light-box's activation zone.
isAutoDeactivate() - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
Returns whether the light-box shall become invisible automatically if the mouse leaves the light-box's deactivation zone.
isAutoFlush() - Static method in class com.levigo.jadice.demo.JadiceDemoPreferences
Check if auto-flush is enabled
isAutoScrollModeOn() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Returns whether hover lens may cause an autoscroll on the viewer if the mouse moved outside the visible area.
isAuxiliary() - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
 
isAuxiliary() - Method in class com.levigo.jadice.document.AbstractPageSegment
 
isAuxiliary() - Method in class com.levigo.jadice.document.composite.AbstractCompositePageSegment
 
isAuxiliary() - Method in interface com.levigo.jadice.document.PageSegment
Return whether this PageSegment is in some way "auxiliary".
isAvailable() - Method in class com.levigo.jadice.appbase.commands.CopyRasterizedSelectionCommand
 
isAvailable() - Method in class com.levigo.jadice.appbase.commands.CopySelectedTextCommand
 
isAvailable() - Method in class com.levigo.jadice.appbase.commands.DragTextActivationCommand
 
isAvailable() - Method in class com.levigo.jadice.demo.pagestash.StashPagesCommand
 
isAvailable() - Method in class com.levigo.jadice.demo.pagestash.UnstashMergeCommand
 
isAvailable() - Method in class com.levigo.jadice.swing.commands.DirectPrintDocumentCommand
 
isAvailable() - Method in interface org.jadice.util.swing.action.commands.Command
Returns an indicator whether the command is available and therefore integrable.
isAvailable() - Method in class org.jadice.util.swing.action.commands.DummyCommand
 
isAvailable() - Method in class org.jadice.util.swing.action.injection.InjectedCommand
 
isBase64(char) - Static method in class org.jadice.util.base.datatype.Base64
 
isBold() - Method in class com.levigo.jadice.annotation.TextAnnotation
 
isBold() - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
isBold() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
isBookmarksModified() - Method in class com.levigo.jadice.demo.bookmark.BookmarkStore
Returns the "bookmarks modified" flag.
isBorderOpaque() - Method in class org.jadice.util.swing.borders.BubbleBorder
 
isBorderOpaque() - Method in class org.jadice.util.swing.borders.DropShadowBorder
 
isBorderOpaque() - Method in class org.jadice.util.swing.borders.RolloutBorder
 
isBorderOpaque() - Method in class org.jadice.util.swing.borders.RoundedBorder
 
isBrowsePages() - Method in class com.levigo.jadice.swing.pageview.MouseWheelTool
Return whether to skip to the previous/next page if scrolling occurs while already scrolled to the top/bottom and using a single-page or spread layout.
isBufferFormatValid(BufferedImage) - Method in class org.jadice.util.swing.panel.FadeablePane
Defines if the cached image has the valid format for the current painting painting operation and there is no need to recreate it.
isBufferManagerActive() - Static method in class com.levigo.jadice.document.io.IOUtils
Checks if BufferManager is available and enabled
isByteOrderMarkDetectionEnabled() - Method in class com.levigo.jadice.format.text.TextReaderSettings
Returns the current byte-order-mark (BOM) detection flag.
isCached() - Method in class com.levigo.jadice.document.io.FileCacheInputStream
Returns true since this ImageInputStream caches data in order to allow seeking backwards.
isCached() - Method in class com.levigo.jadice.document.io.MemoryInputStream
Returns true since this ImageInputStream caches data in order to allow seeking backwards.
isCached() - Method in class com.levigo.jadice.document.io.SeekableInputStream
Default implementation returns false.
isCached() - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
isCachedFile() - Method in class com.levigo.jadice.document.io.FileCacheInputStream
Returns true since this ImageInputStream maintains a file cache.
isCachedFile() - Method in class com.levigo.jadice.document.io.MemoryInputStream
Returns false since this ImageInputStream does not maintain a file cache.
isCachedFile() - Method in class com.levigo.jadice.document.io.SeekableInputStream
Default implementation returns false.
isCachedFile() - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
isCachedMemory() - Method in class com.levigo.jadice.document.io.FileCacheInputStream
Returns false since this ImageInputStream does not maintain a main memory cache.
isCachedMemory() - Method in class com.levigo.jadice.document.io.MemoryInputStream
Returns true since this ImageInputStream maintains a main memory cache.
isCachedMemory() - Method in class com.levigo.jadice.document.io.SeekableInputStream
Default implementation returns false.
isCachedMemory() - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
isCancelationRequested() - Method in interface com.levigo.jadice.document.read.Canceler
Returns whether or not a request for cancelation has been issued on any thread.
isCancelled() - Method in class com.levigo.jadice.search.SearchStateChangeEvent
Deprecated.
 
isCancelled() - Method in class com.levigo.jadice.swing.printer.AbstractPrintDialog
Returns a flag indicating whether printing is cancelled by the user.
isCaption() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
isCaseSensitive() - Method in class com.levigo.jadice.search.SearchRequest
Deprecated.
 
isCellEditable(int, int) - Method in class org.jadice.util.glazedlists.gui.EventTableModel
Delegates the question of whether the cell is editable or not to the backing TableFormat if it is a WritableTableFormat.
isCellEditable(TreePath, String) - Method in interface org.jadice.util.swing.flextree.EditableTreeColumnProvider
Return whether the value for the cell defined by the given tree path and the given column ID is editable.
isChangeable() - Method in class com.levigo.jadice.document.condition.GroupConditionFactory.OptionalGroup
Some groups are not changeable due to pdf restrictions.
isChangeAllowed(Annotation) - Static method in class com.levigo.jadice.annotation.auth.Permission
 
isChangeFrozenStateInLensArea() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
isCloseAfterUserAction() - Method in class com.levigo.jadice.demo.util.ExternalTargetDialog
 
isCm8ViewerCompatibilityModeEnabled() - Method in class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
Returns current IBM ContentManager 8 Viewer compatibility mode status.
isCm8ViewerCompatibilityModeEnabled() - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Returns current IBM ContentManager 8 Viewer compatibility mode status.
isCodestream(ImageInputStream) - Static method in class com.levigo.jadice.format.jpeg2000.JPEG2000Matcher
This function determines if the given stream starts with a valid codestream header.
isCollapsed() - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
isCollapsed() - Method in class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel
 
isColored() - Method in class com.levigo.jadice.document.model.DocumentModelInfo
Returns whether the referenced page or page segment contains any colored elements.
isColumnReverse(int) - Method in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Gets whether the comparator in use for the specified column is reverse.
isConsumed() - Method in class com.levigo.jadice.swing.tool.EditEvent
 
isContributed(Class<? extends ComponentAddon>) - Method in class com.levigo.jadice.swing.ui.ComponentAddonManagement
Returns whether an addon of given class type is already contributed
isControlDown() - Method in class com.levigo.jadice.swing.tool.EditEvent
 
isCurrentAnnotationType(AnnotationFactory) - Method in class com.levigo.jadice.swing.annotation.commands.AbstractAnnotationModeCommand
Returns whether the current annotation mode is the same as given annotation type.
isCurrentlyMatchingAll() - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditor
Returns true if the current matcher will match everything.
isCurrentlyMatchingNone() - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditor
Returns true if the current matcher will match nothing.
isCursorSet() - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
 
isCustomLookAndFeel() - Static method in class org.jadice.util.swing.theme.JadiceThemes
Identifies if the currently used LookAndFeel is a JadiceLookAndFeel
isCw() - Method in class com.levigo.jadice.swing.commands.SpinCommand
 
isData(char) - Static method in class org.jadice.util.base.datatype.Base64
 
isDataFlavorSupported(DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.dnd.CompositeImportHandler
 
isDataFlavorSupported(DataFlavor, ImportParameters) - Method in interface com.levigo.jadice.swing.dnd.ImportHandler
Check whether the given DataFlavor is supported by this import handler.
isDataFlavorSupported(DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.FileImportHandler
 
isDataFlavorSupported(DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.ImageImportHandler
 
isDataFlavorSupported(DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.IntraDOCPPageImportHandler
 
isDataFlavorSupported(DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.IntraJVMPageImportHandler
 
isDataFlavorSupported(DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.ReorderPageImportHandler
 
isDataFlavorSupported(DataFlavor, ImportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.URLBaseOpenPortfolioImportHandler
 
isDebugEnabled() - Method in interface org.jadice.util.log.Logger
Is the logger instance enabled for the DEBUG level?
isDefaultToTreeRoot() - Method in class org.jadice.util.swing.flextree.PopupMenuFeature
Return whether popup activations on empty space are treated as activations on the tree root.
isDeleteStaleCacheFiles() - Static method in class com.levigo.jadice.document.io.FileCacheInputStream
Return whether stale cache files are automatically expunged.
isDesaturate() - Method in class com.levigo.jadice.document.render.ImageRenderSettings
Returns whether the desaturation is activated
isDestroyed() - Static method in class org.jadice.util.base.swing.TGASwingUtil
 
isDisposed() - Method in class com.levigo.jadice.document.AbstractDocument
 
isDisposed() - Method in interface com.levigo.jadice.document.Document
Return whether or not this Document has been disposed of.
isDisposed() - Method in class com.levigo.jadice.swing.SwingUIDocument
 
isDocumentLayerEnabled(DocumentLayer) - Method in class com.levigo.jadice.document.marshalling.BaseMarshallingSettings
Returns whether layer class should be marshalled or not.
isDocumentLayerEnabled(DocumentLayer) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Returns whether layer class should be rendered or not.
isDocumentPrintEnabled(PreferenceStore) - Static method in class com.levigo.jadice.printer.PrintEnvironment
Determines whether the document should be printed or not.
isDoFireAnnotationEvents() - Method in class com.levigo.jadice.annotation.Annotation
Return whether this annotation instance propagates annotation events
isDragDefaultsToExport() - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
isEditable() - Method in class com.levigo.jadice.annotation.TextAnnotation
 
isEditable(E, int) - Method in interface org.jadice.util.glazedlists.gui.WritableTableFormat
For editing fields.
isEditable(TreePath) - Method in interface org.jadice.util.swing.flextree.TreeElementEditor
 
isEligible(PageSegment, Rectangle2D, TextContentServiceInternal.Priority) - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
 
isEmpty() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.CollectionWrapper
 
isEmpty() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.EntryWrapper
 
isEmpty() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.MapWrapper
 
isEmpty() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.Wrapper
 
isEmpty() - Method in class com.levigo.jadice.document.font.attribute.FontAttributeSet
Find out whether or not this set contains any elements.
isEmpty() - Method in class com.levigo.jadice.document.instruction.InstructionChain
Indicates whether or not this chain holds any Instructions at all.
isEmpty() - Method in class org.jadice.util.base.collections.FrozenList
 
isEmpty() - Method in class org.jadice.util.base.collections.InterceptableList
 
isEmpty() - Method in class org.jadice.util.base.collections.IntHashtable
 
isEmpty() - Method in class org.jadice.util.base.collections.ObservableCollection
 
isEmpty() - Method in class org.jadice.util.base.collections.ObservableList
 
isEmpty() - Method in class org.jadice.util.base.collections.ObservableMap
 
isEmpty() - Method in class org.jadice.util.glazedlists.AbstractEventList
Returns true if this list contains no elements.
isEmpty() - Method in class org.jadice.util.glazedlists.DebugList
Returns true if this list contains no elements.
isEmpty() - Method in class org.jadice.util.mm.SequencedHashMap
Implements Map.isEmpty().
isEnableAlphaChannel() - Method in class com.levigo.jadice.format.bmp.BMPReaderSettings
Return whether alpha (transparency) channel support is enabled.
isEnableCaching() - Method in class com.levigo.jadice.document.render.PageImageRenderer
If there are multiple rendering calls on the same page an enabled caching allows to reuse prior generated resources and render preparations.
isEnableCollectionHandling() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule
 
isEnabled() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
isEnabled() - Method in class org.jadice.util.swing.action.commands.CommandAction
Returns true if the action is enabled.
isEnabled() - Method in class org.jadice.util.swing.action.commands.DelegateAction
 
isEnabled() - Method in class org.jadice.util.swing.effect.FadeBox
 
isEnabled() - Method in class org.jadice.util.swing.effect.RolloutBox
 
isEnabled(Class<? extends Tool>) - Method in class com.levigo.jadice.swing.tool.ToolManager
Checks whether the given Tool is enabled.
isEnableDragExport() - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
isEnableFirstLast() - Method in class com.levigo.jadice.appbase.status.PageSnapIn
 
isEnableFirstLast() - Method in class com.levigo.jadice.demo.DemoPageSnapIn
 
isEnableHoverToolbar() - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
isEnableLink() - Method in class org.jadice.util.swing.button.Hyperlink
 
isEnableMediumMapPageRangeCheck() - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
isEnablePreviousNext() - Method in class com.levigo.jadice.appbase.status.PageSnapIn
 
isEnablePreviousNext() - Method in class com.levigo.jadice.demo.DemoPageSnapIn
 
isEnableSoftReferences() - Method in class org.jadice.util.mm.LRUCache
 
isEnableTransientPageRendering() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Returns whether thumbnail rendering shall be triggered, even during transient renderings.
isEnlargePageToPaper() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Simply returns the current flag value.
isEnlargeThinStrokeRendering() - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Return whether 0 width lines should be rendered as 1 pixel width lines
isEnlargeToPaper(PreferenceStore) - Static method in class com.levigo.jadice.printer.PrintEnvironment
Determines whether pages should be enlarged to fit into paper size.
isErrorEnabled() - Method in interface org.jadice.util.log.Logger
Is the logger instance enabled for the ERROR level?
isErrorEnabled() - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
isEventDispatchThread() - Static method in class org.jadice.util.base.swing.TGASwingUtil
Checks whether the current thread (no matter if EventQueue or not) is the correct EventDispatchThread for the current ThreadGroup.
isEventDispatchThread(ThreadGroup) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Checks whether the current thread (no matter if EventQueue or not) is the correct EventDispatchThread for the current ThreadGroup.
isEventEmpty() - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Returns true if the current atomic change to this list change queue is empty; false otherwise.
isExclusive() - Method in class com.levigo.jadice.swing.tool.ToolManager
Return whether the exclusive tool mode is active, i.e. if the currently active tool is also the exclusive tool.
isExecutable(SearchConfiguration) - Method in interface com.levigo.jadice.search.engine.SearchEngine
Checks if the SearchEngine is executable with the current SearchConfiguration.
isExpanded(int) - Method in class org.jadice.util.glazedlists.TreeList
 
isExpanded(E, List<E>) - Method in class org.jadice.util.glazedlists.DefaultExternalExpansionModel
 
isExpanded(E, List<E>) - Method in interface org.jadice.util.glazedlists.TreeList.ExpansionModel
Determine the specified element's initial expand/collapse state.
isFast() - Method in class com.levigo.jadice.swing.commands.ScrollCommand
 
isFatalEnabled() - Method in interface org.jadice.util.log.Logger
Is the logger instance enabled for the FATAL level?
isFatalEnabled() - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
isFileFormat(ImageInputStream) - Static method in class com.levigo.jadice.format.jpeg2000.JPEG2000Matcher
This function determines if the given stream starts with a valid JP2 or JPX file format header.
isFilled() - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Returns a flag indicating if annotation is rendered with a background color.
isFinished() - Method in class com.levigo.jadice.search.SearchStateChangeEvent
Deprecated.
 
isFloating() - Method in class com.levigo.jadice.demo.SorterToolbar.SorterToolBarUI
 
isFocusTraversable() - Method in class com.levigo.jadice.swing.BasicViewer
Deprecated. 
isFocusTraversable() - Method in class com.levigo.jadice.swing.pageview.PageView
Deprecated.
Yes, I know.
isFocusTraversable() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
isFromSameDocument(DataFlavor, Document) - Static method in class com.levigo.jadice.document.flavor.AbstractJadiceLocalDataFlavor
Check whether the given Document is the source of the given DataFlavor.
isFromSameJVM(DataFlavor) - Static method in class com.levigo.jadice.document.flavor.IntraDOCPDataFlavor
Checks if the given flavor is an IntraDOCPDataFlavor from the same JVM.
isFrozen() - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
Gets the frozen state.
isFrozen() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Gets the frozen state of the lens.
isFrozen() - Method in class com.levigo.jadice.swing.lens.LensView
Gets the frozen state.
isFrozen() - Method in class org.jadice.util.glazedlists.FreezableList
Gets whether this EventList is showing a previous state of the source EventList.
isGrantAll() - Method in class com.levigo.jadice.document.Permissions
Return whether this Permissions Object always grants every permission, because there are no Permissions installed and the default is to grant permission.
isHeadLengthInPercent() - Method in class com.levigo.jadice.annotation.ArrowAnnotation
Returns current head length flag.
isHideIfDisabled() - Method in class org.jadice.util.swing.menu.ActionFactoryMenuContributor
Whether disabled actions shall be hidden or not.
isHighlighted() - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
 
isHomogenous() - Method in class com.levigo.jadice.document.Resolution
Return whether the resolution is homogeneous, i.e. identical in both directions.
isHovered() - Method in class com.levigo.jadice.demo.launcher.LaunchConfigStartPanel
 
isHSB - Variable in enum org.jadice.util.swing.colorpicker.ColorPicker.Mode
 
isIconified() - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
 
isIgnoreEmptyActions() - Static method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Returns an indicator whether to ignore actions with no commands configured.
isIgnoreExifOrientation() - Method in class com.levigo.jadice.format.imageio.ImageIOReaderSettings
Returns whether the image should ignore the exif orientation tag or not.
isIgnoreLineWidth() - Method in class com.levigo.jadice.annotation.StampAnnotation
 
isIgnoreMissingMultiPageAttribute() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationReaderSettings
Return current setting.
isIgnoreRestrictions() - Method in interface com.levigo.jadice.format.pdf.signaturestore.TransformParams
Whether any possible restrictions may be ignored.
isIgnoreUndefinedAnnotationProperty() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationReaderSettings
 
isIncrease() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailResizeCommand
 
isInfoEnabled() - Method in interface org.jadice.util.log.Logger
Is the logger instance enabled for the INFO level?
isInitialized() - Method in class com.levigo.jadice.annotation.Annotation
 
isInitialized() - Method in class com.levigo.jadice.document.AbstractPageSegment
 
isInitialized() - Method in class com.levigo.jadice.document.lazy.LazyStreamPageSegment
 
isInstalled() - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Returns true if this autocomplete support instance is currently installed and altering the behaviour of the combo box; false if it has been AutoCompleteSupport.uninstall()ed.
isIntraDOCPDataFlavor(DataFlavor) - Static method in class com.levigo.jadice.document.flavor.IntraDOCPDataFlavor
Checks if the given flavor is an IntraDOCPDataFlavor.
isInvertible(AffineTransform) - Static method in class org.jadice.util.base.AffineTransforms
Determine whether or not a given transformation is invertible.
isItalic() - Method in class com.levigo.jadice.annotation.TextAnnotation
 
isItalic() - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
isItalic() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
isJadiceRasteredImageDataFlavor(DataFlavor) - Static method in class com.levigo.jadice.document.flavor.JadiceRasteredImageDataFlavor
Check if the given DataFlavor is a JadiceRasteredImageDataFlavor.
isJVMBuildVersionNewerOrEqual(int) - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Returns whether the current jvm build version is newer or equal to the given number.
isJVMLocalDataFlavor(DataFlavor) - Static method in class com.levigo.jadice.document.flavor.JVMLocalDataFlavor
Checks if a given DataFlavor is a JVMLocalDataFlavor.
isJVMMajorVersionNewerOrEqual(int) - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Returns whether the current jvm major version is newer or equal to the given number.
isJVMMicroVersionNewerOrEqual(int) - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Returns whether the current jvm micro version is newer or equal to the given number.
isJVMMinorVersionNewerOrEqual(int) - Static method in class com.levigo.jadice.document.util.SystemEnvironment
Returns whether the current jvm minor version is newer or equal to the given number.
isLeaf() - Method in class org.jadice.util.glazedlists.TreeList.Node
 
isLightboxVisible() - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
Returns the visibility of the thumbnail light-box.
isLinearIdentity() - Method in class com.levigo.jadice.document.util.GradationCurve
Returns whether this curve is a identity curve
isLinePainted() - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Returns a flag if annotation border is rendered.
isLinux() - Static method in class org.jadice.util.base.OS
 
isLive() - Method in class org.jadice.util.glazedlists.gui.TextComponentMatcherEditor
Whether filtering occurs by the keystroke or not.
isLoadedAnnotation() - Method in class com.levigo.jadice.annotation.Annotation
Checks for presence of AnnotationPropertyConstants.ANNOTATION_INITIAL property created in annotation FormatReader implementations.
isLockCheckingEnabled() - Method in class org.jadice.util.glazedlists.DebugList
 
isLogicalFont(String) - Static method in enum com.levigo.jadice.document.font.LogicalFontIdentifier
Checks given spelling.
isLogNotfounds() - Static method in class com.levigo.jadice.format.modca.resource.ResourceGroupLoader
 
isMacOSX() - Static method in class org.jadice.util.base.OS
 
isMemoryCheckEnabled() - Method in class org.jadice.util.mm.LRUCache
Returns whether the cache forces expiry runs when memory is low.
isMetaDown() - Method in class com.levigo.jadice.swing.tool.EditEvent
 
isModifiable() - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
Informs if the AbstractCharSequenceSearchRequest is modifiable or not.
isModified - Variable in class com.levigo.jadice.annotation.Annotation
 
isModified() - Method in class com.levigo.jadice.annotation.Annotation
Returns modify status of the annotation.
isModified(Document) - Static method in class com.levigo.jadice.annotation.Annotations
Returns whether the annotations of given document are modified.
isModified(Page) - Static method in class com.levigo.jadice.annotation.Annotations
Returns whether the annotations of given page are modified.
isModified(S) - Method in class com.levigo.jadice.document.controls.AbstractProcessingControls
 
isMonospaced(FontAttributeSet) - Method in class com.levigo.jadice.appbase.font.factory.StyleFontFactory
 
isMovePagesAllowed(List<Page>, int) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Checks whether it is allowed to move the pages in the supplied vector to the given target position.
isNeighbor(double, double, double) - Static method in class org.jadice.util.base.Numbers
Return whether the given value lies within a neighborhood of size 2*epsilon of p.
isNeighbor(int, int, int) - Static method in class org.jadice.util.base.Numbers
Return whether the given value lies within a neighborhood of size 2*epsilon of p.
isNeighbor(AffineTransform, AffineTransform, double) - Static method in class org.jadice.util.base.AffineTransforms
Determine whether or not two given transformations are equal within a certain range epsilon.
isNotNull() - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Get a Matcher that returns returns true iff it is given a null object.
isNull() - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Get a Matcher that returns returns true iff it is given a non-null object.
isOldValueAvailable() - Method in class org.jadice.util.mm.ckc.events.CacheEntryEvent
Checks whether an old value is available.
isOldValueAvailable() - Method in class org.jadice.util.mm.ckc.events.CompositeKeyCacheEntryEvent
 
isOpaque() - Method in class com.levigo.jadice.document.composite.AbstractCompositePageSegment
Set whether this page segment is opaque (all white) regardless of whether the whole bounds are taken up by component segments or not.
isOpaque() - Method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer
Overridden for performance reasons.
isOpen() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPopupAnnotation
 
isOptimizedDrawingEnabled() - Method in class org.jadice.util.swing.panel.TransformerPanel
 
isOriginalSize(PreferenceStore) - Static method in class com.levigo.jadice.printer.PrintEnvironment
Determines whether documents should be printed in original size.
isOverSelectionPoint(MouseEditEvent, List<Annotation>) - Static method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
isPad(char) - Static method in class org.jadice.util.base.datatype.Base64
 
isPageFormatValidationEnabled() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Indicates whether the applied page format should be validated and modified against the chosen print service.
isPathSelected(TreePath) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
isPermissionGranted(D, Intent) - Method in class com.levigo.jadice.document.Permissions
 
isPinned() - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
Returns the selected state of the pin button in the visble light-box.
isPrefetchEnabled() - Method in class com.levigo.jadice.swing.pageview.PageView
 
isPreformatted() - Method in class com.levigo.jadice.format.text.TextReaderSettings
Returns an indicator whether the text content has a preformatted layout.
isPreserveRenderSettingsOnDocumentChange() - Method in class com.levigo.jadice.swing.pageview.PageView
Return whether the render settings are shared.
isPrintAllAnnotationsUsed() - Method in class com.levigo.jadice.printer.AbstractPrinter
Return current flag.
isPrinting() - Static method in class com.levigo.jadice.printer.AbstractPrinter
Determines whether this method is called from within a print process.
isPrintServiceAvailable() - Static method in class com.levigo.jadice.printer.PrintManager
Returns whether any printing service is available.
isQueryForDetails() - Method in class com.levigo.jadice.demo.pagestash.StashPagesCommand
 
isRead(Document) - Static method in class com.levigo.jadice.demo.flextree.ReadStateModule
Determine whether the given document is considered to be read.
isReadable() - Method in class org.jadice.util.glazedlists.beans.BeanProperty
Gets whether this property can get get.
isRelease() - Static method in class com.levigo.jadice.document.ProductInformation
Return whether this is a release version.
isRemoveAllowed(Annotation) - Static method in class com.levigo.jadice.annotation.auth.Permission
 
isRemoveOnClick() - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
isRemoveOnClick() - Method in class com.levigo.jadice.swing.search.tool.SelectionHighlighterTool
 
isReorderFlavor(DataFlavor) - Static method in class com.levigo.jadice.document.flavor.ReorderDataFlavor
Checks if a given DataFlavor is a ReorderDataFlavor.
isReordering() - Method in class org.jadice.util.glazedlists.event.ListEvent
Tests if this change is a complete reordering of the list.
isResetAnnotationModeAfterCreation() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Returns the resetAnnotationModeAfterCreation.
isRestrictToPageBounds() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
isRootVisible() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
isRotateToFit() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Simply returns the current flag value.
isRunning() - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
checks if the AbstractCharSequenceSearchRequest is currently being processed by the internal search engine.
isRunning() - Method in class com.levigo.jadice.search.engine.SearchEvent
 
isRunning() - Method in class com.levigo.jadice.search.SearchStateChangeEvent
Deprecated.
 
isSaveAdditionalInfo() - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Returns the current flag.
isScaleText() - Method in class com.levigo.jadice.annotation.TextAnnotation
 
isSecondary() - Method in class com.levigo.jadice.annotation.AbstractAnnotationFormat
 
isSecondary() - Method in class com.levigo.jadice.document.Format
Return whether this format is a secondary format.
isSelectableAt(Page, Point2D) - Method in class com.levigo.jadice.document.text.TextContentService
Return whether there is something selectable at the given point.
isSelected() - Method in class com.levigo.jadice.appbase.commands.AbstractToolActivationCommand
 
isSelected() - Method in class com.levigo.jadice.appbase.commands.AnnotationEditActivationCommand
 
isSelected() - Method in class com.levigo.jadice.appbase.commands.ToggleToolActivationPolicyCommand
 
isSelected() - Method in class com.levigo.jadice.appbase.search.ActivateRolloutSearchCommand
Deprecated.
 
isSelected() - Method in class com.levigo.jadice.appbase.search.engine.ui.ActivateRolloutSearchCommand
 
isSelected() - Method in class com.levigo.jadice.appbase.search.engine.ui.ToggleExtendedSearchCommand
 
isSelected() - Method in class com.levigo.jadice.appbase.search.engine.ui.ToggleOptionCommand
 
isSelected() - Method in class com.levigo.jadice.appbase.search.ToggleCaseSensitiveCommand
Deprecated.
 
isSelected() - Method in class com.levigo.jadice.appbase.search.ToggleExtendedSearchCommand
Deprecated.
 
isSelected() - Method in class com.levigo.jadice.appbase.search.ToggleWholeWordsOnlyCommand
Deprecated.
 
isSelected() - Method in class com.levigo.jadice.appbase.search.ToggleWildcardCommand
Deprecated.
 
isSelected() - Method in class com.levigo.jadice.demo.commands.ResampleFilterCommand
 
isSelected() - Method in class com.levigo.jadice.demo.commands.ToggleLensCommand
 
isSelected() - Method in class com.levigo.jadice.demo.commands.ToggleToolCommand
 
isSelected() - Method in class com.levigo.jadice.demo.gradation.commands.GradationCommand
 
isSelected() - Method in class com.levigo.jadice.demo.infotree.ToggleInfoTreeCommand
 
isSelected() - Method in class com.levigo.jadice.demo.navigator.ToggleNavigatorCommand
 
isSelected() - Method in class com.levigo.jadice.demo.pdf.signature.commands.ToggleEnabledPDFSignatureBoxCommand
 
isSelected() - Method in class com.levigo.jadice.demo.pdf.signature.commands.TogglePDFSignatureBoxCommand
 
isSelected() - Method in class com.levigo.jadice.demo.thumbnailview.ToggleSorterCommand
 
isSelected() - Method in class com.levigo.jadice.swing.annotation.commands.AnnotationModeCommand
 
isSelected() - Method in class com.levigo.jadice.swing.annotation.commands.AnnotationVisibilityCommand
 
isSelected() - Method in class com.levigo.jadice.swing.annotation.commands.EmbeddedAnnotationVisibilityCommand
 
isSelected() - Method in class com.levigo.jadice.swing.commands.SelectPageLayoutCommand
 
isSelected() - Method in class com.levigo.jadice.swing.commands.ToggleUseImageUpscalingCommand
 
isSelected() - Method in class com.levigo.jadice.swing.commands.ZoomCommand
 
isSelected() - Method in class com.levigo.jadice.swing.crosshair.ToggleCrosshairCommand
 
isSelected() - Method in class com.levigo.jadice.swing.gradation.commands.ToggleDesaturateCommand
 
isSelected() - Method in class com.levigo.jadice.swing.gradation.commands.ToggleShowGradationDetailsCommand
 
isSelected() - Method in class org.jadice.util.swing.action.injection.InjectedCommand
Returns the selected state of this command.
isSelected(int) - Method in class org.jadice.util.glazedlists.ListSelection
Returns whether or not the item with the given source index is selected.
isSelected(Collection<Object>) - Method in interface org.jadice.util.swing.action.commands.Command
Returns the selected state of this command.
isSelected(Collection<Object>) - Method in class org.jadice.util.swing.action.commands.DummyCommand
 
isSelected(Collection<Object>) - Method in class org.jadice.util.swing.action.injection.InjectedCommand
 
isSelected(AbstractButton) - Method in class org.jadice.util.swing.button.JButtonGroup
Returns whether the button is selected
isSelectedIndex(int) - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Returns true if the specified index is selected.
isSelectionEmpty() - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Returns true if no indices are selected.
isSelectionMode() - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
 
isSelectionPoint(Annotation, Point2D, int, boolean, int) - Method in class com.levigo.jadice.annotation.AnnotationWrangler
 
isSerif(FontAttributeSet) - Method in class com.levigo.jadice.appbase.font.factory.StyleFontFactory
 
isShiftDown() - Method in class com.levigo.jadice.swing.tool.EditEvent
 
isShowAllowed(Annotation) - Static method in class com.levigo.jadice.annotation.auth.Permission
 
isShowAlways() - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
 
isShowAnnotations() - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
 
isShowGesturePath() - Method in class com.levigo.jadice.demo.gestures.MouseGestureTool
 
isShowing() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
isShowPointDetails() - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
 
isShowPrintDialog() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Indicates whether a print dialog should be shown.
isShowRootHandles() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
isShrinkPageToPaper() - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Simply returns the current flag value.
isShrinkToPaper(PreferenceStore) - Static method in class com.levigo.jadice.printer.PrintEnvironment
Determines whether documents should be shrunk to fit into paper size.
isSnapshot() - Method in class com.levigo.jadice.document.ProductInformation.Artifact
Return whether this is a snapshot artifact.
isSnapshot() - Static method in class com.levigo.jadice.document.ProductInformation
Return whether this is a snapshot version.
isSortingMouseEvent(MouseEvent) - Method in class org.jadice.util.glazedlists.gui.TableComparatorChooser
Determines if the specified mouse event shall be handled by this TableComparatorChooser.
isStandard14(String) - Static method in enum com.levigo.jadice.fontmanager.LiberalStandard14Names
Checks if the given name corresponds to a standard14 font
isStandard14Name(StringAttribute) - Method in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationStandard14FontFactory
 
isStrict() - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Returns true if the user is able to specify values which do not appear in the popup list of suggestions; false otherwise.
isStrictModeEnabled() - Method in class com.levigo.jadice.appbase.commands.ToggleToolActivationPolicyCommand
 
isStrikethrough() - Method in class com.levigo.jadice.annotation.TextAnnotation
 
isStrikethrough() - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
 
isStrikethrough() - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
isStrikethrough() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
isSubmitted() - Method in class com.levigo.jadice.swing.printer.AbstractPrintDialog
Returns a flag indicating whether printing is submitted by the user.
isSubscript() - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
isSuperscript() - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
isSupported(MimeType) - Method in class com.levigo.jadice.document.Format
Determine whether this format supports the given MIME type.
isSupported(MimeType) - Method in class com.levigo.jadice.format.imageio.ImageIOFormat
 
isSupportMultipleJPEGs() - Method in class com.levigo.jadice.format.imageio.ImageIOJPEGReaderSettings
Return how JPEG data streams containing more than one image are handled.
isSwingThreadProxyList(EventList) - Static method in class org.jadice.util.glazedlists.gui.GlazedListsSwing
Returns true iff list is an EventList that fires all of its update events from the Swing event dispatch thread.
isSyncPaletteToSatBri() - Method in class org.jadice.util.swing.colorpicker.ColorPalette
 
isSystemClipboardAccessible() - Static method in class com.levigo.jadice.document.util.GraphicsEnvironment
Returns an indicator whether system clipboard is accessible.
isToggleOnAvailableGroups() - Method in class com.levigo.jadice.demo.optional.OptionalGroupPanel
 
isTraceEnabled() - Method in interface org.jadice.util.log.Logger
Is the logger instance enabled for the TRACE level?
isTrackImageUpToDate(int) - Method in class org.jadice.util.swing.colorpicker.ColorPickerSliderUI
 
isTrayVisibilityToggle() - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
When installing a system tray icon, this method is called to determine whether an ActionListener should be registered on the TrayIcon to toggle the visibility of the Frame.
isTrcBytePresent() - Method in class com.levigo.jadice.format.modca.AfpLineModeReaderSettings
 
isTryFileCaching() - Static method in class com.levigo.jadice.document.io.IOUtils
Return whether to try to cache data in local files by default.
isUnderline() - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
isUnderlineActive - Variable in class org.jadice.util.swing.button.Hyperlink
 
isUnderlineActive() - Method in class org.jadice.util.swing.button.Hyperlink
 
isUnderscored() - Method in class com.levigo.jadice.annotation.TextAnnotation
 
isUnderscored() - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
 
isUnderscored() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
isUseAbsoluteMagnification() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
isUseCenterAsOrigin() - Method in class com.levigo.jadice.annotation.StampAnnotation
 
isUseCenterAsOrigin() - Method in class com.levigo.jadice.annotation.StampImageAnnotation
 
isUseClickScaling() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
isUseDefaultPermission() - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
isUseExclusiveModeWhileDragging() - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
 
isUseIdlePanModeCursor() - Method in class com.levigo.jadice.swing.pageview.PanTool
 
isUseImagePlusNamingScheme() - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Returns the current flag.
isUseThumbnailCache() - Method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailProvider
 
isUseUnicodeTextEncoding() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriterSettings
 
isUseUpscalingFilter() - Method in class com.levigo.jadice.document.render.ImageRenderSettings
 
isUsingWindowsVisualStyles() - Static method in class org.jadice.util.base.OS
 
isValid() - Method in class com.levigo.jadice.document.AbstractPageSegment.CacheableVisualElement
 
isValid() - Method in interface com.levigo.jadice.document.Selection
Return whether the selection is still valid.
isValid() - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
Checks if the configuration of the AbstractCharSequenceSearchRequest is sufficient.
isValid() - Method in class com.levigo.jadice.search.engine.SearchResult
 
isValid() - Method in class com.levigo.jadice.search.PatternSearchRequest
Deprecated.
Extends the AbstractCharSequenceSearchRequest.isValid() by requiring a valid array of Patterns.
isValid() - Method in class com.levigo.jadice.search.SearchRequest
Deprecated.
Checks if the configuration of the SearchRequest is sufficient.
isValid() - Method in interface com.levigo.jadice.signature.SignatureValidationResult
 
isValidateGraphicsConfigurationEnabled - Variable in class org.jadice.util.swing.action.components.ActionJButton
 
isValidateGraphicsConfigurationEnabled - Variable in class org.jadice.util.swing.action.components.ActionJCheckboxMenuItem
 
isValidateGraphicsConfigurationEnabled - Variable in class org.jadice.util.swing.action.components.ActionJRadioMenuItem
 
isValidateGraphicsConfigurationEnabled - Variable in class org.jadice.util.swing.action.components.IconJMenuItem
 
isValidateGraphicsConfigurationEnabled - Variable in class org.jadice.util.swing.action.components.NonUglyActionJToggleButton
 
isValidateGraphicsConfigurationEnabled() - Method in class org.jadice.util.swing.action.components.ActionJButton
 
isValidateGraphicsConfigurationEnabled() - Method in class org.jadice.util.swing.action.components.ActionJCheckboxMenuItem
 
isValidateGraphicsConfigurationEnabled() - Method in class org.jadice.util.swing.action.components.ActionJRadioMenuItem
 
isValidateGraphicsConfigurationEnabled() - Method in interface org.jadice.util.swing.action.components.GraphicsConfigurationValidateable
Returns the current state of this behavior.
isValidateGraphicsConfigurationEnabled() - Method in class org.jadice.util.swing.action.components.IconJMenuItem
 
isValidateGraphicsConfigurationEnabled() - Method in class org.jadice.util.swing.action.components.NonUglyActionJToggleButton
 
isValidStash(File) - Method in class com.levigo.jadice.demo.pagestash.FilePageStashReader
 
isValidXMLCharacter(char) - Static method in class com.levigo.jadice.document.metadata.MetadataUtil
Return whether the given character is a valid XML character.
isVirtual() - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
isVisible() - Method in class com.levigo.jadice.demo.SorterToolbar
Returns whether this instance is visible.
isVisible() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
isVisible() - Method in class org.jadice.util.glazedlists.TreeList.Node
 
isWarnEnabled() - Method in interface org.jadice.util.log.Logger
Is the logger instance enabled for the WARN level?
isWarnEnabled() - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
isWhiteSpace(char) - Static method in class org.jadice.util.base.datatype.Base64
 
isWholeWordsOnly() - Method in class com.levigo.jadice.search.SearchRequest
Deprecated.
 
isWildcard() - Method in class com.levigo.jadice.search.SearchRequest
Deprecated.
 
isWindows() - Static method in class org.jadice.util.base.OS
 
isWindows2003() - Static method in class org.jadice.util.base.OS
 
isWindowsVista() - Static method in class org.jadice.util.base.OS
 
isWindowsXP() - Static method in class org.jadice.util.base.OS
 
isWithin(double, double, double) - Static method in class org.jadice.util.base.Numbers
Return whether the given value lies within the closed interval [begin..end].
isWithin(float, float, float) - Static method in class org.jadice.util.base.Numbers
Return whether the given value lies within the closed interval [begin..end].
isWithin(int, int, int) - Static method in class org.jadice.util.base.Numbers
Return whether the given value lies within the closed interval [begin..end].
isWithinPageBounds() - Method in class com.levigo.jadice.swing.tool.MouseEditEvent
 
isWrapEnabled() - Method in class org.jadice.util.swing.flextree.FlexTreeNavigator
 
isWritable() - Method in class org.jadice.util.glazedlists.beans.BeanProperty
Gets whether this property can be set.
isWritable() - Method in class org.jadice.util.glazedlists.CollectionList
 
isWritable() - Method in class org.jadice.util.glazedlists.FilterList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class org.jadice.util.glazedlists.FreezableList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class org.jadice.util.glazedlists.FunctionList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class org.jadice.util.glazedlists.GroupingList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class org.jadice.util.glazedlists.migrationkit.FilterList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class org.jadice.util.glazedlists.ObservableElementList
 
isWritable() - Method in class org.jadice.util.glazedlists.PluggableList
 
isWritable() - Method in class org.jadice.util.glazedlists.PopularityList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class org.jadice.util.glazedlists.RangeList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class org.jadice.util.glazedlists.SeparatorList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class org.jadice.util.glazedlists.SequenceList
 
isWritable() - Method in class org.jadice.util.glazedlists.SortedList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class org.jadice.util.glazedlists.TransactionList
 
isWritable() - Method in class org.jadice.util.glazedlists.TransformedList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class org.jadice.util.glazedlists.TreeList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class org.jadice.util.glazedlists.UniqueList
Gets whether the source EventList is writable via this API.
isWriteExtendedPolygonFormat() - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriterSettings
 
isWriteXMLDeclaration() - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationWriterSettings
Get whether to include an XML declaration on the stream to be written.
italic - Variable in class com.levigo.jadice.annotation.TextAnnotation
 
italic - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
italic() - Static method in class com.levigo.jadice.document.font.attribute.style.Italic
 
Italic - Class in com.levigo.jadice.document.font.attribute.style
Describes whether or not a font is an italic font.
Item - Interface in com.levigo.jadice.document
An item represents an abstract entity providing just name and (by implementing PropertiesProvider) user properties.
ITEM_TYPE_KEY - Static variable in interface org.jadice.util.swing.menu.MenuBuilder
The item type key queried on actions to determine the type of menu item to create.
iterator() - Method in class com.levigo.jadice.demo.font.attribute.CachedSystemFonts
Retrieve an Iterator over all cached fonts.
iterator() - Method in class org.jadice.util.base.collections.ArrayIterable
 
iterator() - Method in class org.jadice.util.base.collections.FrozenList
Returns an unmodifiable iterator over the elements in this list in proper sequence.
iterator() - Method in class org.jadice.util.base.collections.ObservableCollection
 
iterator() - Method in class org.jadice.util.base.collections.SingletonIterable
 
iterator() - Method in class org.jadice.util.glazedlists.AbstractEventList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.jadice.util.glazedlists.InterceptableEventList
 
iterator() - Method in class org.jadice.util.glazedlists.SortedList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.jadice.util.mm.SequencedHashMap
Returns an iterator over the keys.
iterator() - Method in class org.jadice.util.swing.action.context.Context
Returns an iterator over the elements in this context.

J

Jadice - Class in com.levigo.jadice.document.config
Helper methods for object creation and configuration.
JADICE - com.levigo.jadice.format.jpeg2000.JPEG2000ReaderSettings.DecoderSpec
 
JADICE_CONFIGURATION - Static variable in class com.levigo.jadice.document.util.JadicePreferenceHolder
Application wide accessor for jadice configuration and jadice specific system properties
JADICE_NAME - Static variable in class com.levigo.jadice.demo.launcher.BasicDemoApplication
 
JadiceAnnotationConstants - Class in com.levigo.jadice.format.annotation
 
JadiceAnnotationConstants() - Constructor for class com.levigo.jadice.format.annotation.JadiceAnnotationConstants
 
JadiceAnnotationFormat - Class in com.levigo.jadice.format.annotation
Jadice document platform's own, generic annotation format.
JadiceAnnotationFormat() - Constructor for class com.levigo.jadice.format.annotation.JadiceAnnotationFormat
 
JadiceAnnotationReaderSettings - Class in com.levigo.jadice.format.annotation
A settings class for parameters pertaining to the jadice annotation format.
JadiceAnnotationReaderSettings() - Constructor for class com.levigo.jadice.format.annotation.JadiceAnnotationReaderSettings
 
JadiceAnnotationWriter - Class in com.levigo.jadice.format.annotation
 
JadiceAnnotationWriter() - Constructor for class com.levigo.jadice.format.annotation.JadiceAnnotationWriter
 
JadiceAnnotationWriterSettings - Class in com.levigo.jadice.format.annotation
A settings class for parameters pertaining to the jadice annotation format.
JadiceAnnotationWriterSettings() - Constructor for class com.levigo.jadice.format.annotation.JadiceAnnotationWriterSettings
 
JadiceBackgroundIcon - Class in com.levigo.jadice.swing.pageview
This class has been automatically generated using Flamingo SVG transcoder.
JadiceBackgroundIcon() - Constructor for class com.levigo.jadice.swing.pageview.JadiceBackgroundIcon
Creates a new JadiceBackgroundIcon with default parameters
JadiceBackgroundIcon(int, int) - Constructor for class com.levigo.jadice.swing.pageview.JadiceBackgroundIcon
Creates a new JadiceBackgroundIcon with the given desired size.
JadiceBackgroundIcon(Color, Color, Color, Dimension) - Constructor for class com.levigo.jadice.swing.pageview.JadiceBackgroundIcon
Full constructor - colors and desired size of the icons can be modified.
JadiceBackgroundIcon(Dimension) - Constructor for class com.levigo.jadice.swing.pageview.JadiceBackgroundIcon
Creates a new JadiceBackgroundIcon with the given desired size.
JadiceComponentAddon - Class in com.levigo.jadice.swing.ui
Super-class for all jadice ComponentAddons.
JadiceComponentAddon(String) - Constructor for class com.levigo.jadice.swing.ui.JadiceComponentAddon
 
JadiceDemoLauncher - Class in com.levigo.jadice.demo.launcher
Main Demonstration Application launcher.
JadiceDemoLauncher() - Constructor for class com.levigo.jadice.demo.launcher.JadiceDemoLauncher
Default constructor
JadiceDemoPreferences - Class in com.levigo.jadice.demo
This class provides some utility methods for the demo preferences.
JadiceDocumentUnit - com.levigo.jadice.document.Unit
 
JadiceException - Exception in com.levigo.jadice.document
The class JadiceException is a form of Throwable that indicates conditions that a reasonable jadice integration might want to catch.
JadiceException(MessageID, Object...) - Constructor for exception com.levigo.jadice.document.JadiceException
 
JadiceException(MessageID, Throwable, Object...) - Constructor for exception com.levigo.jadice.document.JadiceException
 
JadiceFlatDarkTheme - Class in com.levigo.jadice.demo.theme
 
JadiceFlatLightTheme - Class in com.levigo.jadice.demo.theme
 
JadiceLookAndFeel - Interface in org.jadice.util.swing.theme
An interface that marks custom LookAndFeel implementations
JadicePreferenceHolder - Class in com.levigo.jadice.document.util
A singleton with the sole job of keeping and providing an easy access to registered preferences required by the jadice viewer or other applications, which embed the viewer.
JadicePreferenceHolder() - Constructor for class com.levigo.jadice.document.util.JadicePreferenceHolder
 
JadiceProductInformationWindow - Class in com.levigo.jadice.swing
Displays information about this jadice product.
JadiceProductInformationWindow(Frame) - Constructor for class com.levigo.jadice.swing.JadiceProductInformationWindow
Creates and opens a product info window.
JadicePropertiesConfiguration - Class in com.levigo.jadice.document.config
This class is intended to apply general jadice configuration settings.
JadiceRasteredImageDataFlavor - Class in com.levigo.jadice.document.flavor
A DataFlavor that annotates the standard DataFlavor.imageFlavor to avoid the transfer of Pages as rasterized images within jadice.
JadiceRuntimeException - Exception in com.levigo.jadice.document
Qualified RuntimeException.
JadiceRuntimeException(MessageID, Object...) - Constructor for exception com.levigo.jadice.document.JadiceRuntimeException
 
JadiceRuntimeException(MessageID, Throwable, Object...) - Constructor for exception com.levigo.jadice.document.JadiceRuntimeException
 
JadiceThemes - Class in org.jadice.util.swing.theme
Utils class to handle custom LookAndFeel, especially JadiceLookAndFeel
JadiceThemes() - Constructor for class org.jadice.util.swing.theme.JadiceThemes
 
JadiceToolbarProvider - Interface in com.levigo.jadice.demo
Realizations of this interface provide access to jadice toolbars.
JAI - com.levigo.jadice.format.jpeg2000.JPEG2000ReaderSettings.DecoderSpec
 
JavaTypedValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.JavaTypedValue
 
JavaTypedValue(Object) - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.JavaTypedValue
 
JButtonGroup - Class in org.jadice.util.swing.button
JButtonGroup is an useful enhanced version of its ancestor class ButtonGroup.
JButtonGroup() - Constructor for class org.jadice.util.swing.button.JButtonGroup
Creates an empty JButtonGroup
JButtonGroup(AbstractButton[]) - Constructor for class org.jadice.util.swing.button.JButtonGroup
Creates a JButtonGroup object from an array of buttons and adds the buttons to the group.
JPEG2000Exception - Exception in com.levigo.jadice.format.jpeg2000
 
JPEG2000Exception(MessageID) - Constructor for exception com.levigo.jadice.format.jpeg2000.JPEG2000Exception
 
JPEG2000Exception(MessageID, Object...) - Constructor for exception com.levigo.jadice.format.jpeg2000.JPEG2000Exception
 
JPEG2000Exception(MessageID, Throwable, Object...) - Constructor for exception com.levigo.jadice.format.jpeg2000.JPEG2000Exception
 
JPEG2000Format - Class in com.levigo.jadice.format.jpeg2000
 
JPEG2000Format() - Constructor for class com.levigo.jadice.format.jpeg2000.JPEG2000Format
 
JPEG2000Matcher - Class in com.levigo.jadice.format.jpeg2000
This class provides methods to determine if the given input is a JPEG2000 codestream or a JP2/JPX file format.
JPEG2000Matcher() - Constructor for class com.levigo.jadice.format.jpeg2000.JPEG2000Matcher
 
JPEG2000Rable - Class in com.levigo.jadice.format.jpeg2000
 
JPEG2000Rable(Codestream, ReaderControls) - Constructor for class com.levigo.jadice.format.jpeg2000.JPEG2000Rable
 
JPEG2000ReaderSettings - Class in com.levigo.jadice.format.jpeg2000
Configuration considered while processing JPEG2000-compressed image data.
JPEG2000ReaderSettings() - Constructor for class com.levigo.jadice.format.jpeg2000.JPEG2000ReaderSettings
 
JPEG2000ReaderSettings.DecoderSpec - Enum in com.levigo.jadice.format.jpeg2000
 
JPEG2000RuntimeException - Exception in com.levigo.jadice.format.jpeg2000
A RuntimeException to be used in places where JPEG2000-decoding may cause an exception but no suitable declared exception can be used.
JPEG2000RuntimeException(MessageID, Object[]) - Constructor for exception com.levigo.jadice.format.jpeg2000.JPEG2000RuntimeException
 
JPEG2000RuntimeException(MessageID, Throwable, Object...) - Constructor for exception com.levigo.jadice.format.jpeg2000.JPEG2000RuntimeException
 
JPXMessages - Enum in com.levigo.jadice.format.jpeg2000.msg
 
Justification - Enum in com.levigo.jadice.format.xfdf.annotation
The justification of the text inside text based xfdf annotations.
JVM_ID - Static variable in class com.levigo.jadice.document.flavor.IntraDOCPDataFlavor
 
JVMLocalDataFlavor - Class in com.levigo.jadice.document.flavor
A DataFlavor used for moving or copying Pages across Documents within the same JVM.

K

key - Variable in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.MapValue.Entry
 
Key - com.levigo.jadice.format.xfdf.annotation.IconName
 
KEY_NEXT_PAGE_COMMAND - Static variable in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
A key which is used to query the UIManager for an instance of InjectedCommand.
KEY_PREVIOUS_PAGE_COMMAND - Static variable in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
A key which is used to query the UIManager for an instance of InjectedCommand.
KeyBindingsTool - Class in com.levigo.jadice.appbase.tool
A Tool which allows to map key strokes occurring on a ViewComponent to specific Actions.
KeyBindingsTool() - Constructor for class com.levigo.jadice.appbase.tool.KeyBindingsTool
 
KeyboardNavigationTool - Class in com.levigo.jadice.swing.pageview
This tool enables page turning using PageUp/PageDown and CursorUp/CursorDown for PageView.Layout.PAGE and PageView.Layout.SPREAD.
KeyboardNavigationTool() - Constructor for class com.levigo.jadice.swing.pageview.KeyboardNavigationTool
 
KeyEditEvent - Class in com.levigo.jadice.swing.tool
 
keyPressed(KeyEvent) - Method in class org.jadice.util.swing.colorpicker.FocusArrowListener
 
keys() - Method in class org.jadice.util.base.collections.IntHashtable
 
keySet() - Method in class org.jadice.util.mm.SequencedHashMap
Implements Map.keySet().

L

Label - Class in com.levigo.jadice.annotation.profiles
 
Label() - Constructor for class com.levigo.jadice.annotation.profiles.Label
Deprecated.
JAXB usage exclusively
Label(String, String) - Constructor for class com.levigo.jadice.annotation.profiles.Label
 
Labels - Class in com.levigo.jadice.annotation.profiles
 
Labels() - Constructor for class com.levigo.jadice.annotation.profiles.Labels
Deprecated.
JAXB usage exclusively
Labels(Label...) - Constructor for class com.levigo.jadice.annotation.profiles.Labels
 
Lanczos - com.levigo.jadice.document.render.FilterType
 
LARGE_ICON - Static variable in class org.jadice.util.swing.action.commands.CommandAction
 
LAST - com.levigo.jadice.swing.commands.TurnPageCommand.Mode
Navigate to the last page
lastIndexOf(byte[], String, int) - Static method in class org.jadice.util.base.Strings
Finds the last occurrance of the given String in the given buffer.
lastIndexOf(Object) - Method in class org.jadice.util.base.collections.FrozenList
 
lastIndexOf(Object) - Method in class org.jadice.util.base.collections.InterceptableList
 
lastIndexOf(Object) - Method in class org.jadice.util.base.collections.ObservableList
 
lastIndexOf(Object) - Method in class org.jadice.util.glazedlists.AbstractEventList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class org.jadice.util.glazedlists.DebugList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class org.jadice.util.glazedlists.SortedList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class org.jadice.util.glazedlists.ThresholdList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class org.jadice.util.mm.SequencedHashMap
Returns the last index of the specified key.
lastModifiedAt - Variable in class com.levigo.jadice.annotation.Annotation
 
lastModifiedBy - Variable in class com.levigo.jadice.annotation.Annotation
 
lastPage - Variable in class com.levigo.jadice.printer.AbstractPrinter
Last page processed saved here to indicate a page change to set new page index from page selection array. -1 must be initial value.
LastPageCommand - Class in com.levigo.jadice.appbase.preview
 
LastPageCommand() - Constructor for class com.levigo.jadice.appbase.preview.LastPageCommand
 
lastSortIndex(Object) - Method in class org.jadice.util.glazedlists.SortedList
Returns the last index of the object's sort location or the last index at which the object could be positioned if inserted.
launch(String) - Method in class com.levigo.jadice.demo.launcher.JadiceDemoLauncher
 
LaunchConfigStartPanel - Class in com.levigo.jadice.demo.launcher
This panel displays a configuration of the JadiceDemoLauncher.
LaunchConfigStartPanel(JadiceDemoLauncher, String, boolean) - Constructor for class com.levigo.jadice.demo.launcher.LaunchConfigStartPanel
Creates a new LauncherButton for the given configName.
launchContextMenu(MouseEvent) - Method in class org.jadice.util.swing.menu.PopupMenuLauncher
 
LauncherConstants - Interface in com.levigo.jadice.demo.launcher
Contains some constants used in the JadiceDemoLauncher.
LAYER_APPLICABILITY - Static variable in class com.levigo.jadice.document.render.ImageRenderSettings
LAYER_ENABLED - Static variable in class com.levigo.jadice.document.render.BaseRenderSettings
Identifier key for a layer enabled state change, used within a RenderSettingsEvent to recognize the kind of change which happens.
LayeredBorder - Class in org.jadice.util.swing.borders
A Border implementation which layers two or more delegate borders atop of each other.
LayeredBorder(Border...) - Constructor for class org.jadice.util.swing.borders.LayeredBorder
 
LayerMappingBuilder<T> - Interface in com.levigo.jadice.document.read.fluent
IMPORTANT: This interface is used as a public part of the fluent read API.
LayerSelection - Class in com.levigo.jadice.printer
 
LayerSelection(String, DocumentLayer...) - Constructor for class com.levigo.jadice.printer.LayerSelection
 
LayerSelection(String, Collection<DocumentLayer>) - Constructor for class com.levigo.jadice.printer.LayerSelection
 
layoutClass - Variable in enum com.levigo.jadice.swing.pageview.PageView.Layout
 
layoutContainer(Container) - Method in class org.jadice.util.swing.effect.EffectLayout
 
layoutContainer(Container) - Method in class org.jadice.util.swing.infobar.RackLayout
 
layoutContainer(Container) - Method in class org.jadice.util.swing.layout.ButtonRowLayout
 
LazyFileIcon - Class in com.levigo.jadice.demo.util
An ImageIcon which lazily loads the file icon.
LazyFileIcon(File, ImageObserver) - Constructor for class com.levigo.jadice.demo.util.LazyFileIcon
Creates a new LazyFileIcon for the given file.
LazyLoadPagePlaceholderTool - Class in com.levigo.jadice.swing.lazy
 
LazyLoadPagePlaceholderTool() - Constructor for class com.levigo.jadice.swing.lazy.LazyLoadPagePlaceholderTool
 
LazyStreamPageSegment - Class in com.levigo.jadice.document.lazy
A PageSegment to prevent early loading of the streams.
LazyStreamPageSegment(Page, LazyStreamPageSegment.PageSegmentProvider) - Constructor for class com.levigo.jadice.document.lazy.LazyStreamPageSegment
 
LazyStreamPageSegment(Page, LazyStreamPageSegment.PageSegmentProvider, int) - Constructor for class com.levigo.jadice.document.lazy.LazyStreamPageSegment
 
LazyStreamPageSegment.DocumentProvider - Class in com.levigo.jadice.document.lazy
A Provider for a Document for the LazyStreamPageSegment.
LazyStreamPageSegment.PageSegmentProvider - Class in com.levigo.jadice.document.lazy
A Provider for a PageSegment for the LazyStreamPageSegment.
LazyStreamPageSegment.StreamDataProvider - Class in com.levigo.jadice.document.lazy
A Provider for an InputStream for the LazyStreamPageSegment.
LBLOCK_OVERFLOW - com.levigo.jadice.format.jpeg2000.msg.CompressionMessages
 
Left - com.levigo.jadice.format.xfdf.annotation.Justification
 
LEFT - com.levigo.jadice.annotation.HorizontalAlignment
 
LEFT - com.levigo.jadice.swing.commands.ScrollCommand.Direction
 
LEFT - com.levigo.jadice.swing.pageview.PageLayoutSettings.HorizontalAlignment
 
LEFT - org.jadice.util.swing.effect.EffectLayout.Edge
 
LEFT - org.jadice.util.swing.infobar.DrawerContainer.Position
 
LEFT - org.jadice.util.swing.panel.CollapsiblePane.Style
Push the contents to the left
length() - Method in class com.levigo.jadice.document.io.CarbonCopyStream
 
length() - Method in class com.levigo.jadice.document.io.ConcatenatedInputStream
 
length() - Method in class com.levigo.jadice.document.io.FileCacheInputStream
 
length() - Method in class com.levigo.jadice.document.io.MemoryInputStream
 
length() - Method in class com.levigo.jadice.document.io.RandomAccessFileInputStream
Returns the length of this stream contents.
length() - Method in class com.levigo.jadice.document.io.SeekableInputStream
Returns the length of this stream contents, if available.
length() - Method in class com.levigo.jadice.document.io.SeekableLookaheadStream
 
length() - Method in class com.levigo.jadice.document.io.SubfileSeekableInputStream
 
length() - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
LENIENT_ON_ERROR - com.levigo.jadice.format.pdf.settings.PDFStructureReaderSettings.PDFStructureReadStrategy
Use the normal/strict parsing mechanism to read the PDF structure.
LensActivationCommand - Class in com.levigo.jadice.appbase.commands
 
LensActivationCommand() - Constructor for class com.levigo.jadice.appbase.commands.LensActivationCommand
 
LensFrame - Class in com.levigo.jadice.demo.lens
This class shows jadice lens in a JFrame.
LensFrame() - Constructor for class com.levigo.jadice.demo.lens.LensFrame
Constructs a Lens frame, a Viewer should be associated with the lens panel.
LensFrame(PageView) - Constructor for class com.levigo.jadice.demo.lens.LensFrame
Constructs a Lens frame, the given Viewer will associated with the lens.
LensInputEventTool() - Constructor for class com.levigo.jadice.swing.lens.LensView.LensInputEventTool
 
LensView - Class in com.levigo.jadice.swing.lens
A lens component for the jadice PageView extending a JComponent for an easy integration.
LensView() - Constructor for class com.levigo.jadice.swing.lens.LensView
Constructs a new lens instance.
LensView(PageView) - Constructor for class com.levigo.jadice.swing.lens.LensView
Constructs a new lens instance and associate it with given viewer.
LensView.LensInputEventTool - Class in com.levigo.jadice.swing.lens
A tool to retrieve and processes MouseEvents and KeyEvents registered by the Canvas.
LESS_THAN - Static variable in class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
 
LESS_THAN_OR_EQUAL - Static variable in class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
 
Level - Enum in org.jadice.util.log
 
LiberalStandard14FontFactory - Class in com.levigo.jadice.appbase.font.factory
Handles the Standard14 Font Name as defined by PDF32000-1:2008, as well as some additional, well-known, similar Font names.
LiberalStandard14FontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.LiberalStandard14FontFactory
 
LiberalStandard14Names - Enum in com.levigo.jadice.fontmanager
Every Standard14 defined font and their name as defined by PDF32000-2:2020, as well as some additional, well-known similar font names.
LIGHTBOX - com.levigo.jadice.demo.commands.ToggleToolCommand.Tool
 
LightboxThumbnailTool - Class in com.levigo.jadice.swing.thumbnailview
The LightboxThumbnailTool presents a ThumbnailView in semi-transparent fashion inside a PageView.
LightboxThumbnailTool() - Constructor for class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
 
LightboxThumbnailToolComponentAddon - Class in com.levigo.jadice.swing.thumbnailview
FIXME: document the properties, refer component documentation here.
LightboxThumbnailToolComponentAddon() - Constructor for class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailToolComponentAddon
 
LIGHTEN - com.levigo.jadice.swing.gradation.commands.GradationActionCommand.Action
 
LINE - com.levigo.jadice.document.text.Granularity
 
LINE - com.levigo.jadice.format.annocm.CMAnnotationArcheTypes
Compatible with: Content Manager 7 / 8 client Jadice DOCP client
LINE - com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Compatible with: FileNet P8 client Jadice DOCP client
LINE_ENDING - Static variable in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
LineAnnotation - Class in com.levigo.jadice.annotation
An annotation looking like a line.
LineAnnotation() - Constructor for class com.levigo.jadice.annotation.LineAnnotation
 
LineEndingStyle - Enum in com.levigo.jadice.format.xfdf.annotation
Specifies the ending style for line based annotations
linePainted - Variable in class com.levigo.jadice.annotation.ShapeBasedAnnotation
 
lineWidth - Variable in class com.levigo.jadice.annotation.ShapeBasedAnnotation
 
linkedActionFactories - Variable in class org.jadice.util.swing.action.factories.DefaultActionFactory
List of associated action factories
linkedCommandFactories - Variable in class org.jadice.util.swing.action.factories.DefaultCommandFactory
 
linkedMenuComponentFactories - Variable in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
List of associated menu component factories
list - Variable in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
listChanged(ListEvent) - Method in class org.jadice.util.glazedlists.migrationkit.FilterList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<Page>) - Method in class com.levigo.jadice.document.DocumentAdapter
 
listChanged(ListEvent<Page>) - Method in class com.levigo.jadice.swing.pageview.AbstractContinuousLayout
 
listChanged(ListEvent<Page>) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
 
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.calculation.AbstractEventListCalculation
Updates the value of this Calculation in response to the listChanges.
listChanged(ListEvent<E>) - Method in interface org.jadice.util.glazedlists.event.ListEventListener
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.FilterList
 
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.FreezableList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.GroupingList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.gui.EventListModel
For implementing the ListEventListener interface.
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.gui.EventTableModel
For implementing the ListEventListener interface.
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.ListSelection
Handle changes to the source list by adjusting our selection state and the contents of the selected and deselected lists.
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.ObservableElementList
 
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.PluggableList
 
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.PopularityList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.RangeList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.SeparatorList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.SequenceList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.SortedList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.TransactionList
Simply forwards all of the listChanges since TransactionList doesn't transform the source data in any way.
listChanged(ListEvent<E>) - Method in class org.jadice.util.glazedlists.UniqueList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<TreeList.Node<E>>) - Method in class org.jadice.util.glazedlists.TreeList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<S>) - Method in class org.jadice.util.glazedlists.CollectionList
Handle changes in the parent list.
listChanged(ListEvent<S>) - Method in class org.jadice.util.glazedlists.FunctionList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<S>) - Method in class org.jadice.util.glazedlists.TransformedList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<T>) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
 
listCollectionListModel() - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a CollectionList.Model that where Lists or EventLists are the elements of a parent EventList.
listDataEvent - Variable in class org.jadice.util.glazedlists.gui.EventListModel
recycle the list data event to prevent unnecessary object creation
ListenablePhaser - Class in org.jadice.util.concurrent
A Phaser which notifies registered listener on phase advances.
ListenablePhaser() - Constructor for class org.jadice.util.concurrent.ListenablePhaser
 
ListenablePhaser.PhaserListener - Interface in org.jadice.util.concurrent
Implementations are able to receive notifications about phase advances in a ListenablePhaser.
listenerSupport - Variable in class com.levigo.jadice.document.AbstractDocument
 
listenerSupport - Variable in class com.levigo.jadice.document.AbstractPage
 
ListEvent<E> - Class in org.jadice.util.glazedlists.event
A ListEvent models a sequence of changes to an EventList.
ListEvent(EventList<E>) - Constructor for class org.jadice.util.glazedlists.event.ListEvent
Create a new list change sequence that uses the source master list for the source of changes.
ListEventAssembler<E> - Class in org.jadice.util.glazedlists.event
Models a continuous stream of changes on a list.
ListEventAssembler(EventList<E>, ListEventPublisher) - Constructor for class org.jadice.util.glazedlists.event.ListEventAssembler
Creates a new ListEventAssembler that tracks changes for the specified list.
ListEventListener<E> - Interface in org.jadice.util.glazedlists.event
Listens and responds to changes in a dynamic list of objects.
ListEventPublisher - Interface in org.jadice.util.glazedlists.event
Define a strategy for managing dependencies in the observer pattern.
ListInterceptor<T> - Interface in org.jadice.util.base.collections
 
listIterator() - Method in class org.jadice.util.base.collections.FrozenList
 
listIterator() - Method in class org.jadice.util.glazedlists.AbstractEventList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class org.jadice.util.base.collections.FrozenList
 
listIterator(int) - Method in class org.jadice.util.glazedlists.AbstractEventList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator(int) - Method in class org.jadice.util.glazedlists.InterceptableEventList
 
ListObserver<E> - Interface in org.jadice.util.base.collections
 
Lists - Class in org.jadice.util.base.collections
 
ListSelection<E> - Class in org.jadice.util.glazedlists
A class to provide index-based selection features.
ListSelection(EventList<E>) - Constructor for class org.jadice.util.glazedlists.ListSelection
Creates a new ListSelection that listens to changes on the given source.
ListSelection(EventList<E>, int[]) - Constructor for class org.jadice.util.glazedlists.ListSelection
Creates a new ListSelection that listens to changes on the given source and initializes selection with the given array of indices.
ListSelection.Listener - Interface in org.jadice.util.glazedlists
A generic interface to respond to changes in selection that doesn't require including a particular GUI toolkit.
listStashes() - Method in class com.levigo.jadice.demo.pagestash.PageStashReader
List all stashes currently residing in the holding area.
listStashes(EventList<PageStash>) - Method in class com.levigo.jadice.demo.pagestash.FilePageStashReader
 
listStashes(EventList<PageStash>) - Method in class com.levigo.jadice.demo.pagestash.PageStashReader
List all stashes currently residing in the holding area.
ListValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.CollectionValue.ListValue
 
ListValue(C) - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.CollectionValue.ListValue
 
load(URL) - Static method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
Load an annotation profile from the given URL.
load(Properties, String) - Method in class com.levigo.jadice.document.util.GradationCurve
Load the curve from the given properties object.
loadAnnotation(InputStream) - Static method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationXMLUtils
Load annotation into a DOM Document.
loadAnnotation(InputStream, String) - Static method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationXMLUtils
 
loadDefaultsIntoUIManager(Object[]) - Static method in class com.levigo.jadice.swing.ui.UIs
Adds the given defaults in the UIManager.
loadFontFrom(FontSource) - Static method in class com.levigo.jadice.fontmanager.FontSources
Create a Font using the information supplied by a FontSource.
LoadGradationCommand - Class in com.levigo.jadice.swing.gradation.commands
Loads a gradation curve
LoadGradationCommand() - Constructor for class com.levigo.jadice.swing.gradation.commands.LoadGradationCommand
 
LOADING - com.levigo.jadice.document.Document.BasicState
If this Document.State is set, it marks a Document as loading and therefore still incomplete.
loadProperties(InputStream) - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
Reads a property list (key and element pairs) from the input stream and fills the embedded BasicActionFactory.actionLookupProperties.
loadProperties(InputStream) - Method in class org.jadice.util.swing.action.factories.BasicCommandFactory
Reads a property list (key and element pairs) from the input stream and fills the embedded BasicCommandFactory.commandLookupProperties.
loadProperties(InputStream) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Reads a property list (key and element pairs) from the input stream and fills the embedded BasicMenuComponentFactory.compositionLookupProperties.
loadProperties(String) - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
The method loads the property file.
loadProperties(String) - Method in class org.jadice.util.swing.action.factories.BasicCommandFactory
Reads a property list (key and element pairs) from the input file name and fills the embedded BasicCommandFactory.commandLookupProperties.
loadProperties(String) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Load the data from the propertyFile.
locateByName(String) - Static method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
Locate the an annotation profile by its name.
locateCommonParent(TreePath[], Class<T>) - Static method in class org.jadice.util.swing.flextree.FlexTreeUtils
Locate a common element of the given type within the given paths.
locateLast(TreePath, Class<T>) - Static method in class org.jadice.util.swing.flextree.FlexTreeUtils
find that object of the given class, which is nearest to a leaf (and farthest from the root).
locateProdInfo(Frame) - Method in class com.levigo.jadice.swing.JadiceProductInformationWindow
Centers product info over parents frame, if it is not null.
locateProfile(String) - Method in interface com.levigo.jadice.annotation.profiles.AnnotationProfileLocator
 
locateProfile(String) - Method in class com.levigo.jadice.annotation.profiles.DefaultAnnotationProfileLocator
 
locationToIndex(ThumbnailView, Point) - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
locationToIndex(ThumbnailView, Point) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailViewUI
 
locationToIndex(Point) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Returns the cell index closest to the given location in the view's coordinate system.
lockDecoTool - Variable in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
 
Locked - com.levigo.jadice.format.xfdf.annotation.Flags
 
LockedContents - com.levigo.jadice.format.xfdf.annotation.Flags
Deprecated.
Not defined in XFDF documentation, may be removed in future versions
LockFactory - Interface in org.jadice.util.glazedlists.util.concurrent
This factory provides an implementation of Lock that is optimized for the current Java Virtual Machine.
log - Variable in class org.jadice.util.swing.menu.AbstractSubmenuContributor
 
log(String) - Method in interface com.levigo.jadice.appbase.font.factory.log.ActivateLoggingFontFactory.LogSink
 
Log - Class in com.levigo.jadice.appbase.font.factory.log
Assembles a log String.
Log(String) - Constructor for class com.levigo.jadice.appbase.font.factory.log.Log
 
LogContextPreservingCallable<V> - Class in org.jadice.util.log.util
Alternative Callable class which also gives the new thread the MDC and NDC context of the parent thread, thus preserving the log context.
LogContextPreservingCallable(Callable<V>) - Constructor for class org.jadice.util.log.util.LogContextPreservingCallable
 
LogContextPreservingRunnable - Class in org.jadice.util.log.util
A Runnable wrapper that propagates the MDC and NDC context of the parent thread, thus preserving the MDC and NDC information for loggers.
LogContextPreservingRunnable(Runnable) - Constructor for class org.jadice.util.log.util.LogContextPreservingRunnable
 
Logger - Interface in org.jadice.util.log
The main user interface to logging.
LOGGER - Static variable in class com.levigo.jadice.appbase.commands.AbstractToolActivationCommand
 
LOGGER - Static variable in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
LOGGER - Static variable in class com.levigo.jadice.document.AbstractDocument
 
LOGGER - Static variable in class com.levigo.jadice.document.BasicDocument
 
LOGGER - Static variable in class com.levigo.jadice.document.composite.DynamicCompositePageSegment
 
LOGGER - Static variable in class com.levigo.jadice.document.render.PageImageRenderer
 
LoggerFactory - Class in org.jadice.util.log
 
LoggerFactory() - Constructor for class org.jadice.util.log.LoggerFactory
 
LoggingConfiguration - Class in org.jadice.util.log.config
Main entry Point to configure the logging system.
LoggingConfiguration() - Constructor for class org.jadice.util.log.config.LoggingConfiguration
 
LoggingFontFactory - Interface in com.levigo.jadice.appbase.font.factory.log
A FontFactory which also provides Logging capabilities.
LOGICAL_FAMILYNAME_ATTRIBUTES - Static variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationLogicalFontFactory
 
LogicalFontFactory - Class in com.levigo.jadice.appbase.font.factory
Looks for fonts which fit logical names.
LogicalFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.LogicalFontFactory
 
LogicalFontIdentifier - Enum in com.levigo.jadice.document.font
Identification constants for logical fonts.
LogMessage - Annotation Type in org.jadice.util.log.message
 
logNotfounds - Static variable in class com.levigo.jadice.format.modca.resource.ResourceGroupLoader
Whether to log resources which weren't found.
longToBytesBE(long, byte[], int) - Static method in class org.jadice.util.base.Numbers
Store the given long in big-endian format into the given buffer at the given offset.
longToBytesLE(long, byte[], int) - Static method in class org.jadice.util.base.Numbers
Store the given long in little-endian format into the given buffer at the given offset.
LongValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.LongValue
 
lookahead(int) - Method in class com.levigo.jadice.document.io.SeekableLookaheadStream
Looks up the data in the stream at the given index.
lowerRangeModel(ThresholdList) - Static method in class org.jadice.util.glazedlists.gui.GlazedListsSwing
Creates a model that manipulates the lower bound of the specified ThresholdList.
LRUCache - Class in org.jadice.util.mm
An implementation of a Map which has a maximum size and uses a Least Recently Used algorithm to remove items from the Map when the maximum size is reached and new items are added.
LRUCache() - Constructor for class org.jadice.util.mm.LRUCache
Default constructor, primarily for the purpose of de-externalization.
LRUCache(int) - Constructor for class org.jadice.util.mm.LRUCache
Create a new LRUMap with a maximum capacity of i.
LRUExpiryStrategy - Class in org.jadice.util.mm.ckc.expiry
This is a basic LRU expiry strategy that fits to the CompositeKeyCache and expires the oldest elements first.
LRUExpiryStrategy() - Constructor for class org.jadice.util.mm.ckc.expiry.LRUExpiryStrategy
 
luminance(Color) - Static method in class org.jadice.util.base.Colors
Return the color's luminance normalized to the range [0,1].
luminanceContrast(Color, Color) - Static method in class org.jadice.util.base.Colors
Return luminance contrast between the two colors normalized to the range [0,1].

M

MACHINE_CODE - com.levigo.jadice.format.modca.AfpLineModeReaderSettings.ControlCharacterMode
 
main(String[]) - Static method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
main(String[]) - Static method in class com.levigo.jadice.appbase.preview.NavigablePreviewThumbnailRenderer
 
main(String[]) - Static method in class com.levigo.jadice.demo.gestures.GestureTester
 
main(String[]) - Static method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Starts the application.
main(String[]) - Static method in class com.levigo.jadice.demo.launcher.JadiceDemoLauncher
 
main(String[]) - Static method in class org.jadice.util.swing.borders.DropShadowBorder
 
main(String[]) - Static method in class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel
 
mainTools - Variable in class com.levigo.jadice.demo.BasicJadicePanel
 
mainViewer - Variable in class com.levigo.jadice.demo.launcher.EmbeddedDemoApplication
 
makeGapForTail(int, int, EffectLayout.Edge) - Method in class org.jadice.util.swing.borders.BubbleBorder
 
manageAddOn(JComponent, ViewComponent) - Method in interface com.levigo.jadice.appbase.AddOnPresenter
Register an add-on component of the given class within the context of the given view component.
manageAddOn(JComponent, ViewComponent) - Method in class com.levigo.jadice.appbase.BasicAddOnPresenter
 
manageCacheSize() - Method in class org.jadice.util.mm.AdaptiveSizeManagementStrategy
 
manageCacheSize() - Method in interface org.jadice.util.mm.SizeManagementStrategy
 
manyElements(EventList) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that reports true when the number of elements is > 1; false otherwise.
map(DocumentLayer) - Method in interface com.levigo.jadice.document.read.fluent.TaskBuilder
Initiate a layer mapping definition using the given from DocumentLayer.
map(String) - Method in interface com.levigo.jadice.document.read.fluent.TaskBuilder
Initiate a layer mapping definition using the given from layer name.
mapAnnotationsLayer() - Method in interface com.levigo.jadice.document.read.fluent.TaskBuilder
Initiate a layer mapping definition using the annotation layer.
mapBackgroundLayer() - Method in interface com.levigo.jadice.document.read.fluent.TaskBuilder
Initiate a layer mapping definition using the background layer .
mapDefaultLayer() - Method in interface com.levigo.jadice.document.read.fluent.TaskBuilder
Initiate a layer mapping definition using the default layer.
mapFormLayer() - Method in interface com.levigo.jadice.document.read.fluent.TaskBuilder
Initiate a layer mapping definition using the form layer.
MapObserver<K,​V> - Interface in org.jadice.util.base.collections
 
Mapped - com.levigo.jadice.format.modca.MODCAReaderSettings.FontMode
No font resources will be used, font specific attributes will be guessed and may lead to an unsatisfying text display.
mappedFontName(String) - Static method in class com.levigo.jadice.format.modca.fontmanager.attribute.name.MappedFontName
 
MappedFontName - Class in com.levigo.jadice.format.modca.fontmanager.attribute.name
 
MapValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.MapValue
 
MapValue(Map<Object, Object>) - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.MapValue
 
MapWrapper(String, Map<?, ?>) - Constructor for class com.levigo.jadice.appbase.flextree.UserPropertiesModule.MapWrapper
 
mark() - Method in class com.levigo.jadice.document.io.SeekableInputStream
Pushes the current stream position onto a stack of marked positions.
mark() - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
mark(int) - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
Marked - com.levigo.jadice.format.xfdf.annotation.State
 
Marked - com.levigo.jadice.format.xfdf.annotation.StateModel
 
MARKER_SEGMENT_FORMAT_FOR_QCC_UNKNOWN - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
MARKER_SEGMENT_FORMAT_FOR_QCD_UNKNOWN - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
MARKER_SEGMENT_LENGTH_OVERFLOW - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
marshal(Document, List<Page>, OutputStream) - Method in interface com.levigo.jadice.document.marshalling.DocumentMarshaller
Marshal the given document consisting of the selected pages into the given output stream.
marshall(OutlineNode<?>, OutputStream) - Static method in class com.levigo.jadice.demo.outline.serialize.OutlineSerializer
Marshalls the given Outline / OutlineNode to an XML output stream.
MarshallingControls - Interface in com.levigo.jadice.document.marshalling
MarshallingControls control the marshalling process via the SerializationDocumentMarshaller.
MarshallingFactory - Class in com.levigo.jadice.document.marshalling
Creates DocumentUnmarshaller and DocumentMarshaller instances for marshalling and unmarshalling of Documents
MarshallingSettings - Interface in com.levigo.jadice.document.marshalling
MarshallingSettings control the marshalling process via the SerializationDocumentMarshaller.
MASK - com.levigo.jadice.format.annocm.CMAnnotationArcheTypes
Compatible with: Image Plus client Jadice DOCP client
match() - Method in annotation type org.jadice.util.swing.action.injection.AllArguments
Specifies the collection class to be matched.
match() - Method in annotation type org.jadice.util.swing.action.injection.Argument
Specifies the class to be matched.
match(int, int) - Method in interface com.levigo.jadice.search.MatchConsumer
Deprecated.
Notifies the MatchConsumer about a successful match in the CharSequenceMatcher provided to the CharSequenceMatcher.findMatches(CharSequence, MatchConsumer).
match(int, int, Object) - Method in interface com.levigo.jadice.search.MatchConsumer
Deprecated.
Notifies the MatchConsumer about a successful match in the CharSequenceMatcher provided to the CharSequenceMatcher.findMatches(CharSequence, MatchConsumer) and has the ability to add a handback object.
MATCH_ALL - Static variable in class org.jadice.util.glazedlists.matchers.MatcherEditor.Event
Indicates the associated Matcher will match anything.
MATCH_NONE - Static variable in class org.jadice.util.glazedlists.matchers.MatcherEditor.Event
Indicates the associated Matcher will match nothing.
MatchConsumer - Interface in com.levigo.jadice.search
Deprecated.
use new search api instead SearchEngine
Matcher<E> - Interface in org.jadice.util.glazedlists.matchers
Determines which values should be filtered.
MatcherEditor<E> - Interface in org.jadice.util.glazedlists.matchers
A facility for modifying the Matchers which specify the behaviour of a FilterList.
MatcherEditor.Event<E> - Class in org.jadice.util.glazedlists.matchers
A MatcherEditor event models a change in the MatcherEditor that creates a new Matcher.
MatcherEditor.Listener<E> - Interface in org.jadice.util.glazedlists.matchers
A MatcherEditor.Listener handles changes fired by a MatcherEditor.
Matchers - Class in org.jadice.util.glazedlists.matchers
A factory for creating Matchers.
matches(SeekableInputStream) - Method in class com.levigo.jadice.document.Format
Within the read process this method is called to auto-determine the format of the data passed.
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.annocm.CMAnnotationFormat
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationFormat
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationFormat
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationFormat
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.bmp.BMPFormat
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.fn.FileNetImageFormat
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.fnpc.FileNetPCFormFormat
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.hocr.HocrFormat
Since hOCR files should only be read explicitly, this method always returns false.
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.imageio.ImageIOFormat
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000Format
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.modca.AFPFormat
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.modca.AfpLineModeFormat
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.modca.IocaFormat
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.modca.ModcaFormat
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.pdf.OffsetPDFFormat
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.pdf.PDFFormat
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.text.TextFormat
Text formats always match a file.
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.tiff.TIFFFormat
 
matches(SeekableInputStream) - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationFormat
 
matches(E) - Method in interface org.jadice.util.glazedlists.matchers.Matcher
Return true if an item matches a filter.
matches(E) - Method in class org.jadice.util.glazedlists.matchers.TrueMatcher
Return true if an item matches a filter.
matches(Object) - Static method in class com.levigo.jadice.format.jpeg2000.JPEG2000Matcher
This function determines whether the source is valid input and is JPEG2000-conform.
matchStyles(FontAttributeSet, Collection<FontSource>) - Method in class com.levigo.jadice.appbase.font.resolve.BasicFontResolver
 
matchSubclasses() - Method in annotation type org.jadice.util.swing.action.injection.Argument
Specifies whether the elements eligible for this argument must match the declared type or the type specified by Argument.match() exactly or if sub-classes are allowed as well.
max(float...) - Static method in class org.jadice.util.base.Numbers
Return the maximum of all values in the given array.
max(int...) - Static method in class org.jadice.util.base.Numbers
Return the maximum of all values in the given array.
MAX_OFFSET_SIZE - Static variable in class com.levigo.jadice.format.pdf.OffsetPDFFormat
 
MAX_PRIORITY - Static variable in class com.levigo.jadice.document.Format
 
MAX_PRIORITY - Static variable in class com.levigo.jadice.swing.tool.Tool
The maximum priority a tool is supposed to use with respect to dispatching or rendering.
MAX_SIZE - Static variable in class org.jadice.util.swing.colorpicker.ColorPalette
The maximum size the graphic will be.
MaximumAgeExpiryStrategy - Class in org.jadice.util.mm.ckc.expiry
An ExpiryStrategy which expires all entries from the cache which are older than the configured maximum age.
MaximumAgeExpiryStrategy(int, TimeUnit) - Constructor for class org.jadice.util.mm.ckc.expiry.MaximumAgeExpiryStrategy
Creates a new MaximumAgeExpiryStrategy with the given maximum age in the given TimeUnits.
maximumLayoutSize(Container) - Method in class org.jadice.util.swing.effect.EffectLayout
 
MaxLookaheadReachedException(String) - Constructor for exception com.levigo.jadice.document.io.SeekableLookaheadStream.MaxLookaheadReachedException
 
maySubmit() - Method in class com.levigo.jadice.swing.printer.AbstractPrintDialog
This method determines, if the assigned model is ready to be submitted.
MDC - Class in org.jadice.util.log
Contains methods for MDC Logging.
MDC() - Constructor for class org.jadice.util.log.MDC
 
meanDoubles(EventList<? extends Number>) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that reports the mean average of all the numbers as a Double.
meanFloats(EventList<? extends Number>) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that reports the mean average of all the numbers as a Float.
Memento - Interface in org.jadice.util.base
A simple implementation of the Memento class from the well-known memento pattern.
MementoOriginator - Interface in org.jadice.util.base
A simple implementation of the Originator class from the well-known memento pattern.
MEMORY_MAPPED - com.levigo.jadice.bm.BufferManagerConfigurer.FileStoreStrategy
Use NIO memory-mapped IO.
memoryBuffers(int) - Method in class com.levigo.jadice.bm.BufferManagerConfigurer
Set the number of buffers to keep in memory.
MemoryInputStream - Class in com.levigo.jadice.document.io
A SeekableInputStream which decorates a plain InputStream with seekability by using an in-memory cache.
MemoryInputStream(byte[]) - Constructor for class com.levigo.jadice.document.io.MemoryInputStream
Construct a new MemoryInputStream which reads from exactly one data block.
MemoryInputStream(InputStream) - Constructor for class com.levigo.jadice.document.io.MemoryInputStream
Constructs a new MemoryInputStream which wraps the given InputStream and uses the default block size of 2048 bytes.
MemoryInputStream(InputStream, int) - Constructor for class com.levigo.jadice.document.io.MemoryInputStream
Constructs a new MemoryInputStream which wraps the given InputStream and uses the given block size.
MemoryInputStream(InputStream, int, boolean) - Constructor for class com.levigo.jadice.document.io.MemoryInputStream
Constructs a new MemoryInputStream which wraps the given InputStream and uses the given block size.
MemoryMonitorSnapIn - Class in com.levigo.jadice.swing.status
 
MemoryMonitorSnapIn() - Constructor for class com.levigo.jadice.swing.status.MemoryMonitorSnapIn
 
Menu(String, MenuContributor, Action) - Constructor for class org.jadice.util.swing.menu.BasicMenuBuilder.Menu
 
MENU_ACTIONS - Static variable in interface org.jadice.util.swing.action.factories.MenuComponentFactory
Parameter of menu actions in the property file
menuBar - Variable in class com.levigo.jadice.demo.BasicJadicePanel
 
MenuBuilder - Interface in org.jadice.util.swing.menu
The MenuBuilder is responsible for the construction of some kind of menu UI in response to contributions it receives.
MenuBuilder.ItemType - Enum in org.jadice.util.swing.menu
 
MenuComponentCreationAdapter - Class in org.jadice.util.swing.action.listener
Just an adapter class of MenuComponentCreationListener with empty methods.
MenuComponentCreationAdapter() - Constructor for class org.jadice.util.swing.action.listener.MenuComponentCreationAdapter
 
MenuComponentCreationListener - Interface in org.jadice.util.swing.action.listener
Instances of MenuComponentCreationListener can be registered at DefaultMenuComponentFactory to receive informations or failure messages of menu component creation process.
MenuComponentFactory - Interface in org.jadice.util.swing.action.factories
Interface for the menu factory.
MenuContributor - Interface in org.jadice.util.swing.menu
A MenuContributor is able to contribute entries to a menu.
mergeInto(PropertiesProvider) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor
 
mergeInto(Map<String, Object>) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.Property
 
MessageComponentID - Annotation Type in org.jadice.util.log.message
 
MessageConsumer - Interface in org.jadice.util.swing.infobar
An interface to be implemented by RollingMessagePanel-like components.
MessageConsumer.Message - Interface in org.jadice.util.swing.infobar
A message to be presented through the RollingMessagePanel.
MessageFormatter - Class in org.jadice.util.log.qualified
Formats messages according to very simple substitution rules.
MessageFormatter() - Constructor for class org.jadice.util.log.qualified.MessageFormatter
 
MessageID - Interface in org.jadice.util.log.qualified
 
MessageResolver - Interface in org.jadice.util.log.message
 
MessageWidget - Interface in org.jadice.util.swing.infobar
 
Metadata - Interface in com.levigo.jadice.document.metadata
 
MetadataBuilder - Class in com.levigo.jadice.document.metadata
 
MetadataBuilder.InvalidCharacterHandling - Enum in com.levigo.jadice.document.metadata
An enum of strategies for the handling of invalid characters in content (attributes, text, CDATA).
MetadataEnricher - Interface in com.levigo.jadice.document.metadata
A MetadataEnricher is able to add more meta-data information to a given meta-data node.
MetadataException - Exception in com.levigo.jadice.document.metadata
 
MetadataException(String, Object...) - Constructor for exception com.levigo.jadice.document.metadata.MetadataException
 
MetadataException(String, Throwable) - Constructor for exception com.levigo.jadice.document.metadata.MetadataException
 
MetadataModule - Class in com.levigo.jadice.appbase.flextree
 
MetadataModule() - Constructor for class com.levigo.jadice.appbase.flextree.MetadataModule
 
MetadataNamespaceContext - Interface in com.levigo.jadice.document.metadata
 
MetadataNode - Interface in com.levigo.jadice.document.metadata
The MetadataNodes represents a node in an XML-based metadata-document.
MetadataProvider - Interface in com.levigo.jadice.document.metadata
An interface to be implemented by classes which expose some kind of meta-data.
MetadataUtil - Class in com.levigo.jadice.document.metadata
 
Meter - com.levigo.jadice.document.Unit
 
Millimeter - com.levigo.jadice.document.Unit
 
min(float...) - Static method in class org.jadice.util.base.Numbers
Return the minimum of all values in the given array.
min(int...) - Static method in class org.jadice.util.base.Numbers
Return the minimum of all values in the given array.
MIN_PRIORITY - Static variable in class com.levigo.jadice.document.Format
 
MIN_PRIORITY - Static variable in class com.levigo.jadice.swing.tool.Tool
The minimum priority a tool is supposed to use with respect to dispatching or rendering.
MINIMUM_CONTRAST - Static variable in class com.levigo.jadice.swing.thumbnailview.ThumbnailViewComponentAddon
The minimum contrast (in percent) between the background's and the selection background's luminance.
minimumLayoutSize(Container) - Method in class org.jadice.util.swing.effect.EffectLayout
 
minimumLayoutSize(Container) - Method in class org.jadice.util.swing.layout.ButtonRowLayout
 
MISSING_CODING_MARKER_SEGMENT - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
MISSING_DECODER_LIBRARY - com.levigo.jadice.format.jpeg2000.msg.GeneralMessages
 
MISSING_RESULT - com.levigo.jadice.format.jpeg2000.msg.GeneralMessages
 
MISSING_SOURCE_FOR_READING - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
MISSING_TILE_HEADER - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
MISSING_TILE_PARTS - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
Mitchell - com.levigo.jadice.document.render.FilterType
 
MNEMONICKEY - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Parameter of the MnemonicKey in the menu components properties file
ModcaFormat - Class in com.levigo.jadice.format.modca
Mo:dca format information for mo:dca documents
ModcaFormat() - Constructor for class com.levigo.jadice.format.modca.ModcaFormat
 
MODCAReaderSettings - Class in com.levigo.jadice.format.modca
A settings class for parameters pertaining to MO:DCA/AFP family of formats.
MODCAReaderSettings() - Constructor for class com.levigo.jadice.format.modca.MODCAReaderSettings
 
MODCAReaderSettings.FontMode - Enum in com.levigo.jadice.format.modca
 
MODCAReaderSettings.PageDuplexMode - Enum in com.levigo.jadice.format.modca
 
MODCAReaderSettings.PageSizeMode - Enum in com.levigo.jadice.format.modca
 
ModcaResourceLoaderFactory - Class in com.levigo.jadice.format.modca.resource
 
ModcaResourceLoaderFactory() - Constructor for class com.levigo.jadice.format.modca.resource.ModcaResourceLoaderFactory
 
mode - Variable in class org.jadice.util.swing.effect.EffectLayout.Constraints
 
MODE_CONTROLS_VISIBLE_PROPERTY - Static variable in class org.jadice.util.swing.colorpicker.ColorPicker
PropertyChangeEvents will be triggered for this property when setModeControlsVisible() is called.
MODE_PROPERTY - Static variable in class org.jadice.util.swing.colorpicker.ColorPicker
PropertyChangeEvents will be triggered when the mode changes.
modification - Variable in class com.levigo.jadice.document.auth.PageSegmentPermission.PageSegmentPermissionFactory
Controls if content modification is allowed in order to create a copy.
ModifierActivated - Interface in com.levigo.jadice.swing.tool
An interface to be used for tools (and other components) which are activated using some combination of keyboard modifier(s) and/or mouse button(s).
modifierToGranularityHomeEnd(KeyEditEvent) - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
Determine the Granularity to use when navigating using one of the keys KeyEvent.VK_HOME, KeyEvent.VK_END.
modifierToGranularityLeftRight(KeyEditEvent) - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
Determine the Granularity to use when navigating using one of the keys KeyEvent.VK_LEFT, KeyEvent.VK_RIGHT.
modifierToGranularityUpDown(KeyEditEvent) - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
Determine the Granularity to use when navigating using one of the keys KeyEvent.VK_UP, KeyEvent.VK_DOWN.
ModifyOutputIntent - Class in com.levigo.jadice.document.auth
 
ModifyOutputIntent() - Constructor for class com.levigo.jadice.document.auth.ModifyOutputIntent
 
monospaced() - Static method in class com.levigo.jadice.document.font.attribute.style.Monospaced
 
Monospaced - Class in com.levigo.jadice.document.font.attribute.style
Describes whether or not a font is a monospaced font, that is, each of its glyphs has the same width.
Monospaced - com.levigo.jadice.document.font.LogicalFontIdentifier
 
monthSequencer() - Static method in class org.jadice.util.glazedlists.Sequencers
 
mouseClicked(MouseEvent) - Method in class org.jadice.util.swing.menu.PopupMenuLauncher
 
mouseDragged(MouseEvent, BasicDragGestureRecognizer.BeforeDrag) - Method in class org.jadice.util.swing.dnd.BasicDragGestureRecognizer
Handle a mouse drag.
MouseEditEvent - Class in com.levigo.jadice.swing.tool
 
MouseEventReceiver - Interface in com.levigo.jadice.demo.gestures
The MouseEventReceiver is provided by MouseGestureSupport in order to allow client components to feed events into the recognizer.
mouseGestureAborted() - Method in interface com.levigo.jadice.demo.gestures.MouseGestureListener
Receive notification about an aborted recognition attempt.
mouseGestureInProgress(Component, String, GeneralPath) - Method in interface com.levigo.jadice.demo.gestures.MouseGestureListener
Receive notification about a gesture in progress on the given component.
MouseGestureListener - Interface in com.levigo.jadice.demo.gestures
MouseGestureListeners are notified about mouse gestures in progress and recognized gestures.
mouseGestureRecognized(Component, String, GeneralPath) - Method in interface com.levigo.jadice.demo.gestures.MouseGestureListener
Receive notification about a recognized gesture.
MouseGestureSupport - Class in com.levigo.jadice.demo.gestures
A simple recognizer for mouse gestures.
MouseGestureSupport() - Constructor for class com.levigo.jadice.demo.gestures.MouseGestureSupport
 
MouseGestureTool - Class in com.levigo.jadice.demo.gestures
 
MouseGestureTool() - Constructor for class com.levigo.jadice.demo.gestures.MouseGestureTool
 
mousePressed(MouseEvent) - Method in class org.jadice.util.swing.dnd.BasicDragGestureRecognizer
Handle a mouse press.
mousePressed(MouseEvent) - Method in class org.jadice.util.swing.menu.PopupMenuLauncher
 
mouseReleased(MouseEvent) - Method in class org.jadice.util.swing.dnd.BasicDragGestureRecognizer
Handle a mouse release.
mouseReleased(MouseEvent) - Method in class org.jadice.util.swing.menu.PopupMenuLauncher
 
MouseWheelEditEvent - Class in com.levigo.jadice.swing.tool
 
MouseWheelTool - Class in com.levigo.jadice.swing.pageview
The MouseWheelTool is responsible for the page-level navigation using the mouse wheel.
MouseWheelTool() - Constructor for class com.levigo.jadice.swing.pageview.MouseWheelTool
 
MouseWheelZoomTool - Class in com.levigo.jadice.swing.pageview
A Tool used to enable zooming using the mouse wheel.
MouseWheelZoomTool() - Constructor for class com.levigo.jadice.swing.pageview.MouseWheelZoomTool
 
moveColumn(int, int) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
moveToPoint(Point2D) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
Create a new gesture.
MULTIPLE - com.levigo.jadice.swing.annotation.commands.AbstractAnnotationModeCommand.CreateMode
 
MULTIPLE_COLUMN_KEYBOARD - Static variable in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Emulate the sorting behaviour of SUN's TableSorter, by Philip Milne et. al.
MULTIPLE_COLUMN_MOUSE - Static variable in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Sort multiple columns without use of the keyboard.
MULTIPLE_COLUMN_MOUSE_WITH_UNDO - Static variable in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Sort multiple columns without use of the keyboard.
MULTIPLE_INTERVAL_SELECTION - Static variable in class org.jadice.util.glazedlists.ListSelection
A selection mode where any element may be selected and elements added adjacent to selected elements are selected.
MULTIPLE_INTERVAL_SELECTION_DEFENSIVE - Static variable in class org.jadice.util.glazedlists.ListSelection
A selection mode where any element may be selected and freshly added elements are always deselected.
MULTISCREEN_ABILITY - Static variable in class org.jadice.util.swing.action.commands.CommandAction
In multi screen environments positioning of tooltips, popups and other graphics configuration dependent component functionalities do not work correctly caused by a VM bug.
MutableMetadataNode - Interface in com.levigo.jadice.document.metadata
Enables the creation, parsing, navigation, and modification of XML-based meta-data-documents through a simple and intuitive fluent interface.
MutableMetadataProvider - Interface in com.levigo.jadice.document.metadata
A MutableMetadataProvider not only provides for read-only access to meta-data, but also for access to the mutable root node of a meta-data tree.
MutableOutline<N extends MutableOutlineNode<N>> - Interface in com.levigo.jadice.document.outline
An extension interface for Outlines which are mutable.
MutableOutline.OutlineListener<N extends MutableOutlineNode<?>> - Interface in com.levigo.jadice.document.outline
A listener to be notified of changes to any node within the Outline Tree.
MutableOutlineNode<N extends MutableOutlineNode<N>> - Interface in com.levigo.jadice.document.outline
An extension interface for OutlineNodes which are mutable.
MutablePageSegment - Interface in com.levigo.jadice.document
Mutable page segments are page segments whose contents are expected to change after the creation of the page segment.
myPageable - Variable in class com.levigo.jadice.printer.AbstractPrinter
 

N

name - Variable in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
name - Variable in class org.jadice.util.swing.menu.BasicMenuBuilder.Group
 
name() - Method in interface org.jadice.util.log.qualified.MessageID
Return the message Code.
name() - Method in annotation type org.jadice.util.swing.action.injection.Parameter
The parameter name.
NAME - Static variable in class com.levigo.jadice.demo.theme.JadiceFlatDarkTheme
 
NAME - Static variable in class com.levigo.jadice.demo.theme.JadiceFlatLightTheme
 
NameBasedFactory<T> - Class in com.levigo.jadice.annotation.profiles
 
NameBasedFactory() - Constructor for class com.levigo.jadice.annotation.profiles.NameBasedFactory
 
NamedActionFactory - Interface in org.jadice.util.swing.action.factories
Enhanced interface of the action factory interface providing a specified factory name.
NamedCommandFactory - Interface in org.jadice.util.swing.action.factories
Enhanced interface of the command factory interface providing a specified factory name.
NamedMenuComponentFactory - Interface in org.jadice.util.swing.action.factories
Enhanced interface of the menu component factory interface providing a specified factory name.
NameFontFactory - Class in com.levigo.jadice.appbase.font.factory
Searches for fonts according to name and styles.
NameFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.NameFontFactory
 
NATURAL - com.levigo.jadice.swing.commands.ZoomCommand.Mode
 
NaturalCubicSpline1D - Class in com.levigo.jadice.document.util
A ControlCurve implementation based on a cubic spline.
NaturalCubicSpline1D() - Constructor for class com.levigo.jadice.document.util.NaturalCubicSpline1D
 
NavigablePreviewThumbnailRenderer - Class in com.levigo.jadice.appbase.preview
 
NavigablePreviewThumbnailRenderer() - Constructor for class com.levigo.jadice.appbase.preview.NavigablePreviewThumbnailRenderer
 
NavigatorComponent - Class in com.levigo.jadice.swing.navigator
A navigator component provides a thumbnail view of the PageViews current page.
NavigatorComponent() - Constructor for class com.levigo.jadice.swing.navigator.NavigatorComponent
 
NavigatorComponentAddon - Class in com.levigo.jadice.swing.navigator
 
NavigatorComponentAddon() - Constructor for class com.levigo.jadice.swing.navigator.NavigatorComponentAddon
 
NavigatorComponentUI - Class in com.levigo.jadice.swing.navigator
 
NavigatorComponentUI() - Constructor for class com.levigo.jadice.swing.navigator.NavigatorComponentUI
 
NavigatorFrame - Class in com.levigo.jadice.demo.navigator
This class shows a NavigatorComponent in a JFrame.
NavigatorFrame() - Constructor for class com.levigo.jadice.demo.navigator.NavigatorFrame
Constructs a navigator component frame.
For a usage a PageView should be associated with the navigator component.
NavigatorFrame(PageView) - Constructor for class com.levigo.jadice.demo.navigator.NavigatorFrame
Constructs a navigator component frame.
The given PageView will be associated with the navigator component.
NCIReaderSettings - Class in com.levigo.jadice.document.read
 
NCIReaderSettings() - Constructor for class com.levigo.jadice.document.read.NCIReaderSettings
 
NCIReaderSettings.InvalidResolutionHandling - Enum in com.levigo.jadice.document.read
This enum contains possible handling-strategies for invalid resolution information found in documents.
NDC - Class in org.jadice.util.log
 
NDC() - Constructor for class org.jadice.util.log.NDC
 
NEUTRAL - com.levigo.jadice.swing.gradation.commands.GradationActionCommand.Action
 
NEVER - com.levigo.jadice.swing.pageview.PageLayoutSettings.ShowCoverPage
 
NEW - com.levigo.jadice.search.engine.Search.SearchState
 
NEW - com.levigo.jadice.search.SearchRequest.SearchState
Deprecated.
 
newDocument() - Method in class com.levigo.jadice.document.read.fluent.ReadConfiguration
Create a new Document.
newDocument() - Method in interface com.levigo.jadice.document.read.fluent.ReadConfigurer
Create a new Document.
newDocument(boolean) - Static method in class com.levigo.jadice.document.metadata.MetadataBuilder
 
newDocument(String) - Method in class com.levigo.jadice.document.read.fluent.ReadConfiguration
Create a new Document and set a name.
newDocument(String) - Method in interface com.levigo.jadice.document.read.fluent.ReadConfigurer
Create a new Document and set a name.
newLine() - Method in class com.levigo.jadice.appbase.font.factory.log.Log
Moves to the next line.
NewParagraph - com.levigo.jadice.format.xfdf.annotation.IconName
 
next() - Method in class org.jadice.util.base.collections.AbstractCompositeIterator
 
next() - Method in class org.jadice.util.base.collections.ArrayIterator
 
next() - Method in class org.jadice.util.base.collections.EmptyEnumeratorIterator
 
next() - Method in interface org.jadice.util.base.collections.PeekableIterator
next() - Method in class org.jadice.util.base.collections.PeekableIteratorWrapper
 
next() - Method in class org.jadice.util.base.collections.SingletonIterator
 
next() - Method in class org.jadice.util.glazedlists.event.ListEvent
Increments the change sequence to view the next change.
next(E) - Method in interface org.jadice.util.glazedlists.SequenceList.Sequencer
Given a sequencable value, produce the next value in the sequence such that value is now included in the sequence.
next(TreePath) - Method in class org.jadice.util.swing.flextree.FlexTreeNavigator
 
next(TreePath) - Method in class org.jadice.util.swing.flextree.PredicateNavigator
 
next(TreePath) - Method in interface org.jadice.util.swing.flextree.TreeNavigator
 
NEXT - com.levigo.jadice.swing.commands.TurnPageCommand.Mode
Navigate to the next page (if there is one)
nextBlock() - Method in class org.jadice.util.glazedlists.event.ListEvent
Increments the change sequence to view the next change block.
NextBookmarkCommand - Class in com.levigo.jadice.demo.bookmark.command
 
NextBookmarkCommand() - Constructor for class com.levigo.jadice.demo.bookmark.command.NextBookmarkCommand
 
nextElement() - Method in class org.jadice.util.base.collections.EmptyEnumeratorIterator
 
nextIndex() - Method in class org.jadice.util.base.collections.ArrayIterator
 
nextIterator() - Method in class org.jadice.util.base.collections.AbstractCompositeIterator
 
NextPageCommand - Class in com.levigo.jadice.appbase.preview
 
NextPageCommand() - Constructor for class com.levigo.jadice.appbase.preview.NextPageCommand
 
NO_PRINTER_AVAILABLE - com.levigo.jadice.printer.PrinterLogMessages
 
nodeAdded(N, N) - Method in interface com.levigo.jadice.document.outline.MutableOutline.OutlineListener
Receive notification about a node that has been added to the tree.
NodeAlwaysPresent - com.levigo.jadice.appbase.flextree.AnnotationsModule.PresentationMode
The annotations are presented as children of a separate node which is always present, even if there are no annotations.
nodeChanged(N, String, Object, Object) - Method in interface com.levigo.jadice.document.outline.MutableOutline.OutlineListener
Receive notification about a node for which a property has been changed.
nodeRefreshRequired() - Method in interface org.jadice.util.swing.flextree.DynamicTreeModule.TreeCallback
Receive notification that the domain object or data that the target node represents changed in some way that makes it necessary to update the node's derived properties.
nodeRemoved(N, N) - Method in interface com.levigo.jadice.document.outline.MutableOutline.OutlineListener
Receive notification about a node that has been removed from the tree.
NODES_START_COLLAPSED - Static variable in class org.jadice.util.glazedlists.TreeList
An TreeList.ExpansionModel with a simple policy: all nodes start collapsed.
NODES_START_EXPANDED - Static variable in class org.jadice.util.glazedlists.TreeList
An TreeList.ExpansionModel with a simple policy: all nodes start expanded.
nodesStartCollapsed() - Static method in class org.jadice.util.glazedlists.TreeList
 
nodesStartExpanded() - Static method in class org.jadice.util.glazedlists.TreeList
 
NodeWhenNeeded - com.levigo.jadice.appbase.flextree.AnnotationsModule.PresentationMode
The annotations are presented as children of a separate node which is only present if there are annotations.
noFocusBorder - Static variable in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer
 
None - com.levigo.jadice.format.modca.MODCAReaderSettings.PageSizeMode
Main page size will be used.
None - com.levigo.jadice.format.xfdf.annotation.LineEndingStyle
 
None - com.levigo.jadice.format.xfdf.annotation.State
 
NONE - com.levigo.jadice.document.render.BaseRenderSettings.Clipping
No clipping is applied.
NONE - com.levigo.jadice.search.engine.SearchEngine.Quality
 
NONE - com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool.MouseSensitivity
No mouse-sensitivity at all (dragging the rectangle will be disabled).
NONE - org.jadice.util.swing.action.context.Context.Ancestors
No elements from ancestor contexts are included.
NONE - org.jadice.util.swing.action.context.Context.Children
No elements from child contexts are included.
NONE - org.jadice.util.swing.effect.Effect
 
NonFocusedInfo - Class in org.jadice.util.swing.componentdecorator
A decorator allowing a JTextComponent to be out-fitted with a disabled text which is shown while the component is not focused.
nonNullAndNonEmptyString() - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Get a Matcher that returns true iff it is given a non-null and non-empty String.
NonUglyActionButton - Class in org.jadice.util.swing.button
An FCMS style button.
NonUglyActionButton() - Constructor for class org.jadice.util.swing.button.NonUglyActionButton
Constructor for FCMSButton.
NonUglyActionButton(String, Icon) - Constructor for class org.jadice.util.swing.button.NonUglyActionButton
Constructor for FCMSButton.
NonUglyActionButton(String, Icon, int) - Constructor for class org.jadice.util.swing.button.NonUglyActionButton
Constructor for FCMSButton.
NonUglyActionButton(Action) - Constructor for class org.jadice.util.swing.button.NonUglyActionButton
Constructor for FCMSButton.
NonUglyActionButton(Action, int) - Constructor for class org.jadice.util.swing.button.NonUglyActionButton
Constructor for FCMSButton.
NonUglyActionButton(Icon) - Constructor for class org.jadice.util.swing.button.NonUglyActionButton
Constructor for FCMSButton.
NonUglyActionButton(Icon, int) - Constructor for class org.jadice.util.swing.button.NonUglyActionButton
Constructor for FCMSButton.
NonUglyActionJToggleButton - Class in org.jadice.util.swing.action.components
A styleable button.
NonUglyActionJToggleButton(Action) - Constructor for class org.jadice.util.swing.action.components.NonUglyActionJToggleButton
 
NonUglyActionJToggleButton(Action, int) - Constructor for class org.jadice.util.swing.action.components.NonUglyActionJToggleButton
 
NonUglyActionJToggleButton.AccessibleNonUglyActionJToggleButton - Class in org.jadice.util.swing.action.components
This class implements accessibility support for the NonUglyActionJToggleButton class.
normalize() - Method in interface com.levigo.jadice.document.metadata.Metadata
Normalize the meta-data XML.
normalize(Rectangle2D) - Static method in class org.jadice.util.base.geometry.Rectangles
Returns a rectangle which is normalized, that is, it has positive values for width and height.
NORMALIZED_STRATEGY - Static variable in class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Character comparison strategy that assumes all Latin characters should have their diacritical marks stripped in an effort to normalize words to their most basic form.
NoRotate - com.levigo.jadice.format.xfdf.annotation.Flags
 
NORTHEAST - org.jadice.util.base.Corner
 
NORTHWEST - org.jadice.util.base.Corner
 
NOT_EQUAL - Static variable in class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
 
NotApproved - com.levigo.jadice.format.xfdf.annotation.StampName
 
notBold() - Static method in class com.levigo.jadice.document.font.attribute.style.Bold
 
Note - com.levigo.jadice.format.xfdf.annotation.IconName
Default icon definition.
NOTE - com.levigo.jadice.format.annocm.CMAnnotationArcheTypes
Compatible with: Image Plus client Content Manager 7 / 8 client Jadice DOCP client
NOTE - com.levigo.jadice.format.annofnis.FNISAnnotationArcheTypes
Compatible with: FileNet IS client Jadice DOCP client
NOTE - com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Compatible with: FileNet P8 client Jadice DOCP client
NotForPublicRelease - com.levigo.jadice.format.xfdf.annotation.StampName
 
notItalic() - Static method in class com.levigo.jadice.document.font.attribute.style.Italic
 
notMonospaced() - Static method in class com.levigo.jadice.document.font.attribute.style.Monospaced
 
notPlain() - Static method in class com.levigo.jadice.document.font.attribute.style.Plain
 
notSerif() - Static method in class com.levigo.jadice.document.font.attribute.style.Serif
 
notSymbolic() - Static method in class com.levigo.jadice.document.font.attribute.style.Symbolic
 
NoView - com.levigo.jadice.format.xfdf.annotation.Flags
 
NoZoom - com.levigo.jadice.format.xfdf.annotation.Flags
 
NULL - Static variable in class org.jadice.util.log.qualified.FormattingTuple
 
NumberConverter - Class in com.levigo.jadice.format.annotation.converters
 
NumberConverter() - Constructor for class com.levigo.jadice.format.annotation.converters.NumberConverter
 
Numbers - Class in org.jadice.util.base
Credit for the Numbers.floor(float), Numbers.ceil(float) and Numbers.round(float) methods: riven: http://riven8192.blogspot.com/2010/02/fastmath-fast-floor.html

O

Object - com.levigo.jadice.format.modca.resource.ResourceLoader.Type
Resource type "object", represented by resources containing non modca data (e.g.
ObjectAnnotation - Class in com.levigo.jadice.annotation
 
ObjectAnnotation() - Constructor for class com.levigo.jadice.annotation.ObjectAnnotation
 
ObjectContainer - com.levigo.jadice.format.modca.resource.ResourceLoader.Type
The resource type "object container", represented by resources starting with a 'Begin Object Container' (BOC) field.
Objects - Class in org.jadice.util.base
Utility classes which don't fit anywhere else.
ObservableCollection<E> - Class in org.jadice.util.base.collections
 
ObservableCollection(Collection<E>, CollectionObserver<E>) - Constructor for class org.jadice.util.base.collections.ObservableCollection
 
observableConnector() - Static method in class org.jadice.util.glazedlists.GlazedLists
Create a new Connector for the ObservableElementList that works with subclasses of the archaic Observable base class.
ObservableElementList<E> - Class in org.jadice.util.glazedlists
A list that fires update events whenever elements are modified in place.
ObservableElementList(EventList<E>, ObservableElementList.Connector<? super E>) - Constructor for class org.jadice.util.glazedlists.ObservableElementList
Constructs an ObservableElementList which wraps the given source and uses the given elementConnector to register/unregister change listeners on elements of the source.
ObservableElementList.Connector<E> - Interface in org.jadice.util.glazedlists
An interface defining the methods required for registering and unregistering change listeners on list elements within an ObservableElementList.
ObservableList<E> - Class in org.jadice.util.base.collections
 
ObservableList(List<E>, ListObserver<E>) - Constructor for class org.jadice.util.base.collections.ObservableList
 
ObservableMap<K,​V> - Class in org.jadice.util.base.collections
 
ObservableMap(Map<K, V>, MapObserver<K, V>) - Constructor for class org.jadice.util.base.collections.ObservableMap
 
ObservableSet<E> - Class in org.jadice.util.base.collections
 
ObservableSet(Set<E>, CollectionObserver<E>) - Constructor for class org.jadice.util.base.collections.ObservableSet
 
OCR - Static variable in class com.levigo.jadice.document.DocumentLayer
A layer typically used for OCR informations, e.g. a hocr file produced by Tesseract which contains text and position information
HINT:
This layer is installed by default in the default layer cache.
OFF - com.levigo.jadice.document.render.AntiAliasingMode
 
OFF - org.jadice.util.log.Level
 
OFFSET_SIZE_PROPERTY - Static variable in class com.levigo.jadice.format.pdf.OffsetPDFFormat
 
OffsetPDFFormat - Class in com.levigo.jadice.format.pdf
A PDF processor may encounter PDF 2.0 files that contain information before the actual PDF 2.0 data.
OffsetPDFFormat() - Constructor for class com.levigo.jadice.format.pdf.OffsetPDFFormat
 
OLD_RANDOM_ACCESS - com.levigo.jadice.bm.BufferManagerConfigurer.FileStoreStrategy
Use old non-NIO RandomAccessFile.
ON - com.levigo.jadice.document.render.AntiAliasingMode
 
onAdvance(int, int) - Method in class org.jadice.util.concurrent.ListenablePhaser
 
onAdvance(int, int, boolean) - Method in interface org.jadice.util.concurrent.ListenablePhaser.PhaserListener
Invoked when a phase advance is in progress
onCleared(Iterable<CacheEntryEvent>) - Method in interface org.jadice.util.mm.ckc.events.CacheEntryClearedListener
Called after all entries have been cleared from the cache.
onCleared(Iterable<CacheEntryEvent>) - Method in class org.jadice.util.mm.ckc.statistics.CacheStatusFrame
 
onCreated(Iterable<CacheEntryEvent>) - Method in interface org.jadice.util.mm.ckc.events.CacheEntryCreatedListener
Called after one or multiple entries have been created.
onCreated(Iterable<CacheEntryEvent>) - Method in class org.jadice.util.mm.ckc.statistics.CacheStatusFrame
 
oneElement(EventList) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that reports true when the number of elements is 1; false otherwise.
oneOrMoreElements(EventList) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that reports true when the number of elements is > 0; false otherwise.
onExpired(Iterable<CacheEntryEvent>) - Method in interface org.jadice.util.mm.ckc.events.CacheEntryExpiredListener
Called after one or multiple entries have been expired by the cache.
onExpired(Iterable<CacheEntryEvent>) - Method in class org.jadice.util.mm.ckc.statistics.CacheStatusFrame
 
onRemoved(Iterable<CacheEntryEvent>) - Method in interface org.jadice.util.mm.ckc.events.CacheEntryRemovedListener
Called after one or multiple entries have been removed.
onRemoved(Iterable<CacheEntryEvent>) - Method in class org.jadice.util.mm.ckc.statistics.CacheStatusFrame
 
onUpdated(Iterable<CacheEntryEvent>) - Method in interface org.jadice.util.mm.ckc.events.CacheEntryUpdatedListener
Called after one or multiple entries have been updated.
onUpdated(Iterable<CacheEntryEvent>) - Method in class org.jadice.util.mm.ckc.statistics.CacheStatusFrame
 
opacity - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
OPACITY_PROPERTY - Static variable in class org.jadice.util.swing.colorpicker.ColorPicker
PropertyChangeEvents will be triggered when the opacity value is adjusted.
OpenArrow - com.levigo.jadice.format.xfdf.annotation.LineEndingStyle
 
openDocumentFromFile() - Method in class com.levigo.jadice.appbase.FileOpener
Produces a FileDialog and calls FileOpener.openDocumentFromFile(File).
openDocumentFromFile(File) - Method in class com.levigo.jadice.appbase.FileOpener
Reads document data from the given file and passes the resulting document to the associated PageView.
openDocumentFromFile(File) - Method in class com.levigo.jadice.demo.util.DemoFileOpenerWithHocr
Reads document data from the given file and passes the resulting document to the associated PageView.
openDocumentFromFile(String) - Method in class com.levigo.jadice.appbase.FileOpener
Reads a file specified by its name.
OpenDocumentFromFileCommand - Class in com.levigo.jadice.appbase.commands
Opens a file chooser to select a file and loads the selected file into the PageView.
OpenDocumentFromFileCommand() - Constructor for class com.levigo.jadice.appbase.commands.OpenDocumentFromFileCommand
 
OpenDocumentFromFileWithHocrCommand - Class in com.levigo.jadice.demo.commands
Opens a file chooser to select a file and loads the selected file into the PageView.
OpenDocumentFromFileWithHocrCommand() - Constructor for class com.levigo.jadice.demo.commands.OpenDocumentFromFileWithHocrCommand
 
openGradationCurveFromFile() - Method in class com.levigo.jadice.swing.gradation.GradationCurveFileHandler
openGradationCurveFromFile(File) - Method in class com.levigo.jadice.swing.gradation.GradationCurveFileHandler
Loads a gradaton curve specified by the parameter supplied
openGradationCurveFromFile(String) - Method in class com.levigo.jadice.swing.gradation.GradationCurveFileHandler
Loads a gradation curve specified by the parameter supplied
openGradationCurveFromStream(InputStream) - Method in class com.levigo.jadice.swing.gradation.GradationCurveFileHandler
Loads a gradation curve specified by the supplied input stream.
openSorter() - Method in class com.levigo.jadice.demo.SorterToolbar
Shows this sorter toolbar instance.
OpenViewerFrameCommand - Class in com.levigo.jadice.demo.commands
Opens a new viewer frame.
OpenViewerFrameCommand() - Constructor for class com.levigo.jadice.demo.commands.OpenViewerFrameCommand
 
optimizeColumnWidths(JTable, boolean) - Static method in class com.levigo.jadice.demo.pagestash.SelectStashPanel
 
optimizeContrastColor(Color, Color, int) - Static method in class org.jadice.util.base.Colors
 
optimizeContrastColorNoAlpha(Color, Color, int) - Static method in class org.jadice.util.base.Colors
This is an experimental new contrast optimization strategy.
optimizeForegroundContrast(Color, Color) - Static method in class org.jadice.util.base.Colors
Optimize the contrast of the foreground color against the background by inverting it, if inversion leads to a higher contrast.
optional() - Method in annotation type org.jadice.util.swing.action.injection.AllArguments
Specifies whether the argument collection is optional.
optional() - Method in annotation type org.jadice.util.swing.action.injection.Argument
Specifies whether the argument is optional.
optional() - Method in annotation type org.jadice.util.swing.action.injection.Parameter
Specifies whether the parameter is optional.
OPTIONAL_EXPIRE - org.jadice.util.mm.ckc.expiry.ExpiryStrategy.ExpiryPressure
Indicates that an expiry process is optional.
OptionalGroup(Badge, String, boolean, List<String>, Supplier<Boolean>) - Constructor for class com.levigo.jadice.document.condition.GroupConditionFactory.OptionalGroup
 
OptionalGroupPanel - Class in com.levigo.jadice.demo.optional
A panel to display and edit GroupConditionFactory.OptionalGroups provided by a document
OptionalGroupPanel(PageView) - Constructor for class com.levigo.jadice.demo.optional.OptionalGroupPanel
 
OptionalGroupPanel(PageView, boolean) - Constructor for class com.levigo.jadice.demo.optional.OptionalGroupPanel
 
or(Matcher<? super E>...) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Returns a Matcher which returns a match when any of the given matchers reports a match.
OR - Static variable in class org.jadice.util.glazedlists.matchers.CompositeMatcherEditor
require any matchers in the MatcherEditor to match
org.jadice.util.base - package org.jadice.util.base
 
org.jadice.util.base.collections - package org.jadice.util.base.collections
 
org.jadice.util.base.datatype - package org.jadice.util.base.datatype
 
org.jadice.util.base.geometry - package org.jadice.util.base.geometry
 
org.jadice.util.base.swing - package org.jadice.util.base.swing
 
org.jadice.util.base.swing.edt - package org.jadice.util.base.swing.edt
 
org.jadice.util.concurrent - package org.jadice.util.concurrent
 
org.jadice.util.concurrent.tasks - package org.jadice.util.concurrent.tasks
 
org.jadice.util.glazedlists - package org.jadice.util.glazedlists
 
org.jadice.util.glazedlists.beans - package org.jadice.util.glazedlists.beans
 
org.jadice.util.glazedlists.calculation - package org.jadice.util.glazedlists.calculation
 
org.jadice.util.glazedlists.event - package org.jadice.util.glazedlists.event
 
org.jadice.util.glazedlists.gui - package org.jadice.util.glazedlists.gui
 
org.jadice.util.glazedlists.matchers - package org.jadice.util.glazedlists.matchers
Implementations and classes useful for creating implementations of MatcherEditor/Matchers for use with FilterLists.
org.jadice.util.glazedlists.migrationkit - package org.jadice.util.glazedlists.migrationkit
 
org.jadice.util.glazedlists.sparse - package org.jadice.util.glazedlists.sparse
 
org.jadice.util.glazedlists.util.concurrent - package org.jadice.util.glazedlists.util.concurrent
 
org.jadice.util.log - package org.jadice.util.log
 
org.jadice.util.log.config - package org.jadice.util.log.config
 
org.jadice.util.log.message - package org.jadice.util.log.message
 
org.jadice.util.log.qualified - package org.jadice.util.log.qualified
 
org.jadice.util.log.util - package org.jadice.util.log.util
 
org.jadice.util.mm - package org.jadice.util.mm
 
org.jadice.util.mm.ckc - package org.jadice.util.mm.ckc
 
org.jadice.util.mm.ckc.events - package org.jadice.util.mm.ckc.events
 
org.jadice.util.mm.ckc.expiry - package org.jadice.util.mm.ckc.expiry
 
org.jadice.util.mm.ckc.statistics - package org.jadice.util.mm.ckc.statistics
 
org.jadice.util.swing.accessibility - package org.jadice.util.swing.accessibility
 
org.jadice.util.swing.action.commands - package org.jadice.util.swing.action.commands
 
org.jadice.util.swing.action.components - package org.jadice.util.swing.action.components
 
org.jadice.util.swing.action.context - package org.jadice.util.swing.action.context
 
org.jadice.util.swing.action.factories - package org.jadice.util.swing.action.factories
 
org.jadice.util.swing.action.injection - package org.jadice.util.swing.action.injection
 
org.jadice.util.swing.action.listener - package org.jadice.util.swing.action.listener
 
org.jadice.util.swing.borders - package org.jadice.util.swing.borders
 
org.jadice.util.swing.button - package org.jadice.util.swing.button
 
org.jadice.util.swing.colorpicker - package org.jadice.util.swing.colorpicker
 
org.jadice.util.swing.componentdecorator - package org.jadice.util.swing.componentdecorator
 
org.jadice.util.swing.dnd - package org.jadice.util.swing.dnd
 
org.jadice.util.swing.effect - package org.jadice.util.swing.effect
 
org.jadice.util.swing.flextree - package org.jadice.util.swing.flextree
 
org.jadice.util.swing.geometry - package org.jadice.util.swing.geometry
 
org.jadice.util.swing.icon - package org.jadice.util.swing.icon
 
org.jadice.util.swing.infobar - package org.jadice.util.swing.infobar
 
org.jadice.util.swing.layout - package org.jadice.util.swing.layout
 
org.jadice.util.swing.menu - package org.jadice.util.swing.menu
 
org.jadice.util.swing.panel - package org.jadice.util.swing.panel
 
org.jadice.util.swing.theme - package org.jadice.util.swing.theme
 
OS - Class in org.jadice.util.base
Provides methods related to the runtime environment.
OS() - Constructor for class org.jadice.util.base.OS
 
OUT - com.levigo.jadice.swing.commands.ZoomCommand.Mode
 
Outline<N extends OutlineNode<N>> - Interface in com.levigo.jadice.document.outline
A tree structure, providing a flexible view over information or entities, and giving the opportunity to associate additional properties and instructions.
OutlineModule - Class in com.levigo.jadice.demo.flextree
A tree module integrating a document Outlines into a flex tree.
OutlineModule() - Constructor for class com.levigo.jadice.demo.flextree.OutlineModule
 
OutlineModule(String...) - Constructor for class com.levigo.jadice.demo.flextree.OutlineModule
 
OutlineNode<N extends OutlineNode<N>> - Interface in com.levigo.jadice.document.outline
A node within an Outline Tree.
OutlineNodes - Class in com.levigo.jadice.demo.outline
A collection of static utility methods to be used in conjunction with OutlineNodes.
Outlines - Class in com.levigo.jadice.document.outline
A collection of static utility methods to be used in conjunction with Outlines.
OutlineSerializer - Class in com.levigo.jadice.demo.outline.serialize
This class can load/write an Outline / OutlineNode to an XML stream.
OutlineVisitor - Interface in com.levigo.jadice.demo.outline
A Visitor interface which can be used to visit / traverse OutlineNodes.
OutlineVisitor.VisitResult - Enum in com.levigo.jadice.demo.outline
After visiting an object, the visitor returns a VisitResult which defines how to continue in the visit process (continue with next node, skip current subtree or stop).
output - Variable in class com.levigo.jadice.document.auth.PageSegmentPermission.PageSegmentPermissionFactory
Controls if printing or other ways of creating copies is allowed.
OutputIntent - Class in com.levigo.jadice.document.auth
 
OutputIntent() - Constructor for class com.levigo.jadice.document.auth.OutputIntent
 
OutputReferenceBase - Enum in com.levigo.jadice.printer
The reference base specifies what is used as the basic area of the printed output on the paper as well as how scaling/fitting/rotation- optimization is performed.
OVER_HANDLE_PRIORITY - Static variable in class com.levigo.jadice.swing.tool.Tool.ActivationRequest
The priority to be used to indicate that some action with a handle could be performed upon activation.
OVER_SELECTION_PRIORITY - Static variable in class com.levigo.jadice.swing.tool.Tool.ActivationRequest
The priority to be used to indicate that some action related to some kind of selection could be performed upon activation.
overlapBorder - Variable in class org.jadice.util.swing.effect.EffectLayout.Constraints
 
Overlay - com.levigo.jadice.format.modca.resource.ResourceLoader.Type
The resource type "overlay", represented by resources starting with a 'Begin Overlay' (BMO) field.
Owner - com.levigo.jadice.format.pdf.crypt.standard.StandardSecurityAuthLevel
Authenticate as owner.
OwnerKeyComposition - Interface in org.jadice.util.mm.ckc
This is a basic representation of a composition between a key and an owner, owning this key.

P

p1 - Variable in class com.levigo.jadice.annotation.LineAnnotation
 
p2 - Variable in class com.levigo.jadice.annotation.LineAnnotation
 
page - Variable in class com.levigo.jadice.document.render.BasicRenderParameters
 
Page - Interface in com.levigo.jadice.document
Represents a page of a Document.
PAGE - com.levigo.jadice.document.text.Granularity
 
PAGE - com.levigo.jadice.printer.event.PrintEvent.PrintEventType
A PrintEvent of this type will be propagated, every time a page of the document is printed.
PAGE - com.levigo.jadice.swing.commands.AbstractDocumentCommand.Scope
 
PAGE - com.levigo.jadice.swing.pageview.PageView.Layout
A layout where only a single page is visible at a time.
PAGE_COUNT_PROPERTY - Static variable in class com.levigo.jadice.swing.pageview.PageView
Property key for the pseudo-property PageView.getPageCount().
PAGE_LAYOUT_ALIGNMENT_HORIZONTAL - Static variable in class com.levigo.jadice.swing.pageview.PageLayoutSettings
Setting name for the horizontal alignment.
PAGE_LAYOUT_ALIGNMENT_VERTICAL - Static variable in class com.levigo.jadice.swing.pageview.PageLayoutSettings
Setting name for the vertical alignment.
PAGE_LAYOUT_SHOW_COVER_PAGE - Static variable in class com.levigo.jadice.swing.pageview.PageLayoutSettings
 
PAGE_LAYOUT_STYLE_PROPERTY - Static variable in class com.levigo.jadice.swing.pageview.PageView
 
PAGE_NOT_AVAILABLE - com.levigo.jadice.printer.PrinterLogMessages
 
PAGE_READ_COMPLETED - com.levigo.jadice.document.read.ReaderListener.ReaderEvent.Type
Indicates that a read-process for a single page has been completed.
PAGE_READ_STARTED - com.levigo.jadice.document.read.ReaderListener.ReaderEvent.Type
Indicates that a read-process for a single page has been started.
PageAnnotationsModule - Class in com.levigo.jadice.appbase.flextree
A TreeModule which exposes all annotations applied on a page as nodes.
PageAnnotationsModule() - Constructor for class com.levigo.jadice.appbase.flextree.PageAnnotationsModule
 
pageBounds - Variable in class com.levigo.jadice.swing.tool.EditEvent
 
PageByIndexExecutor - Class in com.levigo.jadice.swing.executor
Carries out a PageByIndexInstruction by setting the first PageView found in the Collection of context objects to the specified page index.
PageByIndexExecutor() - Constructor for class com.levigo.jadice.swing.executor.PageByIndexExecutor
 
PageByIndexInstruction - Class in com.levigo.jadice.document.instruction
Instructs an InstructionExecutor to jump to the page found at a given page index.
PageByIndexInstruction(int) - Constructor for class com.levigo.jadice.document.instruction.PageByIndexInstruction
 
PageByWeakRefExecutor - Class in com.levigo.jadice.demo.executor
Carries out a PageByWeakRefInstruction by setting its Page in the Document shown by the first PageView found in the collection of context objects.
PageByWeakRefExecutor() - Constructor for class com.levigo.jadice.demo.executor.PageByWeakRefExecutor
 
PageByWeakRefInstruction - Class in com.levigo.jadice.demo.instruction
Instructs an InstructionExecutor to jump to a Page.
PageByWeakRefInstruction(Page) - Constructor for class com.levigo.jadice.demo.instruction.PageByWeakRefInstruction
Creates a new instance pointing to the given Page.
PAGEFORMAT - com.levigo.jadice.printer.OutputReferenceBase
Reference base setting for the imageable area.
PageGraphicsRenderer - Class in com.levigo.jadice.document.render
Provides the ability to render the contents of a page into any valid Graphics2D.
PageGraphicsRenderer(Page) - Constructor for class com.levigo.jadice.document.render.PageGraphicsRenderer
Creates an instance of this class.
PageImageRenderer - Class in com.levigo.jadice.document.render
PageImageRenderer provides an easy possibility to obtain a buffered image which displays a defined area of a page or an entire Page.
PageImageRenderer(Page) - Constructor for class com.levigo.jadice.document.render.PageImageRenderer
Creates an instance of this class.
PageImageRenderer(Page, RenderControls) - Constructor for class com.levigo.jadice.document.render.PageImageRenderer
Creates an instance of this class.
pageIndex - Variable in class com.levigo.jadice.document.render.BasicRenderParameters
 
pageIndex - Variable in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer
 
PageLayoutSettings - Class in com.levigo.jadice.swing.pageview
Contains some basic layout settings which are only applied if the page view is set to use the single page layout or continuous page layout.
PageLayoutSettings() - Constructor for class com.levigo.jadice.swing.pageview.PageLayoutSettings
Default constructor.
PageLayoutSettings(PageLayoutSettings.HorizontalAlignment, PageLayoutSettings.VerticalAlignment) - Constructor for class com.levigo.jadice.swing.pageview.PageLayoutSettings
Full args constructor mainly used for testing.
PageLayoutSettings.HorizontalAlignment - Enum in com.levigo.jadice.swing.pageview
The HorizontalAlignment sets whether the document is centered, left or right bounded.
PageLayoutSettings.ShowCoverPage - Enum in com.levigo.jadice.swing.pageview
Show cover page setting for 2 page spread layout.
PageLayoutSettings.VerticalAlignment - Enum in com.levigo.jadice.swing.pageview
The VerticalAlignment sets whether the document is centered, top or bottom bounded.
PageLayoutSettingsConfigurer - Class in com.levigo.jadice.appbase.pageview
Class to register a default PageLayoutSettings configuration.
PageLayoutSettingsConfigurer(PageLayoutSettings) - Constructor for class com.levigo.jadice.appbase.pageview.PageLayoutSettingsConfigurer
 
PageLayoutSnapIn - Class in com.levigo.jadice.appbase.status
A status bar SnapIn which allows users to select different page PageView.Layouts for Documents displayed in a PageView.
PageLayoutSnapIn() - Constructor for class com.levigo.jadice.appbase.status.PageLayoutSnapIn
 
pageLayoutStyleChanged(PageView, PageView.Layout) - Method in class com.levigo.jadice.swing.pageview.AbstractPresentationRule
 
pageLayoutStyleChanged(PageView, PageView.Layout) - Method in interface com.levigo.jadice.swing.pageview.PresentationRule
 
pageLayoutStyleChanged(PageView, PageView.Layout) - Method in class com.levigo.jadice.swing.pageview.PresentationRuleManager
 
pageLayoutStyleChanged(PageView, PageView.Layout) - Method in class com.levigo.jadice.swing.pageview.SwitchToSinglePageOnFit
 
PageListener - Interface in com.levigo.jadice.document
A listener interface for receiving page events.
PageListenerAdapter - Class in com.levigo.jadice.document
An abstract adapter class used to reduce the complexity of implementing PageListeners.
PageListenerAdapter() - Constructor for class com.levigo.jadice.document.PageListenerAdapter
 
PageListModule - Class in com.levigo.jadice.appbase.flextree
 
PageListModule() - Constructor for class com.levigo.jadice.appbase.flextree.PageListModule
 
PageModule - Class in com.levigo.jadice.appbase.flextree
 
PageModule() - Constructor for class com.levigo.jadice.appbase.flextree.PageModule
 
PageModule(PageView) - Constructor for class com.levigo.jadice.appbase.flextree.PageModule
 
pageReadCompleted(ReaderListener.ReaderEvent) - Method in class com.levigo.jadice.document.read.ReaderListenerAdapter
pageReadStarted(ReaderListener.ReaderEvent) - Method in class com.levigo.jadice.document.read.ReaderListenerAdapter
pages - Variable in class com.levigo.jadice.document.auth.AddPagesIntent
 
pages - Variable in class com.levigo.jadice.document.auth.ExportIntent
 
pages - Variable in class com.levigo.jadice.document.auth.RemovePagesIntent
 
pages - Variable in class com.levigo.jadice.document.auth.ReorderIntent
 
Pages - Class in com.levigo.jadice.document
This utility class contains various methods for gaining information about given Pages.
PageSegment - com.levigo.jadice.format.modca.resource.ResourceLoader.Type
The resource type "page segment", represented by resources starting with a 'Begin Page Segment' (BPS) field.
PageSegment - Interface in com.levigo.jadice.document
A PageSegment represents a single layer of a Page, i.e. the Page consists of a stack of PageSegments.
pageSegmentAdded(PageSegmentEvent) - Method in class com.levigo.jadice.document.DocumentAdapter
 
pageSegmentAdded(PageSegmentEvent) - Method in interface com.levigo.jadice.document.PageListener
Signal the addition of a page segment from a page.
pageSegmentAdded(PageSegmentEvent) - Method in class com.levigo.jadice.document.PageListenerAdapter
 
PageSegmentEvent - Class in com.levigo.jadice.document
An event of this type will indicate the addition, the removal or the modification of page segments within a page.
PageSegmentEvent(Document, Page, PageSegment, DocumentLayer) - Constructor for class com.levigo.jadice.document.PageSegmentEvent
Constructor
PageSegmentEvent(Document, Page, PageSegment, DocumentLayer, PageSegmentEvent.Type) - Constructor for class com.levigo.jadice.document.PageSegmentEvent
Constructor
PageSegmentEvent(Document, PageSegmentEvent) - Constructor for class com.levigo.jadice.document.PageSegmentEvent
Clones a page segment event but changing the associated document reference.
PageSegmentEvent(Page, PageSegment, DocumentLayer) - Constructor for class com.levigo.jadice.document.PageSegmentEvent
Constructor
PageSegmentEvent.Type - Enum in com.levigo.jadice.document
The type is used to describe page segment (modify) events more in detail.
PageSegmentListener - Interface in com.levigo.jadice.document
A listener interface for receiving page segment events.
pageSegmentModified(PageSegmentEvent) - Method in class com.levigo.jadice.document.DocumentAdapter
 
pageSegmentModified(PageSegmentEvent) - Method in interface com.levigo.jadice.document.PageListener
Signal the modification of a page segment within a page.
pageSegmentModified(PageSegmentEvent) - Method in class com.levigo.jadice.document.PageListenerAdapter
 
pageSegmentModified(PageSegmentEvent) - Method in interface com.levigo.jadice.document.PageSegmentListener
Signal the modification of the content of a page segment.
PageSegmentModule - Class in com.levigo.jadice.appbase.flextree
 
PageSegmentModule() - Constructor for class com.levigo.jadice.appbase.flextree.PageSegmentModule
 
PageSegmentPermission - Class in com.levigo.jadice.document.auth
A page segment permission object to be used to define per page segment permissions.
PageSegmentPermission.PageSegmentPermissionFactory - Class in com.levigo.jadice.document.auth
 
PageSegmentProvider() - Constructor for class com.levigo.jadice.document.lazy.LazyStreamPageSegment.PageSegmentProvider
 
pageSegmentRemoved(PageSegmentEvent) - Method in class com.levigo.jadice.document.DocumentAdapter
 
pageSegmentRemoved(PageSegmentEvent) - Method in interface com.levigo.jadice.document.PageListener
Signal the removal of a page segment from a page.
pageSegmentRemoved(PageSegmentEvent) - Method in class com.levigo.jadice.document.PageListenerAdapter
 
PageSegmentSource - Interface in com.levigo.jadice.document
A PageSegmentSource describes the origin of a page segment.
PageSelection - Interface in com.levigo.jadice.document
An interface to be implemented by classes providing for a list of selected pages.
PageSnapIn - Class in com.levigo.jadice.appbase.status
A SnapIn which displays the current page number and offers page-level navigation.
PageSnapIn() - Constructor for class com.levigo.jadice.appbase.status.PageSnapIn
 
PageSorter - Class in com.levigo.jadice.swing.thumbnailview
The PageSorter class provides a miniaturized view on the pages held by a Viewer.
PageSorter() - Constructor for class com.levigo.jadice.swing.thumbnailview.PageSorter
Constructs a new PageSorter.
PageSorter(PageView) - Constructor for class com.levigo.jadice.swing.thumbnailview.PageSorter
Constructs a new PageSorter.
PageStash - Interface in com.levigo.jadice.demo.pagestash
 
PageStashReader - Class in com.levigo.jadice.demo.pagestash
A PageStashReader is able to read stashes documents and pages from some kind of holding area.
PageStashReader() - Constructor for class com.levigo.jadice.demo.pagestash.PageStashReader
 
PageStashWriter - Class in com.levigo.jadice.demo.pagestash
Writes a stash of selected pages to some kind of holding area.
PageStashWriter(DocumentMarshaller) - Constructor for class com.levigo.jadice.demo.pagestash.PageStashWriter
 
PageTextExportHandler - Class in com.levigo.jadice.swing.thumbnailview.dnd
An ExportHandler exporting the text from the selected pages as plain text.
PageTextExportHandler() - Constructor for class com.levigo.jadice.swing.thumbnailview.dnd.PageTextExportHandler
 
pageView - Variable in class com.levigo.jadice.appbase.status.DocumentStatusMessageSnapIn
 
pageView - Variable in class com.levigo.jadice.appbase.status.PageLayoutSnapIn
 
pageView - Variable in class com.levigo.jadice.appbase.status.ZoomSnapIn
 
pageView - Variable in class com.levigo.jadice.demo.DemoZoomSnapIn
 
PageView - Class in com.levigo.jadice.swing.pageview
Displays a Document's Pages using instances of PageLayout to arrange them.
PageView() - Constructor for class com.levigo.jadice.swing.pageview.PageView
 
PageView.Layout - Enum in com.levigo.jadice.swing.pageview
These layout style constants define a set of well-known page layout styles.
PageViewComponentAddon - Class in com.levigo.jadice.swing.pageview
 
PageViewComponentAddon() - Constructor for class com.levigo.jadice.swing.pageview.PageViewComponentAddon
 
PageViewModule - Interface in com.levigo.jadice.appbase.flextree
 
PageViews - Class in com.levigo.jadice.swing.pageview
Static utility methods for working with instances of PageView.
PageViewSettings - Class in com.levigo.jadice.swing.pageview
An implementation RenderSettings pertaining and particular to the rendering within PageViews.
PageViewSettings() - Constructor for class com.levigo.jadice.swing.pageview.PageViewSettings
 
PageViewUI - Class in com.levigo.jadice.swing.pageview
 
PageViewUI() - Constructor for class com.levigo.jadice.swing.pageview.PageViewUI
 
pageWriteDone(FormatWriter, int) - Method in interface com.levigo.jadice.document.write.WriterListener
Receive notification about a write-process for a page that has been finished.
pageWriteStarted(FormatWriter, int) - Method in interface com.levigo.jadice.document.write.WriterListener
Receive notification about a write-process for a page that has been started.
paint(Graphics) - Method in class com.levigo.jadice.demo.launcher.BannerPanel
 
paint(Graphics) - Method in class com.levigo.jadice.swing.lens.LensView
 
paint(Graphics) - Method in class com.levigo.jadice.swing.pageview.PageView
 
paint(Graphics) - Method in class org.jadice.util.swing.button.PopupButton
 
paint(Graphics) - Method in class org.jadice.util.swing.colorpicker.ColorPalette
 
paint(Graphics) - Method in class org.jadice.util.swing.colorpicker.ColorSwatch
 
paint(Graphics) - Method in class org.jadice.util.swing.effect.EffectContainer
 
paint(Graphics) - Method in class org.jadice.util.swing.panel.FadeablePane
 
paint(Graphics) - Method in class org.jadice.util.swing.panel.TransformerPanel
 
paint(Graphics2D, Dimension) - Method in class com.levigo.jadice.swing.pageview.JadiceBackgroundIcon
Paints the icon on the given Graphics2D with a maximum of 80% of the given Dimension.
paint(Graphics, JComponent) - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Paint the rows that intersect the Graphics objects clipRect.
paintBackground(Graphics2D, JComponent) - Method in class com.levigo.jadice.swing.pageview.BasicPageViewUI
 
paintBackground(Graphics2D, JComponent) - Method in class com.levigo.jadice.swing.pageview.PageViewUI
 
paintBackgroundImage(Graphics) - Method in class org.jadice.util.swing.action.components.EllipseJToolBar
Draws a right-aligned background image for horizontal toolbar orientation.
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.levigo.jadice.demo.border.RoundCornerBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.jadice.util.swing.borders.BubbleBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.jadice.util.swing.borders.DropShadowBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.jadice.util.swing.borders.LayeredBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.jadice.util.swing.borders.RolloutBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.jadice.util.swing.borders.RoundedBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.jadice.util.swing.borders.SlickBevelBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.jadice.util.swing.borders.StyledLineBorder
 
paintBorder(Graphics) - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
paintBorder(Graphics) - Method in class org.jadice.util.swing.panel.FadeablePane
 
paintCell(Graphics, int, Rectangle, ThumbnailCellRenderer, List<Page>, ListSelectionModel, int) - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Paint one List cell: compute the relevant state, get the "rubber stamp" cell renderer component, and then use the CellRendererPane to paint it.
paintComponent(Graphics) - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
 
paintComponent(Graphics) - Method in class com.levigo.jadice.swing.status.MemoryMonitorSnapIn
 
paintComponent(Graphics) - Method in class com.levigo.jadice.swing.status.TaskServiceMonitorSnapIn
 
paintComponent(Graphics) - Method in class org.jadice.util.swing.action.components.EllipseJToolBar
 
paintComponent(Graphics) - Method in class org.jadice.util.swing.button.DropDownToggleButton
 
paintComponent(Graphics) - Method in class org.jadice.util.swing.button.Hyperlink
 
paintContentBorder(Graphics, int, int) - Method in class com.levigo.jadice.demo.ui.RemoveTabBorderTabbedPaneUI
 
paintContentBorderBottomEdge(Graphics, int, int, int, int, int, int) - Method in class com.levigo.jadice.demo.ui.RemoveTabBorderTabbedPaneUI
 
paintContentBorderLeftEdge(Graphics, int, int, int, int, int, int) - Method in class com.levigo.jadice.demo.ui.RemoveTabBorderTabbedPaneUI
 
paintContentBorderRightEdge(Graphics, int, int, int, int, int, int) - Method in class com.levigo.jadice.demo.ui.RemoveTabBorderTabbedPaneUI
 
paintContentBorderTopEdge(Graphics, int, int, int, int, int, int) - Method in class com.levigo.jadice.demo.ui.RemoveTabBorderTabbedPaneUI
 
paintFocus(Graphics) - Method in class org.jadice.util.swing.colorpicker.ColorPickerSliderUI
 
paintFocus(Graphics2D, Shape, int) - Static method in class org.jadice.util.swing.colorpicker.PlafPaintUtils
Paints 3 different strokes around a shape to indicate focus.
paintHandles(Handle[], RenderParameters, Annotation) - Static method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
paintIcon(Component, Graphics, int, int) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule.AnnotationIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.levigo.jadice.demo.util.LazyFileIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.levigo.jadice.swing.pageview.JadiceBackgroundIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer.BasicThumbnailRendererIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jadice.util.swing.icon.ArrowIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jadice.util.swing.icon.BorderIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jadice.util.swing.icon.RotatedIcon
Paint the icons of this compound icon at the specified location
paintLoweredBevel(Component, Graphics, int, int, int, int) - Method in class org.jadice.util.swing.borders.SlickBevelBorder
 
paintNoPage(Graphics2D, Dimension) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer.BasicThumbnailRendererIcon
 
paintNoThumbnailImage(Graphics2D, Page, Rectangle) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer.BasicThumbnailRendererIcon
 
paintNoThumbnailImage(Graphics2D, Page, Rectangle) - Method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer.FadingIcon
 
paintPageDecoration(Graphics2D, JComponent, Rectangle, boolean) - Method in class com.levigo.jadice.swing.pageview.BasicPageViewUI
 
paintPageDecoration(Graphics2D, JComponent, Rectangle, boolean) - Method in class com.levigo.jadice.swing.pageview.PageViewUI
 
paintRaisedBevel(Component, Graphics, int, int, int, int) - Method in class org.jadice.util.swing.borders.SlickBevelBorder
 
paintTabBackground(Graphics, int, int, int, int, int, int, boolean) - Method in class com.levigo.jadice.demo.ui.RemoveTabBorderTabbedPaneUI
 
paintTabBorder(Graphics, int, int, int, int, int, int, boolean) - Method in class com.levigo.jadice.demo.ui.RemoveTabBorderTabbedPaneUI
 
paintThumb(Graphics) - Method in class org.jadice.util.swing.colorpicker.ColorPickerSliderUI
 
paintThumbnailBorder(Component, Graphics2D, Rectangle) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer.BasicThumbnailRendererIcon
 
paintThumbnailImage(Graphics2D, RenderedImage, Page, Rectangle) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer.BasicThumbnailRendererIcon
 
paintTrack(Graphics) - Method in class org.jadice.util.swing.colorpicker.ColorPickerSliderUI
 
PanActivationCommand - Class in com.levigo.jadice.appbase.commands
 
PanActivationCommand() - Constructor for class com.levigo.jadice.appbase.commands.PanActivationCommand
 
PanExecutor - Class in com.levigo.jadice.appbase.executor
A specific InstructionExecutor to handle PanInstructions.
PanExecutor() - Constructor for class com.levigo.jadice.appbase.executor.PanExecutor
 
PanInstruction - Class in com.levigo.jadice.appbase.instruction
A simple Instruction which instructs the executor to pan the view to a specific point.
PanInstruction(Point2D) - Constructor for class com.levigo.jadice.appbase.instruction.PanInstruction
Creates a new PanInstruction for the given pan point.
PanInstructionConverter() - Constructor for class com.levigo.jadice.demo.outline.serialize.InstructionConverters.PanInstructionConverter
 
PanTool - Class in com.levigo.jadice.swing.pageview
A tool supporting panning (moving the visible area) using the mouse.
PanTool() - Constructor for class com.levigo.jadice.swing.pageview.PanTool
 
PAPER - com.levigo.jadice.printer.OutputReferenceBase
Reference base setting for the paper.
Paragraph - com.levigo.jadice.format.xfdf.annotation.IconName
 
Parameter - Class in com.levigo.jadice.annotation.profiles
 
Parameter - Annotation Type in org.jadice.util.swing.action.injection
An annotation used to specify parameters to be injected into any Command
Parameter() - Constructor for class com.levigo.jadice.annotation.profiles.Parameter
 
ParameterInjector - Class in org.jadice.util.swing.action.injection
 
ParameterInjector.ParameterProvider - Interface in org.jadice.util.swing.action.injection
 
parameters - Variable in class com.levigo.jadice.annotation.profiles.NameBasedFactory
 
paramString() - Method in class com.levigo.jadice.document.render.RenderSettingsEvent
Returns a parameter string identifying this event.
paramString() - Method in class com.levigo.jadice.printer.event.PrintEvent
Returns a parameter string identifying this event.
PARENT - org.jadice.util.swing.action.context.Context.Ancestors
Elements from the direct parent context are included.
PARENT_WITH_AGGREGATION - org.jadice.util.swing.action.context.Context.Ancestors
Elements from the direct parent context are included.
parse(String) - Method in class com.levigo.jadice.format.annotation.converters.AbstractNumberConverter
 
parse(String) - Method in class com.levigo.jadice.format.annotation.converters.FloatConverter
 
parse(String) - Method in class com.levigo.jadice.format.annotation.converters.IntegerConverter
 
parse(String) - Method in class com.levigo.jadice.format.annotation.converters.NumberConverter
 
parseColor(String) - Static method in class org.jadice.util.base.Colors
 
parsePrimitive(Class<T>, String) - Static method in class org.jadice.util.base.Strings
Parses the valueString based on given targetType and returns a value object decoded from given valueString.
ParserSecurityUtils - Class in com.levigo.jadice.document.read
Helper class that sets security settings to prevent XXE attacks for different parser.
ParserSecurityUtils() - Constructor for class com.levigo.jadice.document.read.ParserSecurityUtils
 
PASSWORD_FOUND_PROPERTY - Static variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
passwordField - Variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
passwordLabel - Variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
PasswordMaterial - Class in com.levigo.jadice.format.pdf.crypt.standard
A default implementation of CryptoMaterial which simple holds a password.
PasswordMaterial(String) - Constructor for class com.levigo.jadice.format.pdf.crypt.standard.PasswordMaterial
constructs a new instance of PasswordMaterial which will provide the given password.
path - Variable in class com.levigo.jadice.annotation.PathAnnotation
 
path - Variable in class com.levigo.jadice.fontmanager.PathFontStreamProvider
 
path() - Method in enum com.levigo.jadice.fontmanager.Standard14Substitute
 
path() - Method in class org.jadice.util.glazedlists.TreeList.Node
 
PATH_NOT_FOUND - com.levigo.jadice.fontmanager.FontManagerMessages
 
PathAnnotation - Class in com.levigo.jadice.annotation
An annotation mostly drawn using the mouse pointer.
PathAnnotation() - Constructor for class com.levigo.jadice.annotation.PathAnnotation
 
PathConverter - Class in com.levigo.jadice.format.annotation.converters
 
PathConverter() - Constructor for class com.levigo.jadice.format.annotation.converters.PathConverter
 
pathDeselected(TreePath, FlexibleTree, boolean) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
pathDeselected(TreePath, FlexibleTree, boolean) - Method in class com.levigo.jadice.appbase.flextree.PageModule
 
pathDeselected(TreePath, FlexibleTree, boolean) - Method in class com.levigo.jadice.demo.flextree.OutlineModule
 
pathDeselected(TreePath, FlexibleTree, boolean) - Method in interface org.jadice.util.swing.flextree.TreeSelectionHandler
 
PathFontStreamProvider - Class in com.levigo.jadice.fontmanager
Provides access to a font persisted as a stream.
PathFontStreamProvider(Path) - Constructor for class com.levigo.jadice.fontmanager.PathFontStreamProvider
Creates an instance supplying the location of a font file.
pathSelected(TreePath, FlexibleTree, boolean) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
pathSelected(TreePath, FlexibleTree, boolean) - Method in class com.levigo.jadice.appbase.flextree.PageModule
 
pathSelected(TreePath, FlexibleTree, boolean) - Method in class com.levigo.jadice.demo.flextree.OutlineModule
 
pathSelected(TreePath, FlexibleTree, boolean) - Method in interface org.jadice.util.swing.flextree.TreeSelectionHandler
 
PatternMatcher(Pattern[]) - Constructor for class com.levigo.jadice.search.PatternSearchRequest.PatternMatcher
Deprecated.
 
PatternSearchRequest - Class in com.levigo.jadice.search
Deprecated.
use new search api instead SearchEngine
PatternSearchRequest() - Constructor for class com.levigo.jadice.search.PatternSearchRequest
Deprecated.
 
PatternSearchRequest.PatternMatcher - Class in com.levigo.jadice.search
Deprecated.
 
PDFException - Exception in com.levigo.jadice.format.pdf
Represents a problem or unexpected condition related to PDF files and their usage within jadice.
PDFException(MessageID, Object...) - Constructor for exception com.levigo.jadice.format.pdf.PDFException
 
PDFException(MessageID, Throwable, Object...) - Constructor for exception com.levigo.jadice.format.pdf.PDFException
 
PDFFormat - Class in com.levigo.jadice.format.pdf
 
PDFFormat() - Constructor for class com.levigo.jadice.format.pdf.PDFFormat
 
PDFPasswordProviderTool - Class in com.levigo.jadice.demo.pdf.crypto
 
PDFPasswordProviderTool() - Constructor for class com.levigo.jadice.demo.pdf.crypto.PDFPasswordProviderTool
 
PDFSecurityException - Exception in com.levigo.jadice.format.pdf.crypt
represents some kind of unexpected condition during the encryption process of a PDF stream.
PDFSecurityException(MessageID) - Constructor for exception com.levigo.jadice.format.pdf.crypt.PDFSecurityException
 
PDFSecurityException(MessageID, Object...) - Constructor for exception com.levigo.jadice.format.pdf.crypt.PDFSecurityException
 
PDFSecurityException(MessageID, Throwable) - Constructor for exception com.levigo.jadice.format.pdf.crypt.PDFSecurityException
 
PDFSecurityException(MessageID, Throwable, Object...) - Constructor for exception com.levigo.jadice.format.pdf.crypt.PDFSecurityException
 
PDFSignatureBoxTool - Class in com.levigo.jadice.demo.pdf.signature
PDFSignatureBoxTool installs a RolloutPDFSignatureBox if the current ViewComponent is a PageView.
PDFSignatureBoxTool() - Constructor for class com.levigo.jadice.demo.pdf.signature.PDFSignatureBoxTool
 
PDFSignatureVisibilityMenuContributor - Class in com.levigo.jadice.demo.pdf.signature
The intention of this class is to provide PDF signature rollout visibility functions as a separate sub menu.
PDFSignatureVisibilityMenuContributor() - Constructor for class com.levigo.jadice.demo.pdf.signature.PDFSignatureVisibilityMenuContributor
 
PDFStandardSecurityHandlerSettings - Class in com.levigo.jadice.format.pdf.crypt.standard
Holds settings for PDF's standard security handler.
PDFStandardSecurityHandlerSettings() - Constructor for class com.levigo.jadice.format.pdf.crypt.standard.PDFStandardSecurityHandlerSettings
 
PDFStandardSecurityHandlerSettings(PDFStandardSecurityHandlerSettings) - Constructor for class com.levigo.jadice.format.pdf.crypt.standard.PDFStandardSecurityHandlerSettings
 
PDFStructureReaderSettings - Class in com.levigo.jadice.format.pdf.settings
ReaderSettings to configure load behavior of the PDF structure.
PDFStructureReaderSettings() - Constructor for class com.levigo.jadice.format.pdf.settings.PDFStructureReaderSettings
 
PDFStructureReaderSettings.PDFStructureReadStrategy - Enum in com.levigo.jadice.format.pdf.settings
Defines the strategy to be used when reading the PDF structure.
peek() - Method in interface org.jadice.util.base.collections.PeekableIterator
Peeks the very next element.
peek() - Method in class org.jadice.util.base.collections.PeekableIteratorWrapper
 
peek() - Static method in class org.jadice.util.log.NDC
 
PeekableIterator<T> - Interface in org.jadice.util.base.collections
provides an Iterator with peeking functionality.
PeekableIteratorWrapper<T> - Class in org.jadice.util.base.collections
This implementation wraps another Iterator and provides the peeking functionality
PeekableIteratorWrapper(Iterator<T>) - Constructor for class org.jadice.util.base.collections.PeekableIteratorWrapper
 
PEN - com.levigo.jadice.format.annocm.CMAnnotationArcheTypes
Compatible with: Content Manager 7 / 8 client Jadice DOCP client
PEN - com.levigo.jadice.format.annofnis.FNISAnnotationArcheTypes
Compatible with: FileNet IS client Jadice DOCP client
PEN - com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Compatible with: FileNet P8 client Jadice DOCP client
performExpiry() - Method in class org.jadice.util.mm.LRUCache
Purge entries from the cache until the memory use is below the low-water mark again.
performExpiry(CacheIteratorFactory, TrackableCache, boolean, ExpiryStrategy.ExpiryPressure) - Method in class org.jadice.util.mm.ckc.expiry.CompositeExpiryStrategy
Doesn't perform an expiry for itself but delegates the call to all contained ExpiryStrategys.
performExpiry(CacheIteratorFactory, TrackableCache, boolean, ExpiryStrategy.ExpiryPressure) - Method in interface org.jadice.util.mm.ckc.expiry.ExpiryStrategy
Initiates an expiry call to the cache and returns how many objects have been expired.
performExpiry(CacheIteratorFactory, TrackableCache, boolean, ExpiryStrategy.ExpiryPressure) - Method in class org.jadice.util.mm.ckc.expiry.LRUExpiryStrategy
Performs an expiry according to the LRU principle.
performExpiry(CacheIteratorFactory, TrackableCache, boolean, ExpiryStrategy.ExpiryPressure) - Method in class org.jadice.util.mm.ckc.expiry.MaximumAgeExpiryStrategy
 
performRead(Reader) - Method in class com.levigo.jadice.appbase.reader.CancelableReaderTask
Template method to perform this task's workload.
Permission - Class in com.levigo.jadice.annotation.auth
 
Permission<D> - Interface in com.levigo.jadice.document
An interface to be implemented by permission voters.
Permission() - Constructor for class com.levigo.jadice.annotation.auth.Permission
 
Permission.Vote - Enum in com.levigo.jadice.document
 
Permissions<D> - Class in com.levigo.jadice.document
This class represents a set of permissions attached to a domain object.
Permissions() - Constructor for class com.levigo.jadice.document.Permissions
 
PermissionsProvider<D> - Interface in com.levigo.jadice.document
An object capable of providing an instance of Permissions.
pertainsTo(Class<? extends Instruction>) - Method in class com.levigo.jadice.demo.executor.URIExecutor
 
pertainsTo(Class<? extends Instruction>) - Method in class com.levigo.jadice.document.instruction.AbstractInstructionExecutor
 
pertainsTo(Class<? extends Instruction>) - Method in interface com.levigo.jadice.document.instruction.InstructionExecutor
Returns whether or not this InstructionExecutor knows how to deal with a given type of Instruction.
pertainsTo(Class<? extends Instruction>) - Method in class com.levigo.jadice.swing.executor.PortfolioInstructionExecutor
 
pertainsTo(Class<? extends Intent>) - Method in interface com.levigo.jadice.document.Permission
Return whether this permission pertains to the given action.
PhantomReferenceSweeper - Class in com.levigo.jadice.document.io
 
PhantomReferenceSweeper.CleanupCloseable - Class in com.levigo.jadice.document.io
 
Pica - com.levigo.jadice.document.Unit
 
PlafPaintUtils - Class in org.jadice.util.swing.colorpicker
Some static methods for some common painting functions.
PlafPaintUtils() - Constructor for class org.jadice.util.swing.colorpicker.PlafPaintUtils
 
plain() - Static method in class com.levigo.jadice.document.font.attribute.style.Plain
 
Plain - Class in com.levigo.jadice.document.font.attribute.style
Describes whether or not a font is a plain font, that is, neither italic nor bold.
PLAIN - com.levigo.jadice.bm.BufferManagerConfigurer.StoreMode
Store buffers in plain text.
PluggableList<E> - Class in org.jadice.util.glazedlists
An EventList which delegates all List methods to a given source EventList that may be replaced at runtime using PluggableList.setSource(EventList).
PluggableList(ListEventPublisher, ReadWriteLock) - Constructor for class org.jadice.util.glazedlists.PluggableList
Constructs a PluggableList which uses the given publisher and lock.
PluggableList(EventList<E>) - Constructor for class org.jadice.util.glazedlists.PluggableList
Constructs a PluggableList which delegates all List methods to the given source.
Point - com.levigo.jadice.document.render.FilterType
 
Point - com.levigo.jadice.document.Unit
 
PointConverter - Class in com.levigo.jadice.format.annotation.converters
 
PointConverter() - Constructor for class com.levigo.jadice.format.annotation.converters.PointConverter
 
points - Variable in class com.levigo.jadice.document.util.ControlCurve
The control points
POINTS - Static variable in class com.levigo.jadice.document.Resolution
Points: 1/72'th of an inch (72 DPI).
POLYGON - com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Compatible with: FileNet P8 client Jadice DOCP client
POLYGON_HIGHLIGHT - com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Compatible with: FileNet P8 client Jadice DOCP client
POLYGON_OPEN - com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Compatible with: FileNet P8 client Jadice DOCP client
POLYGON_REDACTION - com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Compatible with: FileNet P8 client Jadice DOCP client
pop() - Static method in class org.jadice.util.log.NDC
 
PopularityList<E> - Class in org.jadice.util.glazedlists
An EventList that shows the unique elements from its source EventList ordered by the frequency of their appearance.
PopularityList(EventList<E>) - Constructor for class org.jadice.util.glazedlists.PopularityList
Creates a new PopularityList that provides frequency-ranking for the specified EventList.
PopularityList(EventList<E>, Comparator<E>) - Constructor for class org.jadice.util.glazedlists.PopularityList
Creates a new PopularityList that provides frequency-ranking for the specified EventList.
populateComponent(TypeSet, JComponent) - Method in class com.levigo.jadice.appbase.AnnotationProfileAwareToolBar
Populates a component with the given TypeSet definition
populateContextMenu(JPopupMenu) - Method in class org.jadice.util.swing.menu.PopupMenuLauncher
 
populateTransferDataFlavors(Selection, ExportParameters) - Method in class com.levigo.jadice.swing.dnd.RasterizedSelectionExportHandler
 
populateTransferDataFlavors(Selection, ExportParameters) - Method in class com.levigo.jadice.swing.dnd.SelectedTextExportHandler
 
populateTransferDataFlavors(List<Page>, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.Base64PageExportHandler
 
populateTransferDataFlavors(List<Page>, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.IntraDOCPPageExportHandler
 
populateTransferDataFlavors(List<Page>, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.IntraJVMPageExportHandler
 
populateTransferDataFlavors(List<Page>, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.PageTextExportHandler
 
populateTransferDataFlavors(List<Page>, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.RasterizedPageImageExportHandler
 
populateTransferDataFlavors(List<Page>, ExportParameters) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.ReorderPageExportHandler
 
populateTransferDataFlavors(S, ExportParameters) - Method in class com.levigo.jadice.swing.dnd.CompositeExportHandler
 
populateTransferDataFlavors(S, ExportParameters) - Method in interface com.levigo.jadice.swing.dnd.ExportHandler
Return the list of DataFlavor(s) supported by this transfer handler.
populateTreeModules(FlexibleTree) - Method in class com.levigo.jadice.demo.infotree.InfoTreePanel
 
popup - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
popup - Variable in class org.jadice.util.swing.action.components.PopupJToggleButton
attached context menu
popupButton - Variable in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
PopupButton - Class in org.jadice.util.swing.button
A halfway decent implementation of a popup button.
PopupButton() - Constructor for class org.jadice.util.swing.button.PopupButton
 
PopupButton(String) - Constructor for class org.jadice.util.swing.button.PopupButton
 
PopupButton(String, Icon) - Constructor for class org.jadice.util.swing.button.PopupButton
 
PopupButton(Action) - Constructor for class org.jadice.util.swing.button.PopupButton
 
PopupButton(Icon) - Constructor for class org.jadice.util.swing.button.PopupButton
 
popupHandler - Variable in class org.jadice.util.swing.action.components.PopupJToggleButton
attached context menu handler
popupIsVisible - Variable in class org.jadice.util.swing.button.DropDownToggleButton
 
PopupJToggleButton - Class in org.jadice.util.swing.action.components
This class PopupJToggleButton is a NonUglyActionJToggleButton which is able to handle an attached popup menu.
PopupJToggleButton(Action) - Constructor for class org.jadice.util.swing.action.components.PopupJToggleButton
 
PopupJToggleButton(Action, JPopupMenu) - Constructor for class org.jadice.util.swing.action.components.PopupJToggleButton
 
PopupMenuFeature - Class in org.jadice.util.swing.flextree
 
PopupMenuLauncher - Class in org.jadice.util.swing.menu
An abstract base class for the convenient implementation of popup menu launchers.
PopupMenuLauncher() - Constructor for class org.jadice.util.swing.menu.PopupMenuLauncher
 
PopupMenuTool - Class in com.levigo.jadice.swing.tool
A Tool implementation which allows to display context menus on a ViewComponent.
PopupMenuTool() - Constructor for class com.levigo.jadice.swing.tool.PopupMenuTool
 
popupShouldBeVisible - Variable in class org.jadice.util.swing.button.DropDownToggleButton
 
PortfolioInstructionExecutor - Class in com.levigo.jadice.swing.executor
Handles those Instructions which are internal to the jadice documentplatform -- those it has in its portfolio by default.
PortfolioInstructionExecutor() - Constructor for class com.levigo.jadice.swing.executor.PortfolioInstructionExecutor
 
POSTDECORATION - Static variable in class com.levigo.jadice.printer.PrintDecorations
 
postInitCallback(JFrame, BasicJadicePanel) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
This method is called after the initialization, but before the main frame is visible.
postInitCallback(JFrame, BasicJadicePanel) - Method in class com.levigo.jadice.demo.launcher.EmbeddedDemoApplication
After creating the UI components, this is the last method called by the abstract superclass.
postPaintThumbnailImage(Graphics2D, Page, RenderControls, Rectangle) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer.BasicThumbnailRendererIcon
 
postPaintThumbnailImage(Graphics2D, Page, RenderControls, Rectangle) - Method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer.FadingIcon
 
postprocessMenu(BasicMenuBuilder.Menu) - Method in class com.levigo.jadice.swing.tool.PopupMenuTool
After the menu to be displayed has been created, this method is called.
postScriptName() - Method in enum com.levigo.jadice.fontmanager.Standard14Substitute
 
postScriptName(String) - Static method in class com.levigo.jadice.document.font.attribute.name.PostScriptName
 
PostScriptName - Class in com.levigo.jadice.document.font.attribute.name
A font's PostScript Name which must adhere to the standard rules for PostScript name objects.
PostScriptNameFontFactory - Class in com.levigo.jadice.appbase.font.factory
Looks for fonts according to their PostScriptName (which should be unique)
PostScriptNameFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.PostScriptNameFontFactory
 
PREDECORATION - Static variable in class com.levigo.jadice.printer.PrintDecorations
 
PredicateNavigator - Class in org.jadice.util.swing.flextree
 
PredicateNavigator(TreeNavigator) - Constructor for class org.jadice.util.swing.flextree.PredicateNavigator
 
PredicateNavigator(TreeNavigator, Matcher<TreePath>) - Constructor for class org.jadice.util.swing.flextree.PredicateNavigator
 
PREF_KEY_RECENT_FILE - Static variable in class com.levigo.jadice.demo.JadiceDemoPreferences
 
preferredLayoutSize(Container) - Method in class org.jadice.util.swing.effect.EffectLayout
 
preferredLayoutSize(Container) - Method in class org.jadice.util.swing.layout.ButtonRowLayout
 
Prefetcher - Interface in com.levigo.jadice.swing.pageview
An interface to be implemented by classes which are able to pre-fetch page contents in response to a page change.
prePaintThumbnailImage(Graphics2D, Page, Rectangle) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer.BasicThumbnailRendererIcon
 
prePaintThumbnailImage(Graphics2D, Page, Rectangle) - Method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer.FadingIcon
 
PREPARATION - com.levigo.jadice.printer.event.PrintEvent.PrintEventType
The print process preparation started.
prepare(Page) - Static method in class com.levigo.jadice.printer.PrintDecorations
 
prepare(PrintJobConfiguration) - Method in class com.levigo.jadice.demo.commands.DemoPrint
 
prepare(PrintJobConfiguration) - Method in class com.levigo.jadice.swing.commands.DirectPrintDocumentCommand
Overwrite to apply own print job settings before dialog is shown.
PresentationRule - Interface in com.levigo.jadice.swing.pageview
Note to implementors: you will most likely not want to directly implement this interface, but extend AbstractPresentationRule instead.
PresentationRuleManager - Class in com.levigo.jadice.swing.pageview
The PresentationRuleManager is responsible for the delegation of events occurring on a managed PageView to PresentationRules.
PresentationRuleManager(PageView) - Constructor for class com.levigo.jadice.swing.pageview.PresentationRuleManager
 
PreviewFileReader - Class in com.levigo.jadice.appbase.chooser
Reads files for previewing purposes.
PreviewFileReader() - Constructor for class com.levigo.jadice.appbase.chooser.PreviewFileReader
 
PreviewPanel - Class in com.levigo.jadice.appbase.chooser
 
PreviewPanel(FileChooser) - Constructor for class com.levigo.jadice.appbase.chooser.PreviewPanel
 
PreviewResultList - Class in com.levigo.jadice.appbase.search.advanced
 
PreviewResultList(EventList<Result>) - Constructor for class com.levigo.jadice.appbase.search.advanced.PreviewResultList
 
PreviewResultList.SelectionListener - Interface in com.levigo.jadice.appbase.search.advanced
 
PreviewThumbnailRenderer - Class in com.levigo.jadice.appbase.preview
 
PreviewThumbnailRenderer() - Constructor for class com.levigo.jadice.appbase.preview.PreviewThumbnailRenderer
 
previous() - Method in class org.jadice.util.base.collections.ArrayIterator
 
previous(E) - Method in interface org.jadice.util.glazedlists.SequenceList.Sequencer
Given a sequencable value, produce the previous value in the sequence such that value is now included in the sequence.
previous(TreePath) - Method in class org.jadice.util.swing.flextree.FlexTreeNavigator
A depth-first traversal of the tree starting at the given node.
previous(TreePath) - Method in class org.jadice.util.swing.flextree.PredicateNavigator
A depth-first traversal of the tree starting at the given node.
previous(TreePath) - Method in interface org.jadice.util.swing.flextree.TreeNavigator
 
PREVIOUS - com.levigo.jadice.swing.commands.TurnPageCommand.Mode
Navigate to the previous page (if there is one)
PreviousBookmarkCommand - Class in com.levigo.jadice.demo.bookmark.command
 
PreviousBookmarkCommand() - Constructor for class com.levigo.jadice.demo.bookmark.command.PreviousBookmarkCommand
 
previousIndex() - Method in class org.jadice.util.base.collections.ArrayIterator
 
PreviousPageCommand - Class in com.levigo.jadice.appbase.preview
 
PreviousPageCommand() - Constructor for class com.levigo.jadice.appbase.preview.PreviousPageCommand
 
PrimitiveConverter - Class in com.levigo.jadice.annotation.profiles
 
PrimitiveConverter() - Constructor for class com.levigo.jadice.annotation.profiles.PrimitiveConverter
 
print(Graphics, PageFormat, int) - Method in class com.levigo.jadice.printer.AbstractPrinter.BasicPageable
Prints the page at the specified index into the specified Graphics context in the specified format.
Print - com.levigo.jadice.format.xfdf.annotation.Flags
 
PRINT_ALL - Static variable in class com.levigo.jadice.printer.PrintEnvironment
Configuration setting identifier for print mode: "Print document and annotations"
PRINT_ENLARGE_FIT - Static variable in class com.levigo.jadice.printer.PrintEnvironment
Configuration setting identifier for print mode: "Enlarge document to fit into paper size if needed"
PRINT_FIT - Static variable in class com.levigo.jadice.printer.PrintEnvironment
Configuration setting identifier for print mode: "Always fit document into paper size"
PRINT_ONLY_ANNOTATIONS - Static variable in class com.levigo.jadice.printer.PrintEnvironment
Configuration setting identifier for print mode: "Print only the annotations"
PRINT_ONLY_DOCUMENT - Static variable in class com.levigo.jadice.printer.PrintEnvironment
Configuration setting identifier for print mode: "Print only the document"
PRINT_ORIG_SIZE - Static variable in class com.levigo.jadice.printer.PrintEnvironment
Configuration setting identifier for print mode: "Print document in original size"
PRINT_SHRINK_FIT - Static variable in class com.levigo.jadice.printer.PrintEnvironment
Configuration setting identifier for print mode: "Shrink document to fit into paper size if needed"
PrintDecorations - Class in com.levigo.jadice.printer
 
PrintDecorations() - Constructor for class com.levigo.jadice.printer.PrintDecorations
 
PrintDocumentCommand - Class in com.levigo.jadice.swing.commands
 
PrintDocumentCommand() - Constructor for class com.levigo.jadice.swing.commands.PrintDocumentCommand
 
PrintEnvironment - Class in com.levigo.jadice.printer
 
PrintEnvironment() - Constructor for class com.levigo.jadice.printer.PrintEnvironment
 
Printer - Class in com.levigo.jadice.printer
A printer class for printing with jadice JPS print API.
Printer(PrintJobConfiguration) - Constructor for class com.levigo.jadice.printer.Printer
Creates a default instance of this printer.
PRINTER_NO_DOCUMENT_TO_PRINT - com.levigo.jadice.printer.PrinterLogMessages
 
PRINTER_NO_PRINT_SERVICE - com.levigo.jadice.printer.PrinterLogMessages
 
PRINTER_PAGE_FORMAT_VALIDATION_FAILED - com.levigo.jadice.printer.PrinterLogMessages
 
PRINTER_PRINT_PAGE_RENDER_ERROR - com.levigo.jadice.printer.PrinterLogMessages
 
PRINTER_PRINT_SERVICE_NOT_AVAILABLE - com.levigo.jadice.printer.PrinterLogMessages
 
printerError(PrinterException, AbstractPrinter, PrinterJob) - Method in interface com.levigo.jadice.printer.event.PrintErrorHandler
Will be called whenever a printer exception is occurred within a running printer job processed by jadice printing API.
printerExceptionList - Variable in class com.levigo.jadice.printer.AbstractPrinter
A list of printer exceptions, which may have occurred using this printer
PrinterLogMessages - Enum in com.levigo.jadice.printer
 
PrintErrorBroadcaster - Class in com.levigo.jadice.printer.event
This class forwards print errors of all jadice print processes to registered print error handlers.
PrintErrorHandler - Interface in com.levigo.jadice.printer.event
Realizations of this interface should be registered to the PrintErrorBroadcaster to retrieve informations about PrinterException occurred in running printer jobs processed by jadice printing API.
PrinterStatusSnapIn - Class in com.levigo.jadice.appbase.status
 
PrinterStatusSnapIn(boolean) - Constructor for class com.levigo.jadice.appbase.status.PrinterStatusSnapIn
 
PrinterStatusSnapIn(Icon, Icon, boolean) - Constructor for class com.levigo.jadice.appbase.status.PrinterStatusSnapIn
 
PrintEvent - Class in com.levigo.jadice.printer.event
Instances of PrintEvents will be reported by print jobs executed by jadice print api to let listeners know of the progress in the processing of the document print job.
PrintEvent(Object, PrintEvent.PrintEventType, Document, Page, String) - Constructor for class com.levigo.jadice.printer.event.PrintEvent
Creates a new PrintEvent.
PrintEvent.PrintEventType - Enum in com.levigo.jadice.printer.event
 
PrintEventBroadcaster - Class in com.levigo.jadice.printer.event
This class broadcasts print events of all jadice print processes to registered print listeners.
PrintEventListener - Interface in com.levigo.jadice.printer.event
Implementations of this listener interface should be attached to a PrintEventBroadcaster to monitor the status of running printer jobs processed by jadice printing api.
PRINTING_NOT_ALLOWED - com.levigo.jadice.printer.PrinterLogMessages
 
PrintJobConfiguration - Class in com.levigo.jadice.printer
Instances of this class accompanies and contains all configuration settings of a print process.
PrintJobConfiguration() - Constructor for class com.levigo.jadice.printer.PrintJobConfiguration
Constructs an instance of this class.
PrintJobConfiguration.PrintMode - Enum in com.levigo.jadice.printer
Print modes: PrintJobConfiguration.PrintMode.AUTO Page structure will be analysed and to suitable print mode will be used PrintJobConfiguration.PrintMode.DEFAULT Forces default print mode, all elements will be rendered directly to the print graphics object PrintJobConfiguration.PrintMode.RASTERIZE_ALL All page elements will be rasterized to bitmap objects
PrintManager - Class in com.levigo.jadice.printer
The PrintManager manages and executes print requests.
PrintServiceException - Exception in com.levigo.jadice.printer
Exeption while handling or fetching a given Print Service
PrintServiceException(MessageID, Object[]) - Constructor for exception com.levigo.jadice.printer.PrintServiceException
 
PrintServiceException(MessageID, Throwable, Object...) - Constructor for exception com.levigo.jadice.printer.PrintServiceException
 
printStateChanged(PrintEvent) - Method in interface com.levigo.jadice.printer.event.PrintEventListener
Will be called to propagate jadice print job events.
priority() - Method in annotation type org.jadice.util.log.qualified.FilterParameter
 
PRIORITY - org.jadice.util.swing.infobar.RollingMessagePanel.OrderBy
 
process(Level, MessageID, Throwable, Object...) - Method in class org.jadice.util.log.qualified.DefaultFilterChain
 
process(Level, MessageID, Throwable, Object...) - Method in interface org.jadice.util.log.qualified.FilterChain
 
processComponentKeyEvent(KeyEvent) - Method in class com.levigo.jadice.swing.pageview.PageView
 
processDocumentMetadata(Metadata) - Method in class com.levigo.jadice.document.AbstractFormatReaderProcessor
 
processDocumentMetadata(Metadata) - Method in interface com.levigo.jadice.document.FormatReaderProcessor
Receive document meta-data to be applied to the target document.
processDocumentProperties(Map<String, Object>) - Method in class com.levigo.jadice.document.AbstractFormatReaderProcessor
 
processDocumentProperties(Map<String, Object>) - Method in interface com.levigo.jadice.document.FormatReaderProcessor
Receive a map of properties to be added to the target Document's properties.
processDocumentProperty(String, Object) - Method in class com.levigo.jadice.document.AbstractFormatReaderProcessor
 
processDocumentProperty(String, Object) - Method in interface com.levigo.jadice.document.FormatReaderProcessor
Receive a key-value-pair to be applied as a user property to the target Document.
ProcessInactiveFormsControl - com.levigo.jadice.format.modca.MODCAReaderSettings.PageDuplexMode
MMC inactive forms (0xF9 = 0x00) will be processed
PROCESSING_ERROR - com.levigo.jadice.format.jpeg2000.msg.GeneralMessages
 
ProcessingControls<T extends ProcessingSettings> - Interface in com.levigo.jadice.document.controls
 
ProcessingSettings - Interface in com.levigo.jadice.document.controls
 
processKeyEvent(KeyEvent) - Method in class com.levigo.jadice.demo.lens.LensFrame
 
processKeyEvent(KeyEvent) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
processMouseEvent(MouseEvent) - Method in interface com.levigo.jadice.demo.gestures.MouseEventReceiver
Receive a MouseEvent in catch-all style.
processPageProperties(int, Map<String, Object>) - Method in class com.levigo.jadice.document.AbstractFormatReaderProcessor
 
processPageProperties(int, Map<String, Object>) - Method in interface com.levigo.jadice.document.FormatReaderProcessor
Receive a map of properties to be added to the target Page's properties.
processPageProperty(int, String, Object) - Method in class com.levigo.jadice.document.AbstractFormatReaderProcessor
 
processPageProperty(int, String, Object) - Method in interface com.levigo.jadice.document.FormatReaderProcessor
Receive a key-value-pair to be applied as a user property to the target Page.
processPageSegment(PageSegment, int, DocumentLayer) - Method in class com.levigo.jadice.document.AbstractFormatReaderProcessor
 
processPageSegment(PageSegment, int, DocumentLayer) - Method in interface com.levigo.jadice.document.FormatReaderProcessor
Receive a PageSegment from the format reader.
processRemovedEntry(Object, Object) - Method in class org.jadice.util.mm.LRUCache
Subclasses of LRUCache may hook into this method to provide specialized actions whenever an Object is automatically removed from the cache.
ProductInformation - Class in com.levigo.jadice.document
This class provides information about the jadice document platform product.
ProductInformation() - Constructor for class com.levigo.jadice.document.ProductInformation
 
ProductInformation.Artifact - Class in com.levigo.jadice.document
This class describes a single artifact.
PROFILE0_VIOLATION - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
PROFILE0_VIOLATION_OFFSET - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
PROFILE0_VIOLATION_PPM_DISALLOWED - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
PROFILE0_VIOLATION_SUBSAMPLING - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
PROFILE0_VIOLATION_TILE_SIZE - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
PROFILE1_VIOLATION - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
PROFILE1_VIOLATION_COMPONENT_SIZE - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
PROFILE1_VIOLATION_TILE_SIZE - com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
 
PROGRESS - com.levigo.jadice.search.engine.SearchEvent.SearchEventType
The search that is performing has made progress
progressBar - Variable in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
progressBar - Variable in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
progressBar - Variable in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
propagateAddOnStateChange() - Method in class com.levigo.jadice.demo.SorterToolbar
Should be called to propagate addOn state changes to associated context.
propagateContextChange() - Method in class org.jadice.util.swing.action.commands.AbstractContextCommand
Propagate a change of the context from which this command is currently being executed.
propagatePropertyChange(String, Object, Object) - Method in class com.levigo.jadice.swing.tool.Tool
 
Properties(Map<String, ? extends Object>) - Constructor for class com.levigo.jadice.appbase.flextree.UserPropertiesModule.Properties
 
PROPERTIES_KEY - Static variable in class com.levigo.jadice.format.pdf.signaturestore.SignatureStores
The property key used to attach an available signature store to a PropertiesProvider.
PropertiesConfigurer - Interface in com.levigo.jadice.document.config
Instances are able to configure jadice functionality based on properties taken from a PreferenceStore.
PropertiesConfigurerImpl - Class in com.levigo.jadice.search
 
PropertiesConfigurerImpl - Class in com.levigo.jadice.swing.crosshair
 
PropertiesConfigurerImpl - Class in com.levigo.jadice.swing.lens
 
PropertiesConfigurerImpl() - Constructor for class com.levigo.jadice.search.PropertiesConfigurerImpl
 
PropertiesConfigurerImpl() - Constructor for class com.levigo.jadice.swing.crosshair.PropertiesConfigurerImpl
 
PropertiesConfigurerImpl() - Constructor for class com.levigo.jadice.swing.lens.PropertiesConfigurerImpl
 
PropertiesDescriptor - Class in com.levigo.jadice.annotation.profiles
A value object used to transport user properties (from a PropertiesProvider) via serialization.
PropertiesDescriptor() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor
 
PropertiesDescriptor(PropertiesProvider) - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor
 
PropertiesDescriptor.BooleanValue - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.ByteValue - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.CollectionValue<C extends Collection<Object>> - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.CollectionValue.ListValue<C extends List<Object>> - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.CollectionValue.SetValue<C extends Set<Object>> - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.DecimalValue - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.DoubleValue - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.FloatValue - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.IntegerValue - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.IntValue - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.JavaTypedValue<V> - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.LongValue - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.MapValue - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.MapValue.Entry - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.Property - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.ShortValue - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.StringValue - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.TimestampValue - Class in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.Value<V> - Interface in com.levigo.jadice.annotation.profiles
 
PropertiesDescriptor.ValueElement - Class in com.levigo.jadice.annotation.profiles
 
PropertiesProvider - Interface in com.levigo.jadice.document.util
An interface to be implemented by classes providing a map of properties associated with the instances of those classes.
property(String, Object) - Method in interface com.levigo.jadice.document.read.fluent.DocumentBuilder
 
property(String, Object) - Method in interface com.levigo.jadice.document.read.fluent.TaskBuilder
Associate a property with the task being constructed.
Property() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.Property
 
Property(String, Object) - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.Property
 
Property(String, Object) - Constructor for class com.levigo.jadice.appbase.flextree.UserPropertiesModule.Property
 
PROPERTY_ALLOW_RESIZE - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_ARROW_ANGLE - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_ARROW_LENGTH - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_CALLOUT - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_CASE_SENSITIVE - Static variable in class com.levigo.jadice.search.SearchRequest
Deprecated.
case sensitive searching property.
PROPERTY_CONTENTS - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_CONTENTS_RICHTEXT - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_CREATION_DATE - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_CREATION_TIMESTAMP - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_DASHES - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_DATE - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_DEFAULTAPPEARANCE - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_DEFAULTSTYLE - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_DESCRIPTION - Static variable in interface com.levigo.jadice.document.outline.MutableOutline
Property name for property change events which signal that a node's description was changed.
PROPERTY_EFFECT_HIGHLIGHT - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_EFFECT_STRIKETHROUGH - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_EFFECT_UNDERSCORE - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_FILL_COLOR - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_FILLED - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_FLAG - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_FONT_EFFECT_STRIKETHROUGH - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_FONT_EFFECT_UNDERSCORE - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_FONT_FACE - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_FONT_SIZE - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_FONT_STYLE_BOLD - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_FONT_STYLE_ITALIC - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_FROZEN_STATE - Static variable in class com.levigo.jadice.swing.lens.LensView
Property for firePropertyChange by the frozen state change
PROPERTY_GAP - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_HEAD - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_HORIZONTAL_TEXT_ALIGNMENT - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_ID - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_INKLIST - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_INSTRUCTIONS - Static variable in interface com.levigo.jadice.document.outline.MutableOutline
Property name for property change events which signal that a node's instructions were changed or replaced.
PROPERTY_INTENSITY - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_INTENT - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_JUSTIFICATION - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_KEY - Static variable in class org.jadice.util.swing.action.context.Context
The ClientProperty key used by the GUI Component to store its context object in.
PROPERTY_KEY_ATTACHMENT_CREATION_DATE - Static variable in interface com.levigo.jadice.document.att.Attachment
Property key used to store/retrieve the creation date for this attachment.
PROPERTY_KEY_ATTACHMENT_DESCRIPTION - Static variable in interface com.levigo.jadice.document.att.Attachment
Property key used to store/retrieve the description for this attachment.
PROPERTY_KEY_ATTACHMENT_ID - Static variable in interface com.levigo.jadice.document.att.Attachment
Property key used to store/retrieve the ID for this attachment.
PROPERTY_KEY_ATTACHMENT_MIME_TYPE - Static variable in interface com.levigo.jadice.document.att.Attachment
Property key used to store/retrieve the MIME Type for this attachment.
PROPERTY_KEY_ATTACHMENT_MOD_DATE - Static variable in interface com.levigo.jadice.document.att.Attachment
Property key used to store/retrieve the modification date for this attachment.
PROPERTY_KEY_ATTACHMENT_NAME - Static variable in interface com.levigo.jadice.document.att.Attachment
Property key used to store/retrieve the name for this attachment.
PROPERTY_KEY_ATTACHMENT_RELATIONSHIP - Static variable in interface com.levigo.jadice.document.att.Attachment
Property key used to store/retrieve the relationship for this attachment.
PROPERTY_KEY_DISPLAY_NAME - Static variable in interface com.levigo.jadice.document.Document
A user property key for the name of the document to be presented to users such as in a window title bar etc..
PROPERTY_KEY_DOCUMENT_ID - Static variable in interface com.levigo.jadice.document.att.Attachment
Property key used to store/retrieve the document ID for this attachment.
PROPERTY_KEY_DOCUMENT_ID - Static variable in interface com.levigo.jadice.document.Document
A user property key for the ID of an item in an archive with which the document is associated.
PROPERTY_KEY_FILE_NAME - Static variable in interface com.levigo.jadice.document.Document
A user property key for the name of the file from which the document originated.
PROPERTY_LINE_PAINTED - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_LINE_WIDTH - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_LOCATION - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_MODIFY_TIMESTAMP - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_NAME - Static variable in interface com.levigo.jadice.document.Document
Property change key for the 'name' property.
PROPERTY_OPACITY - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_ORIGINATOR_NAME - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_PAGES - Static variable in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
page list property.
PROPERTY_PATH - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_POINT1 - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_POINT2 - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_POPUP - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_PREFIX_PAGE - Static variable in interface com.levigo.jadice.document.Document
A property name prefix used for bridged property changes from pages.
PROPERTY_PREFIX_USER_PROPERTY - Static variable in interface com.levigo.jadice.document.Document
A property name prefix used for bridged property changes from user properties.
PROPERTY_PREFIX_USER_PROPERTY - Static variable in interface com.levigo.jadice.document.outline.MutableOutline
Intended as a property name prefix for property change events that pertain to user properties.
PROPERTY_PREFIX_USER_PROPERTY - Static variable in interface com.levigo.jadice.document.Page
A property name prefix used for bridged property changes from user properties.
PROPERTY_RECT - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_ROTATION - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_SCALE - Static variable in class com.levigo.jadice.swing.lens.LensView
Property for firePropertyChange by the scale change
PROPERTY_SEARCHSTRINGS - Static variable in class com.levigo.jadice.search.SearchRequest
Deprecated.
search strings property
PROPERTY_SIZE - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_STATE - Static variable in interface com.levigo.jadice.document.Document
Property change key for the 'state' property.
PROPERTY_STREAM_CONTENT - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_STROKE_COLOR - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_STYLE - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_SUBJECT - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_TAIL - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_TEXT - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_TEXT_BOX - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_TEXT_COLOR - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_TITLE - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_UNKNOWN_XML_ATTRIBUTES - Static variable in class com.levigo.jadice.format.xfdf.XFDFAnnotationWriter
 
PROPERTY_UNKNOWN_XML_ELEMENTS - Static variable in class com.levigo.jadice.format.xfdf.XFDFAnnotationWriter
 
PROPERTY_USER_NAME - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
PROPERTY_WHOLE_WORDS_ONLY - Static variable in class com.levigo.jadice.search.SearchRequest
Deprecated.
whole words only property
PROPERTY_WILDCARD - Static variable in class com.levigo.jadice.search.SearchRequest
Deprecated.
wildcard property
propertyChange(PropertyChangeEvent) - Method in class com.levigo.jadice.demo.filehistory.FileHistoryPropertyListener
When a Property event for key "PageView.DOCUMENT_PROPERTY" is received, we check if the current document is different from the previously opened document (if any).
propertyChange(PropertyChangeEvent) - Method in class com.levigo.jadice.demo.launcher.SplashScreen.SplashScreenPropertyListener
Called to notify this listener about a PropertyChange.
propertyChange(PropertyChangeEvent) - Method in class com.levigo.jadice.demo.UpdateWindowTitlePropertyListener
 
propertyChange(PropertyChangeEvent) - Method in class com.levigo.jadice.demo.util.FileOverviewPanelPropertyListener
Called to notify this listener about a PropertyChange.
propertyChange(PropertyChangeEvent) - Method in class com.levigo.jadice.document.DocumentAdapter
 
propertyChange(PropertyChangeEvent) - Method in class com.levigo.jadice.document.PageListenerAdapter
 
propertyChange(PropertyChangeEvent) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
Property Change Listener change method.
propertyChange(PropertyChangeEvent) - Method in class org.jadice.util.glazedlists.calculation.AbstractCompositeCalculation
When any of the input Calculations report a change, this composite calculation is also recalculated in response.
propertyChange(PropertyChangeEvent) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
Watch for changes to the column width or preferred column width and trigger a relayout of the table header when they change.
propertyChange(PropertyChangeEvent) - Method in class org.jadice.util.swing.effect.FadeBox
 
propertyChange(PropertyChangeEvent) - Method in class org.jadice.util.swing.effect.RolloutBox
 
PropertyDefault<T> - Class in com.levigo.jadice.annotation.profiles
 
PropertyDefault() - Constructor for class com.levigo.jadice.annotation.profiles.PropertyDefault
 
propertyEventNameMatcher(boolean, String...) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Create a Matcher that uses the given propertyNames to match PropertyChangeEvents by their property name.
PropertyProfile<T> - Class in com.levigo.jadice.annotation.profiles
 
PropertyProfile() - Constructor for class com.levigo.jadice.annotation.profiles.PropertyProfile
 
propertyType - Variable in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
provide(CryptoMaterialReceiver<PasswordMaterial>) - Method in class com.levigo.jadice.demo.pdf.crypto.PDFPasswordProviderTool
 
provide(CryptoMaterialReceiver<T>) - Method in interface com.levigo.jadice.format.pdf.crypt.CryptoMaterialProvider
This method is called if a security handler needs its CryptoMaterial.
Provider<T,​E extends Throwable> - Interface in org.jadice.util.base
An object capable of providing an instance of type T.
publisher - Variable in class org.jadice.util.glazedlists.AbstractEventList
the publisher manages the distribution of changes
purge() - Method in interface com.levigo.jadice.demo.pagestash.PageStash
 
purgeAll() - Method in class com.levigo.jadice.demo.pagestash.SelectStashPanel
 
purgeAllStashes() - Method in class com.levigo.jadice.demo.pagestash.FilePageStashReader
 
purgeAllStashes() - Method in class com.levigo.jadice.demo.pagestash.PageStashReader
Purge all stashes from the holding area.
purgeComponentConfigurers() - Static method in class com.levigo.jadice.document.config.Jadice
Remove all registered ComponentConfigurer instances.
purgeSelected() - Method in class com.levigo.jadice.demo.pagestash.SelectStashPanel
 
purgeTextContent(Page) - Method in class com.levigo.jadice.document.text.TextContentService
 
push(String) - Static method in class org.jadice.util.log.NDC
 
put(int, V) - Method in class org.jadice.util.base.collections.IntHashtable
 
put(Integer, V) - Method in class org.jadice.util.base.collections.IntHashtable
 
put(Object, Object, int) - Method in interface org.jadice.util.mm.BasicCache
Put the entry into the cache.
put(Object, Object, int) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
 
put(Object, Object, int) - Method in class org.jadice.util.mm.DefaultOwnerCache
 
put(Object, Object, int) - Method in class org.jadice.util.mm.LRUCache
 
put(Object, Object, Object, int) - Method in interface org.jadice.util.mm.Cache
 
put(Object, Object, Object, int) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
 
put(Object, Object, Object, int) - Method in class org.jadice.util.mm.DefaultOwnerCache
 
put(Object, Object, Object, int) - Method in class org.jadice.util.mm.LRUCache
Store an element in the cache, keeping a weak reference to the owner, but a hard reference to the key.
put(String, Object) - Static method in class org.jadice.util.log.MDC
Puts the context value o which can be identified with key into the map.
put(K, V) - Method in class org.jadice.util.base.collections.ObservableMap
 
put(K, V) - Method in class org.jadice.util.mm.SequencedHashMap
putAll(Map<? extends K, ? extends V>) - Method in class org.jadice.util.base.collections.ObservableMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jadice.util.mm.SequencedHashMap
Adds all the mappings in the specified map to this map, replacing any mappings that already exist (as per Map.putAll(Map)).
putBoolean(byte[], int, boolean) - Static method in class com.levigo.jadice.document.io.ByteUtils
writes a boolean value to the given byte[] at the offset specified in the second parameter.
putChar(byte[], int, char) - Static method in class com.levigo.jadice.document.io.ByteUtils
writes a char value to the given byte[] at the offset specified in the second parameter.
putDocumentLayer(DocumentLayer) - Method in interface com.levigo.jadice.document.DocumentLayerCache
Stores the given layer in this cache.
putDouble(byte[], int, double) - Static method in class com.levigo.jadice.document.io.ByteUtils
writes a double value to the given byte[] at the offset specified in the second parameter.
putFloat(byte[], int, float) - Static method in class com.levigo.jadice.document.io.ByteUtils
writes a float value to the given byte[] at the offset specified in the second parameter.
putInt(byte[], int, int) - Static method in class com.levigo.jadice.document.io.ByteUtils
writes a int value to the given byte[] at the offset specified in the second parameter.
putKeyBinding(KeyStroke, Action) - Method in class com.levigo.jadice.appbase.tool.KeyBindingsTool
Instruct this tool to react upon the given KeyStroke by executing the given Action.
putLong(byte[], int, long) - Static method in class com.levigo.jadice.document.io.ByteUtils
writes a long value to the given byte[] at the offset specified in the second parameter.
putShort(byte[], int, short) - Static method in class com.levigo.jadice.document.io.ByteUtils
writes a short value to the given byte[] at the offset specified in the second parameter.
putValue(String, Object) - Method in class org.jadice.util.swing.action.commands.CommandAction
Sets the Value associated with the specified key.
putValue(String, Object) - Method in class org.jadice.util.swing.action.commands.DelegateAction
Override the value for the given property key.

Q

QuadrantRotation - Enum in org.jadice.util.base.geometry
An enumeration of type safe rotation values.
Quadratic - com.levigo.jadice.document.render.FilterType
 
QualifiedLogEvent - Interface in org.jadice.util.log.qualified
 
QualifiedLogEvents - Class in org.jadice.util.log.qualified
Helper methods for dealing with instances of QualifiedLogEvent.
QualifiedLogger - Interface in org.jadice.util.log.qualified
QualifiedLoggers are loggers where all messages above and including a severity of "warning" are qualified with unique message IDs.
QualifiedLoggerFilter - Interface in org.jadice.util.log.qualified
A filter is an object that performs filtering tasks on a log message.
QualifiedLoggingBridge - Class in org.jadice.util.swing.infobar
A bridge from qualified logging to fancy messaging.
QualifiedLoggingBridge(MessageConsumer) - Constructor for class org.jadice.util.swing.infobar.QualifiedLoggingBridge
 
QualifiedLogListener - Interface in org.jadice.util.log.qualified
 
QualifiedMessage - Interface in org.jadice.util.log.qualified
This interface may be implemented by entities which carry qualified messages, i.e. messages, which have a globally-unique and L18N independent ID.
QueuedAndActiveTaskThreadPoolExecutor - Class in org.jadice.util.concurrent.tasks
An enhancement of the ThreadPoolExecutor which provides access to the queued and active Tasks and their TaskWrappers.
QueuedAndActiveTaskThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class org.jadice.util.concurrent.tasks.QueuedAndActiveTaskThreadPoolExecutor
 

R

RackLayout - Class in org.jadice.util.swing.infobar
A Rack is like a BoxLayout, except that for a horizontal/vertical layout it forces all cells to be as high/wide as the cell provided by the enclosing container.
RackLayout(Container, int) - Constructor for class org.jadice.util.swing.infobar.RackLayout
 
radians() - Method in enum org.jadice.util.base.geometry.QuadrantRotation
 
RADIOBUTTON - org.jadice.util.swing.menu.MenuBuilder.ItemType
Items of this type will be rendered as radio buttons or toggle buttons.
RADIOBUTTON_MENU - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
type of the menu is radioButton - it used in the file of actions definition in the parameter menuType
RandomAccessFileInputStream - Class in com.levigo.jadice.document.io
An Implementation of the SeekableInputStream which is based on a locally accessible file.
RandomAccessFileInputStream(File) - Constructor for class com.levigo.jadice.document.io.RandomAccessFileInputStream
Creates a seekable file access stream
RangeList<E> - Class in org.jadice.util.glazedlists
This EventList shows values from a continuous range of indices from a source EventList.
RangeList(EventList<E>) - Constructor for class org.jadice.util.glazedlists.RangeList
Create a new RangeList that limits the specified EventList to a desired range.
rangeMatcher(D, D) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Creates a Matcher that matches Comparable objects for containment within the range between the given start and end.
rangeMatcher(D, D, Filterator<D, E>) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Creates a Matcher that uses the given filterator to extract Comparable objects from filtered objects and compares those Comparables against the range between the given start and end.
RangeMatcherEditor<D extends Comparable,​E> - Class in org.jadice.util.glazedlists.matchers
A MatcherEditor that produces Matchers which match Objects if they lie within a range of Comparables.
RangeMatcherEditor() - Constructor for class org.jadice.util.glazedlists.matchers.RangeMatcherEditor
Creates a RangeMatcherEditor whose Matchers can test only elements which are Comparable objects.
RangeMatcherEditor(Filterator<D, E>) - Constructor for class org.jadice.util.glazedlists.matchers.RangeMatcherEditor
Creates a RangeMatcherEditor that matches Objects using the specified Filterator to get the Comparables to search.
RangeProperty<T extends Comparable<T>> - Class in com.levigo.jadice.annotation.profiles
 
RangeProperty() - Constructor for class com.levigo.jadice.annotation.profiles.RangeProperty
 
RASTERIZE_ALL - com.levigo.jadice.printer.PrintJobConfiguration.PrintMode
 
RasterizedPageImageExportHandler - Class in com.levigo.jadice.swing.thumbnailview.dnd
An ExportHandler exporting the rasterized image of the first selected page.
RasterizedPageImageExportHandler() - Constructor for class com.levigo.jadice.swing.thumbnailview.dnd.RasterizedPageImageExportHandler
 
RasterizedSelectionExportHandler - Class in com.levigo.jadice.swing.dnd
An ExportHandler implementation to export the given Selection as a rasterized image.
RasterizedSelectionExportHandler() - Constructor for class com.levigo.jadice.swing.dnd.RasterizedSelectionExportHandler
 
RClosedArrow - com.levigo.jadice.format.xfdf.annotation.LineEndingStyle
 
read() - Method in class com.levigo.jadice.document.io.CarbonCopyStream
 
read() - Method in class com.levigo.jadice.document.io.ConcatenatedInputStream
 
read() - Method in class com.levigo.jadice.document.io.FileCacheInputStream
 
read() - Method in class com.levigo.jadice.document.io.MemoryInputStream
 
read() - Method in class com.levigo.jadice.document.io.RandomAccessFileInputStream
 
read() - Method in class com.levigo.jadice.document.io.SeekableInputStream
Reads a single byte from the stream and returns it as an int between 0 and 255.
read() - Method in class com.levigo.jadice.document.io.SeekableLookaheadStream
 
read() - Method in class com.levigo.jadice.document.io.SubfileSeekableInputStream
 
read() - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
read(byte[]) - Method in class com.levigo.jadice.document.io.FileCacheInputStream
 
read(byte[]) - Method in class com.levigo.jadice.document.io.MemoryInputStream
 
read(byte[]) - Method in class com.levigo.jadice.document.io.SeekableInputStream
A convenience method that calls read(b, 0, b.length).
read(byte[], int, int) - Method in class com.levigo.jadice.document.io.CarbonCopyStream
 
read(byte[], int, int) - Method in class com.levigo.jadice.document.io.ConcatenatedInputStream
 
read(byte[], int, int) - Method in class com.levigo.jadice.document.io.FileCacheInputStream
 
read(byte[], int, int) - Method in class com.levigo.jadice.document.io.MemoryInputStream
 
read(byte[], int, int) - Method in class com.levigo.jadice.document.io.RandomAccessFileInputStream
 
read(byte[], int, int) - Method in class com.levigo.jadice.document.io.SeekableInputStream
Reads up to len bytes from the stream, and stores them into b starting at index off.
read(byte[], int, int) - Method in class com.levigo.jadice.document.io.SeekableLookaheadStream
 
read(byte[], int, int) - Method in class com.levigo.jadice.document.io.SubfileSeekableInputStream
 
read(byte[], int, int) - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
read(ReaderParameters, FormatReaderProcessor) - Method in class com.levigo.jadice.document.FormatReader
Transforms input data into a jadice document model representation.
read(File) - Method in class com.levigo.jadice.appbase.chooser.PreviewFileReader
 
read(File) - Method in class com.levigo.jadice.document.read.Reader
Transforms data from the given source into a jadice document model representation.
read(InputStream) - Method in class com.levigo.jadice.document.read.Reader
Transforms data from the given source into a jadice document model representation.
read(URL) - Method in class com.levigo.jadice.document.read.Reader
Transforms data from the given source into a jadice document model representation.
read(Provider<? extends InputStream, IOException>) - Method in class com.levigo.jadice.document.read.Reader
Transforms data from the given source into a jadice document model representation.
Read - Class in com.levigo.jadice.document.read.fluent
 
Read() - Constructor for class com.levigo.jadice.document.read.fluent.Read
 
READ_CANCELED - com.levigo.jadice.document.read.ReaderListener.ReaderEvent.Type
Indicates that a read-process has been canceled.
READ_COMPLETED - com.levigo.jadice.document.read.ReaderListener.ReaderEvent.Type
Indicates that a read-process has been completed.
readBit() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readBits(int) - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readBoolean() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readByte() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readBytes(IIOByteBuffer, int) - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readCanceled(ReaderListener.ReaderEvent) - Method in class com.levigo.jadice.document.read.ReaderListenerAdapter
readChar() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readCompleted(ReaderListener.ReaderEvent) - Method in class com.levigo.jadice.document.read.ReaderListenerAdapter
ReadConfiguration - Class in com.levigo.jadice.document.read.fluent
A base class for reusable read configurations.
ReadConfiguration() - Constructor for class com.levigo.jadice.document.read.fluent.ReadConfiguration
 
ReadConfigurer - Interface in com.levigo.jadice.document.read.fluent
The ReadConfigurer is the main point of interaction with the fluent read API and the reading process.
readDouble() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
Reader - Class in com.levigo.jadice.document.read
Reads data from input sources into instances of Document.
Reader() - Constructor for class com.levigo.jadice.document.read.Reader
Create a new instance with a default, unique Read ID.
Reader(String) - Constructor for class com.levigo.jadice.document.read.Reader
Create a new instance with the given Read ID
ReaderControls - Interface in com.levigo.jadice.document.read
 
ReaderEvent(ReaderListener.ReaderEvent.Type, Format, Document, String, int, int, Page, int, PageSegment, int, Throwable, ReaderControls) - Constructor for class com.levigo.jadice.document.read.ReaderListener.ReaderEvent
 
ReaderListener - Interface in com.levigo.jadice.document.read
A listener used to receive notifications from a read process.
ReaderListener.ReaderEvent - Class in com.levigo.jadice.document.read
 
ReaderListener.ReaderEvent.Type - Enum in com.levigo.jadice.document.read
 
ReaderListenerAdapter - Class in com.levigo.jadice.document.read
A class providing stub-implementations of ReaderListener.
ReaderListenerAdapter() - Constructor for class com.levigo.jadice.document.read.ReaderListenerAdapter
 
ReaderParameters - Class in com.levigo.jadice.document.read
A wrapper class which provides everything a reader needs.
ReaderParameters(SeekableInputStream, Metadata, Map<String, Object>, String, int, Map<String, Object>, ReaderControls, Canceler) - Constructor for class com.levigo.jadice.document.read.ReaderParameters
 
ReaderSettings - Interface in com.levigo.jadice.document.read
 
readExternal(ObjectInput) - Method in class org.jadice.util.mm.SequencedHashMap
Deserializes this map from the given stream.
readFloat() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readFully(byte[]) - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readFully(byte[], int, int) - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readFully(char[], int, int) - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readFully(double[], int, int) - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readFully(float[], int, int) - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readFully(int[], int, int) - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readFully(long[], int, int) - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readFully(short[], int, int) - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readInt() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readInt(int) - Method in class com.levigo.jadice.document.io.SeekableInputStream
Reads appliedBytes bytes from the stream, and (conceptually) concatenates them according to the current byte order and returns the result as an int.
readLine() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readLong() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
ReadOnly - com.levigo.jadice.format.xfdf.annotation.Flags
 
readOnlyList(EventList<? extends E>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Wraps the source in an EventList that does not allow writing operations.
readShort() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readStarted(int) - Method in class com.levigo.jadice.document.AbstractFormatReaderProcessor
 
readStarted(int) - Method in interface com.levigo.jadice.document.FormatReaderProcessor
Signals the fact that a FormatReader has begun reading the data for a particular page.
readStateChanged(ReaderListener.ReaderEvent) - Method in interface com.levigo.jadice.document.read.ReaderListener
Receive notification about a state transition in a read-process.
readStateChanged(ReaderListener.ReaderEvent) - Method in class com.levigo.jadice.document.read.ReaderListenerAdapter
 
ReadStateModule - Class in com.levigo.jadice.demo.flextree
A TreeModule used track which Documents in a tree have been seen/read by the user.
ReadStateModule() - Constructor for class com.levigo.jadice.demo.flextree.ReadStateModule
 
ReadStateModule.ReadTracker - Interface in com.levigo.jadice.demo.flextree
This interface represents an installed read tracker.
readUnsignedByte() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readUnsignedInt() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readUnsignedInt(int) - Method in class com.levigo.jadice.document.io.SeekableInputStream
Reads appliedBytes bytes from the stream, and (conceptually) concatenates them according to the current byte order, converts the result to a long, masks it with 0xffffffffL in order to strip off any sign-extension bits, and returns the result as an unsigned long value.
readUnsignedShort() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readUTF() - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
readWriteLock - Variable in class org.jadice.util.glazedlists.AbstractEventList
the read/write lock provides mutual exclusion to access
READY - com.levigo.jadice.document.Document.BasicState
This state marks a Document as being ready for use.
rebuild() - Method in class com.levigo.jadice.appbase.AnnotationProfileAwareToolBar
Rebuilds the tool bar triggered by an annotation profile change.
rebuildComparator() - Method in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Updates the comparator in use and applies it to the table.
rebuildComparator() - Method in class org.jadice.util.glazedlists.gui.TableComparatorChooser
Updates the comparator in use and applies it to the table.
receive(InitializationEvent) - Method in class com.levigo.jadice.demo.font.DebugInitializationListener
 
receive(InitializationEvent) - Method in interface com.levigo.jadice.fontmanager.build.InitializationListener
Reacts to a single change occurring during FontManager creation.
receive(T) - Method in interface com.levigo.jadice.format.pdf.crypt.CryptoMaterialReceiver
Receive CryptoMaterial to authenticate for access the highest possible AuthLevel.
receive(T, AuthLevel) - Method in interface com.levigo.jadice.format.pdf.crypt.CryptoMaterialReceiver
Receive CryptoMaterial to authenticate for access on a specific AuthLevel.
receiver - Variable in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
RecentFileMenuItem - Class in com.levigo.jadice.demo.filehistory
A menu item for a recently used file.
RecentFileMenuItem(File, PageView, KeyStroke) - Constructor for class com.levigo.jadice.demo.filehistory.RecentFileMenuItem
 
recompute(Number[]) - Method in class org.jadice.util.glazedlists.calculation.AbstractCompositeCalculation
Provides the logic to combine the inputs into the single numeric value of this composite calculation.
rect - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
RECTANGLE - com.levigo.jadice.format.annocm.CMAnnotationArcheTypes
Compatible with: Content Manager 7 / 8 client Jadice DOCP client
RECTANGLE - com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Compatible with: FileNet P8 client Jadice DOCP client
RECTANGLE - com.levigo.jadice.swing.lens.HoverLensTool.HoverShape
Lens shape rectangle
RectangleAnnotation - Class in com.levigo.jadice.annotation
An annotation looking like an rectangle.
RectangleAnnotation() - Constructor for class com.levigo.jadice.annotation.RectangleAnnotation
 
RectangleConverter - Class in com.levigo.jadice.format.annotation.converters
 
RectangleConverter() - Constructor for class com.levigo.jadice.format.annotation.converters.RectangleConverter
 
Rectangles - Class in org.jadice.util.base.geometry
A few utility methods related to Rectangles, Rectangle2Ds and RectangularShapes.
rectangleTextbox - Variable in class com.levigo.jadice.annotation.CalloutAnnotation
 
Red - org.jadice.util.swing.colorpicker.ColorPicker.Mode
Used to indicate when we're in "red mode".
REDACTION - com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Compatible with: FileNet P8 client Jadice DOCP client
redetectComparator(Comparator<? super E>) - Method in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Examines the current Comparator of the SortedList and adds icons to the table header renderers in response.
redetectComparator(Comparator<? super E>) - Method in class org.jadice.util.glazedlists.gui.TableComparatorChooser
Examines the current Comparator of the SortedList and adds icons to the table header renderers in response.
redo() - Method in interface org.jadice.util.glazedlists.UndoRedoSupport.Edit
Re-applies the edit.
RedoCommand - Class in com.levigo.jadice.swing.commands
This command performs redos for the current document.
RedoCommand() - Constructor for class com.levigo.jadice.swing.commands.RedoCommand
 
reevaluate(A, B) - Method in interface org.jadice.util.glazedlists.FunctionList.AdvancedFunction
Evaluate the sourceValue again to produce the corresponding value in the FunctionList.
referenceName(String) - Static method in class com.levigo.jadice.format.modca.fontmanager.attribute.name.ReferenceName
 
ReferenceName - Class in com.levigo.jadice.format.modca.fontmanager.attribute.name
 
refilter(String) - Method in class org.jadice.util.glazedlists.matchers.SearchEngineTextMatcherEditor
Creates and applies a new TextMatcher based on the given input text.
refresh() - Method in class com.levigo.jadice.demo.pagestash.SelectStashDialog
 
refresh() - Method in class com.levigo.jadice.demo.pagestash.SelectStashPanel
Populate the list from the PageStashReader.
REGEX_BASE64 - Static variable in class com.levigo.jadice.format.xfdf.annotation.XFDFStampAnnotation
 
register(Class<T>, boolean) - Method in class com.levigo.jadice.swing.tool.ToolManager
Registers the tool of the given class if the tool instance of this class is not currently registered as tool.
register(T, Runnable) - Method in class com.levigo.jadice.document.io.PhantomReferenceSweeper
 
registerAdditionalJAXBContextClasses(Class<?>...) - Static method in class com.levigo.jadice.demo.outline.serialize.OutlineSerializer
Registers classes to be used in addition to the default classes in the JAXBContext.
registerAnnotationProfileLocator(AnnotationProfileLocator) - Static method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
Registers an additional AnnotationProfileLocator.
registerCacheEntryListener(CacheEntryListener) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
Register a cache entry listener at the cache.
registerComponentConfigurer(ComponentConfigurer<? extends Object>, Class<?>...) - Static method in class com.levigo.jadice.document.config.Jadice
Add a ComponentConfigurer to the collection of configurers which are invoked by Jadice.configure(Object), if applicable.
registerContextListeners(JFrame, BasicJadicePanel) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
 
registerInstructionConverter(InstructionConverter<? extends Instruction, ? extends SerializableInstruction>) - Static method in class com.levigo.jadice.demo.outline.serialize.OutlineSerializer
Registers an InstructionConverter to convert a custom instruction type.
registerInstructionExecutorInventory(Context) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Called during initialization to register an InstructionExecutorInventory on the main panel context.
registerLayer(DocumentLayer) - Static method in class com.levigo.jadice.printer.PrintEnvironment
Registers given layer for printing.
registerLayerSelection(LayerSelection) - Static method in class com.levigo.jadice.printer.PrintEnvironment
Registers a LayerSelection.
registerPropertyChangeListeners(JFrame, BasicJadicePanel) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
 
registerSearchEngine(SearchEngine, int) - Method in class com.levigo.jadice.search.engine.SearchEngineRegistry
SearchEngines get registered if they are not already registered.
registerTreeCallback(TreePath, DynamicTreeModule.TreeCallback) - Method in class com.levigo.jadice.appbase.flextree.DocumentAnnotationsModule
 
registerTreeCallback(TreePath, DynamicTreeModule.TreeCallback) - Method in class com.levigo.jadice.appbase.flextree.DocumentNameModule
 
registerTreeCallback(TreePath, DynamicTreeModule.TreeCallback) - Method in class com.levigo.jadice.appbase.flextree.DocumentStateModule
 
registerTreeCallback(TreePath, DynamicTreeModule.TreeCallback) - Method in class com.levigo.jadice.appbase.flextree.PageAnnotationsModule
 
registerTreeCallback(TreePath, DynamicTreeModule.TreeCallback) - Method in class com.levigo.jadice.appbase.flextree.PageListModule
 
registerTreeCallback(TreePath, DynamicTreeModule.TreeCallback) - Method in class com.levigo.jadice.appbase.flextree.PageSegmentModule
 
registerTreeCallback(TreePath, DynamicTreeModule.TreeCallback) - Method in class com.levigo.jadice.demo.flextree.OutlineModule
 
registerTreeCallback(TreePath, DynamicTreeModule.TreeCallback) - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
 
registerTreeCallback(TreePath, DynamicTreeModule.TreeCallback) - Method in interface org.jadice.util.swing.flextree.DynamicTreeModule
This method is called in order to supply the tree module with a DynamicTreeModule.TreeCallback for the given treePath.
REGULAR_EXPRESSION - Static variable in class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Matching mode where items are considered a match using a Matcher produced by compiling a regular expression into Pattern.
rehash() - Method in class org.jadice.util.base.collections.IntHashtable
 
Rejected - com.levigo.jadice.format.xfdf.annotation.State
 
relative(EffectLayout.Edge, float, boolean, boolean) - Static method in class org.jadice.util.swing.effect.EffectLayout.Constraints
Create a constraint for relative alignment along the edge selected via the EffectLayout.Constraints.edge argument.
relative(EffectLayout.Edge, float, int, boolean, boolean) - Static method in class org.jadice.util.swing.effect.EffectLayout.Constraints
Create a constraint for relative alignment along the edge selected via the EffectLayout.Constraints.edge argument.
RELATIVE - org.jadice.util.swing.effect.EffectLayout.Constraints.Mode
 
RELAXED - Static variable in class org.jadice.util.glazedlists.matchers.MatcherEditor.Event
Indicates the associated Matcher is a relaxed version of the previous Matcher, implying it can be expected to match at least the same values matched by the previous Matcher, and possibly more.
Reloadable - Interface in com.levigo.jadice.appbase
Implementations of this interface are able to be reloaded.
remove() - Method in class org.jadice.util.base.collections.AbstractCompositeIterator
 
remove() - Method in class org.jadice.util.base.collections.ArrayIterator
 
remove() - Method in class org.jadice.util.base.collections.EmptyEnumeratorIterator
 
remove() - Method in interface org.jadice.util.base.collections.PeekableIterator
remove() - Method in class org.jadice.util.base.collections.PeekableIteratorWrapper
removal of elements is not supported.
remove() - Method in class org.jadice.util.base.collections.SingletonIterator
 
remove() - Static method in class org.jadice.util.log.NDC
 
remove(int) - Method in class org.jadice.util.base.collections.FrozenList
not supported since this list is immutable!
remove(int) - Method in class org.jadice.util.base.collections.InterceptableList
 
remove(int) - Method in class org.jadice.util.base.collections.IntHashtable
 
remove(int) - Method in class org.jadice.util.base.collections.ObservableList
 
remove(int) - Method in class org.jadice.util.glazedlists.AbstractEventList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class org.jadice.util.glazedlists.BasicEventList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class org.jadice.util.glazedlists.CollectionList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class org.jadice.util.glazedlists.DebugList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class org.jadice.util.glazedlists.FunctionList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class org.jadice.util.glazedlists.GroupingList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class org.jadice.util.glazedlists.InterceptableEventList
 
remove(int) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class org.jadice.util.glazedlists.TransformedList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class org.jadice.util.glazedlists.TreeList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class org.jadice.util.glazedlists.UniqueList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class org.jadice.util.mm.SequencedHashMap
Removes the element at the specified index.
remove(int) - Method in class org.jadice.util.swing.panel.FadeablePane
 
remove(int) - Method in class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel
Overriden to redirect call to the content pane.
remove(int) - Method in class org.jadice.util.swing.panel.TransformerPanel
 
remove(DocumentLayer) - Method in class com.levigo.jadice.document.BasicPage
Removes the page segment at the given DocumentLayer.
remove(DocumentLayer) - Method in interface com.levigo.jadice.document.Page
Removes the page segment in the given DocumentLayer.
remove(Component) - Method in class com.levigo.jadice.swing.status.StatusBar
 
remove(Component) - Method in class org.jadice.util.swing.effect.EffectContainer
 
remove(Component) - Method in class org.jadice.util.swing.infobar.DrawerContainer
 
remove(Component) - Method in class org.jadice.util.swing.panel.FadeablePane
 
remove(Component) - Method in class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel
Overriden to redirect call to the content pane
remove(Object) - Method in class org.jadice.util.base.collections.FrozenList
not supported since this list is immutable!
remove(Object) - Method in class org.jadice.util.base.collections.InterceptableList
 
remove(Object) - Method in class org.jadice.util.base.collections.IntHashtable
 
remove(Object) - Method in class org.jadice.util.base.collections.ObservableCollection
 
remove(Object) - Method in class org.jadice.util.base.collections.ObservableList
 
remove(Object) - Method in class org.jadice.util.base.collections.ObservableMap
 
remove(Object) - Method in class org.jadice.util.glazedlists.AbstractEventList
Removes the first occurrence in this list of the specified element (optional operation).
remove(Object) - Method in class org.jadice.util.glazedlists.BasicEventList
Removes the first occurrence in this list of the specified element (optional operation).
remove(Object) - Method in class org.jadice.util.glazedlists.DebugList
Removes the first occurrence in this list of the specified element (optional operation).
remove(Object) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Removes the first occurrence in this list of the specified element (optional operation).
remove(Object) - Method in interface org.jadice.util.mm.BasicCache
Removes the mapping for this key from this map if it is present (optional operation).
remove(Object) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
 
remove(Object) - Method in class org.jadice.util.mm.DefaultOwnerCache
 
remove(Object) - Method in class org.jadice.util.mm.LRUCache
Remove an entry from the cache using the associated key.
remove(Object) - Method in class org.jadice.util.mm.SequencedHashMap
Implements Map.remove(Object).
remove(Object) - Method in class org.jadice.util.swing.action.context.Context
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object, Object) - Method in interface org.jadice.util.mm.Cache
 
remove(Object, Object) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
 
remove(Object, Object) - Method in class org.jadice.util.mm.DefaultOwnerCache
 
remove(Object, Object) - Method in class org.jadice.util.mm.LRUCache
 
remove(String) - Method in class com.levigo.jadice.demo.font.attribute.FileFontAttributesCache
 
remove(String) - Static method in class org.jadice.util.log.MDC
Remove the context value identified by key from the map.
remove(AbstractButton) - Method in class org.jadice.util.swing.button.JButtonGroup
Removes a button from the group
remove(AbstractButton[]) - Method in class org.jadice.util.swing.button.JButtonGroup
Removes all the buttons in the array from the group
remove(JComponent, Object) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Remove the given element from the appropriate context for the given UI component.
remove(K) - Method in interface com.levigo.jadice.demo.font.attribute.FontAttributesCache
Removes the FontAttributeSet for the font identified by the given identifier.
REMOVE - Variable in class com.levigo.jadice.annotation.auth.DocumentAnnotationPermission.Factory
 
REMOVE - Variable in class com.levigo.jadice.annotation.auth.IndividualAnnotationPermission.Factory
 
removeAccessibleSelection(int) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
Removes the specified selected item in the object from the object's selection.
removeActionCreationListener(ActionCreationListener) - Static method in class org.jadice.util.swing.action.factories.DefaultActionFactory
Removes a action creation listener.
removeAll() - Method in class org.jadice.util.swing.infobar.DrawerContainer
 
removeAll() - Method in class org.jadice.util.swing.panel.FadeablePane
 
removeAll() - Method in class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel
Overriden to redirect call to the content pane.
removeAll() - Method in class org.jadice.util.swing.panel.TransformerPanel
 
removeAll(Collection<?>) - Method in class org.jadice.util.base.collections.FrozenList
not supported since this list is immutable!
removeAll(Collection<?>) - Method in class org.jadice.util.base.collections.InterceptableList
 
removeAll(Collection<?>) - Method in class org.jadice.util.base.collections.ObservableCollection
 
removeAll(Collection<?>) - Method in class org.jadice.util.base.collections.ObservableList
 
removeAll(Collection<?>) - Method in class org.jadice.util.glazedlists.AbstractEventList
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class org.jadice.util.glazedlists.BasicEventList
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class org.jadice.util.glazedlists.DebugList
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class org.jadice.util.glazedlists.InterceptableEventList
 
removeAll(Collection<?>) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class org.jadice.util.glazedlists.TransformedList
Removes from this list all the elements that are contained in the specified collection (optional operation).
RemoveAllBookmarksCommand - Class in com.levigo.jadice.demo.bookmark.command
 
RemoveAllBookmarksCommand() - Constructor for class com.levigo.jadice.demo.bookmark.command.RemoveAllBookmarksCommand
 
RemoveAnnotationIntent - Class in com.levigo.jadice.annotation.auth
This type of AnnotationIntent declares the intention to remove one or more annotations as a document or as individual annotation intent.
RemoveAnnotationIntent() - Constructor for class com.levigo.jadice.annotation.auth.RemoveAnnotationIntent
Constructor
removeBookmark(Bookmark) - Method in class com.levigo.jadice.demo.bookmark.BookmarkStore
Removes the given Bookmark from this store.
RemoveBookmarkCommand - Class in com.levigo.jadice.demo.bookmark.command
 
RemoveBookmarkCommand() - Constructor for class com.levigo.jadice.demo.bookmark.command.RemoveBookmarkCommand
 
removeBookmarkStoreListener(BookmarkStoreListener) - Method in class com.levigo.jadice.demo.bookmark.BookmarkStore
 
removeByClass(JComponent, Class<T>) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Remove all elements matching the given class from the context for the given UI component.
removeByClass(Context, Class<? extends Object>) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Remove all non-context elements matching the given class.
removeChangeListener(ChangeListener) - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
Removes a ChangeListener from the curve control.
removeChangeListener(ChangeListener) - Method in class org.jadice.util.swing.button.JButtonGroup
Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) - Method in class org.jadice.util.swing.colorpicker.ColorPalette
Remove a ChangeListener so it is no longer notified when the selected color changes.
removeChildContext(Context) - Method in class org.jadice.util.swing.action.context.Context
Removes the context from the collection of child contexts and unregisters itself as ContextListener.
removeChoosableFileFilter(FileFilter) - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
removeColumn(TableColumn) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
removeColumnModelListener(TableColumnModelListener) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
removeCommandCreationListener(CommandCreationListener) - Static method in class org.jadice.util.swing.action.factories.DefaultCommandFactory
Removes a command creation listener.
removeCondition(Class<? extends VisibilityCondition>) - Method in class com.levigo.jadice.document.condition.ConditionRenderSettings
 
removeContextChangeListener(ContextListener) - Method in class org.jadice.util.swing.action.context.Context
Removes ContextListener from the collection of listeners so that it doesn't receive notifications any longer.
removeControlPoint(int) - Method in class com.levigo.jadice.document.util.ControlCurve
Remove the specified control point
removeControlPoint(int) - Method in class com.levigo.jadice.document.util.GradationCurve
 
REMOVED - org.jadice.util.mm.ckc.events.EventType
An event type indicating that the cache entry was removed.
removeDependency(EventList, ListEventListener) - Method in interface org.jadice.util.glazedlists.event.ListEventPublisher
Deprecated.
replaced with ListEventPublisher.clearRelatedSubject(java.lang.Object), which has different semantics and takes different arguments, but accomplishes the same goal
RemoveDocumentFromPageViewCommand - Class in com.levigo.jadice.swing.commands
Removes the document that is currently displayed in the PageView.
RemoveDocumentFromPageViewCommand() - Constructor for class com.levigo.jadice.swing.commands.RemoveDocumentFromPageViewCommand
 
removeDocumentInterceptor(DocumentInterceptor) - Method in class com.levigo.jadice.document.AbstractDocument
 
removeDocumentInterceptor(DocumentInterceptor) - Method in interface com.levigo.jadice.document.Document
Unregister a DocumentInterceptor from this document.
removeDocumentInterceptor(DocumentInterceptor) - Method in class com.levigo.jadice.swing.SwingUIDocument
 
removeDocumentListener(DocumentListener) - Method in class com.levigo.jadice.document.AbstractDocument
 
removeDocumentListener(DocumentListener) - Method in interface com.levigo.jadice.document.Document
Unregister a DocumentListener from this document.
removeDocumentListener(DocumentListener) - Method in class com.levigo.jadice.swing.SwingUIDocument
 
removeErrorHandler(PrintErrorHandler) - Static method in class com.levigo.jadice.printer.event.PrintErrorBroadcaster
Removes given PrintErrorHandler from its list of registered print error handlers.
removeFirstItem() - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Removes and returns the optional single value used as the first element in the ComboBoxModel or null if no first item has been set.
removeFocusListener(FocusListener) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
removeIndexInterval(int, int) - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Remove the indices in the interval index0,index1 (inclusive) from the selection model.
removeInventoryRenderSettingsListener(InventoryRenderSettingsListener) - Method in class com.levigo.jadice.document.render.RenderControlsInventory
removeKeybinding(Container, KeyStroke, String[]) - Static method in class com.levigo.jadice.appbase.ContainerUtilities
Analyze recursively in container hierarchy of given container whether the input maps contains given key binding and removes it.
removeKeyBinding(KeyStroke) - Method in class com.levigo.jadice.appbase.tool.KeyBindingsTool
Remove the given KeyStroke's mapping to an Action.
removeKeyListener(KeyListener) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
removeLayoutComponent(Component) - Method in class org.jadice.util.swing.effect.EffectLayout
 
removeLayoutComponent(Component) - Method in class org.jadice.util.swing.layout.ButtonRowLayout
 
removeLinkedActionFactory(BasicActionFactory) - Method in class org.jadice.util.swing.action.factories.DefaultActionFactory
Removes an action factory of linked factories.
removeLinkedCommandFactory(BasicCommandFactory) - Method in class org.jadice.util.swing.action.factories.DefaultCommandFactory
Removes a command factory of linked factories.
removeLinkedMenuComponentFactory(BasicMenuComponentFactory) - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Removes a menu component factory of linked factories.
removeListDataListener(ListDataListener) - Method in class org.jadice.util.glazedlists.gui.EventListModel
Unregisters the specified ListDataListener from receiving updates whenever this list changes.
removeListEventListener(ListEventListener<? super E>) - Method in class org.jadice.util.glazedlists.AbstractEventList
Removes the specified listener from receiving change updates for this list.
removeListEventListener(ListEventListener<? super E>) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Removes the specified listener from receiving notification when new changes are appended to this list change sequence.
removeListEventListener(ListEventListener<? super E>) - Method in interface org.jadice.util.glazedlists.EventList
Removes the specified listener from receiving change updates for this list.
removeListEventListener(ListEventListener<? super E>) - Method in class org.jadice.util.glazedlists.InterceptableEventList
 
removeListSelectionListener(ListSelectionListener) - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Remove a listener from the list that's notified each time a change to the selection occurs.
removeLoader(ResourceLoader) - Method in class com.levigo.jadice.format.modca.resource.ResourceMultiLoader
Removes the loader specified from the loaders registered.
removeLookupClassLoader(ClassLoader) - Static method in class org.jadice.util.swing.action.factories.ResourceLocator
Removes the first occurrence of the specified ClassLoader.
removeLookupProperty(String) - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
Removes the value for given key.
removeLookupProperty(String) - Method in class org.jadice.util.swing.action.factories.BasicCommandFactory
Removes the value for given key.
removeLookupProperty(String) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Removes the value for given key.
removeMatcherEditorListener(MatcherEditor.Listener<E>) - Method in class org.jadice.util.glazedlists.matchers.AbstractMatcherEditorListenerSupport
Remove the listener so that it no longer receives notification when the Matcher changes.
removeMatcherEditorListener(MatcherEditor.Listener<E>) - Method in interface org.jadice.util.glazedlists.matchers.MatcherEditor
Remove the listener so that it no longer receives notification when the Matcher changes.
removeMemberList(EventList<E>) - Method in class org.jadice.util.glazedlists.CompositeList
Removes the specified EventList as a source EventList to this CompositeList.
removeMenuComponentCreationListener(MenuComponentCreationListener) - Static method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Removes a command creation listener.
removeModule(TreeModule) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
removeMouseGestureListener(MouseGestureListener) - Method in class com.levigo.jadice.demo.gestures.MouseGestureSupport
 
removeMouseListener(MouseListener) - Method in class org.jadice.util.swing.effect.EffectContainer
 
removeMouseMotionListener(MouseMotionListener) - Method in class org.jadice.util.swing.effect.EffectContainer
 
removeMouseWheelListener(MouseWheelListener) - Method in class org.jadice.util.swing.effect.EffectContainer
 
removeNamed(String) - Static method in class org.jadice.util.mm.CacheManager
Removes a previously registered named instance.
removeNotify() - Method in class com.levigo.jadice.appbase.status.DocumentStatusMessageSnapIn
 
removeNotify() - Method in class com.levigo.jadice.appbase.status.PrinterStatusSnapIn
 
removeNotify() - Method in class com.levigo.jadice.swing.lens.LensView
 
removeNotify() - Method in class com.levigo.jadice.swing.pageview.PageView
 
removeNotify() - Method in class com.levigo.jadice.swing.status.MemoryMonitorSnapIn
 
removeNotify() - Method in class com.levigo.jadice.swing.status.TaskServiceMonitorSnapIn
 
removeNotify() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
removeNotify() - Method in class org.jadice.util.swing.effect.EffectContainer
 
removeNotify() - Method in class org.jadice.util.swing.effect.FadeBox
 
removeNotify() - Method in class org.jadice.util.swing.effect.RolloutBox
 
removeOutlineListener(MutableOutline.OutlineListener<DefaultOutlineNode>) - Method in class com.levigo.jadice.document.outline.DefaultOutline
Remove an MutableOutline.OutlineListener from this Outline Tree.
removeOutlineListener(MutableOutline.OutlineListener<N>) - Method in interface com.levigo.jadice.document.outline.MutableOutline
Remove an MutableOutline.OutlineListener from this outline.
removeOverriddenProperty(String) - Method in class org.jadice.util.swing.action.commands.DelegateAction
Remove the overridden property for the given key.
removePageListener(PageListener) - Method in class com.levigo.jadice.document.AbstractPage
Deregister a PageListener
removePageListener(PageListener) - Method in interface com.levigo.jadice.document.Page
Deregister a PageListener.
removePages - Variable in class com.levigo.jadice.document.auth.DocumentPermission.DocumentPermissionFactory
 
removePageSegmentListener(PageSegmentListener) - Method in class com.levigo.jadice.document.AbstractMutablePageSegment
Deregister a PageSegmentListener
removePageSegmentListener(PageSegmentListener) - Method in interface com.levigo.jadice.document.MutablePageSegment
Remove the given PageSegmentListener from the list of listeners to be notified of changes to this page segment.
RemovePagesIntent - Class in com.levigo.jadice.document.auth
 
RemovePagesIntent(Page) - Constructor for class com.levigo.jadice.document.auth.RemovePagesIntent
 
RemovePagesIntent(Collection<? extends Page>) - Constructor for class com.levigo.jadice.document.auth.RemovePagesIntent
 
removeParameter(String) - Method in class com.levigo.jadice.document.util.ImmutableMimeType
 
removePhaserListener(ListenablePhaser.PhaserListener) - Method in class org.jadice.util.concurrent.ListenablePhaser
Deregisters the given instance so that it will no longer be notified.
removePrintListener(PrintEventListener) - Static method in class com.levigo.jadice.printer.event.PrintEventBroadcaster
Removes given PrintEventListenerfrom its list of registerd print listeners.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.levigo.jadice.document.att.Attachment
removePropertyChangeListener(PropertyChangeListener) - Method in class com.levigo.jadice.document.outline.DefaultOutlineNode
removePropertyChangeListener(PropertyChangeListener) - Method in class com.levigo.jadice.swing.lens.LensView
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.levigo.jadice.swing.tool.ToolManager
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jadice.util.glazedlists.calculation.AbstractCalculation
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jadice.util.glazedlists.calculation.Calculation
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jadice.util.swing.action.commands.CommandAction
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jadice.util.swing.action.commands.DelegateAction
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.levigo.jadice.swing.tool.ToolManager
 
removeQualifiedLogListener(QualifiedLogListener) - Method in class org.jadice.util.log.config.LoggingConfiguration
Remove a global QualifiedLogListener.
removeReaderListener(ReaderListener) - Method in class com.levigo.jadice.document.read.Reader
Remove the given ReaderListener from the list of registered listeners.
removeRenderSettingsListener(RenderSettingsListener) - Method in class com.levigo.jadice.document.render.DefaultRenderControls
removeResolver(MessageResolver) - Method in class org.jadice.util.log.message.DefaultMessageResolver
 
removeRollingMessagePanel() - Method in class com.levigo.jadice.demo.BasicJadicePanel
Removes the rolling message and info panel from this container.
removeSearchListener(SearchListener) - Method in class com.levigo.jadice.search.engine.AbstractSearch
 
removeSearchStateListener(SearchStateListener) - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
Deregister a SearchStateListener
removeSelectionInterval(int, int) - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Change the selection to be the set difference of the current selection and the indices between index0 and index1 inclusive.
removeSelectionListener(PreviewResultList.SelectionListener) - Method in class com.levigo.jadice.appbase.search.advanced.PreviewResultList
 
removeSelectionListener(ListSelection.Listener) - Method in class org.jadice.util.glazedlists.ListSelection
Remove a Listener so that it will no longer be notified when selection changes.
removeSelectionPath(TreePath) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
removeSelectionPaths(TreePath[]) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
removeSortActionListener(ActionListener) - Method in class org.jadice.util.glazedlists.gui.TableComparatorChooser
Deregisters the specified ActionListener to no longer receive action events.
RemoveTabBorderTabbedPaneUI - Class in com.levigo.jadice.demo.ui
 
RemoveTabBorderTabbedPaneUI() - Constructor for class com.levigo.jadice.demo.ui.RemoveTabBorderTabbedPaneUI
 
removeTaskListener(TaskListener) - Method in interface org.jadice.util.concurrent.tasks.TaskService
Remove a listener previously installed to receive notifications about the activities of this task service.
removeTaskListener(TaskListener) - Method in class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
 
removeThreadLocal() - Static method in class org.jadice.util.mm.CacheManager
Remove a previously registered thread local Cache instance.
removeThreadLocalQualifiedLogListener(QualifiedLogListener) - Method in class org.jadice.util.log.config.LoggingConfiguration
removeTrayIcon() - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
If this BasicDemoApplication already registered a TrayIcon, that TrayIcon will be removed.
removeTreeSelectionListener(TreeSelectionListener) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
removeUndoSupportListener(UndoRedoSupport.Listener) - Method in class org.jadice.util.glazedlists.UndoRedoSupport
Remove a UndoRedoSupport.Listener from receiving a callback when an undoable edit occurs on the given source EventList.
removeValidSelectionMatcher(Matcher<E>) - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Remove a matcher which decides when source elements are valid for selection.
removeValidSelectionMatcher(Matcher<E>) - Method in class org.jadice.util.glazedlists.ListSelection
Remove a matcher which decides when source elements are valid for selection.
removeWhiteSpace(char[]) - Static method in class org.jadice.util.base.datatype.Base64
remove WhiteSpace from MIME containing encoded Base64 data.
renameTo(String) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Replace current element name by another name
render(RenderParameters) - Method in class com.levigo.jadice.swing.tool.ToolManager
Render the Tool UIs onto the given Graphics2D context using the given RenderControls.
render(RenderParameters, boolean) - Method in class com.levigo.jadice.demo.gestures.MouseGestureTool
 
render(RenderParameters, boolean) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
render(RenderParameters, boolean) - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
 
render(RenderParameters, boolean) - Method in class com.levigo.jadice.swing.lazy.AbstractPlaceholderTool
 
render(RenderParameters, boolean) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
render(RenderParameters, boolean) - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
render(RenderParameters, boolean) - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
render(RenderParameters, boolean) - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
 
render(RenderParameters, boolean) - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
 
render(RenderParameters, boolean) - Method in class com.levigo.jadice.swing.tool.DecorationTool
 
render(RenderParameters, boolean) - Method in class com.levigo.jadice.swing.tool.EmbeddedLinkTool
 
render(RenderParameters, boolean) - Method in class com.levigo.jadice.swing.tool.Tool
Renders the Tool's UI onto the given Graphics2D context using the given RenderControls.
render(Graphics2D) - Method in class com.levigo.jadice.annotation.render.AnnotationGraphicsRenderer
Renders an Annotation into the given Graphics2D.
render(Graphics2D) - Method in class com.levigo.jadice.document.render.AbstractRenderer
Renders contents into given Graphics2D.
render(Graphics2D) - Method in class com.levigo.jadice.document.render.PageGraphicsRenderer
Renders a Page.
render(Graphics2D) - Method in class com.levigo.jadice.document.render.PageImageRenderer
 
RENDER_CONTROLS_INVENTORY_PROPERTY - Static variable in class com.levigo.jadice.swing.pageview.PageView
 
renderControls - Variable in class com.levigo.jadice.document.render.BasicRenderParameters
 
RenderControls - Interface in com.levigo.jadice.document.render
A specialized type of SerializableProcessingControls providing easy and fast access to the most commonly used SerializableProcessingSettings.
RenderControlsInventory - Class in com.levigo.jadice.document.render
Implementations of RenderControlsInventory handle document and page specific render controls belonging to a certain document instance.
RenderControlsInventory() - Constructor for class com.levigo.jadice.document.render.RenderControlsInventory
 
RenderControlsInventory.Synchronizer - Interface in com.levigo.jadice.document.render
 
renderedPageBounds - Variable in class com.levigo.jadice.document.render.BasicRenderParameters
 
renderedPages - Variable in class com.levigo.jadice.swing.pageview.AbstractContinuousLayout
 
rendererPane - Variable in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
 
renderImage() - Method in class com.levigo.jadice.document.render.PageImageRenderer
Creates and returns a buffered image instance representing the entire page content or defined area of the current page.
RenderParameters - Class in com.levigo.jadice.swing.tool
This is a parameter object class used for calls to Tool.render(RenderParameters,boolean).
RenderParameters(ViewComponent, Page, int, Rectangle, Graphics2D, RenderControls) - Constructor for class com.levigo.jadice.swing.tool.RenderParameters
 
RenderResult - Class in com.levigo.jadice.document.render
 
RenderResult() - Constructor for class com.levigo.jadice.document.render.RenderResult
 
RenderResult(Rectangle2D) - Constructor for class com.levigo.jadice.document.render.RenderResult
 
renderSelections(RenderParameters, List<? extends Selection>) - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
renderSettingChanged(PageView, RenderSettingsEvent) - Method in class com.levigo.jadice.swing.pageview.AbstractPresentationRule
 
renderSettingChanged(PageView, RenderSettingsEvent) - Method in class com.levigo.jadice.swing.pageview.ApplyDynamicZoomRule
 
renderSettingChanged(PageView, RenderSettingsEvent) - Method in interface com.levigo.jadice.swing.pageview.PresentationRule
 
renderSettingChanged(PageView, RenderSettingsEvent) - Method in class com.levigo.jadice.swing.pageview.PresentationRuleManager
 
renderSettingChanged(PageView, RenderSettingsEvent) - Method in class com.levigo.jadice.swing.pageview.SwitchToSinglePageOnFit
 
RenderSettings - Interface in com.levigo.jadice.document.render
A SerializableProcessingSettings type which focus various aspects of rendering.
RenderSettingsEvent - Class in com.levigo.jadice.document.render
This event gets delivered whenever a RenderSettings property change happen.
RenderSettingsEvent(RenderControls, RenderSettings, String, Object, Object) - Constructor for class com.levigo.jadice.document.render.RenderSettingsEvent
Constructor
RenderSettingsEvent(RenderSettingsEvent) - Constructor for class com.levigo.jadice.document.render.RenderSettingsEvent
Copy constructor
RenderSettingsListener - Interface in com.levigo.jadice.document.render
This interface is for receiving change events whenever a RenderSettings object, which supports change event propagation, within a RenderControls have been changed.
renounceOwnership(C) - Method in interface com.levigo.jadice.document.UIDocument
Renounce the ownership of this document by the given owner.
renounceOwnership(Component) - Method in class com.levigo.jadice.swing.SwingUIDocument
 
reorder(int[]) - Method in class org.jadice.util.glazedlists.event.ListEventAssembler
Sets the current event as a reordering.
REORDER_PAGE_SUCCESS - Static variable in class com.levigo.jadice.swing.thumbnailview.dnd.ReorderPageImportHandler
An import parameter name indicating whether this import handler performed the import during the last call to importData.
ReorderDataFlavor - Class in com.levigo.jadice.document.flavor
A DataFlavor used for reordering Pages within the same Document.
ReorderIntent - Class in com.levigo.jadice.document.auth
 
ReorderIntent(int) - Constructor for class com.levigo.jadice.document.auth.ReorderIntent
 
ReorderIntent(int, Page) - Constructor for class com.levigo.jadice.document.auth.ReorderIntent
 
ReorderIntent(int, List<? extends Page>) - Constructor for class com.levigo.jadice.document.auth.ReorderIntent
 
reorderMap - Variable in class org.jadice.util.glazedlists.event.ListEventAssembler
the current reordering array if this change is a reorder
ReorderPageExportHandler - Class in com.levigo.jadice.swing.thumbnailview.dnd
An ExportHandler implementation used to support the reordering of Pages within the same Document (but not limited to the same ViewComponent).
ReorderPageExportHandler() - Constructor for class com.levigo.jadice.swing.thumbnailview.dnd.ReorderPageExportHandler
 
ReorderPageImportHandler - Class in com.levigo.jadice.swing.thumbnailview.dnd
An ImportHandler implementation used to support the reordering of Pages within the same Document (but not limited to the same ViewComponent).
ReorderPageImportHandler() - Constructor for class com.levigo.jadice.swing.thumbnailview.dnd.ReorderPageImportHandler
 
reorderPages - Variable in class com.levigo.jadice.document.auth.DocumentPermission.DocumentPermissionFactory
 
repaint() - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
Overridden for performance reasons.
repaint(long, int, int, int, int) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
Overridden for performance reasons.
repaint(Page) - Method in class com.levigo.jadice.swing.pageview.PageView
 
repaint(Page) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Repaint all of the given page.
repaint(Page) - Method in class com.levigo.jadice.swing.tool.ToolManager
Repaint the area pertaining to the given page.
repaint(Page) - Method in class com.levigo.jadice.swing.ViewComponent
Repaint all of the given page.
repaint(Page, Rectangle2D) - Method in class com.levigo.jadice.swing.pageview.PageView
 
repaint(Page, Rectangle2D) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Repaint all of the given page.
repaint(Page, Rectangle2D) - Method in class com.levigo.jadice.swing.tool.ToolManager
Repaint the area pertaining to the given page and bounds.
repaint(Page, Rectangle2D) - Method in class com.levigo.jadice.swing.ViewComponent
Repaint part of the given page, as specified by the given bounds.
repaint(Rectangle) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
Overridden for performance reasons.
replace(JComponent, Collection<? extends T>, Class<T>) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Replace all current elements matching the given class of the context for the given UI component with the given collection of elements.
replace(JComponent, Collection<Object>) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Replace the contents of context for the given UI component with the given collection of elements.
replace(JComponent, T, Class<? super T>) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Replace all current elements matching the given class of the context for the given UI component with the given object.
replace(Context, Collection<? extends Object>) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Replaces all non-Context entries in the current context objects collection with the elements of the given collection.
replace(Context, Collection<? extends T>, Class<T>) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Replaces all non-Context entries in the current context objects collection that match the given class with the elements found in the given collection.
replace(Context, T, Class<? super T>) - Static method in class org.jadice.util.swing.action.context.ContextUtils
Replaces all non-Context entries in the current context objects collection that match the given class with the given item.
replaceAll(String, String, String) - Static method in class org.jadice.util.base.Strings
Replace a String inside of a String.
replaceAll(EventList<E>, List<E>, boolean) - Static method in class org.jadice.util.glazedlists.GlazedLists
Replace the complete contents of the target EventList with the complete contents of the source EventList while making as few list changes as possible.
replaceAll(EventList<E>, List<E>, boolean, Comparator<E>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Overloaded version of GlazedLists.replaceAll(EventList, List, boolean) that uses a Comparator to determine equality rather than equals().
replaceAllSorted(EventList<E>, Collection<E>, boolean, Comparator<E>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Replace the complete contents of the target EventList with the complete contents of the source Collection while making as few list changes as possible.
replies - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
Reply - com.levigo.jadice.format.xfdf.annotation.ReplyType
 
ReplyType - Enum in com.levigo.jadice.format.xfdf.annotation
Specifies the replytype in the Reply Model of XFDF Annotations
request - Variable in class com.levigo.jadice.swing.tool.ToolActivationPolicy.ActivationCandidate
 
requestCancelation() - Method in interface com.levigo.jadice.document.read.Canceler
Request that a currently running computation be canceled.
requestFocus() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
requestFocus() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
requestFocusInWindow() - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
requestFocusInWindow() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
requestFocusInWindow() - Method in class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
requestFocusInWindow() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
REQUIRED_EXPIRE - org.jadice.util.mm.ckc.expiry.ExpiryStrategy.ExpiryPressure
Indicates that an expiry process is required.
requireNotNull(String, T) - Static method in class org.jadice.util.base.Objects
If given object is null a IllegalArgumentException will be thrown; otherwise the object itself is returned.
ResampleFilterCommand - Class in com.levigo.jadice.demo.commands
 
ResampleFilterCommand() - Constructor for class com.levigo.jadice.demo.commands.ResampleFilterCommand
 
reset() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
reset() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
reset() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
reset() - Method in class com.levigo.jadice.document.io.SeekableInputStream
Resets the current stream byte and bit positions from the stack of marked positions.
reset() - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
reset() - Method in class com.levigo.jadice.document.util.GradationCurve
Removes all intermediate controls points and keeps just a start and end point for this curve.
reset() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
reset() - Method in class com.levigo.jadice.printer.AbstractPrinter
Resets this printer.
A fresh PrintJobConfiguration with default settings will be set and a new PrinterJob is assigned.
reset() - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
Reset the current request.
reset() - Method in class org.jadice.util.glazedlists.event.ListEvent
Resets this event's position to the previously-marked position.
reset() - Method in class org.jadice.util.mm.ckc.statistics.CacheStatistics
Clears the statistics counters to 0 for the associated Cache.
reset() - Method in interface org.jadice.util.mm.ckc.statistics.CacheStatisticsMXBean
Reset all counters in this class to zero
reset() - Method in class org.jadice.util.swing.action.commands.DelegateAction
Reset all properties and the enabled state to the values of the delegate action.
reset() - Method in class org.jadice.util.swing.action.factories.DefaultActionFactory
Clears and resets this factory instance.
reset() - Method in class org.jadice.util.swing.action.factories.DefaultCommandFactory
Clears and resets this factory instance.
reset() - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Clears, resets and reloads this factory instance.
RESET_ON_DOCUMENT_CHANGE - com.levigo.jadice.swing.lens.FrozenStateMode
Enabled frozen state, reset on document change
RESET_ON_PAGE_CHANGE - com.levigo.jadice.swing.lens.FrozenStateMode
Enabled frozen state, reset on page change
resetBuffer() - Method in class com.levigo.jadice.document.io.SeekableLookaheadStream
 
resetChoosableFileFilters() - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
resetPrintCache() - Method in class com.levigo.jadice.printer.AbstractPrinter
Clears the cache instance and frees the resources.
resetPrinterExceptions() - Method in class com.levigo.jadice.printer.AbstractPrinter
 
resetScale() - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Resets the scale to the value defined by HoverLensTool.defaultScale.
resetToInitialState() - Method in class com.levigo.jadice.document.io.SeekableInputStream
Resets the current stream byte, bit positions from the stack of marked positions, the flushed position and seeks to 0.
resetToInitialState() - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
reshape(int, int, int, int) - Method in class com.levigo.jadice.swing.pageview.PageView
 
ReshapeToPDFCommand - Class in com.levigo.jadice.swing.reshape
This command takes the currently viewed document and exports it into a pdf file.
ReshapeToPDFCommand() - Constructor for class com.levigo.jadice.swing.reshape.ReshapeToPDFCommand
 
Resolution - Class in com.levigo.jadice.document
A resolution specifies a point density in two dimensions (horizontal, vertical) relative to a certain measurement unit.
Resolution() - Constructor for class com.levigo.jadice.document.Resolution
Create the default base resolution.
Resolution(float) - Constructor for class com.levigo.jadice.document.Resolution
Create a uniform resolution (one being identical in both horizontally and vertically) based on a unit of dots per inch.
Resolution(float, float) - Constructor for class com.levigo.jadice.document.Resolution
Create a new resolution using dots per inch.
Resolution(float, float, Unit) - Constructor for class com.levigo.jadice.document.Resolution
 
Resolution(Dimension2D, Unit) - Constructor for class com.levigo.jadice.document.Resolution
 
resolve(FontAttributeSet) - Method in class com.levigo.jadice.appbase.font.resolve.BasicFontResolver
 
resolve(FontAttributeSet) - Method in interface com.levigo.jadice.appbase.font.resolve.FontResolver
Finds FontSource instances matching given attributes.
resolve(String) - Method in interface org.jadice.util.base.Resolver
Resolves an instance of T which is identified by the given name.
ResolvedQualifiedLogEvent - Class in org.jadice.util.log.qualified
 
ResolvedQualifiedLogEvent(Level, String, String, Throwable) - Constructor for class org.jadice.util.log.qualified.ResolvedQualifiedLogEvent
 
ResolvedQualifiedLogEvent(QualifiedLogEvent) - Constructor for class org.jadice.util.log.qualified.ResolvedQualifiedLogEvent
 
resolveMessage(MessageID, Locale, Object...) - Method in class org.jadice.util.log.message.DefaultMessageResolver
 
resolveMessage(MessageID, Locale, Object...) - Method in interface org.jadice.util.log.message.MessageResolver
 
Resolver<T,​E extends Throwable> - Interface in org.jadice.util.base
An object capable of resolving an instance of type T based on a given name.
resolveStatusMessage() - Method in class com.levigo.jadice.appbase.status.DocumentStatusMessageSnapIn
Resolve the status message to be displayed.
ResourceFileLoader - Class in com.levigo.jadice.format.modca.resource
ResourceFileLoader provides resource locating and loading capabilities for File based resources.
ResourceFileLoader(String) - Constructor for class com.levigo.jadice.format.modca.resource.ResourceFileLoader
Constructs a ResourceFileLoader instance.
ResourceFileLoader(String, String[]) - Constructor for class com.levigo.jadice.format.modca.resource.ResourceFileLoader
Constructs a ResourceFileLoader instance.
ResourceGroup - com.levigo.jadice.format.modca.resource.ResourceLoader.Type
The resource type "Resource Group", represented by resources starting with a 'Begin Resource Group' (BRG) field.
ResourceGroupLoader - Class in com.levigo.jadice.format.modca.resource
ResourceGroupLoader handles external single/group resources for MO:DCA/AFP documents.
ResourceGroupLoader() - Constructor for class com.levigo.jadice.format.modca.resource.ResourceGroupLoader
Creates a new ResourceGroupLoader.
ResourceGroupLoader(InputStream) - Constructor for class com.levigo.jadice.format.modca.resource.ResourceGroupLoader
Creates a new ResourceGroupLoader and adds input stream data.
ResourceLoader - Interface in com.levigo.jadice.format.modca.resource
ResourceLoader is the interface defining external resource locating and loading capabilities.
ResourceLoader.Type - Enum in com.levigo.jadice.format.modca.resource
An indicator for the type of a resource to be loaded by a resource loader.
ResourceLoaderFactory - Class in com.levigo.jadice.format.modca.resource
 
ResourceLoaderFactory() - Constructor for class com.levigo.jadice.format.modca.resource.ResourceLoaderFactory
 
ResourceLocator - Class in org.jadice.util.swing.action.factories
 
ResourceLocator() - Constructor for class org.jadice.util.swing.action.factories.ResourceLocator
 
ResourceMultiLoader - Class in com.levigo.jadice.format.modca.resource
ResourceMultiLoader provides the capability of putting several different ResourceLoader implementations into a single instance of ResourceLoader .
ResourceMultiLoader() - Constructor for class com.levigo.jadice.format.modca.resource.ResourceMultiLoader
Creates a new ResourceMultiLoader without any back-end loaders.
ResourceMultiLoader(ResourceLoader...) - Constructor for class com.levigo.jadice.format.modca.resource.ResourceMultiLoader
Creates a new ResourceMultiLoader.
ResourceUrlLoader - Class in com.levigo.jadice.format.modca.resource
ResourceUrlLoader provides resource locating and loading capabilities based on Uniform Resource Locators.
ResourceUrlLoader(String) - Constructor for class com.levigo.jadice.format.modca.resource.ResourceUrlLoader
Creates a new ResourceUrlLoader.
respectAnnotationResetMode(PageView) - Method in class com.levigo.jadice.swing.annotation.commands.AbstractAnnotationModeCommand
Checks the annotation creation reset mode and do the appropriate settings in the AnnotationCreationPane
restore() - Method in class com.levigo.jadice.annotation.AnnotationMemento
 
restore() - Method in class org.jadice.util.base.CompositeMemento
 
restore() - Method in interface org.jadice.util.base.Memento
Restore this memento's originator to its state at the time when this memento was created.
restoreFrom(AnnotationMemento) - Method in class com.levigo.jadice.annotation.Annotation
This method is called back from AnnotationMemento upon Memento.restore()
Result - Interface in com.levigo.jadice.search
Deprecated.
use new search api instead SearchResult
RESULT_LIST - com.levigo.jadice.search.engine.SearchEvent.SearchEventType
The list of results has changed
results - Variable in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
results - Variable in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
retainAll(Collection<?>) - Method in class org.jadice.util.base.collections.FrozenList
not supported since this list is immutable!
retainAll(Collection<?>) - Method in class org.jadice.util.base.collections.InterceptableList
 
retainAll(Collection<?>) - Method in class org.jadice.util.base.collections.ObservableCollection
 
retainAll(Collection<?>) - Method in class org.jadice.util.base.collections.ObservableList
 
retainAll(Collection<?>) - Method in class org.jadice.util.glazedlists.AbstractEventList
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class org.jadice.util.glazedlists.BasicEventList
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class org.jadice.util.glazedlists.DebugList
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class org.jadice.util.glazedlists.InterceptableEventList
 
retainAll(Collection<?>) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class org.jadice.util.glazedlists.TransformedList
Retains only the elements in this list that are contained in the specified collection (optional operation).
revalidate() - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
Overridden for performance reasons.
reverseComparator() - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a reverse Comparator that works for Comparable objects.
reverseComparator(Comparator<T>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a reverse Comparator that inverts the given Comparator.
Review - com.levigo.jadice.format.xfdf.annotation.StateModel
 
Right - com.levigo.jadice.format.xfdf.annotation.Justification
 
RIGHT - com.levigo.jadice.annotation.HorizontalAlignment
 
RIGHT - com.levigo.jadice.swing.commands.ScrollCommand.Direction
 
RIGHT - com.levigo.jadice.swing.pageview.PageLayoutSettings.HorizontalAlignment
 
RIGHT - org.jadice.util.swing.effect.EffectLayout.Edge
 
RIGHT - org.jadice.util.swing.infobar.DrawerContainer.Position
 
RIGHT - org.jadice.util.swing.panel.CollapsiblePane.Style
Push the contents to the right
RightArrow - com.levigo.jadice.format.xfdf.annotation.IconName
 
RightPointer - com.levigo.jadice.format.xfdf.annotation.IconName
 
ROLL - org.jadice.util.swing.effect.Effect
 
rollbackEvent() - Method in class org.jadice.util.glazedlists.TransactionList
Demarks the unsuccessful completion of a transaction.
ROLLED_BACK - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
RollingMessagePanel - Class in org.jadice.util.swing.infobar
The fancy message panel is used to present the user with messages which can be received from various sources: (Qualified) Logging Messaging ...
RollingMessagePanel() - Constructor for class org.jadice.util.swing.infobar.RollingMessagePanel
Creates a simple panel for showing received messages.
RollingMessagePanel(int) - Constructor for class org.jadice.util.swing.infobar.RollingMessagePanel
Creates a simple panel for showing received messages.
RollingMessagePanel.OrderBy - Enum in org.jadice.util.swing.infobar
 
RolloutBorder - Class in org.jadice.util.swing.borders
A Border used for rollout components within an EffectPanel.
RolloutBorder(int, int, int, int, int, Color) - Constructor for class org.jadice.util.swing.borders.RolloutBorder
 
RolloutBox - Class in org.jadice.util.swing.effect
A box designed to be used in conjunction with the EffectContainer to provide a fancy roll-in/-out effect.
RolloutBox(JComponent, EffectLayout.Edge) - Constructor for class org.jadice.util.swing.effect.RolloutBox
Create a RolloutBox containing the given payload component.
RolloutBox(EffectLayout.Edge) - Constructor for class org.jadice.util.swing.effect.RolloutBox
 
RolloutPasswordBox - Class in com.levigo.jadice.demo.pdf.crypto
 
RolloutPasswordBox(EffectLayout.Edge, CryptoMaterialReceiver<PasswordMaterial>) - Constructor for class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox
 
RolloutPasswordBox.ApplyAction - Class in com.levigo.jadice.demo.pdf.crypto
 
RolloutPasswordBox.CancelAction - Class in com.levigo.jadice.demo.pdf.crypto
 
RolloutPasswordBoxAddon - Class in com.levigo.jadice.demo.pdf.crypto
 
RolloutPasswordBoxAddon() - Constructor for class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBoxAddon
 
RolloutPDFSignatureBox - Class in com.levigo.jadice.demo.pdf.signature
RolloutPDFSignatureBox is a rollout box that rolls into the display as soon as the displayed document contains signature information and displays it.
RolloutPDFSignatureBox(EffectLayout.Edge) - Constructor for class com.levigo.jadice.demo.pdf.signature.RolloutPDFSignatureBox
 
RolloutPDFSignatureBoxAddon - Class in com.levigo.jadice.demo.pdf.signature
 
RolloutPDFSignatureBoxAddon() - Constructor for class com.levigo.jadice.demo.pdf.signature.RolloutPDFSignatureBoxAddon
 
RolloutSearch - Class in com.levigo.jadice.appbase.search.engine.ui
 
RolloutSearch - Class in com.levigo.jadice.appbase.search
Deprecated.
use new search api and RolloutSearch instead
RolloutSearch(EffectLayout.Edge) - Constructor for class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
RolloutSearch(EffectLayout.Edge) - Constructor for class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
RolloutSearch.CancelAction - Class in com.levigo.jadice.appbase.search.engine.ui
 
RolloutSearch.CancelAction - Class in com.levigo.jadice.appbase.search
Deprecated.
 
RolloutSearch.SearchAction - Class in com.levigo.jadice.appbase.search.engine.ui
 
RolloutSearch.SearchAction - Class in com.levigo.jadice.appbase.search
Deprecated.
 
RolloutSearch.SelectNextAction - Class in com.levigo.jadice.appbase.search.engine.ui
 
RolloutSearch.SelectNextAction - Class in com.levigo.jadice.appbase.search
Deprecated.
 
RolloutSearch.SelectPreviousAction - Class in com.levigo.jadice.appbase.search.engine.ui
 
RolloutSearch.SelectPreviousAction - Class in com.levigo.jadice.appbase.search
Deprecated.
 
RolloutSearchComponentAddon - Class in com.levigo.jadice.appbase.search
 
RolloutSearchComponentAddon() - Constructor for class com.levigo.jadice.appbase.search.RolloutSearchComponentAddon
 
ROLLOVER_LISTENER - Static variable in class org.jadice.util.swing.button.NonUglyActionButton
 
ROOT_LOGGER_NAME - Static variable in interface org.jadice.util.log.Logger
Case insensitive String constant used to retrieve the name of the root logger.
ROpenArrow - com.levigo.jadice.format.xfdf.annotation.LineEndingStyle
 
ROT_000 - org.jadice.util.base.geometry.QuadrantRotation
 
ROT_090 - org.jadice.util.base.geometry.QuadrantRotation
 
ROT_180 - org.jadice.util.base.geometry.QuadrantRotation
 
ROT_270 - org.jadice.util.base.geometry.QuadrantRotation
 
rotate(double) - Method in class org.jadice.util.swing.panel.TransformerPanel
 
ROTATE_180 - Static variable in class org.jadice.util.swing.icon.IconManager
Rotate the icon by 180 degrees
ROTATE_270 - Static variable in class org.jadice.util.swing.icon.IconManager
Rotate the icon by 270 degrees
ROTATE_90 - Static variable in class org.jadice.util.swing.icon.IconManager
Rotate the icon by 90 degrees
RotateCommand - Class in com.levigo.jadice.swing.commands
This command could be used to rotate the document or the current page of a viewer instance in the context object.
RotateCommand() - Constructor for class com.levigo.jadice.swing.commands.RotateCommand
 
RotatedIcon - Class in org.jadice.util.swing.icon
Delegating icon implementation which allows to rotate the rendering of the nested icon.
RotatedIcon(Icon, QuadrantRotation) - Constructor for class org.jadice.util.swing.icon.RotatedIcon
Create a RotatedIcon
RotateExecutor - Class in com.levigo.jadice.demo.executor
Carries out a RotateInstruction by applying it to the first PageView found in the Collection of context objects.
RotateExecutor() - Constructor for class com.levigo.jadice.demo.executor.RotateExecutor
 
RotateInstruction - Class in com.levigo.jadice.demo.instruction
Instructs an InstructionExecutor to set an object's rotation to the given value.
RotateInstruction(QuadrantRotation) - Constructor for class com.levigo.jadice.demo.instruction.RotateInstruction
 
RotateInstructionConverter() - Constructor for class com.levigo.jadice.demo.outline.serialize.InstructionConverters.RotateInstructionConverter
 
rotation - Variable in class com.levigo.jadice.annotation.TextAnnotation
 
rotation - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFStampAnnotation
 
ROTATION - Static variable in class com.levigo.jadice.document.render.BaseRenderSettings
Identifier key for a rotation change, used within a RenderSettingsEvent to recognize the kind of change which happen.
round(double) - Static method in class org.jadice.util.base.Numbers
A fast implementation of Math.round(double).
round(float) - Static method in class org.jadice.util.base.Numbers
A fast implementation of Math.round(double) for floats.
RoundCornerBorder - Class in com.levigo.jadice.demo.border
 
RoundCornerBorder() - Constructor for class com.levigo.jadice.demo.border.RoundCornerBorder
 
RoundCornerBorder(int) - Constructor for class com.levigo.jadice.demo.border.RoundCornerBorder
 
RoundedBorder - Class in org.jadice.util.swing.borders
 
RoundedBorder(int, Color) - Constructor for class org.jadice.util.swing.borders.RoundedBorder
 
RoundedBorder(int, Color, boolean) - Constructor for class org.jadice.util.swing.borders.RoundedBorder
 
RoundedBorder(int, Color, boolean, boolean) - Constructor for class org.jadice.util.swing.borders.RoundedBorder
 
run() - Method in class com.levigo.jadice.document.io.PhantomReferenceSweeper.CleanupCloseable
 
run() - Method in class org.jadice.util.log.util.LogContextPreservingRunnable
 
runCustomizers(Annotation, AnnotationPageSegment, Collection<AnnotationCustomizer>) - Static method in class com.levigo.jadice.annotation.Annotations
This method executes all AnnotationCustomizer implementations with the given annotation object.
RUNNING - com.levigo.jadice.search.engine.Search.SearchState
 
RUNNING - com.levigo.jadice.search.SearchRequest.SearchState
Deprecated.
 

S

SansSerif - com.levigo.jadice.document.font.LogicalFontIdentifier
 
Saturation - org.jadice.util.swing.colorpicker.ColorPicker.Mode
Used to indicate when we're in "saturation mode".
save() - Method in class org.jadice.util.base.CompositeMemento
Update this memento's state with the current state of the originators given at construction time.
save(Properties, String) - Method in class com.levigo.jadice.document.util.GradationCurve
Save the curve into the given properties object.
SaveGradationCommand - Class in com.levigo.jadice.swing.gradation.commands
Saves a gradation curve
SaveGradationCommand() - Constructor for class com.levigo.jadice.swing.gradation.commands.SaveGradationCommand
 
saveGradationCurveToFile() - Method in class com.levigo.jadice.swing.gradation.GradationCurveFileHandler
saveGradationCurveToFile(File) - Method in class com.levigo.jadice.swing.gradation.GradationCurveFileHandler
Saves a gradation curve specified by the parameter supplied
saveGradationCurveToFile(String) - Method in class com.levigo.jadice.swing.gradation.GradationCurveFileHandler
Saves a gradation curve specified by the parameter supplied
SBApproved - com.levigo.jadice.format.xfdf.annotation.StampName
 
SBCompleted - com.levigo.jadice.format.xfdf.annotation.StampName
 
SBConfidential - com.levigo.jadice.format.xfdf.annotation.StampName
 
SBDraft - com.levigo.jadice.format.xfdf.annotation.StampName
 
SBFinal - com.levigo.jadice.format.xfdf.annotation.StampName
 
SBForComment - com.levigo.jadice.format.xfdf.annotation.StampName
 
SBForPublicRelease - com.levigo.jadice.format.xfdf.annotation.StampName
 
SBInformationOnly - com.levigo.jadice.format.xfdf.annotation.StampName
 
SBNotApproved - com.levigo.jadice.format.xfdf.annotation.StampName
 
SBNotForPublicRelease - com.levigo.jadice.format.xfdf.annotation.StampName
 
SBPreliminaryResults - com.levigo.jadice.format.xfdf.annotation.StampName
 
SBRejected - com.levigo.jadice.format.xfdf.annotation.StampName
 
SBVoid - com.levigo.jadice.format.xfdf.annotation.StampName
 
scale(double, double) - Method in class org.jadice.util.swing.panel.TransformerPanel
 
scale(AffineTransform, Resolution) - Method in class com.levigo.jadice.document.Resolution
Augment the given transform so that it scale the unit square with this resolution to the given target resolution.
scaleText - Variable in class com.levigo.jadice.annotation.TextAnnotation
 
schedule(Runnable, boolean) - Method in class org.jadice.util.glazedlists.gui.SwingThreadProxyEventList
Schedule the specified runnable to be run on the proxied thread.
schedule(Runnable, boolean) - Method in class org.jadice.util.glazedlists.sparse.SparseSwingThreadProxyEventList
Schedule the specified runnable to be run on the proxied thread.
schedule(Runnable, boolean) - Method in class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
Schedule the specified runnable to be executed on the proxy thread.
scheduleExpiry() - Method in class org.jadice.util.mm.LRUCache
Schedules an expiry process if required.
scopeDeregistered(Task<?>, TaskScope<?>) - Method in class com.levigo.jadice.swing.status.TaskServiceMonitorSnapIn
 
scopeDeregistered(Task<?>, TaskScope<?>) - Method in interface org.jadice.util.concurrent.tasks.TaskListener
Receive notification about a Task that has been abandoned (cancelled) by a scope.
scopeDeregistered(Task<?>, TaskScope<?>) - Method in class org.jadice.util.concurrent.tasks.TaskView
 
scopeForFormat(Class<? extends Format>) - Static method in class com.levigo.jadice.document.font.factory.Scopes
 
scopeRegistered(Task<?>, TaskScope<?>) - Method in class com.levigo.jadice.swing.status.TaskServiceMonitorSnapIn
 
scopeRegistered(Task<?>, TaskScope<?>) - Method in interface org.jadice.util.concurrent.tasks.TaskListener
Receive notification about a Task that has been re-submitted identically but from a different scope.
scopeRegistered(Task<?>, TaskScope<?>) - Method in class org.jadice.util.concurrent.tasks.TaskView
 
Scopes - Class in com.levigo.jadice.document.font.factory
Well-known constants to be used in the scope supplied to a FontFactory, as well as helper methods for scope map creation.
SCRAMBLED - com.levigo.jadice.bm.BufferManagerConfigurer.StoreMode
Store buffers in scrambled representation.
ScreenGeometry - Class in org.jadice.util.swing.geometry
An utility class for screen geometry in a mutli screen environment and positioning of swing components.
ScreenGeometry() - Constructor for class org.jadice.util.swing.geometry.ScreenGeometry
 
SCROLL_UNIT - Variable in class com.levigo.jadice.swing.commands.ScrollCommand
 
ScrollCommand - Class in com.levigo.jadice.swing.commands
This command could be used to provide scroll actions on the page view scrollbars.
ScrollCommand() - Constructor for class com.levigo.jadice.swing.commands.ScrollCommand
 
ScrollCommand.Direction - Enum in com.levigo.jadice.swing.commands
 
scrollInsets - Static variable in class com.levigo.jadice.swing.pageview.PageView
 
scrollPathToVisible(TreePath) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
scrollRectToVisible(Page, Rectangle2D) - Method in class com.levigo.jadice.swing.pageview.PageView
Instructs the PageView to scroll to the given targetPage and ensures that the target rectangle is visible.
ScrollToAnnotation - com.levigo.jadice.appbase.flextree.AnnotationsModule.AnnoSelectionMode
Moves the page view to the selected annotation.
Search - Interface in com.levigo.jadice.search.engine
A Search is generated by its SearchEngine.
SEARCH_STATE - com.levigo.jadice.search.engine.SearchEvent.SearchEventType
The state of the search has changed
Search.SearchState - Enum in com.levigo.jadice.search.engine
 
SearchAction() - Constructor for class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel.SearchAction
 
SearchAction() - Constructor for class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch.SearchAction
 
SearchAction() - Constructor for class com.levigo.jadice.appbase.search.engine.ui.SearchPanel.SearchAction
 
SearchAction() - Constructor for class com.levigo.jadice.appbase.search.RolloutSearch.SearchAction
Deprecated.
 
SearchAction() - Constructor for class com.levigo.jadice.appbase.search.SearchPanel.SearchAction
Deprecated.
 
searchChanged(SearchEvent) - Method in interface com.levigo.jadice.search.engine.SearchListener
This method gets called when there is a change in the search progress, the result list or the search state .
SearchConfiguration - Class in com.levigo.jadice.search.engine
The SearchConfiguration contains the searchStrings, the document and the search options.
SearchConfiguration(List<String>, Document, Map<String, Object>) - Constructor for class com.levigo.jadice.search.engine.SearchConfiguration
Contains the search strings, the document and a map of the search options.
SearchEngine - Interface in com.levigo.jadice.search.engine
 
SearchEngine.Quality - Enum in com.levigo.jadice.search.engine
 
SearchEngineRegistry - Class in com.levigo.jadice.search.engine
The SearchEngineRegistry manages the registered SearchEngines.
SearchEngineTextFieldMatcherEditor<E> - Class in org.jadice.util.glazedlists.gui
A MatcherEditor that matches Objects that contain the filter text located within a JTextField.
SearchEngineTextFieldMatcherEditor(JTextField, TextFilterator<? super E>) - Constructor for class org.jadice.util.glazedlists.gui.SearchEngineTextFieldMatcherEditor
Creates a TextMatcherEditor bound to the given textField with the given textFilterator.
SearchEngineTextMatcherEditor<E> - Class in org.jadice.util.glazedlists.matchers
A MatcherEditor that matches Objects against search text in a format similar to search engines.
SearchEngineTextMatcherEditor() - Constructor for class org.jadice.util.glazedlists.matchers.SearchEngineTextMatcherEditor
Creates a SearchEngineTextMatcherEditor whose Matchers can test only elements which implement the TextFilterable interface.
SearchEngineTextMatcherEditor(TextFilterator<? super E>) - Constructor for class org.jadice.util.glazedlists.matchers.SearchEngineTextMatcherEditor
Creates a SearchEngineTextMatcherEditor with the given textFilterator.
SearchEngineTextMatcherEditor.Field<E> - Class in org.jadice.util.glazedlists.matchers
A Field object contains information specific to a given field found within the Objects being text matched.
SearchEvent - Class in com.levigo.jadice.search.engine
A SearchEvent gets delivered whenever something relevant happens in a Search.
SearchEvent(Search, SearchEvent.SearchEventType, int, int) - Constructor for class com.levigo.jadice.search.engine.SearchEvent
 
SearchEvent.SearchEventType - Enum in com.levigo.jadice.search.engine
 
searchField - Variable in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
searchField - Variable in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
searchField - Variable in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
SearchFrame - Class in com.levigo.jadice.appbase.search.engine.ui
 
SearchFrame - Class in com.levigo.jadice.appbase.search
Deprecated.
use new search api and SearchFrame instead
SearchFrame() - Constructor for class com.levigo.jadice.appbase.search.engine.ui.SearchFrame
 
SearchFrame() - Constructor for class com.levigo.jadice.appbase.search.SearchFrame
Deprecated.
 
SearchFrame.SearchWindowListener - Class in com.levigo.jadice.appbase.search.engine.ui
 
SearchListener - Interface in com.levigo.jadice.search.engine
The purpose of the SearchListener is to provide updates about the running search.
searchOptionsMap - Variable in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
SearchPanel - Class in com.levigo.jadice.appbase.search.engine.ui
 
SearchPanel - Class in com.levigo.jadice.appbase.search
Deprecated.
use new search api and SearchPanel instead
SearchPanel() - Constructor for class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
Create the panel.
SearchPanel() - Constructor for class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
Create the panel.
SearchPanel.CancelAction - Class in com.levigo.jadice.appbase.search.engine.ui
 
SearchPanel.CancelAction - Class in com.levigo.jadice.appbase.search
Deprecated.
 
SearchPanel.SearchAction - Class in com.levigo.jadice.appbase.search.engine.ui
 
SearchPanel.SearchAction - Class in com.levigo.jadice.appbase.search
Deprecated.
 
SearchPanel.SelectNextAction - Class in com.levigo.jadice.appbase.search.engine.ui
 
SearchPanel.SelectNextAction - Class in com.levigo.jadice.appbase.search
Deprecated.
 
SearchPanel.SelectPreviousAction - Class in com.levigo.jadice.appbase.search.engine.ui
 
SearchPanel.SelectPreviousAction - Class in com.levigo.jadice.appbase.search
Deprecated.
 
searchRequest - Variable in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
SearchRequest - Class in com.levigo.jadice.search
Deprecated.
use new search api instead SearchEngine
SearchRequest() - Constructor for class com.levigo.jadice.search.SearchRequest
Deprecated.
 
SearchRequest.SearchState - Enum in com.levigo.jadice.search
Deprecated.
 
SearchResult - Class in com.levigo.jadice.search.engine
This class enriches a normal selection with some information that is relevant when receiving the result of a Search
SearchResult(String, String, String, Selection, String) - Constructor for class com.levigo.jadice.search.engine.SearchResult
 
SearchResultEvent - Class in com.levigo.jadice.search
Deprecated.
use new search api instead SearchEvent
searchSection - Variable in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
searchStateChanged(SearchStateChangeEvent) - Method in interface com.levigo.jadice.search.SearchStateListener
Deprecated.
This method is called if a page has been searched.
SearchStateChangeEvent - Class in com.levigo.jadice.search
Deprecated.
use new search api instead SearchEvent
SearchStateListener - Interface in com.levigo.jadice.search
Deprecated.
use new search api instead SearchListener
SearchWindowListener() - Constructor for class com.levigo.jadice.appbase.search.engine.ui.SearchFrame.SearchWindowListener
 
secureText - Variable in class com.levigo.jadice.annotation.HistoryAnnotation
Due to technical reasons the field modifier of the secure text content is protected.
seek(long) - Method in class com.levigo.jadice.document.io.CarbonCopyStream
 
seek(long) - Method in class com.levigo.jadice.document.io.ConcatenatedInputStream
 
seek(long) - Method in class com.levigo.jadice.document.io.FileCacheInputStream
 
seek(long) - Method in class com.levigo.jadice.document.io.MemoryInputStream
 
seek(long) - Method in class com.levigo.jadice.document.io.RandomAccessFileInputStream
 
seek(long) - Method in class com.levigo.jadice.document.io.SeekableInputStream
Sets the current stream position, measured from the beginning of this data stream, at which the next read occurs.
seek(long) - Method in class com.levigo.jadice.document.io.SeekableLookaheadStream
 
seek(long) - Method in class com.levigo.jadice.document.io.SubfileSeekableInputStream
 
seek(long) - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
SeekableInputStream - Class in com.levigo.jadice.document.io
This class defines an extended InputStream which is seekable.
SeekableInputStream() - Constructor for class com.levigo.jadice.document.io.SeekableInputStream
 
SeekableLookaheadStream - Class in com.levigo.jadice.document.io
 
SeekableLookaheadStream(SeekableInputStream) - Constructor for class com.levigo.jadice.document.io.SeekableLookaheadStream
 
SeekableLookaheadStream(SeekableInputStream, int) - Constructor for class com.levigo.jadice.document.io.SeekableLookaheadStream
 
SeekableLookaheadStream.MaxLookaheadReachedException - Exception in com.levigo.jadice.document.io
 
SEL_BUS_PROPERTY_PREFIX - Static variable in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
SEL_BUS_PROPERTY_PREFIX - Static variable in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
select(int) - Method in class org.jadice.util.glazedlists.ListSelection
Selects the element at the given index.
select(int[]) - Method in class org.jadice.util.glazedlists.ListSelection
Selects all of the elements in the given array of indices.
select(int, int) - Method in class org.jadice.util.glazedlists.ListSelection
Selects all of the elements within the given range.
select(Annotation, Page) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Selects the given annotation
select(E) - Method in class org.jadice.util.glazedlists.ListSelection
Select the specified element, if it exists.
select(E[], Matcher<? super E>) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Return a new array containing only the items that satisfy the matcher .
select(Collection<Annotation>, Page) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Selects all the annotations within the given collection
select(Collection<E>) - Method in class org.jadice.util.glazedlists.ListSelection
Select all of the specified values.
select(Collection<E>, Matcher<? super E>) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Add all elements from the given collection that satisfy the matcher to a new ArrayList.
select(Collection<E>, Matcher<? super E>, Collection<? super E>) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Add all elements from the given collection that satisfy the matcher to the given results Collection.
selectAll() - Method in class org.jadice.util.glazedlists.ListSelection
Selects all elements.
selectAllAccessibleSelection() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
Causes every selected item in the object to be selected if the object supports multiple selections.
SelectAllOnFocusGain - Class in org.jadice.util.swing.componentdecorator
A decorator to make a JTextComponent select all of its text upon gaining focus.
SelectAnnotation - com.levigo.jadice.appbase.flextree.AnnotationsModule.AnnoSelectionMode
Moves the page view to the selected annotation and marks it.
SelectAnnotionForEdit - com.levigo.jadice.appbase.flextree.AnnotationsModule.AnnoSelectionMode
Moves the page view to the selected annotation and opens the annotation tool.
SELECTED_COLOR_PROPERTY - Static variable in class org.jadice.util.swing.colorpicker.ColorPicker
PropertyChangeEvents will be triggered for this property when the selected color changes.
SELECTED_MENU - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
type of the menu is radioButton - it used in the file of actions definition in the parameter menuState
SelectedTextExportHandler - Class in com.levigo.jadice.swing.dnd
An ExportHandler implementation to export the text out of a Selection.
SelectedTextExportHandler() - Constructor for class com.levigo.jadice.swing.dnd.SelectedTextExportHandler
 
selection - Variable in class com.levigo.jadice.document.auth.ExportSelectionIntent
 
Selection - Interface in com.levigo.jadice.document
Provides selection information for a given Page.
selectionChanged(int, int) - Method in interface org.jadice.util.glazedlists.ListSelection.Listener
Notifies this SelectionListener of a change in selection.
selectionChanged(Result) - Method in interface com.levigo.jadice.appbase.search.advanced.PreviewResultList.SelectionListener
 
SelectionHandlerFeature - Class in org.jadice.util.swing.flextree
A flextree feature used to provide node selection interactivity for nodes.
SelectionHighlighterTool - Class in com.levigo.jadice.swing.search.tool
 
SelectionHighlighterTool() - Constructor for class com.levigo.jadice.swing.search.tool.SelectionHighlighterTool
 
SelectionProvider - Interface in com.levigo.jadice.swing.pageview
An interface to be implemented by classes (usually descendants of Tool) which provide some kind of selection.
Selections - Class in com.levigo.jadice.document
Utility class for Selection objects.
Selections() - Constructor for class com.levigo.jadice.document.Selections
 
selectNextAction - Variable in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
selectNextAction - Variable in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
SelectNextAction() - Constructor for class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel.SelectNextAction
 
SelectNextAction() - Constructor for class com.levigo.jadice.appbase.search.engine.ui.SearchPanel.SelectNextAction
 
SelectNextAction() - Constructor for class com.levigo.jadice.appbase.search.RolloutSearch.SelectNextAction
Deprecated.
 
SelectNextAction() - Constructor for class com.levigo.jadice.appbase.search.SearchPanel.SelectNextAction
Deprecated.
 
selectNextButton - Variable in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
selectNextButton - Variable in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
selectNextIndex() - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Selected the previous row and force it to be visible.
SelectPageLayoutCommand - Class in com.levigo.jadice.swing.commands
 
SelectPageLayoutCommand() - Constructor for class com.levigo.jadice.swing.commands.SelectPageLayoutCommand
 
selectPoint(Point) - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
Select the control point at or near the given point.
selectPreviousAction - Variable in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
selectPreviousAction - Variable in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
SelectPreviousAction() - Constructor for class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel.SelectPreviousAction
 
SelectPreviousAction() - Constructor for class com.levigo.jadice.appbase.search.RolloutSearch.SelectPreviousAction
Deprecated.
 
SelectPreviousAction() - Constructor for class com.levigo.jadice.appbase.search.SearchPanel.SelectPreviousAction
Deprecated.
 
selectPreviousButton - Variable in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
selectPreviousButton - Variable in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
selectPreviousIndex() - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Selected the previous row and force it to be visible.
selectRect(Page) - Static method in class com.levigo.jadice.document.Selections
Creates a Selection containing the whole page.
selectRect(Page, Rectangle2D) - Static method in class com.levigo.jadice.document.Selections
Creates a Selection for the given Page with the specified bounds.
SelectStashDialog - Class in com.levigo.jadice.demo.pagestash
 
SelectStashDialog(Dialog, TableFormat<PageStash>, PageStashReader) - Constructor for class com.levigo.jadice.demo.pagestash.SelectStashDialog
 
SelectStashDialog(Window, TableFormat<PageStash>, PageStashReader) - Constructor for class com.levigo.jadice.demo.pagestash.SelectStashDialog
 
SelectStashPanel - Class in com.levigo.jadice.demo.pagestash
A panel (actually consisting of a JScrollPanel) to be used to select one or more page stashes from a PageStashReader.listStashes(EventList) result.
SelectStashPanel(TableFormat<PageStash>, PageStashReader) - Constructor for class com.levigo.jadice.demo.pagestash.SelectStashPanel
 
selectText(Page) - Static method in class com.levigo.jadice.document.Selections
Creates a Selection for the given Page containing the whole textual content of the page.
selectText(Page, Rectangle2D) - Static method in class com.levigo.jadice.document.Selections
Creates a Selection for the given Page containing the textual content within the given bounds of the page.
SelfDescribingCommand - Interface in org.jadice.util.swing.action.commands
SelfDescribingCommands are commands which are able to provide a name and a description for themselves.
SemanticsTree - Interface in com.levigo.jadice.document.semantics
Marker interface for semantic trees.
SEPARATOR - Static variable in class com.levigo.jadice.document.flavor.IntraDOCPDataFlavor
 
SEPARATOR - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Separator [Format:{separator}]
SeparatorList<E> - Class in org.jadice.util.glazedlists
A list that adds separator objects before each group of elements.
SeparatorList(EventList<E>, Comparator<? super E>, int, int) - Constructor for class org.jadice.util.glazedlists.SeparatorList
Construct a SeparatorList overtop of the source list by using the given comparator to compute groups of similar source items.
SeparatorList.Separator<E> - Interface in org.jadice.util.glazedlists
A separator heading the elements of a group.
sequence() - Method in class org.jadice.util.mm.SequencedHashMap
Returns a List view of the keys rather than a set view.
SequencedHashMap<K,​V> - Class in org.jadice.util.mm
A map of objects whose mapping entries are sequenced based on the order in which they were added.
SequencedHashMap() - Constructor for class org.jadice.util.mm.SequencedHashMap
Construct a new sequenced hash map with default initial size and load factor.
SequencedHashMap(int) - Constructor for class org.jadice.util.mm.SequencedHashMap
Construct a new sequenced hash map with the specified initial size and default load factor.
SequencedHashMap(int, float) - Constructor for class org.jadice.util.mm.SequencedHashMap
Construct a new sequenced hash map with the specified initial size and load factor.
SequencedHashMap(Map<? extends K, ? extends V>) - Constructor for class org.jadice.util.mm.SequencedHashMap
Construct a new sequenced hash map and add all the elements in the specified map.
SequenceList<E> - Class in org.jadice.util.glazedlists
A SequenceList contains values in adjacent indices which occur at predictable intervals from each other.
SequenceList(EventList<E>, SequenceList.Sequencer<E>) - Constructor for class org.jadice.util.glazedlists.SequenceList
Constructs a SequenceList containing a sequence of values produced by the sequencer which cover the range of values contained within the source .
SequenceList(EventList<E>, SequenceList.Sequencer<E>, Comparator<? super E>) - Constructor for class org.jadice.util.glazedlists.SequenceList
Constructs a SequenceList containing a sequence of values produced by the sequencer which cover the range of values contained within the source .
SequenceList.Sequencer<E> - Interface in org.jadice.util.glazedlists
A Sequencer defines the logic required to calculate the previous and next sequence values given any value.
Sequencers - Class in org.jadice.util.glazedlists
A factory for creating Sequencers.
SerializableContentsCreatorSettings - Interface in com.levigo.jadice.document.contentscreator.settings
 
SerializableConverter - Class in com.levigo.jadice.format.annotation.converters
 
SerializableConverter() - Constructor for class com.levigo.jadice.format.annotation.converters.SerializableConverter
 
SerializableFitInstruction - Class in com.levigo.jadice.demo.outline.serialize
 
SerializableFitInstruction() - Constructor for class com.levigo.jadice.demo.outline.serialize.SerializableFitInstruction
 
SerializableInstruction - Class in com.levigo.jadice.demo.outline.serialize
 
SerializableInstruction() - Constructor for class com.levigo.jadice.demo.outline.serialize.SerializableInstruction
 
SerializableOutline - Class in com.levigo.jadice.demo.outline.serialize
 
SerializableOutline() - Constructor for class com.levigo.jadice.demo.outline.serialize.SerializableOutline
 
SerializableOutline(String) - Constructor for class com.levigo.jadice.demo.outline.serialize.SerializableOutline
 
SerializableOutlineNode - Class in com.levigo.jadice.demo.outline.serialize
 
SerializableOutlineNode() - Constructor for class com.levigo.jadice.demo.outline.serialize.SerializableOutlineNode
 
SerializablePanInstruction - Class in com.levigo.jadice.demo.outline.serialize
 
SerializablePanInstruction() - Constructor for class com.levigo.jadice.demo.outline.serialize.SerializablePanInstruction
 
SerializableProcessingControls<T extends SerializableProcessingSettings> - Interface in com.levigo.jadice.document.controls
SerializableProcessingSettings - Interface in com.levigo.jadice.document.controls
Hold settings used to control certain aspects of a document processing process.
SerializableRenderSettings - Interface in com.levigo.jadice.document.render
 
SerializableRotateInstruction - Class in com.levigo.jadice.demo.outline.serialize
 
SerializableRotateInstruction() - Constructor for class com.levigo.jadice.demo.outline.serialize.SerializableRotateInstruction
 
SerializableZoomInstruction - Class in com.levigo.jadice.demo.outline.serialize
 
SerializableZoomInstruction() - Constructor for class com.levigo.jadice.demo.outline.serialize.SerializableZoomInstruction
 
serif() - Static method in class com.levigo.jadice.document.font.attribute.style.Serif
 
Serif - Class in com.levigo.jadice.document.font.attribute.style
Describes whether or not a font is a serif font.
Serif - com.levigo.jadice.document.font.LogicalFontIdentifier
 
set(int, E) - Method in class org.jadice.util.base.collections.FrozenList
not supported since this list is immutable!
set(int, E) - Method in class org.jadice.util.base.collections.InterceptableList
 
set(int, E) - Method in class org.jadice.util.base.collections.ObservableList
 
set(int, E) - Method in class org.jadice.util.glazedlists.AbstractEventList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class org.jadice.util.glazedlists.BasicEventList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class org.jadice.util.glazedlists.CollectionList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class org.jadice.util.glazedlists.DebugList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class org.jadice.util.glazedlists.FunctionList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class org.jadice.util.glazedlists.InterceptableEventList
 
set(int, E) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class org.jadice.util.glazedlists.TransformedList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class org.jadice.util.glazedlists.UniqueList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, List<E>) - Method in class org.jadice.util.glazedlists.GroupingList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(Document, AnnotationProfile) - Static method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
Set the applicable AnnotationProfile for the given document.
set(T) - Method in class org.jadice.util.base.collections.ArrayIterator
 
set(T, V) - Method in class org.jadice.util.glazedlists.beans.BeanProperty
Gets the value of this property for the specified Object.
setAbsolute(String) - Method in class com.levigo.jadice.swing.commands.ZoomCommand
 
setAcceptAllFileFilterUsed(boolean) - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
setAccessibilityInformation(AccessibleContext, String, String, String, String) - Static method in class org.jadice.util.swing.accessibility.AccessibilitySupport
 
setAccessibilityInformation(Accessible, Action) - Static method in class org.jadice.util.swing.accessibility.AccessibilitySupport
 
setAccessibilityInformation(JMenu, String) - Static method in class org.jadice.util.swing.accessibility.AccessibilitySupport
 
setAccessibleDescription(String) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
setAccessibleIconDescription(String) - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Sets the description of the icon.
setAccessibleName(String) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
setAction(GradationActionCommand.Action) - Method in class com.levigo.jadice.swing.gradation.commands.GradationActionCommand
 
setAction(Action) - Method in class org.jadice.util.swing.button.DropDownToggleButton
 
setActivationMargin(int) - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
Set the activation margin, expressed in percent of the light-box's preferred height.
setActivationModifiers(int) - Method in class com.levigo.jadice.demo.gestures.MouseGestureSupport
Set the mask of modifier keys (Shift, Control, Alt etc.) and mouse buttons (left, right etc.)
setActivationModifiers(int) - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
Set the mask of modifier keys (Shift, Control, Alt etc.) and mouse buttons (left, right etc.) to be used to change the frozen state.
setActivationModifiers(int) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the mask of modifier keys and mouse buttons to be used to change the frozen state.
setActivationModifiers(int) - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
Set the mask of modifier keys (Shift, Control, Alt etc.) and mouse buttons (left, right etc.)
setActivationModifiers(int) - Method in class com.levigo.jadice.swing.pageview.MouseWheelZoomTool
Set the mask of modifier keys (Shift, Control, Alt etc.) and mouse buttons (left, right etc.)
setActivationModifiers(int) - Method in class com.levigo.jadice.swing.pageview.PanTool
Set the mask of modifier keys (Shift, Control, Alt etc.) and mouse buttons (left, right etc.)
setActivationModifiers(int) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
Set the mask of modifier keys (Shift, Control, Alt etc.) and mouse buttons (left, right etc.)
setActivationModifiers(int) - Method in interface com.levigo.jadice.swing.tool.ModifierActivated
Set the mask of modifier keys (Shift, Control, Alt etc.) and mouse buttons (left, right etc.)
setActivationPolicy(ToolActivationPolicy) - Method in class com.levigo.jadice.swing.tool.ToolManager
 
setActive(boolean) - Method in class com.levigo.jadice.document.condition.GroupConditionFactory.OptionalGroup
Change the current state of a group.
setActive(boolean) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
setActive(boolean) - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
setActive(boolean) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
setActive(boolean) - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
Receive notification from the tool manager about the tool's active state.
setActive(boolean) - Method in class com.levigo.jadice.swing.tool.Tool
Receive notification from the tool manager about the tool's active state.
setActive(boolean) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Sets the active flag. if not active, invokeLater, invokeAndWait and isEventDispatchThread will be called on the regular SwingUtilities.
setActive(boolean) - Method in class org.jadice.util.swing.action.context.Context
Sets the active.
setActiveSelection(Selection) - Method in class com.levigo.jadice.swing.search.tool.SelectionHighlighterTool
 
setActiveSelectionColor(Color) - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
setAdditionalFormatClassLoader(ClassLoader) - Static method in class com.levigo.jadice.document.FormatRegistry
Sets an additional context classloader used to load format providers.
setAdjustAnnotationToPageBoundsOnCreation(boolean) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Sets a boolean to decide if Annotations get adjusted to page bounds after creation.
setAlignment(int) - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
setAllowedValuesXML(String[]) - Method in class com.levigo.jadice.annotation.profiles.DiscreteProperty
 
setAllowMultipleTextlines(boolean) - Method in class com.levigo.jadice.annotation.StampAnnotation
 
setAllowResize(boolean) - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Sets a flag if annotation is resizeable
setAllowRotation(boolean) - Method in class com.levigo.jadice.annotation.StampImageAnnotation
Set flag to enable/disable the rotation handle.
setAllowTransparency(boolean) - Method in class com.levigo.jadice.annotation.profiles.ColorProperty
 
setAlpha(float) - Method in class org.jadice.util.swing.panel.FadeablePane
Set the global transparency of this fadeable pane.
setAlphaImmediate(float) - Method in class org.jadice.util.swing.panel.FadeablePane
Set the global transparency of this fadable pane without animation.
setAnchorSelectionIndex(int) - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Set the anchor selection index.
setAnchorSelectionIndex(int) - Method in class org.jadice.util.glazedlists.ListSelection
Set the anchor selection index.
setAnimated(boolean) - Method in class org.jadice.util.swing.panel.CollapsiblePane
If true, enables the animation when pane is collapsed/expanded.
setAnimationFPS(int) - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
setAnimationFPS(int) - Method in class org.jadice.util.swing.panel.FadeablePane
 
setAnimationSteps(int) - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
setAnimationSteps(int) - Method in class org.jadice.util.swing.panel.FadeablePane
 
setAnnotationClass(Class<? extends Annotation>) - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
setAnnotationClassXML(Class<? extends Annotation>) - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
Deprecated.
This method is for XML umarshalling use only
setAnnotationID(Document, String) - Static method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationXMLUtils
Sets new annotation id received from P8 archiv.
setAnnotationLabelFilterator(FunctionList.Function<Annotation, String>) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
Set the Filterator used to turn Annotation instances into the descriptive string used to render the node label.
setAnnotationLayer(DocumentLayer) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
Set the DocumentLayer for which this module presents annotations.
setAnnotationMatcher(Matcher<Annotation>) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
setAnnotationProfile(AnnotationProfile) - Method in class com.levigo.jadice.annotation.AnnotationReaderSettings
Sets a valid AnnotationProfile thats required to initialize the loaded annotations.
setAnnotationProfile(AnnotationProfile) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
setAnnotationProfile(AnnotationProfile) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriterSettings
 
setAnnotationProfile(AnnotationProfile) - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationReaderSettings
Set an annotation profile to be used instead of any annotation profile referenced in the XML stream.
setAnnotationProfile(AnnotationProfile) - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationReaderSettings
Set an annotation profile to be used instead of any annotation profile referenced in the XML stream.
setAnnotationRenderingEnabled(AnnotationType, boolean) - Method in class com.levigo.jadice.annotation.AnnotationRenderSettings
Sets a flag whether annotations of given type should be rendered or not.
setAnnotationsToDisable(List<Class<? extends Annotation>>) - Method in class com.levigo.jadice.printer.AbstractPrinter
Sets a list containing annotation class (e.g.
setAnnotationToolBarLocation(String) - Static method in class com.levigo.jadice.demo.BasicJadicePanel
Sets the layout constraint of the annotation toolbar.
setAntiAliasingMode(AntiAliasingMode) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Sets the anti-aliasing mode for shape and text rendering.
setAppearance(String) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFStampAnnotation
Base64 encoded appearance content.
setAppliesToLayer(DocumentLayer, boolean) - Method in class com.levigo.jadice.document.render.ImageRenderSettings
Set whether this ImageRenderSettings instance shall apply to the given document layer or not.
setApplyPageViewRenderSettings(boolean) - Method in class com.levigo.jadice.swing.navigator.NavigatorComponent
Changes the sorter render behavior whether the pages rendered according to the PageView render settings or not.
setApplyPageViewRenderSettings(boolean) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Changes the sorter render behavior whether the pages rendered according to the PageView render settings or not.
setArcheTypeMapping(Map<CMAnnotationArcheTypes, String>) - Method in class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
Sets a self defined archetype mapping table.
setArcheTypeMapping(Map<CMAnnotationArcheTypes, String>) - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Sets a self defined archetype mapping table.
setArcheTypeMapping(Map<FNISAnnotationArcheTypes, String>) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationReaderSettings
 
setArcheTypeMapping(Map<FNISAnnotationArcheTypes, String>) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
setArcheTypeMapping(Map<FNP8AnnotationArcheTypes, String>) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationReaderSettings
 
setArcheTypeMapping(Map<FNP8AnnotationArcheTypes, String>) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriterSettings
 
setArchetypeName(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
setAreas(List<Path2D>) - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
Set List containing Path2D area definitions.
setArrowHeight(int) - Method in class com.levigo.jadice.annotation.CalloutAnnotation
 
setArrowWidth(int) - Method in class com.levigo.jadice.annotation.CalloutAnnotation
 
setAsynchronousPrinting(boolean) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Defines whether print tasks will be started synchronously or asynchronously.
setAttribute(String, String) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Sets the new value on an existing attribute, and remains on the current tag.
setAttribute(String, String, String, Object...) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Sets the new value on a targeted node's attribute, and remains on the current tag.
setAttributeIfExist(String, String) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Sets the new value on an attribute, and remains on the current tag.
setAttributeIfExist(String, String, String, Object...) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Sets the new value on a targeted node's attribute, and remains on the current tag.
setAutoActivate(boolean) - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
Set whether the light-box shall auto-activate itself once the mouse enters the activation zone along the bottom edge of the viewport.
setAutoDeactivate(boolean) - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
Sets whether the light-box shall become invisible automatically once the mouse leaves the light-box's deactivation zone.
setAutoDisableFlags(int) - Method in class org.jadice.util.swing.icon.IconManager
 
setAutoFlush(boolean) - Static method in class com.levigo.jadice.demo.JadiceDemoPreferences
Sets the auto-flush to the desired value.
setAutoRolloverFlags(int) - Method in class org.jadice.util.swing.icon.IconManager
 
setAutoscrollInsets(Insets) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
setAutoScrollModeOn(boolean) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Sets a flag, whether hover lens may cause an autoscroll on the viewer if the mouse moved outside the visible area.
setBackground(Color) - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
Set the flyout's background color.
setBackground(Color) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
setBackground(Color) - Method in class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel
 
setBackgroundImage(Image) - Method in class org.jadice.util.swing.action.components.EllipseJToolBar
Sets a right-aligned background image for horizontal toolbar orientation.
setBaseResolution(Resolution) - Static method in class com.levigo.jadice.format.annocm.CMAnnotations
Set base resolution for ContentManager 7 / 8 annotation format.
setBasicJadicePanel(BasicJadicePanel) - Method in class com.levigo.jadice.demo.commands.ToggleGroupPanelVisibilityCommand
Deprecated.
Will be used by injection exclusively.
setBeepOnStrictViolation(boolean) - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Sets the policy for indicating strict-mode violations to the user by way of a beep sound.
setBitOffset(int) - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
setBitOffset(int) - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
setBlinkInterval(int) - Method in class com.levigo.jadice.swing.search.tool.TextCursorTool
Set the blink interval of the cursor in milliseconds.
setBold(boolean) - Method in class com.levigo.jadice.annotation.StampAnnotation
 
setBold(boolean) - Method in class com.levigo.jadice.annotation.TextAnnotation
 
setBold(boolean) - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
setBold(boolean) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
setBookmarksModified(boolean) - Method in class com.levigo.jadice.demo.bookmark.BookmarkStore
Sets the modified flag to the given value.
setBookmarkStore(BookmarkStore) - Method in class com.levigo.jadice.demo.bookmark.BookmarkDecorationTool
Changes the associated BookmarkStore.
setBookmarkStore(BookmarkStore) - Method in class com.levigo.jadice.demo.bookmark.command.BookmarkCommand
Deprecated.
Will be used by injection exclusively.
setBorder(Border) - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
 
setBorder(Border) - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
Set the flyout's border.
setBorder(Border) - Method in class org.jadice.util.swing.action.components.NonUglyActionJToggleButton
 
setBorder(Border) - Method in class org.jadice.util.swing.button.NonUglyActionButton
 
setBorder(Border) - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
setBorder(Border) - Method in class org.jadice.util.swing.panel.FadeablePane
 
setBorderSize(Dimension) - Method in class com.levigo.jadice.format.text.TextReaderSettings
Changes the border size of the displayed text page.
setBottom(Point2D) - Method in class com.levigo.jadice.annotation.ArrowAnnotation
 
setBounds(int, int, int, int) - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
setBounds(Rectangle) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
setBrowsePages(boolean) - Method in class com.levigo.jadice.swing.pageview.MouseWheelTool
Set whether to skip to the previous/next page if scrolling occurs while already scrolled to the top/bottom and using a single-page or spread layout.
setBuffer(BufferedImage) - Method in class org.jadice.util.swing.panel.FadeablePane
Sets the current cached image.
setByteAt(int, byte) - Method in class com.levigo.jadice.document.io.ByteArrayBuffer
Changes the byte value at given index
setByteOrder(ByteOrder) - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
setByteOrder(ByteOrder) - Method in class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
setCacheEnabled(boolean) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
Enables/Disables the cache and returns the old value.
setCacheFileTimeToLiveSeconds(int) - Static method in class com.levigo.jadice.document.io.FileCacheInputStream
Set the time in seconds after which stale cache files are expunged.
setCacheListenersEnabled(boolean) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
 
setCacheStatisticsEnabled(boolean) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
 
setCallout(Path2D) - Method in class com.levigo.jadice.annotation.CalloutAnnotation
Sets the callout of this CalloutAnnotation.
setCallout(Path2D) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
setCaption(boolean) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
setCaptionOffsetHorizontal(double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
setCaptionOffsetVertical(double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
setCaptionStyle(CaptionStyle) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
setCaseSensitive(boolean) - Method in class com.levigo.jadice.search.SearchRequest
Deprecated.
Specifies whether it should be searched in a case sensitive manner or not.
setCDATA(String) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Set the cdata in the current node.
setCellRenderer(ThumbnailCellRenderer) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
setChangeFrozenStateInLensArea(boolean) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set if the frozen state should be changed only if the mouse position points to the lens interior.
setChangeHandler(AnnotationChangeHandler) - Method in class com.levigo.jadice.annotation.Annotation
Changes the annotation change handler.
setCharset(Charset) - Method in class com.levigo.jadice.format.text.TextReaderSettings
Sets the charset used to read and write textual data.
setCharsPerLine(int) - Method in class com.levigo.jadice.format.text.TextReaderSettings
Changes the maximum number of characters per line.
setChecked(E, boolean) - Method in interface org.jadice.util.glazedlists.gui.CheckableTableFormat
Sets the specified object as checked.
setChildren(List<SerializableOutlineNode>) - Method in class com.levigo.jadice.demo.outline.serialize.SerializableOutlineNode
 
setClassName(String) - Method in class com.levigo.jadice.annotation.profiles.NameBasedFactory
 
setClassResolver(Resolver<Class<?>, ClassNotFoundException>) - Static method in class com.levigo.jadice.document.config.Jadice
Set the Resolver to be used by jadice compontents when looking up Class instances based on their name.
setClientPermission(String) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
Sets client permission.
setClip(Rectangle) - Method in class com.levigo.jadice.document.render.PageImageRenderer
Sets the area, which will be used as clip bounds of the rendered image.
setClipping(BaseRenderSettings.Clipping) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Set the clipping type.
setCloseAfterUserAction(boolean) - Method in class com.levigo.jadice.demo.util.ExternalTargetDialog
Sets whether the dialog should be automatically closed after the user took an action.
setCM8ViewerCompatibilityModeEnabled(boolean) - Method in class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
Enables IBM ContentManager 8 Viewer compatibility if set to true.
setCM8ViewerCompatibilityModeEnabled(boolean) - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Enables IBM ContentManager 8 Viewer compatibility if set to true.
setCollapsed(boolean) - Method in class com.levigo.jadice.demo.pdf.signature.RolloutPDFSignatureBox
 
setCollapsed(boolean) - Method in class org.jadice.util.swing.panel.CollapsiblePane
Expands or collapses this JCollapsiblePane.
setCollapsed(boolean) - Method in class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel
Set expanded/collapsed.
setCollapsedTitle(String) - Method in class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel
Set the collapsed title.
setCollapsiblePane(CollapsiblePane) - Method in class com.levigo.jadice.demo.commands.ToggleInfoAreaCommand
Deprecated.
Will be used by injection exclusively.
setColor(Color) - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
Changes the line color
setColor(Color) - Method in class org.jadice.util.swing.colorpicker.ColorPicker
Sets the current color of this ColorPicker.
setColors(Color, Color) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorColorSettings
setColumnMargin(int) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
setColumnSelectionAllowed(boolean) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
setColumnValue(E, Object, int) - Method in interface org.jadice.util.glazedlists.gui.WritableTableFormat
Sets the specified field of the base object to the edited value.
setComparator(Comparator<? super E>) - Method in class org.jadice.util.glazedlists.GroupingList
Change the Comparator which determines the groupings presented by this List
setComparator(Comparator<? super E>) - Method in class org.jadice.util.glazedlists.SortedList
Set the Comparator in use in this EventList.
setComparator(Comparator<? super E>) - Method in class org.jadice.util.glazedlists.UniqueList
Change the Comparator which determines the unique elements of this List.
setComparator(Comparator<E>) - Method in class org.jadice.util.glazedlists.SeparatorList
Set the Comparator used to determine how elements are split into groups.
setComparator(Comparator<T>) - Method in class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
Update the comparator.
setCompareToggler(CompareToggler) - Method in class com.levigo.jadice.demo.commands.ToggleCompareCommand
Deprecated.
Will be used by injection exclusively.
setComponent(JComponent) - Method in class com.levigo.jadice.appbase.commands.DebugDumpCommand
Deprecated.
Will be used by injection exclusively.
setComponent(JComponent) - Method in class com.levigo.jadice.swing.commands.ShowProductInfoWindowCommand
Deprecated.
Will be used by injection exclusively.
setContent(String) - Method in class com.levigo.jadice.annotation.profiles.Parameter
 
setContent(String) - Method in class com.levigo.jadice.format.xfdf.annotation.metadata.ElementXML
Sets XML element content.
setContentPane(Container) - Method in class org.jadice.util.swing.effect.RolloutBox
 
setContentPane(Container) - Method in class org.jadice.util.swing.panel.CollapsiblePane
Sets the content pane of this JCollapsiblePane.
setContentPane(JComponent) - Method in class org.jadice.util.swing.panel.FadeablePane
Sets the content pane of this JCollapsiblePane.
setContents(String) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
setContentsRichtext(String) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
setContentStream(SeekableInputStream) - Method in class com.levigo.jadice.annotation.ImageAnnotation
 
setContentStream(SeekableInputStream) - Method in class com.levigo.jadice.annotation.ObjectAnnotation
Set content represented by an SeekableInputStream.
setContext(Context) - Method in class com.levigo.jadice.appbase.search.engine.ui.ToggleOptionCommand
Deprecated.
Will be used by injection exclusively.
setContext(Context) - Method in class com.levigo.jadice.appbase.search.ToggleCaseSensitiveCommand
Deprecated.
Will be used by injection exclusively.
setContext(Context) - Method in class com.levigo.jadice.appbase.search.ToggleWholeWordsOnlyCommand
Deprecated.
Will be used by injection exclusively.
setContext(Context) - Method in class com.levigo.jadice.appbase.search.ToggleWildcardCommand
Deprecated.
Will be used by injection exclusively.
setContext(Context) - Method in class com.levigo.jadice.swing.gradation.commands.ToggleShowGradationDetailsCommand
Deprecated.
Will be used by injection exclusively.
setContext(Context) - Method in class org.jadice.util.swing.action.commands.AbstractContextCommand
Invoked by command injection.
setContext(Context) - Method in class org.jadice.util.swing.action.commands.CommandAction
 
setContext(Context) - Method in interface org.jadice.util.swing.action.commands.ContextualAction
 
setControlCharacterMode(AfpLineModeReaderSettings.ControlCharacterMode) - Method in class com.levigo.jadice.format.modca.AfpLineModeReaderSettings
 
setControlPoint(int, Point) - Method in class com.levigo.jadice.document.util.ControlCurve
Set the specified control point
setControlPoint(int, Point) - Method in class com.levigo.jadice.document.util.GradationCurve
 
setCoords(List<Path2D>) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextMarkupAnnotation
Set List containing Path2D coords definitions. coords objects will be verified.
setCorePoolSize(int) - Method in class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
 
setCorrectsCase(boolean) - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
If correctCase is true, user specified strings will be converted to the case of the element they match.
setCreatedBy(String) - Method in class com.levigo.jadice.annotation.Annotation
 
setCreateMode(AnnotationFactory) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Set the tool's mode to create annotations of the given type (AnnotationTool.Mode.CREATE).
setCreateMode(AbstractAnnotationModeCommand.CreateMode) - Method in class com.levigo.jadice.swing.annotation.commands.AbstractAnnotationModeCommand
 
setCreationTimestamp(Date) - Method in class com.levigo.jadice.annotation.Annotation
Sets creation time stamp.
setCryptoMaterialProvider(CryptoMaterialProvider<PasswordMaterial>) - Method in class com.levigo.jadice.format.pdf.crypt.standard.PDFStandardSecurityHandlerSettings
 
setCurrentPage(Page) - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
Integrator warning: this method is an implementation of an internal interface.
setCurrentPage(Page) - Method in class com.levigo.jadice.document.composite.AbstractCompositePageSegment
 
setCurrentPageBorder(Border) - Method in class com.levigo.jadice.swing.pageview.PageView
 
setCurrentPageIndex(int) - Method in class com.levigo.jadice.appbase.preview.NavigablePreviewThumbnailRenderer
 
setCurrentPageIndex(int) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Use this method to set the current viewed Page's index.
setCurrentPageIndex(int) - Method in class com.levigo.jadice.swing.pageview.AbstractContinuousLayout
 
setCurrentPageIndex(int) - Method in class com.levigo.jadice.swing.pageview.PageView
Navigate to the given page number.
setCurrentResultIndex(int) - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
Set the current result index.
setCurrentResultIndex(int) - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
Set the current result index.
setCurrentResultIndex(int) - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
Set the current result index.
setCurrentResultIndex(int) - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
Set the current result index.
setCurrentResultIndex(int) - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
Set the current result index.
setCursor(Cursor) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
setCursor(Cursor) - Method in class com.levigo.jadice.swing.tool.Tool
Set the cursor on the associated view component.
setCursor(Cursor) - Method in class com.levigo.jadice.swing.tool.ToolManager
 
setCurve(GradationCurve) - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
Sets the curve.
setCurve(String) - Method in class com.levigo.jadice.swing.gradation.commands.GradationActionCommand
 
setCurve(String) - Method in class com.levigo.jadice.swing.gradation.commands.GradationCurveCommand
 
setCustomizerFactories(List<NameBasedFactory<AnnotationCustomizer>>) - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
setCw(boolean) - Method in class com.levigo.jadice.swing.commands.SpinCommand
 
setDamage(Rectangle2D) - Method in class com.levigo.jadice.document.PageSegmentEvent
Sets a damage area for this event.
setDashes(float[]) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCircleAnnotation
 
setDashes(float[]) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
setDashes(float[]) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
setDashes(float[]) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
setDashes(float[]) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
setDashes(float[]) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
setDashes(float[]) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFSquareAnnotation
 
setDeactivationMargin(int) - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
Sets the deactivation margin, expressed in percent of the light-box's preferred height.
setDecoderSpecs(JPEG2000ReaderSettings.DecoderSpec...) - Method in class com.levigo.jadice.format.jpeg2000.JPEG2000ReaderSettings
 
setDecoratedToolActivationPolicy(ToolActivationPolicy) - Method in class com.levigo.jadice.demo.SpacePanBehaviour
 
setDecrementalScaleModifier(int) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the mouse modifier(s) for decrementing the scale factor.
Allowed values: 128 512 64 Several modifiers can be combined with binary OR (|).
setDecrementalScaleModifier(String) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the mouse modifier(s) for decrementing the scale factor.
Allowed values: ctrl_mask alt_mask shift_mask Several modifiers can be combined with the pipe character (|).
setDecrementalScaleMouseButton(int) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the mouse button for decrementing the scale factor.
Allowed values: 1 2 3
setDecrementalScaleMouseButton(String) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the mouse button for decrementing the scale factor.
Allowed values: button1_mask button2_mask button3_mask
setDecrementalSizeKeyCode(int) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the key code for decrementing the scale factor.
Allowed values: See the constants KeyEvent.VK_*
setDecrementalSizeModifier(int) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the key modifier(s) for decrementing the scale factor.
Allowed values: 128 512 64 Several modifiers can be combined with binary OR (|).
setDecrementalSizeModifier(String) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the key modifier(s) for decrementing the scale factor.
Allowed values: ctrl_mask alt_mask shift_mask Several modifiers can be combined with the pipe character (|).
setDefault(Cache) - Static method in class org.jadice.util.mm.CacheManager
 
setDefaultAdjusting(PreferenceStore, String) - Static method in class com.levigo.jadice.printer.PrintEnvironment
Sets the default adjusting method.
setDefaultAlphaValue(float) - Method in class com.levigo.jadice.annotation.profiles.ColorProperty
 
setDefaultAnnotationFontFactory(AnnotationFontFactory) - Static method in class com.levigo.jadice.annotation.Annotations
Register a default AnnotationFontFactory implementation, null value is not allowed.
setDefaultBlockSize(int) - Static method in class com.levigo.jadice.document.io.MemoryInputStream
 
setDefaultCachePath(String) - Static method in class com.levigo.jadice.document.io.FileCacheInputStream
Set the default cache path to use, of no explicit path is given.
setDefaultEffects(int) - Method in class org.jadice.util.swing.icon.IconManager
 
setDefaultFilterType(FilterType) - Static method in enum com.levigo.jadice.document.render.FilterType
 
setDefaultLayerSelection(LayerSelection) - Static method in class com.levigo.jadice.printer.PrintEnvironment
Sets the default layer collection for being printed.
setDefaultOutputReferenceBase(PreferenceStore, OutputReferenceBase) - Static method in class com.levigo.jadice.printer.PrintEnvironment
Sets the default output reference base.
setDefaultPath(String) - Static method in class com.levigo.jadice.format.modca.resource.DefaultResourceLoader
 
setDefaultPrintElement(PreferenceStore, String) - Static method in class com.levigo.jadice.printer.PrintEnvironment
Sets the default print elements.
setDefaultProfile(AnnotationProfile) - Static method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
setDefaultReadAhead(int) - Static method in class com.levigo.jadice.document.io.FileCacheInputStream
Set the default read-ahead in bytes.
setDefaultResolution(Resolution) - Method in class com.levigo.jadice.document.read.NCIReaderSettings
 
setDefaultResolutionUnit(Unit) - Method in class com.levigo.jadice.format.tiff.TIFFReaderSettings
Sets the default resolution unit.
setDefaultScale(float) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
setDefaultScaleStep(float) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the default step to increase / decrease the scale value
setDefaultStyle(TextStyle) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
setDefaultText(String) - Method in class com.levigo.jadice.annotation.TextAnnotation
Sets a default text.
setDefaultThreadGroup(ThreadGroup) - Static method in class org.jadice.util.base.swing.TGASwingUtil
Sets the default ThreadGroup.
setDefaultToTreeRoot(boolean) - Method in class org.jadice.util.swing.flextree.PopupMenuFeature
Set whether popup activations on empty space are treated as activations on the tree root.
setDefaultValue(String) - Method in class com.levigo.jadice.annotation.profiles.PropertyDefault
 
setDefaultValue(T) - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
setDefaultValueXML(String) - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
setDeleteStaleCacheFiles(boolean) - Static method in class com.levigo.jadice.document.io.FileCacheInputStream
Set whether to automatically delete stale cache files left over by earlier instances of this class.
setDemoApplication(BasicDemoApplication) - Method in class com.levigo.jadice.demo.commands.CloseDemoCommand
Deprecated.
Will be used by injection exclusively.
setDemoApplication(BasicDemoApplication) - Method in class com.levigo.jadice.demo.commands.ShowTrayLicenseCommand
Deprecated.
Will be used by injection exclusively.
setDemoApplication(BasicDemoApplication) - Method in class com.levigo.jadice.demo.commands.ToggleTrayCommand
Deprecated.
Will be used by injection exclusively.
setDesaturate(boolean) - Method in class com.levigo.jadice.document.render.ImageRenderSettings
Changes whether desaturation is active or not.
setDescription(String) - Method in class com.levigo.jadice.demo.outline.serialize.SerializableOutlineNode
 
setDescription(String) - Method in class com.levigo.jadice.document.outline.DefaultOutlineNode
Set the human-readable description for this node.
setDescription(String) - Method in interface com.levigo.jadice.document.outline.MutableOutlineNode
Set the human-readable description for this node.
setDesiredSize(Dimension) - Method in class com.levigo.jadice.swing.pageview.JadiceBackgroundIcon
Sets the desired size of this icon.
setDeviceResolution(int) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Sets the device resolution.
setDialogTitle(String) - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
setDirection(ScrollCommand.Direction) - Method in class com.levigo.jadice.swing.commands.ScrollCommand
 
setDisabledColor(Color) - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
 
setDispenser(GradationCurveControlDispenser) - Method in class com.levigo.jadice.swing.gradation.commands.LoadGradationCommand
Deprecated.
Will be used by injection exclusively.
setDispenser(GradationCurveControlDispenser) - Method in class com.levigo.jadice.swing.gradation.commands.SaveGradationCommand
Deprecated.
Will be used by injection exclusively.
setDispenser(GradationCurveControlDispenser) - Method in class com.levigo.jadice.swing.gradation.commands.ToggleShowGradationDetailsCommand
Deprecated.
Will be used by injection exclusively.
setDocId(String) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
Sets FileNet document id.
setDocument(Document) - Method in class com.levigo.jadice.appbase.preview.NavigablePreviewThumbnailRenderer
 
setDocument(Document) - Method in class com.levigo.jadice.document.AbstractDocumentEvent
Sets the document which originates this event.
setDocument(Document) - Method in class com.levigo.jadice.document.read.Reader
Replace this instance's target document to be used by subsequent read calls.
setDocument(Document) - Method in class com.levigo.jadice.swing.pageview.PageView
Changes the Document to be displayed within this PageView instance.
setDocument(Document) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
setDocumentLayerCache(DocumentLayerCache) - Static method in class com.levigo.jadice.document.DocumentLayer
This method replaces the currently used layer cache.
setDocumentLayerEnabled(DocumentLayer, boolean) - Method in class com.levigo.jadice.document.marshalling.BaseMarshallingSettings
Sets a flag whether document layer of given class should be marshalled or not.
setDocumentLayerEnabled(DocumentLayer, boolean) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Sets a flag whether document layer of given class should be rendered or not.
setDoFireAnnotationEvents(boolean) - Method in class com.levigo.jadice.annotation.Annotation
Changes the annotation event propagation mode.
setDomain(String) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
Sets FileNet domain (Default 'Imaging')
setDragActionSwitchModifier(int) - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
The modifier used to switch the meaning of a drag gesture between drag-and-drop export and selection translation.
setDragDefaultsToExport(boolean) - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
Set whether a drag gesture defaults to a drag-and-drop export of the selection ( true) or a translation of the selected area (false).
setDragOffset(Point) - Method in class com.levigo.jadice.demo.SorterToolbar.SorterToolBarUI
 
setDragThreshold(int) - Method in class org.jadice.util.swing.dnd.BasicDragGestureRecognizer
 
setDrawMode(ContentsCreatorDrawModeSettings.DrawMode) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorDrawModeSettings
Sets the mode in which an element might be drawn to one of the following values.
setDuration(long) - Method in interface com.levigo.jadice.demo.flextree.ReadStateModule.ReadTracker
Set the duration after which a document is marked as read.
setDynamicZoomMode(int) - Method in class com.levigo.jadice.swing.pageview.PageViewSettings
 
setEditable(boolean) - Method in class com.levigo.jadice.annotation.TextAnnotation
Sets the ability to edit the annotation.
setEditMode() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
(Re-)Set the tool's mode to edit existing annotations (AnnotationTool.Mode.EDIT).
setElement(Element) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ValueElement
 
setElements(PropertiesDescriptor.ValueElement[]) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.CollectionValue
 
setElements(XFDFAnnotationElements) - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationReaderSettings
 
setElements(XFDFAnnotationElements) - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationWriterSettings
Sets a XFDFAnnotationElements instance.
setEnableAlphaChannel(boolean) - Method in class com.levigo.jadice.format.bmp.BMPReaderSettings
Set whether to enable alpha (transparency) channel support.
setEnableCaching(boolean) - Method in class com.levigo.jadice.document.render.PageImageRenderer
If there are multiple rendering calls on the same page an enabled caching allows to reuse prior generated resources and render preparations.
setEnableCollectionHandling(boolean) - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule
 
setEnabled(boolean) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
setEnabled(boolean) - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
 
setEnabled(boolean) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
setEnabled(boolean) - Method in class com.levigo.jadice.swing.tool.Tool
Receive notification from the tool manager about the tool's enabled state.
setEnabled(boolean) - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Set the EventSelectionModel as editable or not.
setEnabled(boolean) - Method in class org.jadice.util.swing.action.commands.CommandAction
Enables or disables the action.
setEnabled(boolean) - Method in class org.jadice.util.swing.action.commands.DelegateAction
 
setEnabled(boolean) - Method in class org.jadice.util.swing.action.components.VisibilityEnabledJCheckboxMenuItem
 
setEnabled(boolean) - Method in class org.jadice.util.swing.action.components.VisibilityEnabledJMenuItem
 
setEnabled(boolean) - Method in class org.jadice.util.swing.action.components.VisibilityEnabledJRadioMenuItem
 
setEnabled(boolean) - Method in class org.jadice.util.swing.button.DropDownToggleButton
 
setEnabled(boolean) - Method in class org.jadice.util.swing.button.PopupButton
 
setEnabled(boolean) - Method in class org.jadice.util.swing.effect.FadeBox
 
setEnabled(boolean) - Method in class org.jadice.util.swing.effect.RolloutBox
 
setEnabled(boolean) - Method in class org.jadice.util.swing.icon.ArrowIcon
 
setEnabled(Class<? extends Tool>, boolean) - Method in class com.levigo.jadice.swing.tool.ToolManager
Change the enabled state of the tool of the given class.
setEnabledColor(Color) - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
 
setEnabledDocumentLayers(String) - Method in class com.levigo.jadice.demo.pagestash.StashPagesCommand
This method defines the enabled layers to be marshalled.
setEnableDragExport(boolean) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
Set whether to enable the export of selected text using a drag-and-drop transfer.
setEnableFirstLast(boolean) - Method in class com.levigo.jadice.appbase.status.PageSnapIn
 
setEnableFirstLast(boolean) - Method in class com.levigo.jadice.demo.DemoPageSnapIn
 
setEnableHoverToolbar(boolean) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
Set whether to enable the hover toolbar which contains functions pertaining to the selection.
setEnableMediumMapPageRangeCheck(boolean) - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
setEnablePreviousNext(boolean) - Method in class com.levigo.jadice.appbase.status.PageSnapIn
 
setEnablePreviousNext(boolean) - Method in class com.levigo.jadice.demo.DemoPageSnapIn
 
setEnableSoftReferences(boolean) - Method in class org.jadice.util.mm.LRUCache
 
setEnableTransientPageRendering(boolean) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Returns whether thumbnail rendering shall be triggered, even during transient renderings.
setEncoding(String) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationReaderSettings
 
setEncoding(String) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
 
setEncoding(String) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationReaderSettings
 
setEncoding(String) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriterSettings
 
setEncoding(String) - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationReaderSettings
Set the encoding to be used to read the stream.
setEncoding(String) - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationWriterSettings
Set the encoding to be used to read the stream.
setEncodingNoteAnnotation(String) - Method in class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
Sets the encoding for the NOTE annotation.
setEncodingNoteAnnotation(String) - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Sets the output encoding for the NOTE annotation.
setEncodingStampAnnotation(String) - Method in class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
Sets the encoding for the STAMP annotation.
setEncodingStampAnnotation(String) - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Sets the output encoding for the STAMP annotation.
setEncodingTextAnnotation(String) - Method in class com.levigo.jadice.format.annocm.CMAnnotationReaderSettings
Sets the encoding for the TEXT annotation.
setEncodingTextAnnotation(String) - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Sets the output encoding for the TEXT annotation.
setEnd(Point2D) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
setEnlargePageToPaper(boolean) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Simply sets a boolean flag.
setEnlargeThinStrokeRendering(boolean) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Sets if 0 width lines should be rendered as 1 pixel width lines
setEntireText(String) - Method in class com.levigo.jadice.annotation.HistoryAnnotation
Sets the entire text, this method should be used by the reader- / writer-implementations.
setEntries(List<PropertiesDescriptor.MapValue.Entry>) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.MapValue
 
setEntryDate(Document, long) - Static method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationXMLUtils
Updates annotation entry date.
setErrorHandler(PrintErrorHandler) - Method in class com.levigo.jadice.printer.AbstractPrinter
 
setExclusive(Class<? extends Tool>) - Method in class com.levigo.jadice.swing.tool.ToolManager
Set the tool of the given class to be the exclusive tool.
setExecutorManager(ExecutorManager) - Static method in class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
 
setExpanded(int, boolean) - Method in class org.jadice.util.glazedlists.TreeList
Control whether the child elements of the specified node are visible.
setExpanded(E, List<E>, boolean) - Method in class org.jadice.util.glazedlists.DefaultExternalExpansionModel
 
setExpanded(E, List<E>, boolean) - Method in interface org.jadice.util.glazedlists.TreeList.ExpansionModel
Notifies this handler that the specified element's expand/collapse state has changed.
setExpandedTitle(String) - Method in class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel
Set the expanded title.
setExpertControlsVisible(boolean) - Method in class org.jadice.util.swing.colorpicker.ColorPicker
The labels/spinners/buttons on the right side of a ColorPicker are optional.
setExpiryInterval(long) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
setExpiryObjectCountRatio(float) - Method in class org.jadice.util.mm.ckc.expiry.LRUExpiryStrategy
Sets the minimum ratio of elements that should be expired (dependent on the element count).
setExpiryObjectCountRatio(int) - Method in class org.jadice.util.mm.LRUCache
Sets the expiry object count ratio.
setExpiryStrategy(ExpiryStrategy) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
 
setExportHandler(ExportHandler<Selection>) - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
setExportHandler(ExportHandler<Selection>) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
setExportHandler(ExportHandler<List<Page>>) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
setExportResolution(int) - Method in class com.levigo.jadice.appbase.commands.CopyRasterizedSelectionCommand
Set the resolution at which to export the page images.
setExportResolution(int) - Method in class com.levigo.jadice.swing.dnd.RasterizedSelectionExportHandler
 
setExportResolution(int) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.RasterizedPageImageExportHandler
Set the resolution at which to export the page images.
setExtensions(String[]) - Method in class com.levigo.jadice.format.modca.resource.ResourceFileLoader
 
setFactoryName(String) - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
Changes the name of this factory.
setFactoryName(String) - Method in class org.jadice.util.swing.action.factories.BasicCommandFactory
Changes the name of this factory.
setFactoryName(String) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Changes the name of this factory.
setFactoryNameName(String) - Method in class com.levigo.jadice.swing.annotation.commands.AnnotationModeCommand
 
setFallbackIcon(Icon) - Method in class org.jadice.util.swing.button.DropDownToggleButton
Sets the buttons fallback icon.
setFallbackToolTipText(String) - Method in class org.jadice.util.swing.button.DropDownToggleButton
Sets the buttons fallback tooltip text.
setFast(boolean) - Method in class com.levigo.jadice.swing.commands.ScrollCommand
 
setFields(Set<SearchEngineTextMatcherEditor.Field<E>>) - Method in class org.jadice.util.glazedlists.matchers.SearchEngineTextMatcherEditor
Replaces the current set of search fields.
setFileFilter(FileFilter) - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
setFileSystemView(FileSystemView) - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
setFileView(FileView) - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
setFillColor(Color) - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Sets the fill color (used for filled areas)
setFillColor(Color) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
Sets the fill color (used for filled areas)
setFilled(boolean) - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Sets a flag indicating if annotation is rendered with a background color.
setFilterator(TextFilterator<? super E>) - Method in class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Set the filterator used to extract Strings from the matched elements.
setFilterMode(int) - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Sets the manner in which the contents of the ComboBoxModel are filtered.
setFilterName(String) - Method in class com.levigo.jadice.demo.commands.ResampleFilterCommand
 
setFilterText(String[]) - Method in class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Adjusts the filters of this TextMatcherEditor and fires a change to the Matcher .
setFilterType(FilterType) - Method in class com.levigo.jadice.document.render.ImageRenderSettings
Changes the filter type to be applied.
setFirstItem(E) - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
This method set a single optional value to be used as the first element in the ComboBoxModel.
setFixedLineHeight(float) - Method in class com.levigo.jadice.format.text.TextReaderSettings
If TextReaderSettings.useFixedLineHeight is enabled, this line height is used as a fixed height for each line.
setFlags(Set<Flags>) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
setFloating(boolean, Point) - Method in class com.levigo.jadice.demo.SorterToolbar.SorterToolBarUI
 
setFloatingLocation(int, int) - Method in class com.levigo.jadice.demo.SorterToolbar.SorterToolBarUI
 
setFlyoutZonePercent(float) - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
 
setFont(Font) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTextSettings
Set the Font to be used for the text to be displayed using these settings.
setFont(Font) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
setFontFace(String) - Method in class com.levigo.jadice.annotation.StampAnnotation
 
setFontFace(String) - Method in class com.levigo.jadice.annotation.TextAnnotation
Sets the logical name of the font to display.
setFontFace(String) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
Sets the logical name of the font to display.
setFontFactory(FontFactory) - Method in class com.levigo.jadice.document.font.factory.FontFactoryProcessingSettings
Define the instance of FontFactory that shall be used for processing wherever this instance of FontFactoryProcessingSettings is applicable.
setFontFactory(FontFactory) - Method in class com.levigo.jadice.document.font.factory.FontFactoryReaderSettings
Define the instance of FontFactory that shall be used for reading document content where this instance of FontFactoryReaderSettings is applicable.
setFontFamily(String) - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
setFontMode(MODCAReaderSettings.FontMode) - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
Sets MODCAReaderSettings.FontMode for text rendering.
setFontSize(double) - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
setFontSize(float) - Method in class com.levigo.jadice.annotation.StampAnnotation
 
setFontSize(float) - Method in class com.levigo.jadice.annotation.TextAnnotation
Sets the font size of the displayed text.
setFontSize(float) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
Sets the font size of the displayed text.
setFontSizeInPoint(double) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTextSettings
Set the font size in DTP-(PostScript-)point (1/72 inch) to be used to display the text controlled by this settings object.
setForeground(Color) - Method in class com.levigo.jadice.appbase.search.BackgroundProgressBar
 
setForeground(Color) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
setFormat(Format) - Method in class com.levigo.jadice.document.read.Reader
Specify the Format instance which governs how subsequent read calls interpret the data they read.
setFormat(CMAnnotationWriterSettings.Format) - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Sets the annotation output CMAnnotationWriterSettings.Format.
setFormatClassName(String) - Method in class com.levigo.jadice.demo.pagestash.UnstashMergeCommand
 
setForwardFunction(FunctionList.Function<S, E>) - Method in class org.jadice.util.glazedlists.FunctionList
Changes the FunctionList.Function that evaluates source elements to produce mapped elements.
setFrameDragTolerance(int) - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
Set the tolerance in pixels within which the frame will be draggable.
setFrozen(boolean) - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
Sets / unsets the frozen state where the pane will remain in focus of the last point before being set to frozen.
setFrozen(boolean) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Sets / unsets the frozen state where the lens will remain in focus of the last point before being set to frozen.
setFrozen(boolean) - Method in class com.levigo.jadice.swing.lens.LensView
Sets / unsets the frozen state where the lens will remain in focus of the last point before being set to frozen.
setFrozenLabelText(String) - Method in class com.levigo.jadice.swing.lens.LensView
Sets the text of the frozen label indicator.
setFrozenMode(FrozenMode) - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
Changes the frozen mode behaviour.
setFrozenStateMode(FrozenStateMode) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the frozen state mode, which describes how instances of hover lens handles the frozen mode.
setFrozenStateMode(FrozenStateMode) - Method in class com.levigo.jadice.swing.lens.LensView
Set the frozen state mode, which describes how instances of LensView handle the frozen mode.
setGap(int) - Method in class com.levigo.jadice.annotation.StampAnnotation
Returns the insets gap width of stamp border and displayed text
setGestures(Point2D[][]) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
setGradationCurve(GradationCurve) - Method in class com.levigo.jadice.document.render.ImageRenderSettings
Sets the gradation curve to be applied to the image.
setGroup(String) - Method in class org.jadice.util.swing.menu.ActionFactoryMenuContributor
Specifies to which group the actions shall be contributed.
setHead(LineEndingStyle) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
setHead(LineEndingStyle) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
setHead(LineEndingStyle) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
setHeadAngle(int) - Method in class com.levigo.jadice.annotation.ArrowAnnotation
Sets the head angle in degrees.
setHeadLength(int) - Method in class com.levigo.jadice.annotation.ArrowAnnotation
Sets the head length which is defined by the ArrowAnnotation.isHeadLengthInPercent() value.
setHeadLengthInPercent(boolean) - Method in class com.levigo.jadice.annotation.ArrowAnnotation
Sets the mode for the ArrowAnnotation.setHeadAngle(int) value:
true - head length in percent of the total length.
setHeadRange(int, int) - Method in class org.jadice.util.glazedlists.RangeList
Set the range of values displayed by this RangeList.
setHeadRange(int, int) - Method in class org.jadice.util.glazedlists.ThresholdList
Set the range of values displayed by this RangeList.
setHexControlsVisible(boolean) - Method in class org.jadice.util.swing.colorpicker.ColorPicker
This controls whether the hex field (and label) are visible or not.
setHideIfDisabled(boolean) - Method in class org.jadice.util.swing.menu.ActionFactoryMenuContributor
Specify whether actions that are not enabled should be hidden.
setHidesPopupOnFocusLost(boolean) - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
If hidesPopupOnFocusLost is true, then the popup menu of the combo box is always hidden whenever the combo box editor loses focus.
setHighlighted(boolean) - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
Enable / disable highlight effect.
setHistoryDepth(int) - Method in interface org.jadice.util.swing.infobar.MessageWidget
Sets the maximum number of messages the message widget presents.
setHistoryDepth(int) - Method in class org.jadice.util.swing.infobar.RollingMessagePanel
 
setHistoryPattern(String) - Method in class com.levigo.jadice.annotation.HistoryAnnotation
Set history pattern displayed as non editable text.
setHorizontalAlignment(HorizontalAlignment) - Method in class com.levigo.jadice.annotation.StampAnnotation
 
setHorizontalAlignment(HorizontalAlignment) - Method in class com.levigo.jadice.annotation.TextAnnotation
Sets the alignment of the text within the annotation.
setHorizontalAlignment(PageLayoutSettings.HorizontalAlignment) - Method in class com.levigo.jadice.swing.pageview.PageLayoutSettings
 
setHoverShape(HoverLensTool.HoverShape) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Sets the shape of the hoverlens.
setHoverSize(Dimension) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Sets the size of the hover lens.
setHSB(float, float, float) - Method in class org.jadice.util.swing.colorpicker.ColorPalette
Sets the selected color of this panel.
setHSB(float, float, float) - Method in class org.jadice.util.swing.colorpicker.ColorPicker
Sets the current color of this ColorPicker
setHSBControlsVisible(boolean) - Method in class org.jadice.util.swing.colorpicker.ColorPicker
This shows or hides the HSB spinner controls.
setIcon(String) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFStampAnnotation
 
setIcon(String) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextAnnotation
 
setIconified(boolean) - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
 
setIconPath(String) - Static method in class org.jadice.util.glazedlists.gui.TableComparatorChooser
Set all TableComparatorChoosers to use the icons from the directory specified.
setID(String) - Method in class com.levigo.jadice.annotation.Annotation
Set annotation id.
setID(String) - Method in class org.jadice.util.swing.infobar.SimpleMessage
 
setIgnoreEmptyActions(boolean) - Static method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Whether to ignore actions with no commands configured.
setIgnoreExifOrientation(boolean) - Method in class com.levigo.jadice.format.imageio.ImageIOReaderSettings
By default, an image is automatically rotated according to exif orientation tag, if it is available, as this behavior meets the expectations of the users.
setIgnoreLineWidth(boolean) - Method in class com.levigo.jadice.annotation.StampAnnotation
Flag to ignore line width for annotation size update.
setIgnoreMissingMultiPageAttribute(boolean) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationReaderSettings
Enable / disable load support for annotation structures with missing 'F_MULTIPAGETIFFPAGENUMBER' attribute.
setIgnoreUndefinedAnnotationProperty(boolean) - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationReaderSettings
Set whether to warn about, but otherwise ignore annotation properties given in the annotation XML stream, which are not defined in the annotation profile.
setImportHandler(ImportHandler) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
setIncrease(boolean) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailResizeCommand
 
setIncrementalScaleModifier(int) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the mouse modifier(s) for incrementing the scale factor.
Allowed values: 128 512 64 Several modifiers can be combined with binary OR (|).
setIncrementalScaleModifier(String) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the mouse modifier(s) for incrementing the scale factor.
Allowed values: ctrl_mask alt_mask shift_mask Several modifiers can be combined with the pipe character (|).
setIncrementalScaleMouseButton(int) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the mouse button for incrementing the scale factor.
Allowed values: 1 2 3
setIncrementalScaleMouseButton(String) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the mouse button for incrementing the scale factor.
Allowed values: button1_mask button2_mask button3_mask
setIncrementalSizeKeyCode(int) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the key code for incrementing the scale factor.
Allowed values: See the constants KeyEvent.VK_*
setIncrementalSizeModifier(int) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the key modifier(s) for incrementing the scale factor.
Allowed values: 128 512 64 Several modifiers can be combined with binary OR (|).
setIncrementalSizeModifier(String) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the key modifier(s) for incrementing the scale factor.
Allowed values: ctrl_mask alt_mask shift_mask Several modifiers can be combined with the pipe character (|).
setInfoTreeFrame(InfoTreeFrame) - Method in class com.levigo.jadice.demo.infotree.ToggleInfoTreeCommand
Deprecated.
Will be used by injection exclusively.
setInitialAutoscrollDelay(int) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
setInitializer(AnnotationInitializer) - Method in class com.levigo.jadice.annotation.Annotation
 
setInitializerFactories(List<AnnotationInitializerFactory>) - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
setInitialSize(Dimension) - Method in class com.levigo.jadice.document.lazy.LazyStreamPageSegment
Sets the initial Size of the PageSegment, before the PageSegment is loaded
setInklist(Path2D) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
setInput(Object) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
setInReplyTo(String) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextAnnotation
 
setInsets(Insets) - Method in class org.jadice.util.swing.action.components.EllipseJToolBar
 
setInstanceClass(Class<? extends T>) - Method in class com.levigo.jadice.annotation.profiles.NameBasedFactory
 
setInstructionChain(Instruction...) - Method in class com.levigo.jadice.document.outline.DefaultOutlineNode
Convenience method to replace the entire chain of instructionChain with an InstructionChain created from the given Instructions.
setInstructionChain(InstructionChain) - Method in class com.levigo.jadice.annotation.InstructionAnnotation
Set the instruction chain.
setInstructionChain(InstructionChain) - Method in class com.levigo.jadice.appbase.executor.InstructionExecutorCommand
Deprecated.
To be used by injection exclusively.
setInstructionChain(InstructionChain) - Method in class com.levigo.jadice.document.outline.DefaultOutlineNode
Replace the entire chain of instructionChain with the given one.
setInstructionChain(InstructionChain) - Method in interface com.levigo.jadice.document.outline.MutableOutlineNode
Replace this node's InstructionChain with the given one.
setInstructionExecutorInventory(InstructionExecutorInventory) - Method in class com.levigo.jadice.appbase.executor.InstructionExecutorCommand
Deprecated.
To be used by injection exclusively.
setInstructionExecutorInventory(InstructionExecutorInventory) - Method in class com.levigo.jadice.swing.tool.EmbeddedLinkTool
setInstructions(Instruction...) - Method in class com.levigo.jadice.annotation.InstructionAnnotation
Creates a new InstructionChain with the given instructions
setInstructions(List<SerializableInstruction>) - Method in class com.levigo.jadice.demo.outline.serialize.SerializableOutlineNode
 
setIntensity(double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCircleAnnotation
 
setIntensity(double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
setIntensity(double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
setIntensity(double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
setIntensity(double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFSquareAnnotation
 
setIntent(String) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
setInvalidCharacterHandling(MetadataBuilder.InvalidCharacterHandling) - Method in class com.levigo.jadice.document.metadata.MetadataBuilder
 
setInvalidResolutionHandling(NCIReaderSettings.InvalidResolutionHandling) - Method in class com.levigo.jadice.document.read.NCIReaderSettings
 
setItalic(boolean) - Method in class com.levigo.jadice.annotation.StampAnnotation
 
setItalic(boolean) - Method in class com.levigo.jadice.annotation.TextAnnotation
 
setItalic(boolean) - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
setItalic(boolean) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
setJavaTypeName(String) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.JavaTypedValue
 
setJustification(Justification) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
setKey(String) - Method in class org.jadice.util.swing.action.injection.InjectedCommand
 
setLabels(Labels) - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
setLabels(Labels) - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
setLabels(Labels) - Method in class com.levigo.jadice.annotation.profiles.TypeSet
Deprecated.
JAXB usage exclusively
setLastModifiedBy(String) - Method in class com.levigo.jadice.annotation.Annotation
 
setLastPrintServiceName(String) - Static method in class com.levigo.jadice.printer.PrintEnvironment
Sets the last used print service name.
setLastPrintServiceName(String) - Static method in class com.levigo.jadice.printer.PrintManager
Sets the last used print service name.
setLastTriggerEvent(AWTEvent) - Static method in class org.jadice.util.swing.action.commands.CommandAction
Due to technical reasons this method is temporary part of this class.
setLayer(DocumentLayer) - Method in class com.levigo.jadice.document.PageSegmentEvent
Sets the document layer in which the changed page segment resides.
setLayerMapping(Map<DocumentLayer, DocumentLayer>) - Method in class com.levigo.jadice.document.read.Reader
Replace the entire layer mapping to be used by subsequent read calls.
setLayerSelectionToPrint(LayerSelection) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
 
setLayersToPrint(Collection<DocumentLayer>) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
 
setLayout(PageView.Layout) - Method in class com.levigo.jadice.swing.commands.SelectPageLayoutCommand
 
setLayout(LayoutManager) - Method in class com.levigo.jadice.demo.SorterToolbar
To work properly the sorter toolbar needs an instance of BorderLayout as LayoutManager.
setLayout(LayoutManager) - Method in class org.jadice.util.swing.effect.EffectContainer
 
setLayout(LayoutManager) - Method in class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel
Overriden to redirect call to the content pane.
setLayout(LayoutManager) - Method in class org.jadice.util.swing.panel.TransformerPanel
 
setLeaderExtend(double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
setLeaderLength(double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
setLeaderOffset(double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
setLeadSelectionIndex(int) - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Set the lead selection index.
setLeadSelectionIndex(int) - Method in class org.jadice.util.glazedlists.ListSelection
Set the lead selection index.
setLens(LensView) - Method in class com.levigo.jadice.swing.lens.LensView.LensInputEventTool
 
setLensFrame(LensFrame) - Method in class com.levigo.jadice.demo.commands.ToggleLensCommand
Deprecated.
Will be used by injection exclusively.
setLevel(Level) - Method in class org.jadice.util.swing.infobar.SimpleMessage
 
setLibrary(String) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
Sets FileNet library name (Default 'DefaultIMS').
setLightboxVisible(boolean) - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
Set the thumbnail light-box visibility.
setLimit(int) - Method in interface org.jadice.util.glazedlists.SeparatorList.Separator
Set the maximum number of elements in this group to show.
setLinePainted(boolean) - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Sets a flag if annotation border is rendered.
setLinesPerPage(int) - Method in class com.levigo.jadice.format.text.TextReaderSettings
Changes the maximum number of lines per page.
setLineWidth(float) - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Sets the border line width of this annotation.
setLineWidth(float) - Method in class com.levigo.jadice.annotation.StampAnnotation
 
setLineWidth(int) - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
 
setLinkEnabled(boolean) - Method in class org.jadice.util.swing.button.Hyperlink
 
setLive(boolean) - Method in class org.jadice.util.glazedlists.gui.TextComponentMatcherEditor
Toggle between filtering by the keystroke and not.
setLocale(String) - Method in class com.levigo.jadice.annotation.profiles.Label
 
setLocale(String) - Method in class com.levigo.jadice.annotation.profiles.PropertyDefault
 
setLocation(double, double) - Method in class com.levigo.jadice.annotation.Annotation
Set the location (upper-left corner) of the annotation to the given point.
setLocation(double, double) - Method in class com.levigo.jadice.annotation.CalloutAnnotation
 
setLocation(double, double) - Method in class com.levigo.jadice.annotation.EllipseAnnotation
 
setLocation(double, double) - Method in class com.levigo.jadice.annotation.LineAnnotation
 
setLocation(double, double) - Method in class com.levigo.jadice.annotation.PathAnnotation
 
setLocation(double, double) - Method in class com.levigo.jadice.annotation.RectangleAnnotation
 
setLocation(double, double) - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Set the location (upper-left corner) of the annotation to the given point.
setLocation(double, double) - Method in class com.levigo.jadice.annotation.StampAnnotation
 
setLocation(double, double) - Method in class com.levigo.jadice.annotation.StampImageAnnotation
 
setLocation(double, double) - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
Not supported, annotation is not intended to be movable.
setLocation(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
setLocation(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
setLocation(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
setLocation(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
setLocation(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
setLocation(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
setLocation(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextMarkupAnnotation
Not supported, annotation is not intended to be movable.
setLocation(Point) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
setLockCheckingEnabled(boolean) - Method in class org.jadice.util.glazedlists.DebugList
 
setLogNotfounds(boolean) - Static method in class com.levigo.jadice.format.modca.resource.ResourceGroupLoader
 
setLookupProperty(String, String) - Method in class org.jadice.util.swing.action.factories.BasicActionFactory
Allows an application to overwrite or set lookup properties programmatically.
setLookupProperty(String, String) - Method in class org.jadice.util.swing.action.factories.BasicCommandFactory
Allows an application to overwrite or set lookup properties programmatically.
setLookupProperty(String, String) - Method in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Allows an application to overwrite or set lookup properties programmatically.
setLookupProperty(String, String) - Method in class org.jadice.util.swing.action.factories.DefaultActionFactory
Allows an application to overwrite or set lookup properties programmatically.
setLookupProperty(String, String) - Method in class org.jadice.util.swing.action.factories.DefaultCommandFactory
Allows an application to overwrite or set lookup properties programmatically.
setLookupProperty(String, String) - Method in class org.jadice.util.swing.action.factories.DefaultMenuComponentFactory
Allows an application to overwrite or set lookup properties programmatically.
setLowerThreshold(int) - Method in class org.jadice.util.glazedlists.ThresholdList
Sets the lower threshold for this list.
setLowerThreshold(E) - Method in class org.jadice.util.glazedlists.ThresholdList
Sets the lower threshold for this list to be the result of calling evaluate() on the given object.
setMainToolBarLocation(String) - Static method in class com.levigo.jadice.demo.BasicJadicePanel
Sets the layout constraint of the main jadice toolbar.
setManager(ToolManager) - Method in class com.levigo.jadice.demo.pdf.crypto.PDFPasswordProviderTool
 
setManager(ToolManager) - Method in class com.levigo.jadice.demo.pdf.signature.PDFSignatureBoxTool
 
setManager(ToolManager) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
setManager(ToolManager) - Method in class com.levigo.jadice.swing.crosshair.CrossHairTool
 
setManager(ToolManager) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
setManager(ToolManager) - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
setManager(ToolManager) - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
 
setManager(ToolManager) - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
setManager(ToolManager) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
setManager(ToolManager) - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
 
setManager(ToolManager) - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
 
setManager(ToolManager) - Method in class com.levigo.jadice.swing.tool.Tool
Receives the ToolManager instance, which the Tool implementation has been registered for.
setMap(Map<String, String>) - Static method in class org.jadice.util.log.MDC
Set content of parameter map as the new content of the current MDC map.
setMargin(Insets) - Method in class org.jadice.util.swing.button.PopupButton
 
setMatcher(Matcher<? super E>) - Method in class org.jadice.util.glazedlists.FilterList
Set the Matcher which specifies which elements shall be filtered.
setMatcherEditor(MatcherEditor<? super E>) - Method in class org.jadice.util.glazedlists.FilterList
Set the MatcherEditor which provides a dynamic Matcher to determine which elements shall be filtered.
setMatchOperation(ThresholdMatcherEditor.MatchOperation) - Method in class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
Update the operation used to determine what relation list elements should have to the threshold in order to match (i.e. be visible).
setMatchPredicate(Matcher<TreePath>) - Method in class org.jadice.util.swing.flextree.PredicateNavigator
 
setMaxAnimationStepSize(int) - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
setMaxCharacters(int) - Method in class com.levigo.jadice.annotation.TextAnnotation
 
setMaxDepth(int) - Static method in class org.jadice.util.log.NDC
 
setMaximumObjectCount(int) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
 
setMaximumObjectCount(int) - Method in class org.jadice.util.mm.LRUCache
Set the maximum mumber of entries in the cache.
setMaximumPoolSize(int) - Method in class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
 
setMaximumResolution(Resolution) - Method in class com.levigo.jadice.document.read.NCIReaderSettings
 
setMaximumSize(long) - Method in class org.jadice.util.mm.ckc.CompositeKeyCache
 
setMaximumValue(T) - Method in class com.levigo.jadice.annotation.profiles.RangeProperty
 
setMaximumValueXML(String) - Method in class com.levigo.jadice.annotation.profiles.RangeProperty
 
setMaxZoomFactor(float) - Method in class com.levigo.jadice.swing.pageview.MouseWheelZoomTool
 
setMemoryCheckEnabled(boolean) - Method in class org.jadice.util.mm.LRUCache
Changes the cache behavior whether the cache should force expiry runs when memory is low.
setMemoryCheckThreshold(long) - Method in class org.jadice.util.mm.LRUCache
Sets a threshold which initiates an emergency cache clean if the VM will run out of memory.
setMessage(String) - Method in class org.jadice.util.swing.infobar.SimpleMessage
 
setMetadata(Metadata) - Method in class com.levigo.jadice.document.read.Reader
Replace the entire metadata to be used by subsequent read calls.
setMiddleRange(int, int) - Method in class org.jadice.util.glazedlists.RangeList
Set the range to include the specified indices, the startIndex offset from the front of the source EventList and the endIndex offset from the end of the source EventList.
setMinimumExpiryAge(int) - Method in class org.jadice.util.mm.ckc.expiry.LRUExpiryStrategy
Set the minimum age (in ms) of objects to be purged from the cache.
setMinimumExpiryAge(int) - Method in class org.jadice.util.mm.LRUCache
Set the minimum age (in ms) of objects to be purged from the cache.
setMinimumHighWaterMark(long) - Method in class org.jadice.util.mm.AdaptiveSizeManagementStrategy
 
setMinimumResolution(Resolution) - Method in class com.levigo.jadice.document.read.NCIReaderSettings
 
setMinimumScale(float) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the minimum value for scaling the page.
setMinimumScale(float) - Method in class com.levigo.jadice.swing.lens.LensView
Set the minimum value for scaling the page.
setMinimumSegmentLength(int) - Method in class com.levigo.jadice.demo.gestures.MouseGestureSupport
 
setMinimumShrinkSizeRatio(float) - Method in class org.jadice.util.mm.ckc.expiry.LRUExpiryStrategy
This is the minimal percentage of the maximum cache size (in bytes) to whiSequencedHashMap ch the cache will shrink.
setMinimumValue(T) - Method in class com.levigo.jadice.annotation.profiles.RangeProperty
 
setMinimumValueXML(String) - Method in class com.levigo.jadice.annotation.profiles.RangeProperty
 
setMinZoomFactor(float) - Method in class com.levigo.jadice.swing.pageview.MouseWheelZoomTool
 
setMode(int) - Method in class org.jadice.util.glazedlists.matchers.CompositeMatcherEditor
Set the match mode for this CompositeMatcherEditor.
setMode(int) - Method in class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Modify the behaviour of this TextMatcherEditor to one of the predefined modes.
setMode(int) - Method in class org.jadice.util.glazedlists.SortedList
Modify the behaviour of this SortedList to one of the predefined modes.
setMode(FitCurrentPageCommand.Mode) - Method in class com.levigo.jadice.appbase.commands.FitCurrentPageCommand
Deprecated.
Will be used by injection exclusively.
setMode(FitInstruction.Mode) - Method in class com.levigo.jadice.demo.outline.serialize.SerializableFitInstruction
 
setMode(TurnPageCommand.Mode) - Method in class com.levigo.jadice.swing.commands.TurnPageCommand
Set the navigation mode.
setMode(ZoomCommand.Mode) - Method in class com.levigo.jadice.swing.commands.ZoomCommand
Deprecated.
Will be used by injection exclusively.
setMode(ColorPicker.Mode) - Method in class org.jadice.util.swing.colorpicker.ColorPalette
Set the mode of this panel.
setMode(ColorPicker.Mode) - Method in class org.jadice.util.swing.colorpicker.ColorPicker
Sets the mode of this ColorPicker.
setModeControlsVisible(boolean) - Method in class org.jadice.util.swing.colorpicker.ColorPicker
This controls whether the radio buttons that adjust the mode are visible.
setModified() - Method in class com.levigo.jadice.annotation.Annotation
Sets modified flag.
setModifyDate(Document, long) - Static method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationXMLUtils
Updates annotation modify date.
setModifyTimestamp(Date) - Method in class com.levigo.jadice.annotation.Annotation
Sets modify time stamp.
setMouseSensitivity(VisibleBoundsTool.MouseSensitivity) - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
Set where the visual bounds visualization is sensitive to mouse input, i.e. where it can be dragged.
setMultiPageTiffPageNumber(Document, int) - Static method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationXMLUtils
Sets annotation page index (1-based) in multi document environments.
setName(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
setName(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
setName(String) - Method in class com.levigo.jadice.annotation.profiles.Parameter
 
setName(String) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.Property
 
setName(String) - Method in class com.levigo.jadice.document.AbstractDocument
 
setName(String) - Method in interface com.levigo.jadice.document.Document
Sets the document's name.
setName(String) - Method in class com.levigo.jadice.swing.SwingUIDocument
 
setName(String) - Method in class org.jadice.util.glazedlists.calculation.AbstractCalculation
 
setName(String) - Method in interface org.jadice.util.glazedlists.calculation.Calculation
Adjusts the Calculation to have the new name;
setName(String) - Method in class org.jadice.util.swing.icon.IconManager.IconManagerIcon
Sets the name of the icon.
setNamed(String, Cache) - Static method in class org.jadice.util.mm.CacheManager
Set the cache instance to return for requests for the named instance with the given name.
setNamespacePrefix(String) - Method in class com.levigo.jadice.format.xfdf.XFDFAnnotationWriter
 
setNavigablePreviewThumbnailRenderer(NavigablePreviewThumbnailRenderer) - Method in class com.levigo.jadice.appbase.preview.AbstractNavigablePreviewCommand
Deprecated.
Will be used by injection exclusively.
setNavigationClickCount(int) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailNavigationTool
Set the minimum number of mouse clicks required to trigger navigation to the clicked page.
setNavigatorFrame(NavigatorFrame) - Method in class com.levigo.jadice.demo.navigator.ToggleNavigatorCommand
Deprecated.
Will be used by injection exclusively.
setNewAnnotationLayer(DocumentLayer) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Set the layer onto which newly created annotations are to be placed.
setNonExclusive(Class<? extends Tool>) - Method in class com.levigo.jadice.swing.tool.ToolManager
Leave exclusive mode.
setNonFocusedText(String) - Method in class org.jadice.util.swing.componentdecorator.NonFocusedInfo
Set the text shown while the component is not focused.
setNonStrokingColor(Color) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorColorSettings
Sets the value of the non stroking color for this ContentsCreatorColorSettings object.
setObservableElementList(ObservableElementList<? extends E>) - Method in interface org.jadice.util.glazedlists.ObservableElementList.Connector
Sets the ObservableElementList to notify when changes occur on elements.
setOffsetBufferSize(int) - Method in class com.levigo.jadice.format.pdf.OffsetPDFFormat
 
setOpacity(double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
setOpacity(int) - Method in class org.jadice.util.swing.colorpicker.ColorPicker
Sets the currently selected opacity.
setOpacityVisible(boolean) - Method in class org.jadice.util.swing.colorpicker.ColorPicker
This shows or hides the alpha controls.
setOpaque(boolean) - Method in class com.levigo.jadice.document.composite.AbstractCompositePageSegment
Set whether this page segment is opaque (all white) regardless of whether the whole bounds are taken up by component segments or not.
setOpaque(boolean) - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
Set the flyout's opacity.
setOpaque(boolean) - Method in class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel
 
setOpen(boolean) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPopupAnnotation
 
setOptionName(String) - Method in class com.levigo.jadice.appbase.search.engine.ui.ToggleOptionCommand
 
setOrganisation(String) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
Sets FileNet organisation name (Default 'FileNet')
setOutlineType(String) - Method in class com.levigo.jadice.demo.outline.serialize.SerializableOutline
 
setOwnerProfile(AnnotationProfile) - Method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
setP1(double, double) - Method in class com.levigo.jadice.annotation.LineAnnotation
 
setP1(Point2D) - Method in class com.levigo.jadice.annotation.LineAnnotation
 
setP2(double, double) - Method in class com.levigo.jadice.annotation.LineAnnotation
 
setP2(Point2D) - Method in class com.levigo.jadice.annotation.LineAnnotation
 
setPage(Page) - Method in class com.levigo.jadice.document.AbstractPageEvent
Sets the page source of this event.
setPage(Page) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
 
setPage(Page) - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailRenderer
 
setPageBorder(Border) - Method in class com.levigo.jadice.swing.pageview.PageView
Set the page decoration border.
setPageDuplexMode(MODCAReaderSettings.PageDuplexMode) - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
 
setPageFormat(PageFormat) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Sets a PageFormat object that will be used as the media on which the printer will print.
setPageFormatValidationEnabled(boolean) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Sets whether the applied page format should be validated and modified against the chosen print service.
setPageLayoutStyle(PageView.Layout) - Method in class com.levigo.jadice.swing.pageview.PageView
Changes the layout style responsible for laying out pages to be displayed in page view.
setPageList(EventList<Page>) - Method in class com.levigo.jadice.swing.pageview.AbstractContinuousLayout
 
setPageNumber(Document, int) - Static method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationXMLUtils
Sets annotation page index (1-based) in multi document environments.
setPages(List<Page>) - Method in class com.levigo.jadice.search.AbstractCharSequenceSearchRequest
Deprecated.
Specifies the Pages to search in.
setPageSegment(PageSegment) - Method in interface com.levigo.jadice.annotation.ContextAwareAnnotationCustomizer
Receive the page segment on which the annotation to be customized resides.
setPageSegment(PageSegment) - Method in class com.levigo.jadice.document.PageSegmentEvent
Sets the changed page segment
setPageSelection(PageSelection) - Method in class com.levigo.jadice.demo.pagestash.StashPagesCommand
Deprecated.
Will be used by injection exclusively.
setPageSizeMode(MODCAReaderSettings.PageSizeMode) - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
setPageView(PageView) - Method in class com.levigo.jadice.appbase.commands.CopyRasterizedSelectionCommand
 
setPageView(PageView) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
setPageView(PageView) - Method in class com.levigo.jadice.appbase.flextree.PageModule
 
setPageView(PageView) - Method in interface com.levigo.jadice.appbase.flextree.PageViewModule
 
setPageView(PageView) - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchFrame
 
setPageView(PageView) - Method in class com.levigo.jadice.appbase.search.SearchFrame
Deprecated.
 
setPageView(PageView) - Method in class com.levigo.jadice.demo.flextree.OutlineModule
 
setPageView(PageView) - Method in class com.levigo.jadice.demo.gradation.GradationFrame
Associate the viewer to the gradation panel
setPageView(PageView) - Method in class com.levigo.jadice.demo.infotree.InfoTreeFrame
Associate the given PageView to the InfoTreePanel.
setPageView(PageView) - Method in class com.levigo.jadice.demo.infotree.InfoTreePanel
Associates the given PageView instance to the info provider and forces the tree to display the information of the actual Document held by the given PageView instance.
setPageView(PageView) - Method in class com.levigo.jadice.demo.lens.LensFrame
Associate the viewer to the lens panel
setPageView(PageView) - Method in class com.levigo.jadice.demo.navigator.NavigatorFrame
Associate given page view to the navigator component
setPageView(PageView) - Method in class com.levigo.jadice.demo.pdf.signature.RolloutPDFSignatureBox
 
setPageView(PageView) - Method in class com.levigo.jadice.demo.SorterFrame
Associate the viewer to the Page Sorter
setPageView(PageView) - Method in class com.levigo.jadice.swing.commands.AbstractPageViewCommand
Deprecated.
Will be used by injection exclusively.
setPageView(PageView) - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
Associate the viewer to the gradation panel
setPageView(PageView) - Method in class com.levigo.jadice.swing.lens.LensView
Associate this lens instance with given viewer
setPageView(PageView) - Method in class com.levigo.jadice.swing.navigator.NavigatorComponent
Sets the page view holding the document of which the actually current page have to displayed en miniature.
setPageView(PageView) - Method in class com.levigo.jadice.swing.thumbnailview.PageSorter
 
setPageView(PageView) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Sets the page view holding the document to be displayed en miniature.
setPanPointX(double) - Method in class com.levigo.jadice.demo.outline.serialize.SerializablePanInstruction
 
setPanPointY(double) - Method in class com.levigo.jadice.demo.outline.serialize.SerializablePanInstruction
 
setParameter(String, String) - Method in class com.levigo.jadice.document.util.ImmutableMimeType
 
setParent(JComponent) - Method in class com.levigo.jadice.demo.pagestash.StashPagesCommand
Deprecated.
Will be used by injection exclusively.
setParentProfile(AnnotationProfile) - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
setParentProfileSpec(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
Deprecated.
XML mapping use only
setPath(Path2D) - Method in class com.levigo.jadice.annotation.PathAnnotation
 
setPatternPosition(HistoryAnnotation.HistoryPatternPosition) - Method in class com.levigo.jadice.annotation.HistoryAnnotation
Set history pattern position, possible values see HistoryAnnotation.HistoryPatternPosition.
setPatterns(Pattern[]) - Method in class com.levigo.jadice.search.PatternSearchRequest
Deprecated.
Assign an array of Patterns to this PatternSearchRequest.
setPDFStructureReadStrategy(PDFStructureReaderSettings.PDFStructureReadStrategy) - Method in class com.levigo.jadice.format.pdf.settings.PDFStructureReaderSettings
 
setPermissionNameAppend(String) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
Sets append permission user name ((ANYONE) or user defined).
setPermissionNameRead(String) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
Sets read permission user name ((ANYONE) or user defined).
setPermissionNameWrite(String) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
Sets write permission user name ((ANYONE) or user defined).
setPermissionTypeAppend(String) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
Sets append permission type.
setPermissionTypeRead(String) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
Sets read permission type.
setPermissionTypeWrite(String) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
Sets write permission type.
setPinned(boolean) - Method in class com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool
Sets the selected state of the pin button in the visible light-box.
setPlaceholderImage(BufferedImage) - Method in class com.levigo.jadice.swing.lazy.AbstractPlaceholderTool
 
setPopup(XFDFPopupAnnotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
setPopupIconGap(int) - Method in class org.jadice.util.swing.button.PopupButton
 
setPopupMenu(JPopupMenu) - Method in class org.jadice.util.swing.button.PopupButton
 
setPopUpMenu(JPopupMenu) - Method in class org.jadice.util.swing.action.components.PopupJToggleButton
Adds a popup menu that will be displayed when the user triggers the popup on this button.
setPreferredLocale(Locale) - Static method in class org.jadice.util.swing.action.factories.ResourceLocator
Changes locale which is used to find preferable locale specific resources.
setPreferredValues(List<T>) - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
setPreferredValuesXML(String[]) - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
setPrefetchEnabled(boolean) - Method in class com.levigo.jadice.swing.pageview.PageView
 
setPrefetcher(Prefetcher) - Method in class com.levigo.jadice.swing.pageview.PageView
 
setPrefetchRange(int) - Method in class com.levigo.jadice.swing.pageview.PageView
 
setPreformatted(boolean) - Method in class com.levigo.jadice.format.text.TextReaderSettings
The preformatted property indicates whether the text content is preformatted.
setPresentationMode(AnnotationsModule.PresentationMode) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
Set the presentation mode.
setPresenter(AddOnPresenter) - Static method in class com.levigo.jadice.appbase.AddOns
Set the AddOnPresenter which shall be in charge of add-on management.
setPreserveRenderSettingsOnDocumentChange(boolean) - Method in class com.levigo.jadice.swing.pageview.PageView
Set whether to use shared render settings (true) or private ones ( false).
setPreviewSwatchVisible(boolean) - Method in class org.jadice.util.swing.colorpicker.ColorPicker
This controls whether the preview swatch visible or not.
setPrimaryType(String) - Method in class com.levigo.jadice.document.util.ImmutableMimeType
 
setPrintAllAnnotations(boolean) - Method in class com.levigo.jadice.printer.AbstractPrinter
Sets a flag to print all annotation types.
setPrinterJob(PrinterJob) - Method in class com.levigo.jadice.printer.AbstractPrinter
Associates a printer job.
setPrinting(boolean) - Static method in class com.levigo.jadice.printer.AbstractPrinter
 
setPrintRequestAttributeSet(PrintRequestAttributeSet) - Method in class com.levigo.jadice.printer.AbstractPrinter
Sets the attributes to be applied by the printer job for printing.
setPrintService(PrintService) - Method in class com.levigo.jadice.printer.Printer
Associate this printer with a new PrintService.
setPrintServiceName(String) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Sets the given print service name.
setPrintSide(Sides) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Use this method to preselect the print side attribute.
setPrintTitle(String) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Sets the print job title.
setPrintTitleMaxLength(int) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Sets the max length of the print job title.
setPriority(int) - Method in interface org.jadice.util.concurrent.tasks.TaskExecutor
Set the priority of Tasks submitted using this executor.
setPriority(Format, int) - Static method in class com.levigo.jadice.document.FormatRegistry
Override the default detection priority of the given format, replacing it with the given priority.
setProgress(float) - Method in class com.levigo.jadice.appbase.search.BackgroundProgressBar
 
setPropDesc(PropertiesDescriptor) - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
Deprecated.
XML mapping use only
setProperties(List<PropertiesDescriptor.Property>) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor
 
setProperties(Map<String, Object>) - Method in class com.levigo.jadice.demo.outline.serialize.SerializableOutlineNode
 
setPropertyName(String) - Method in class com.levigo.jadice.annotation.profiles.PropertyDefault
 
setPropertyName(String) - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
setPropertyType(Class<?>) - Method in class com.levigo.jadice.annotation.profiles.ColorProperty
 
setPropertyType(Class<?>) - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
setPropertyType(Class<?>) - Method in class com.levigo.jadice.annotation.profiles.UnrestrictedProperty
 
setQueryForDetails(boolean) - Method in class com.levigo.jadice.demo.pagestash.StashPagesCommand
This setting defines whether a dialog will be opened to enter stashing details or description before marshalling.
setRange(D, D) - Method in class org.jadice.util.glazedlists.matchers.RangeMatcherEditor
This method is used to change the range currently matched by this MatcherEditor.
setRatio(float) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailResizeCommand
 
setRead(Document) - Static method in class com.levigo.jadice.demo.flextree.ReadStateModule
Mark the given document as having been read.
setReadAhead(int) - Method in class com.levigo.jadice.document.io.RandomAccessFileInputStream
 
setReadAhead(int) - Method in class com.levigo.jadice.document.io.SubfileSeekableInputStream
 
setReaderControls(ReaderControls) - Method in class com.levigo.jadice.demo.pagestash.FilePageStashReader
Set the ReaderControls to be used during unmarshalling.
setReaderControls(ReaderControls) - Method in interface com.levigo.jadice.document.marshalling.DocumentUnmarshaller
Set the ReaderControls to be used during unmarshalling.
setReaderControls(ReaderControls) - Method in class com.levigo.jadice.document.read.Reader
Replace the existing ReaderControls instance with all its ReaderSettings.
setReaderControls(ReaderControls) - Method in class com.levigo.jadice.swing.thumbnailview.dnd.DocumentUnmarshallerPageImportHandler
Set the ReaderControls to be used during unmarshalling.
setReadIcon(Icon) - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
Set the icon to apply to read documents.
setReadLabelPrefix(String) - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
Set the prefix to add to the label for read documents.
setReadLabelStyle(AttributeSet) - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
Set the styling to apply to the node's label for read documents.
setRecordSizeMode(AfpLineModeReaderSettings.RecordSizeMode) - Method in class com.levigo.jadice.format.modca.AfpLineModeReaderSettings
 
setRect(Rectangle2D) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
setRectangle(Rectangle2D) - Method in class com.levigo.jadice.annotation.RectangleAnnotation
Set new rectangle object.
setRectangleTextbox(Rectangle2D) - Method in class com.levigo.jadice.annotation.CalloutAnnotation
Set the Rectangle of the textbox of this callout annotation.
setRectangleTextbox(Rectangle2D) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
Set the Rectangle of the textbox of this callout annotation.
setRedactionType(String) - Method in class com.levigo.jadice.swing.reshape.ReshapeToPDFCommand
Deprecated.
Will be used by injection exclusively.
setReferenceBase(OutputReferenceBase) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Sets the reference base.
setReferenceResolution(Resolution) - Method in class com.levigo.jadice.annotation.AnnotationRenderSettings
Set reference resolution used for resolution dependency based annotations adjustments like stroke width / font size.
setRefName(String) - Method in class com.levigo.jadice.annotation.profiles.TypeRef
 
setRelatedListener(Object, Object) - Method in interface org.jadice.util.glazedlists.event.ListEventPublisher
Attach the specified subject to the specified listener, so that the listener's dependencies are satisfied before the subject is notified.
setRelatedSubject(Object, Object) - Method in interface org.jadice.util.glazedlists.event.ListEventPublisher
Attach the specified listener to the specified subject, so that when dependencies are being prepared, notifying the listener will be considered equivalent to notifying the subject.
setRemoveOnClick(boolean) - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
specifies if the selection should be removed on a single click using the mouse.
setRemoveOnClick(boolean) - Method in class com.levigo.jadice.swing.search.tool.SelectionHighlighterTool
specifies if the selection should be removed on a single click using the mouse.
setRemoveOnClick(boolean) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
specifies if the selection should be removed on a single click using the mouse.
setRenderControls(RenderControls) - Method in class com.levigo.jadice.document.render.AbstractRenderer
Changes the render controls which will be applied a rendering takes place, i.e. when the AbstractRenderer.render(Graphics2D) method will be called.
setRenderControlsInventory(RenderControlsInventory) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
 
setRenderer(DecorationRenderer) - Method in class com.levigo.jadice.swing.tool.DecorationTool
Changes the decoration renderer which is used by this too
setRenderingHints(Map<?, ?>) - Method in class org.jadice.util.swing.panel.TransformerPanel
 
setRepaintDelay(int) - Method in class com.levigo.jadice.swing.pageview.PageView
 
setRepaintScope(TaskScope<RenderResult>) - Method in class com.levigo.jadice.document.render.PageGraphicsRenderer
Defines a TaskScope for the rendering process.
setRepeatAutoscrollDelay(int) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
 
setReplyType(ReplyType) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextAnnotation
 
setResetAnnotationModeAfterCreation(boolean) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
Sets the resetAnnotationModeAfterCreation.
setResolution(int) - Method in class com.levigo.jadice.format.text.TextReaderSettings
Changes the resolution (in dots per inch) to be used when displaying text pagesegments.
setResourceLoader(ResourceLoader) - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
Sets an user defined resource loader implementation, it is needed for external resources not included in the document stream.
setRestrictToPageBounds(boolean) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the behavior when the mouse cursor leaves the bounds of the current page.
setReverseFunction(FunctionList.Function<E, S>) - Method in class org.jadice.util.glazedlists.FunctionList
Changes the FunctionList.Function that evaluates FunctionList elements to produce the original source element with which it corresponds.
setRGB(int, int, int) - Method in class org.jadice.util.swing.colorpicker.ColorPalette
Sets the selected color of this panel.
setRGB(int, int, int) - Method in class org.jadice.util.swing.colorpicker.ColorPicker
Sets the current color of this ColorPicker
setRGBControlsVisible(boolean) - Method in class org.jadice.util.swing.colorpicker.ColorPicker
This shows or hides the RGB spinner controls.
setRolloverColor(Color) - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
 
setRolloverEnabled(boolean) - Method in class org.jadice.util.swing.action.components.NonUglyActionJToggleButton
 
setRolloverEnabled(boolean) - Method in class org.jadice.util.swing.button.NonUglyActionButton
 
setRootVisible(boolean) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
setRotateToFit(boolean) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Simply sets a boolean flag.
setRotation(int) - Method in class com.levigo.jadice.annotation.CalloutAnnotation
Rotation is not supported.
setRotation(int) - Method in class com.levigo.jadice.annotation.StampAnnotation
Sets the rotation.
setRotation(int) - Method in class com.levigo.jadice.annotation.StampImageAnnotation
 
setRotation(int) - Method in class com.levigo.jadice.annotation.TextAnnotation
Set rotation, values not matching range (0-359) will be normalized.
setRotation(int) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
setRotation(int) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFStampAnnotation
 
setRotation(int) - Method in class com.levigo.jadice.swing.commands.RotateCommand
 
setRotation(QuadrantRotation) - Method in class com.levigo.jadice.demo.outline.serialize.SerializableRotateInstruction
 
setRotation(QuadrantRotation) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Sets the rotation angle.
setSaveAdditionalInfo(boolean) - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Sets a flag to enable / disable saving additional annotation informations.
setScale(float) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Sets the scale.
setScale(float) - Method in class com.levigo.jadice.swing.lens.LensView
Sets the scale.
setScaleStep(float) - Method in class com.levigo.jadice.swing.lens.LensView
Set the default step to increase / decrease the scale value
setScaleText(boolean) - Method in class com.levigo.jadice.annotation.TextAnnotation
 
setScope(AbstractDocumentCommand.Scope) - Method in class com.levigo.jadice.swing.commands.AbstractDocumentCommand
 
setScope(AbstractDocumentCommand.Scope) - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
Changes the scope of the gradation curve.
setScopeFrames(Collection<GradationFrame>) - Method in class com.levigo.jadice.demo.gradation.commands.GradationCommand
Deprecated.
Will be used by injection exclusively.
setScrollDivisor(int) - Method in class com.levigo.jadice.swing.pageview.MouseWheelZoomTool
Set the scroll divisor.
setSearchFrame(SearchFrame) - Method in class com.levigo.jadice.appbase.search.engine.ui.ToggleExtendedSearchCommand
Deprecated.
Will be used by injection exclusively.
setSearchFrame(SearchFrame) - Method in class com.levigo.jadice.appbase.search.ToggleExtendedSearchCommand
Deprecated.
Will be used by injection exclusively.
setSearchOptions(Map<String, Object>) - Method in class com.levigo.jadice.appbase.search.engine.ui.ToggleOptionCommand
Deprecated.
Will be used by injection exclusively.
setSearchRequest(SearchRequest) - Method in class com.levigo.jadice.appbase.search.ToggleCaseSensitiveCommand
Deprecated.
Will be used by injection exclusively.
setSearchRequest(SearchRequest) - Method in class com.levigo.jadice.appbase.search.ToggleWholeWordsOnlyCommand
Deprecated.
Will be used by injection exclusively.
setSearchRequest(SearchRequest) - Method in class com.levigo.jadice.appbase.search.ToggleWildcardCommand
Deprecated.
Will be used by injection exclusively.
setSearchStrings(String[]) - Method in class com.levigo.jadice.search.SearchRequest
Deprecated.
specifies the strings for which the text search should search for.
setSelected(boolean) - Method in class org.jadice.util.swing.action.commands.CommandAction
Sets the selected state of this action by setting given value with the Action.SELECTED_KEY.
setSelected(AbstractButton, boolean) - Method in class org.jadice.util.swing.button.JButtonGroup
Sets the selected button in the group Only one button in the group can be selected
setSelected(ButtonModel, boolean) - Method in class org.jadice.util.swing.button.JButtonGroup
Sets the selected button model in the group
setSelectedFile(File) - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
setSelectedIndex(int) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Selects a single page.
setSelectedItem(Object) - Method in class org.jadice.util.glazedlists.gui.EventComboBoxModel
Sets the currently selected item.
setSelection(int) - Method in class org.jadice.util.glazedlists.ListSelection
Sets the selection to be only the element at the given index.
setSelection(int[]) - Method in class org.jadice.util.glazedlists.ListSelection
Sets the selection to be only the element in the given array of indices.
setSelection(int, int) - Method in class org.jadice.util.glazedlists.ListSelection
Sets the selection to be only elements within the given range.
setSelection(Selection) - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
setSelectionBackground(Color) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Sets the color used to draw the background of selected pages.
setSelectionColor(Color) - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
setSelectionColor(Color) - Method in class com.levigo.jadice.swing.search.tool.SelectionHighlighterTool
specifies the highlighting color.
setSelectionForeground(Color) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Sets the color used to draw the foreground of selected pages.
setSelectionInterval(int, int) - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Change the selection to be between index0 and index1 inclusive.
setSelectionMode(int) - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
Set the selection mode.
setSelectionMode(int) - Method in class org.jadice.util.glazedlists.ListSelection
Set the selection mode.
setSelectionModel(ListSelectionModel) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
setSelectionModel(ListSelectionModel) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
setSelectionPath(TreePath) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
setSelectionPaths(TreePath[]) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
setSelections(List<? extends Selection>) - Method in class com.levigo.jadice.swing.search.tool.SelectionHighlighterTool
set a list of Selection elements which should be used to highlight regions on the screen using the color specified by SelectionHighlighterTool.setSelectionColor(Color).
setSelections(List<Selection>) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
setSelectsTextOnFocusGain(boolean) - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
If selectsTextOnFocusGain is true, all text in the editor is selected when the combo box editor gains focus.
setSettingsChangeHandler(SettingsChangeHandler) - Method in class com.levigo.jadice.document.render.AbstractListenableRenderSettings
Sets a SettingsChangeHandler for this settings instance.
setSettingsSynchronizer(RenderControlsInventory.Synchronizer) - Method in class com.levigo.jadice.document.render.RenderControlsInventory
The default synchronizer reflects document render settings changes into all page render controls.
setShowAlways(boolean) - Method in class com.levigo.jadice.swing.pageview.GalleryNavigationTool
 
setShowAnnotations(boolean) - Method in class com.levigo.jadice.format.modca.MODCAReaderSettings
Enables / disables embedded annotation support mode.
setShowCoverPage(PageLayoutSettings.ShowCoverPage) - Method in class com.levigo.jadice.swing.pageview.PageLayoutSettings
Set show cover page behavior.
setShowGesturePath(boolean) - Method in class com.levigo.jadice.demo.gestures.MouseGestureTool
 
setShowPointDetails(boolean) - Method in class com.levigo.jadice.swing.gradation.GradationCurveControl
 
setShowPrintDialog(boolean) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Sets a boolean flag whether a print dialog should be shown.
setShowRootHandles(boolean) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
setShrinkPageToPaper(boolean) - Method in class com.levigo.jadice.printer.PrintJobConfiguration
Simply sets a boolean flag.
setSize(double, double) - Method in class com.levigo.jadice.annotation.Annotation
Set the size of the annotation to the given size.
setSize(double, double) - Method in class com.levigo.jadice.annotation.CalloutAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.annotation.EllipseAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.annotation.ImageAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.annotation.LineAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.annotation.PathAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.annotation.RectangleAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.annotation.StampAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.annotation.StampImageAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.annotation.TextAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
Not supported, annotation is not intended to be resizable.
setSize(double, double) - Method in class com.levigo.jadice.document.util.FloatDimension
 
setSize(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPopupAnnotation
 
setSize(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextMarkupAnnotation
Not supported, annotation is not intended to be resizable.
setSize(Dimension) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
setSizeDetector(SizeDetector) - Method in class com.levigo.jadice.format.hocr.settings.HocrReaderSettings
Supply the SizeDetector to be used.
setSizeHighwaterMark(long) - Method in class org.jadice.util.mm.LRUCache
Sets the high water mark.
setSizeLowwaterPercent(int) - Method in class org.jadice.util.mm.LRUCache
Sets the low water mark.
setSizeManagementStrategy(SizeManagementStrategy) - Method in class org.jadice.util.mm.LRUCache
 
setSorterFrame(SorterFrame) - Method in class com.levigo.jadice.demo.thumbnailview.SorterClearSelectionCommand
Deprecated.
Will be used by injection exclusively.
setSorterFrame(SorterFrame) - Method in class com.levigo.jadice.demo.thumbnailview.SorterSelectAllCommand
Deprecated.
Will be used by injection exclusively.
setSorterFrame(SorterFrame) - Method in class com.levigo.jadice.demo.thumbnailview.ToggleSorterCommand
Deprecated.
Will be used by injection exclusively.
setSorterToolbar(SorterToolbar) - Method in class com.levigo.jadice.demo.thumbnailview.SorterClearSelectionCommand
Deprecated.
Will be used by injection exclusively.
setSorterToolbar(SorterToolbar) - Method in class com.levigo.jadice.demo.thumbnailview.SorterSelectAllCommand
Deprecated.
Will be used by injection exclusively.
setSorterToolbar(SorterToolbar) - Method in class com.levigo.jadice.demo.thumbnailview.ToggleSorterCommand
Deprecated.
Will be used by injection exclusively.
setSortIcon(Icon) - Method in interface org.jadice.util.glazedlists.gui.SortableRenderer
Sets the icon to display in order to indicate sorting direction or null if no sorting is taking place.
setSource(PageSegmentSource) - Method in class com.levigo.jadice.document.AbstractPageSegment
 
setSource(PageSegmentSource) - Method in class com.levigo.jadice.document.composite.AbstractCompositePageSegment
 
setSource(EventList<E>) - Method in class org.jadice.util.glazedlists.PluggableList
Sets the source EventList to which this PluggableList will delegate all calls.
setSourceSizeLimitCheck(Function<ImageSourceInformation, Boolean>) - Method in class com.levigo.jadice.document.render.ImageRenderSettings
 
setStart(Point2D) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
setStashDirectory(String) - Method in class com.levigo.jadice.demo.pagestash.StashPagesCommand
Sets the stash directory
setStashReader(PageStashReader) - Method in class com.levigo.jadice.demo.pagestash.UnstashMergeCommand
Set the PageStashReader to be used to read stashes.
setState(Document.State) - Method in class com.levigo.jadice.document.AbstractDocument
 
setState(Document.State) - Method in interface com.levigo.jadice.document.Document
Sets the current state of the Document.
setState(Document.State) - Method in class com.levigo.jadice.swing.SwingUIDocument
 
setState(State) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextAnnotation
 
setStateModel(StateModel) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextAnnotation
 
setStatusFeedback(String) - Method in class com.levigo.jadice.swing.tool.Tool
Set the status feedback message published by the tool manager using ToolManager.getStatusFeedback().
setStatusFeedback(String) - Method in class com.levigo.jadice.swing.tool.ToolManager
 
setStatusMessage(String) - Method in class com.levigo.jadice.appbase.status.DocumentStatusMessageSnapIn
Sets a given text as status message on the right side of the message panel.
setSteps(String) - Method in class com.levigo.jadice.swing.commands.ZoomCommand
 
setStrategy(Object) - Method in class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Modify the character matching strategy of this TextMatcherEditor to one of the predefined strategies.
setStrict(boolean) - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
If strict is false, the user can specify values not appearing within the ComboBoxModel.
setStrictModeEnabled(boolean) - Method in class com.levigo.jadice.appbase.commands.ToggleToolActivationPolicyCommand
 
setStrikeOut(XFDFStrikeOutAnnotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCaretAnnotation
 
setStrikethrough(boolean) - Method in class com.levigo.jadice.annotation.TextAnnotation
 
setStrikethrough(boolean) - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
Enable / disable strike through effect.
setStrikethrough(boolean) - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
setStrikethrough(boolean) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
setStroke(Stroke) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorDrawModeSettings
Sets the Stroke with which an Element shall be drawn.
setStrokeColor(Color) - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
Sets the stroke color (used for lines, borders)
setStrokeColor(Color) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCaretAnnotation
 
setStrokeColor(Color) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
Sets the stroke color (used for lines, borders)
setStrokeResolution(Resolution) - Method in class com.levigo.jadice.annotation.ShapeBasedAnnotation
 
setStrokingColor(Color) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorColorSettings
Sets the value of the stroking color for this ContentsCreatorColorSettings object.
setStyle(BorderStyle) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCircleAnnotation
 
setStyle(BorderStyle) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
setStyle(BorderStyle) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
setStyle(BorderStyle) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
setStyle(BorderStyle) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
setStyle(BorderStyle) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
setStyle(BorderStyle) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFSquareAnnotation
 
setStyle(CollapsiblePane.Style) - Method in class org.jadice.util.swing.panel.CollapsiblePane
 
setSubject(String) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
setSubscript(boolean) - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
setSubType(String) - Method in class com.levigo.jadice.document.util.ImmutableMimeType
 
setSuperscript(boolean) - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
setSuperType(AnnotationFactory) - Method in class com.levigo.jadice.annotation.profiles.AnnotationTemplate
 
setSuperType(AnnotationType) - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
setSuperTypeName(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationTemplate
 
setSuperTypeName(String) - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
setSupportMultipleJPEGs(boolean) - Method in class com.levigo.jadice.format.imageio.ImageIOJPEGReaderSettings
Set how the jadice image io interface should handle JPEG data streams containing more than one image (non thumbnail data).
setSyncPaletteToSatBri(boolean) - Method in class org.jadice.util.swing.colorpicker.ColorPalette
Set whether the palette should follow the saturation or brightness setting in the modes ColorPicker.Mode.Saturation and ColorPicker.Mode.Brightness.
setTableFormat(TableFormat<? super E>) - Method in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Adjusts the TableFormat this comparator chooser uses when selecting comparators.
setTableFormat(TableFormat<E>) - Method in class org.jadice.util.glazedlists.gui.EventTableModel
Sets the TableFormat that will extract column data from each element.
setTail(LineEndingStyle) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
setTail(LineEndingStyle) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
setTailRange(int, int) - Method in class org.jadice.util.glazedlists.RangeList
Set the range to include the specified indices, offset from the end of the source EventList.
setTailRange(int, int) - Method in class org.jadice.util.glazedlists.ThresholdList
Set the range to include the specified indices, offset from the end of the source EventList.
setTargetBounds(Rectangle) - Method in class com.levigo.jadice.annotation.render.AnnotationGraphicsRenderer
Sets the target rectangle into which the entired annotation will be fitted.
setTargetIndex(int) - Method in class com.levigo.jadice.document.read.Reader
Set the target page index to be used for page segments read by subsequent read calls
setTargetSubmenu(String) - Method in class org.jadice.util.swing.menu.AbstractSubmenuContributor
Specifies the submenu into which shall be used as the base.
setTargetSubmenu(String, String, Action) - Method in class org.jadice.util.swing.menu.AbstractSubmenuContributor
Specifies the submenu into which shall be used as the base.
setText(String) - Method in class com.levigo.jadice.annotation.profiles.Label
 
setText(String) - Method in class com.levigo.jadice.annotation.StampAnnotation
 
setText(String) - Method in class com.levigo.jadice.annotation.TextAnnotation
Sets the display text of this annotation.
setText(String) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Set the text in the current node.
setText(String) - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
setText(String) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
Sets the display text of this annotation.
setText(String, String, Object...) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Set the text in the targeted node.
setTextColor(Color) - Method in class com.levigo.jadice.annotation.TextAnnotation
 
setTextColor(Color) - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
setTextColor(Color) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
setTextFont(TextFont) - Method in class com.levigo.jadice.format.text.TextReaderSettings
Sets the TextFont.
setTextFormat(MessageFormat) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Set the text format to indicate scale factor and the optional frozen state.
setTextIfExist(String, String, Object...) - Method in interface com.levigo.jadice.document.metadata.MutableMetadataNode
Set the text in the targeted node.
setTextMatcher(TextMatcher<E>) - Method in class org.jadice.util.glazedlists.matchers.TextMatcherEditor
This method replaces the current Matcher in this TextMatcherEditor with the newMatcher if it is different.
setTextMatchingStrategy(Object) - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
Sets the manner in which the contents of the ComboBoxModel are filtered and autocompletion terms are matched.
setThreadLocal(Cache) - Static method in class org.jadice.util.mm.CacheManager
Set the Cache instance to be used for the current thread, when no specific named instance is requested.
setThreshold(Level) - Method in class org.jadice.util.swing.infobar.QualifiedLoggingBridge
 
setThreshold(T) - Method in class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
Update the threshold used to determine what is matched by the list.
setThrowable(Throwable) - Method in class org.jadice.util.swing.infobar.SimpleMessage
 
setThumbnailDecorationBorder(Border) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
 
setThumbnailProvider(ThumbnailProvider) - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailRenderer
 
setThumbnailProvider(ThumbnailProvider) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
setThumbnailSize(Dimension) - Method in class com.levigo.jadice.appbase.chooser.PreviewPanel
 
setThumbnailSize(Dimension) - Method in class com.levigo.jadice.appbase.preview.NavigablePreviewThumbnailRenderer
 
setThumbnailSize(Dimension) - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
 
setThumbnailSize(Dimension) - Method in class com.levigo.jadice.swing.thumbnailview.PageSorter
 
setThumbnailSize(Dimension) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Sets the thumbnail image size.
setTimeUnit(TimeUnit) - Method in interface com.levigo.jadice.demo.flextree.ReadStateModule.ReadTracker
Set the TimeUnit of the duration.
settings - Variable in class com.levigo.jadice.document.controls.AbstractProcessingControls
A Map of ProcessingSettings indexed by class.
settingsChanged(RenderSettingsEvent) - Method in interface com.levigo.jadice.document.render.RenderSettingsListener
Will be called whenever a RenderSettings change happens and the render settings type supports change event propagation.
setTip(Point2D) - Method in class com.levigo.jadice.annotation.ArrowAnnotation
 
setTitle(String) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
setToggleOnAvailableGroups(boolean) - Method in class com.levigo.jadice.demo.optional.OptionalGroupPanel
 
setTool(ToggleToolCommand.Tool) - Method in class com.levigo.jadice.demo.commands.ToggleToolCommand
 
setToolbarName(String) - Method in class com.levigo.jadice.demo.commands.ToggleToolbarVisibilityCommand
 
setToolbarProvider(JadiceToolbarProvider) - Method in class com.levigo.jadice.demo.commands.ToggleToolbarVisibilityCommand
Deprecated.
Will be used by injection exclusively.
setToolkitType(String) - Static method in class com.levigo.jadice.annotation.profiles.AnnotationFactory
 
setToolkitType(String) - Method in class com.levigo.jadice.annotation.profiles.ToolkitBasedFactory
 
setTransform(AffineTransform) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTransformationSettings
Sets the Transformation to be applied.
setTransform(AffineTransform) - Method in class org.jadice.util.swing.panel.TransformerPanel
 
setTrcBytePresent(boolean) - Method in class com.levigo.jadice.format.modca.AfpLineModeReaderSettings
 
setTreeFormat(TreeList.Format<E>) - Method in class org.jadice.util.glazedlists.TreeList
Change how the structure of the tree is derived.
setTreeTooltip(String) - Method in class org.jadice.util.swing.flextree.ToolTipFeature
Sets the tooltip text to be displayed for this tree.
setTruncationChars(char[]) - Method in class com.levigo.jadice.format.text.TextReaderSettings
Sets the characters displayed when text exceeds maximum characters per line
setTruncationChars(String) - Method in class com.levigo.jadice.format.text.TextReaderSettings
Works in the same way as TextReaderSettings.setTruncationChars(char[]) except that the argument is a String.
setTryFileCaching(boolean) - Static method in class com.levigo.jadice.document.io.IOUtils
Set whether to try to cache data in local files by default.
setType(AnnotationFactory) - Method in class com.levigo.jadice.annotation.profiles.TypeRef
 
setType(AnnotationType) - Method in class com.levigo.jadice.annotation.Annotation
Set the type profile.
setType(PageSegmentEvent.Type) - Method in class com.levigo.jadice.document.PageSegmentEvent
 
setType(String) - Method in class com.levigo.jadice.demo.outline.serialize.SerializableFitInstruction
 
setType(String) - Method in class com.levigo.jadice.demo.outline.serialize.SerializablePanInstruction
 
setType(String) - Method in class com.levigo.jadice.demo.outline.serialize.SerializableRotateInstruction
 
setType(String) - Method in class com.levigo.jadice.demo.outline.serialize.SerializableZoomInstruction
 
setTypeNames(String) - Method in class com.levigo.jadice.swing.annotation.commands.AnnotationVisibilityCommand
 
setTypeNames(String) - Method in class com.levigo.jadice.swing.annotation.commands.EmbeddedAnnotationVisibilityCommand
 
setTypeSetName(String) - Method in class com.levigo.jadice.annotation.profiles.TypeSet
Deprecated.
JAXB usage exclusively
setTypeSets(List<TypeSet>) - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
setUI(NavigatorComponentUI) - Method in class com.levigo.jadice.swing.navigator.NavigatorComponent
Sets the NavigatorComponentUI, the look and feel object that renders this component.
setUI(PageViewUI) - Method in class com.levigo.jadice.swing.pageview.PageView
Sets the PageViewUI, the look and feel object that renders this component.
setUI(ThumbnailViewUI) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Sets the ThumbnailViewUI, the look and feel object that renders this component.
setUI(ToolBarUI) - Method in class com.levigo.jadice.demo.SorterToolbar
To work properly the sorter toolbar needs an instance of SorterToolbar.SorterToolBarUI.
setUnderline(boolean) - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
setUnderlineActive(boolean) - Method in class org.jadice.util.swing.button.Hyperlink
 
setUnderscored(boolean) - Method in class com.levigo.jadice.annotation.TextAnnotation
 
setUnderscored(boolean) - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
Enable / disable underscore effect.
setUnderscored(boolean) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
setUnread(Document) - Static method in class com.levigo.jadice.demo.flextree.ReadStateModule
Mark the given document as unread.
setUnreadIcon(Icon) - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
Set the icon to apply to unread documents.
setUnreadLabelPrefix(String) - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
Set the prefix to add to the label for unread documents.
setUnreadLabelStyle(AttributeSet) - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
Set the styling to apply to the node's label for unread documents.
setUpperThreshold(int) - Method in class org.jadice.util.glazedlists.ThresholdList
Sets the upper threshold for this list.
setUpperThreshold(E) - Method in class org.jadice.util.glazedlists.ThresholdList
Sets the upper threshold for this list to be the result of calling evaluate() on the given object.
setUseCenterAsOrigin(boolean) - Method in class com.levigo.jadice.annotation.StampAnnotation
 
setUseCenterAsOrigin(boolean) - Method in class com.levigo.jadice.annotation.StampImageAnnotation
 
setUseClickScaling(boolean) - Method in class com.levigo.jadice.swing.lens.HoverLensTool
Whether the lens's scale should be modifiable using mouse clicks.
setUseDefaultPermission(boolean) - Method in class com.levigo.jadice.format.annofnis.FNISAnnotationWriterSettings
Sets use default permission flag.
setUseExclusiveModeWhileDragging(boolean) - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
Set whether to use the exclusive tool mode while the visible bounds frame is being dragged.
setUseFixedLineHeight(boolean) - Method in class com.levigo.jadice.format.text.TextReaderSettings
Set to true if a fixed line height (TextReaderSettings.getFixedLineHeight()) shall be used.
setUseIdlePanModeCursor(boolean) - Method in class com.levigo.jadice.swing.pageview.PanTool
Set whether to use the pan mode cursor (Cursor.HAND_CURSOR when idle, i.e. while the button is not pressed, but a buttom press would initiate the pan mode.
setUseImagePlusNamingScheme(boolean) - Method in class com.levigo.jadice.format.annocm.CMAnnotationWriterSettings
Sets a flag to enable / disable the usage of IBM Image Plus naming scheme.
setUserDefinedScreenResolution(int) - Static method in class com.levigo.jadice.document.util.GraphicsEnvironment
Set a user-defined resolution in dots-per-inch to be used for all sizing-calculations instead of the resolution returned from Toolkit.getScreenResolution().
setUseThumbnailCache(boolean) - Method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailProvider
 
setUseUnicodeTextEncoding(boolean) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriterSettings
 
setUseUpscalingFilter(boolean) - Method in class com.levigo.jadice.document.render.ImageRenderSettings
Set whether to use the filter type set via ImageRenderSettings.setFilterType(FilterType) to up-sample (scale larger than original size) images also.
setV(Boolean) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.BooleanValue
 
setV(Byte) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ByteValue
 
setV(Double) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.DoubleValue
 
setV(Float) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.FloatValue
 
setV(Integer) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.IntValue
 
setV(Long) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.LongValue
 
setV(Short) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ShortValue
 
setV(String) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.StringValue
 
setV(BigDecimal) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.DecimalValue
 
setV(BigInteger) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.IntegerValue
 
setV(Date) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.TimestampValue
 
setValidateGraphicsConfigurationEnabled(boolean) - Method in class org.jadice.util.swing.action.components.ActionJButton
 
setValidateGraphicsConfigurationEnabled(boolean) - Method in class org.jadice.util.swing.action.components.ActionJCheckboxMenuItem
 
setValidateGraphicsConfigurationEnabled(boolean) - Method in class org.jadice.util.swing.action.components.ActionJRadioMenuItem
 
setValidateGraphicsConfigurationEnabled(boolean) - Method in interface org.jadice.util.swing.action.components.GraphicsConfigurationValidateable
Changes the current state of this behavior.
setValidateGraphicsConfigurationEnabled(boolean) - Method in class org.jadice.util.swing.action.components.IconJMenuItem
 
setValidateGraphicsConfigurationEnabled(boolean) - Method in class org.jadice.util.swing.action.components.NonUglyActionJToggleButton
 
setValue(PropertiesDescriptor.Value<?>) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ValueElement
 
setValue(String) - Method in class com.levigo.jadice.annotation.profiles.Parameter
 
setValue(N) - Method in class org.jadice.util.glazedlists.calculation.AbstractCalculation
Subclasses should call this method in order to update the value that is reported from this calculation.
SetValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.CollectionValue.SetValue
 
SetValue(C) - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.CollectionValue.SetValue
 
setValueAt(Object, int, int) - Method in class org.jadice.util.glazedlists.gui.EventTableModel
Attempts to update the object for the given row with the editedValue.
setValueAt(TreePath, String, Object) - Method in interface org.jadice.util.swing.flextree.EditableTreeColumnProvider
Set the value for the cell defined by the given tree path and the given column ID.
setValueIsAdjusting(boolean) - Method in class org.jadice.util.glazedlists.gui.EventSelectionModel
This property is true if upcoming changes to the value of the model should be considered a single event.
setVerticalAlignment(PageLayoutSettings.VerticalAlignment) - Method in class com.levigo.jadice.swing.pageview.PageLayoutSettings
 
setVertices(Path2D) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
setVertices(Path2D) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
setView(ThumbnailView) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailResizeCommand
Deprecated.
Will be used by injection exclusively.
setView(Component) - Method in class org.jadice.util.swing.panel.TransformerPanel
 
setVirtual(boolean) - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
setVisible(boolean) - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchFrame
 
setVisible(boolean) - Method in class com.levigo.jadice.appbase.search.SearchFrame
Deprecated.
 
setVisible(boolean) - Method in class com.levigo.jadice.demo.infotree.InfoTreeFrame
 
setVisible(boolean) - Method in class com.levigo.jadice.demo.infotree.InfoTreePanel
 
setVisible(boolean) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView.AccessibleChild
 
setVisualizationAreaColor(Color) - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
 
setVisualizationBorder(Border) - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
Set the Border used to paint the visible bounds visualization.
setVisualizationPageAreaColor(Color) - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
 
setVisualizationPageBorder(Border) - Method in class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
 
setWholeWordsOnly(boolean) - Method in class com.levigo.jadice.search.SearchRequest
Deprecated.
Specifies wether it should be searched for whole words only or not.
setWidths(String) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailResizeCommand
 
setWildcard(boolean) - Method in class com.levigo.jadice.search.SearchRequest
Deprecated.
Specifies whether it should be searched with wildcards or not.
setWrapEnabled(boolean) - Method in class org.jadice.util.swing.flextree.FlexTreeNavigator
 
setWriteExtendedPolygonFormat(boolean) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationWriterSettings
Flag to enable extended polygon annotation format.
setWriteXMLDeclaration(boolean) - Method in class com.levigo.jadice.format.annotation.JadiceAnnotationWriterSettings
Set whether to include an XML declaration (e.g.
setZoom(float) - Method in class com.levigo.jadice.demo.outline.serialize.SerializableZoomInstruction
 
setZoom(float) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
Sets the zoom factor.
SHAccepted - com.levigo.jadice.format.xfdf.annotation.StampName
 
shallHandleEditEvent(boolean, EditEvent) - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
shallHandleEditEvent(boolean, EditEvent) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
shallRemoveOnClick(MouseEditEvent) - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
shallRemoveOnClick(MouseEditEvent) - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
shallRenderPageThumbnail(Page, RenderControls) - Method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer
Return whether the page thumbnail representation shall be rendered.
shallRenderTools(Page, RenderControls) - Method in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer
Return whether the tools shall be rendered at this time.
shallTerminate(int, int) - Method in class org.jadice.util.concurrent.ListenablePhaser
Template-method which can be overridden to perform the functionality which would usually be implemented in ListenablePhaser.onAdvance(int, int) directly.
shape - Variable in class com.levigo.jadice.annotation.LineAnnotation
 
shape - Variable in class com.levigo.jadice.annotation.RectangleAnnotation
 
shape - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
ShapeBasedAnnotation - Class in com.levigo.jadice.annotation
An abstract base class for visual shape based annotations.
ShapeBasedAnnotation() - Constructor for class com.levigo.jadice.annotation.ShapeBasedAnnotation
 
shear(double, double) - Method in class org.jadice.util.swing.panel.TransformerPanel
 
shiftFocus(int, int, Component) - Static method in class org.jadice.util.swing.colorpicker.FocusArrowListener
Shifts the focus in a certain direction.
SHInitialHere - com.levigo.jadice.format.xfdf.annotation.StampName
 
ShortValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ShortValue
 
show() - Method in class com.levigo.jadice.demo.gradation.GradationFrame
Deprecated. 
SHOW - Variable in class com.levigo.jadice.annotation.auth.IndividualAnnotationPermission.Factory
 
ShowAnnotationIntent - Class in com.levigo.jadice.annotation.auth
This type of AnnotationIntent declares the intention to display annotations.
ShowAnnotationIntent() - Constructor for class com.levigo.jadice.annotation.auth.ShowAnnotationIntent
Constructor
showFileOverviewPanel() - Method in class com.levigo.jadice.demo.BasicJadicePanel
showIcon - Variable in class org.jadice.util.swing.action.components.IconJMenuItem
flag, indicating whether an icon contained the given action should be displayed or not
showMessageDetails(MessageConsumer.Message, int, int) - Method in class org.jadice.util.swing.infobar.RollingMessagePanel
 
showOpenDialog(Component) - Method in class com.levigo.jadice.appbase.chooser.FileChooser
 
ShowPDFPermissionsCommand - Class in com.levigo.jadice.demo.pdf.crypto.commands
 
ShowPDFPermissionsCommand() - Constructor for class com.levigo.jadice.demo.pdf.crypto.commands.ShowPDFPermissionsCommand
 
ShowProductInfoWindowCommand - Class in com.levigo.jadice.swing.commands
Shows/Hide a product information window
ShowProductInfoWindowCommand() - Constructor for class com.levigo.jadice.swing.commands.ShowProductInfoWindowCommand
 
showStatusFrame() - Method in class org.jadice.util.mm.LRUCache
 
showTargetInGUI(String, Collection<Object>) - Method in class com.levigo.jadice.demo.executor.ExternalTargetExecutor
Opens an ExternalTargetDialog to show the given string target.
showTargetInGUI(URI, Collection<Object>) - Method in class com.levigo.jadice.demo.executor.ExternalTargetExecutor
Opens an ExternalTargetDialog to show the given URI target.
ShowTrayLicenseCommand - Class in com.levigo.jadice.demo.commands
 
ShowTrayLicenseCommand() - Constructor for class com.levigo.jadice.demo.commands.ShowTrayLicenseCommand
 
showTrayPopupMenu(int, int) - Method in class com.levigo.jadice.demo.launcher.BasicDemoApplication
Shows a tray icon popup at the given x,y location.
SHSignHere - com.levigo.jadice.format.xfdf.annotation.StampName
 
shutdown() - Method in class com.levigo.jadice.appbase.chooser.PreviewFileReader
Clean-up resources allocated by this instance.
shutdown() - Method in class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
 
shutdown() - Static method in class org.jadice.util.mm.CacheMetricsPublisher
 
shutdownAndWait() - Static method in class org.jadice.util.mm.CacheMetricsPublisher
 
shutdownDefault() - Static method in class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
 
shutdownExecutor(TaskService, QueuedAndActiveTaskThreadPoolExecutor) - Method in class org.jadice.util.concurrent.tasks.DefaultExecutorManager
 
shutdownExecutor(TaskService, QueuedAndActiveTaskThreadPoolExecutor) - Method in interface org.jadice.util.concurrent.tasks.ExecutorManager
 
SHWitness - com.levigo.jadice.format.xfdf.annotation.StampName
 
SIEMENS_CODE - com.levigo.jadice.format.modca.AfpLineModeReaderSettings.ControlCharacterMode
 
SignatureData - Interface in com.levigo.jadice.format.pdf.signaturestore
SignatureData holds information concerning the signature of a signature form field.
SignatureField - Interface in com.levigo.jadice.format.pdf.signaturestore
A SignatureField represents a form field in a pdf document and its associated digital signature data.
SignatureHelper - Class in com.levigo.jadice.demo.pdf.signature
This is a helper class to provide easier access to a trustStore.
SignatureReference - Interface in com.levigo.jadice.format.pdf.signaturestore
SignatureReference provides specifications of signature modification detection.
SignatureStore - Interface in com.levigo.jadice.format.pdf.signaturestore
An SignatureStore allows qualified access to dig relevant data of a pdf document.
SignatureStores - Class in com.levigo.jadice.format.pdf.signaturestore
A collection of static utility methods to be used in conjunction with pdf signature data.
SignatureValidationResult - Interface in com.levigo.jadice.signature
The result that will be created by a SignatureValidator when a validation is performed.
SignatureValidations - Class in com.levigo.jadice.signature
 
SignatureValidations() - Constructor for class com.levigo.jadice.signature.SignatureValidations
 
signedByteToUnsignedInt(byte) - Static method in class com.levigo.jadice.document.io.ByteUtils
this method converts a signed byte to a unsigned int
signedIntToUnsignedLong(int) - Static method in class com.levigo.jadice.document.io.ByteUtils
this method converts a signed byte to a unsigned int
signedShortToUnsignedInt(short) - Static method in class com.levigo.jadice.document.io.ByteUtils
this method converts a signed byte to a unsigned int
SimpleLoggerFactoryDelegate - Class in org.jadice.util.log
 
SimpleLoggerFactoryDelegate() - Constructor for class org.jadice.util.log.SimpleLoggerFactoryDelegate
 
SimpleMessage - Class in org.jadice.util.swing.infobar
A simple implementation of MessageConsumer.Message which is used in situations where the message shall be generated directly.
SimpleMessage(String, Level) - Constructor for class org.jadice.util.swing.infobar.SimpleMessage
 
SimpleProvider<T,​E extends Throwable> - Class in org.jadice.util.base
A simple provider providing a single, fixed item.
SimpleProvider(T) - Constructor for class org.jadice.util.base.SimpleProvider
Create a new provider providing the given item.
Sinc - com.levigo.jadice.document.render.FilterType
 
SINGLE - com.levigo.jadice.swing.annotation.commands.AbstractAnnotationModeCommand.CreateMode
 
SINGLE_COLUMN - Static variable in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Emulate the sorting behaviour of Windows Explorer and Mac OS X Finder.
SINGLE_INTERVAL_SELECTION - Static variable in class org.jadice.util.glazedlists.ListSelection
A selection mode where at most one range of elements may be selected at one time.
SINGLE_SELECTION - Static variable in class org.jadice.util.glazedlists.ListSelection
A selection mode where at most one element may be selected at one time.
SingletonIterable<T> - Class in org.jadice.util.base.collections
A Iterable implementation that will contain only one single element.
SingletonIterable(T) - Constructor for class org.jadice.util.base.collections.SingletonIterable
 
SingletonIterator<T> - Class in org.jadice.util.base.collections
 
SingletonIterator(T) - Constructor for class org.jadice.util.base.collections.SingletonIterator
 
size() - Method in class com.levigo.jadice.document.io.ByteArrayBuffer
Returns the current size of the buffer.
size() - Method in class org.jadice.util.base.collections.FrozenList
 
size() - Method in class org.jadice.util.base.collections.InterceptableList
 
size() - Method in class org.jadice.util.base.collections.IntHashtable
 
size() - Method in class org.jadice.util.base.collections.ObservableCollection
 
size() - Method in class org.jadice.util.base.collections.ObservableList
 
size() - Method in class org.jadice.util.base.collections.ObservableMap
 
size() - Method in class org.jadice.util.glazedlists.AbstractEventList
Returns the number of elements in this list.
size() - Method in class org.jadice.util.glazedlists.BasicEventList
Returns the number of elements in this list.
size() - Method in class org.jadice.util.glazedlists.CollectionList
Returns the number of elements in this list.
size() - Method in class org.jadice.util.glazedlists.DebugList
Returns the number of elements in this list.
size() - Method in class org.jadice.util.glazedlists.FilterList
Returns the number of elements in this list.
size() - Method in class org.jadice.util.glazedlists.FreezableList
Returns the number of elements in this list.
size() - Method in class org.jadice.util.glazedlists.GroupingList
Returns the number of elements in this list.
size() - Method in class org.jadice.util.glazedlists.InterceptableEventList
 
size() - Method in class org.jadice.util.glazedlists.RangeList
Returns the number of elements in this list.
size() - Method in interface org.jadice.util.glazedlists.SeparatorList.Separator
A convenience method to get the number of elements in this group.
size() - Method in class org.jadice.util.glazedlists.SeparatorList
Returns the number of elements in this list.
size() - Method in class org.jadice.util.glazedlists.SequenceList
Returns the number of elements in this list.
size() - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
Returns the number of elements in this list.
size() - Method in class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
Returns the number of elements in this list.
size() - Method in class org.jadice.util.glazedlists.TransformedList
Returns the number of elements in this list.
size() - Method in class org.jadice.util.glazedlists.TreeList
Returns the number of elements in this list.
size() - Method in class org.jadice.util.glazedlists.UniqueList
Returns the number of elements in this list.
size() - Method in class org.jadice.util.mm.SequencedHashMap
Implements Map.size().
size() - Method in class org.jadice.util.swing.action.context.Context
Returns the number of elements in this collection.
SIZE - com.levigo.jadice.document.PageSegmentEvent.Type
A page segment is modified, the modification causes a size change of the page segment
sized(int, int) - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorPageSegmentBuilder
Sets a fixed width and height for the ContentsCreatorPageSegment to be created using this ContentsCreatorPageSegmentBuilder.
sized(Dimension2D) - Method in class com.levigo.jadice.document.contentscreator.ContentsCreatorPageSegmentBuilder
Sets a fixed Dimension2D for the ContentsCreatorPageSegment to be created using this ContentsCreatorPageSegmentBuilder.
SizeDetector - Interface in com.levigo.jadice.format.hocr.settings
This Interface should be implemented if a detection of the Dimension2D from a page is needed.
SizeManagementStrategy - Interface in org.jadice.util.mm
 
skip(int) - Method in class com.levigo.jadice.document.read.fluent.ReadConfiguration
Start a task which skips the given number of pages.
skip(int) - Method in interface com.levigo.jadice.document.read.fluent.ReadConfigurer
Start a task which skips the given number of pages.
skip(int) - Method in interface com.levigo.jadice.document.read.fluent.TaskBuilder
Skips the given number of pages.
skip(long) - Method in class com.levigo.jadice.document.io.SeekableInputStream
 
SKIP_SUBTREE - com.levigo.jadice.demo.outline.OutlineVisitor.VisitResult
Skip the following subtree and continue with the next node on the same level as the current node
skipBytes(int) - Method in class com.levigo.jadice.document.io.SeekableInputStream
Advances the current stream position by calling seek(getStreamPosition() + n).
skipBytes(long) - Method in class com.levigo.jadice.document.io.SeekableInputStream
Advances the current stream position by calling seek(getStreamPosition() + n).
SKIPPING_MARKER_SEGMENT_BYTES - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
Slash - com.levigo.jadice.format.xfdf.annotation.LineEndingStyle
 
SlickBevelBorder - Class in org.jadice.util.swing.borders
A 1-line bevel border.
SlickBevelBorder(int) - Constructor for class org.jadice.util.swing.borders.SlickBevelBorder
Constructor for SlickBevelBorder.
SlickBevelBorder(int, Color, Color) - Constructor for class org.jadice.util.swing.borders.SlickBevelBorder
Constructor for SlickBevelBorder.
SlickBevelBorder(int, Color, Color, Color, Color) - Constructor for class org.jadice.util.swing.borders.SlickBevelBorder
Constructor for SlickBevelBorder.
SnapIn - Interface in com.levigo.jadice.swing.status
A marker interface for status bar snap-ins.
SNAPIN_VARIABLE - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
 
SnapInFactory - Class in com.levigo.jadice.appbase.status
A factory for standard status bar snap-ins.
SnapInFactory() - Constructor for class com.levigo.jadice.appbase.status.SnapInFactory
 
snapInStatusBar - Variable in class com.levigo.jadice.demo.BasicJadicePanel
 
Sold - com.levigo.jadice.format.xfdf.annotation.StampName
 
Solid - com.levigo.jadice.format.xfdf.annotation.BorderStyle
 
someLeafsMatch(TreePath[], Class<?>) - Static method in class org.jadice.util.swing.flextree.FlexTreeUtils
Return whether at least one leaf (last path component) of the given paths matches the given type.
SortableRenderer - Interface in org.jadice.util.glazedlists.gui
This interface is intended to be implemented by custom TableCellRenderers installed on the JTableHeader of a sortable JTable.
sortBookmarks(List<Bookmark>) - Method in class com.levigo.jadice.demo.bookmark.command.BookmarkCommand
Sorts the specified list of bookmarks according to the order page indices.
sortBookmarks(List<Bookmark>, Comparator<? super Bookmark>) - Method in class com.levigo.jadice.demo.bookmark.command.BookmarkCommand
Sorts the specified list of bookmarks according to the order induced by the specified comparator.
sortedList - Variable in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
the sorted list to choose the comparators for
SortedList<E> - Class in org.jadice.util.glazedlists
An EventList that shows its source EventList in sorted order.
SortedList(EventList<E>) - Constructor for class org.jadice.util.glazedlists.SortedList
Creates a SortedList that sorts the specified EventList.
SortedList(EventList<E>, Comparator<? super E>) - Constructor for class org.jadice.util.glazedlists.SortedList
Creates a SortedList that sorts the specified EventList using the specified Comparator to determine sort order.
sortedListComparator - Variable in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
the potentially foreign comparator associated with the sorted list
SorterClearSelectionCommand - Class in com.levigo.jadice.demo.thumbnailview
Clears the page selection within a sorter frame or a sorter toolbar depending on which kind of sorter is contained in the component hierarchy or in the associated context.
SorterClearSelectionCommand() - Constructor for class com.levigo.jadice.demo.thumbnailview.SorterClearSelectionCommand
 
SorterFrame - Class in com.levigo.jadice.demo
This class shows jadice Page Sorter in a JFrame.
SorterFrame() - Constructor for class com.levigo.jadice.demo.SorterFrame
Constructs a Sorter frame, a Viewer should be associated with the contained Page Sorter:
SorterFrame(PageView) - Constructor for class com.levigo.jadice.demo.SorterFrame
Constructs a Sorter frame, the given Viewer will associated with the containe Page Sorter.
SorterSelectAllCommand - Class in com.levigo.jadice.demo.thumbnailview
Select all pages within a sorter frame or a sorter toolbar depending on which kind of sorter is contained in the component hierarchy or in the associated context.
SorterSelectAllCommand() - Constructor for class com.levigo.jadice.demo.thumbnailview.SorterSelectAllCommand
 
SorterToolbar - Class in com.levigo.jadice.demo
SorterToolbar provides a component that is useful for displaying the PageSorter component as a toolbar or rather as floating frame.
SorterToolbar(PageView, Context) - Constructor for class com.levigo.jadice.demo.SorterToolbar
Constructor
SorterToolbar.SorterToolBarUI - Class in com.levigo.jadice.demo
FancyToolBarUI for the Sorter.
SorterToolBarUI() - Constructor for class com.levigo.jadice.demo.SorterToolbar.SorterToolBarUI
Constructor
sortIndex(Object) - Method in class org.jadice.util.glazedlists.SortedList
Returns the first index of the object's sort location or the first index at which the object could be positioned if inserted.
sortingState - Variable in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
manage which columns are sorted and in which order
source - Variable in class org.jadice.util.glazedlists.gui.EventTableModel
the source of data for this TableModel, which may or may not be EventTableModel.swingThreadSource
source - Variable in class org.jadice.util.glazedlists.TransformedList
the event list to transform
SOURCE - Static variable in class com.levigo.jadice.document.font.factory.Scopes
 
SourceID - Interface in com.levigo.jadice.document
A SourceID 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 jadice Page object.
sourceList - Variable in class org.jadice.util.glazedlists.event.ListEvent
the list that has changed
sourceList - Variable in class org.jadice.util.glazedlists.event.ListEventAssembler
the list that this tracks changes for
sourceSeek(long) - Method in class com.levigo.jadice.document.io.SeekableLookaheadStream
 
SOUTHEAST - org.jadice.util.base.Corner
 
SOUTHWEST - org.jadice.util.base.Corner
 
SpacePanBehaviour - Class in com.levigo.jadice.demo
Allows pressing and holding space to trigger the PanTool in a configured PageView.
SpacePanBehaviour() - Constructor for class com.levigo.jadice.demo.SpacePanBehaviour
 
Span(int, int) - Constructor for class org.jadice.util.glazedlists.sparse.SparseList.Span
 
spanIterator() - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
 
spanIterator() - Method in class org.jadice.util.glazedlists.sparse.InterceptableSparseEventList
 
spanIterator() - Method in interface org.jadice.util.glazedlists.sparse.SparseList
Return an iterator over the populated SparseList.Spans of this sparse list.
spanIterator() - Method in class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
 
spanIterator(int, int) - Method in class org.jadice.util.glazedlists.sparse.BasicSparseEventList
 
spanIterator(int, int) - Method in class org.jadice.util.glazedlists.sparse.InterceptableSparseEventList
 
spanIterator(int, int) - Method in interface org.jadice.util.glazedlists.sparse.SparseList
Return an iterator over the populated SparseList.Spans of this sparse list.
spanIterator(int, int) - Method in class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
 
SparseEventList<E> - Interface in org.jadice.util.glazedlists.sparse
 
SparseList<E> - Interface in org.jadice.util.glazedlists.sparse
An extension of List for efficient implementations if lists containing mostly null elements.
SparseList.Span - Class in org.jadice.util.glazedlists.sparse
A Span describes an inclusive, consecutive range of list indices.
SparseSwingThreadProxyEventList<E> - Class in org.jadice.util.glazedlists.sparse
Proxies events from all threads to the Swing event dispatch thread.
SparseSwingThreadProxyEventList(SparseEventList<E>) - Constructor for class org.jadice.util.glazedlists.sparse.SparseSwingThreadProxyEventList
Create a SparseSwingThreadProxyEventList that mirrors the specified source EventList for access on the Swing thread.
SparseThreadProxyEventList<E> - Class in org.jadice.util.glazedlists.sparse
An EventList that only forwards its events on a proxy thread, regardless of the thread of their origin.
SparseThreadProxyEventList(SparseEventList<E>) - Constructor for class org.jadice.util.glazedlists.sparse.SparseThreadProxyEventList
Create a SparseThreadProxyEventList which delivers changes to the given source on a particular Thread, called the proxy Thread of a subclasses choosing.
SpinCommand - Class in com.levigo.jadice.swing.commands
This command could be used to spin the document or the current page of a PageView instance in the context object.
SpinCommand() - Constructor for class com.levigo.jadice.swing.commands.SpinCommand
 
SplashScreen - Class in com.levigo.jadice.demo.launcher
A splash screen which can be display if no document is opened.
SplashScreen() - Constructor for class com.levigo.jadice.demo.launcher.SplashScreen
 
SplashScreen.SplashScreenPropertyListener - Class in com.levigo.jadice.demo.launcher
This property listener will make sure to show the SplashScreen if no document is shown.
SplashScreenPropertyListener(BasicJadicePanel) - Constructor for class com.levigo.jadice.demo.launcher.SplashScreen.SplashScreenPropertyListener
 
SPREAD - com.levigo.jadice.swing.pageview.PageView.Layout
A layout where two adjacent pages of a spread (e.g. two pages bound side-by-side in a book) are displayed at a time.
Square - com.levigo.jadice.format.xfdf.annotation.LineEndingStyle
 
SQUEEZE_HORIZONZAL - org.jadice.util.swing.panel.CollapsiblePane.Style
Squeeze the contents horizontally to fit the animated size.
SQUEEZE_VERTICAL - org.jadice.util.swing.panel.CollapsiblePane.Style
Squeeze the contents vertically to fit the animated size.
STAMP - com.levigo.jadice.format.annocm.CMAnnotationArcheTypes
Compatible with: Content Manager 7 / 8 client Jadice DOCP client
STAMP - com.levigo.jadice.format.annofnis.FNISAnnotationArcheTypes
Compatible with: FileNet IS client Jadice DOCP client
STAMP - com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Compatible with: FileNet P8 client Jadice DOCP client
STAMP_IMAGE - com.levigo.jadice.format.annocm.CMAnnotationArcheTypes
Compatible with: Content Manager 8 client Jadice DOCP client Since Content Manager 8 there is a stamp image annotation available, which is only compatible with CM 8 / Jadice DOCP clients.
StampAnnotation - Class in com.levigo.jadice.annotation
An annotation looking like a stamp.
StampAnnotation() - Constructor for class com.levigo.jadice.annotation.StampAnnotation
 
StampImageAnnotation - Class in com.levigo.jadice.annotation
 
StampImageAnnotation() - Constructor for class com.levigo.jadice.annotation.StampImageAnnotation
 
StampName - Enum in com.levigo.jadice.format.xfdf.annotation
Specifies the predefined stamps for XFDFStampAnnotations
STANDARD_LAYERS - Static variable in class com.levigo.jadice.document.DocumentLayer
A list of the standard layers defined as constants in this class.
STANDARD14_FAMILYNAME_ATTRIBUTES - Static variable in class com.levigo.jadice.appbase.font.factory.annotation.AnnotationStandard14FontFactory
 
Standard14FontFactory - Class in com.levigo.jadice.appbase.font.factory
Provides FontSources for the Standard 14 Font Name constants defined by the PDF Format.
Standard14FontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.Standard14FontFactory
 
Standard14Substitute - Enum in com.levigo.jadice.fontmanager
Models the access to information about the standard 14 substitute font resources optionally included.
StandardSecurityAuthLevel - Enum in com.levigo.jadice.format.pdf.crypt.standard
Defines the possible levels of authorization for the PDF Standard Security Handler which supplies password-based authentication.
Star - com.levigo.jadice.format.xfdf.annotation.IconName
 
start() - Static method in class org.jadice.util.mm.CacheMetricsPublisher
May only be called once
start(XMLEventWriter, XMLEventFactory, String) - Method in class com.levigo.jadice.format.annotation.converters.AbstractConverter
 
START_OF_USER_ZOOM_MODES - Static variable in class com.levigo.jadice.swing.pageview.PageViewSettings
User-specific zoom modes bay be allocated starting from this constant.
startBuilding(String) - Static method in class com.levigo.jadice.fontmanager.FontManagers
Entry point to the Fluent API for creating FontManager instances.
STARTED - com.levigo.jadice.printer.event.PrintEvent.PrintEventType
Print job processing started.
startEditingAtPath(TreePath) - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
STARTS_WITH - Static variable in class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Matching mode where items are considered a match if at least one of the filter strings extracted from an object starts with one of the given search strings.
startSearch() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
startSearch() - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
startSearch() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
startSearch() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
startSearch() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
startSearch(SearchConfiguration, Boolean) - Method in interface com.levigo.jadice.search.engine.Search
Starts the search synchronously or asynchronously.
STARTSUB - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Start submenu [Format:{StartSubmenu=NameofSubmenu}]
startsWith(String, String, boolean) - Static method in class org.jadice.util.base.Strings
A case-insensitive check if given string starts with a specified prefix.
startsWithIgnoreCase(String, String) - Static method in class org.jadice.util.base.Strings
A case-insensitive check if given string starts with a specified prefix.
STASH_DESCRIPTION_PARAM_KEY - Static variable in class com.levigo.jadice.demo.pagestash.StashPagesCommand
 
STASH_MIME_TYPE - Static variable in class com.levigo.jadice.demo.pagestash.PageStashWriter
 
StashPagesCommand - Class in com.levigo.jadice.demo.pagestash
A Command used to put the currently selected pages into a stash.
StashPagesCommand() - Constructor for class com.levigo.jadice.demo.pagestash.StashPagesCommand
 
State - Enum in com.levigo.jadice.format.xfdf.annotation
Specifies the state in the XFDF State Model
STATE_ADDED - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
STATE_CREATED - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
STATE_DELETED - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
STATE_DESELECTED - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
STATE_SELECTED - com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
 
StateModel - Enum in com.levigo.jadice.format.xfdf.annotation
Corresponds to the XFDF state model
StatusBar - Class in com.levigo.jadice.swing.status
A panel hosting a set of status snap-ins.
StatusBar() - Constructor for class com.levigo.jadice.swing.status.StatusBar
Constructor
StatusBar.SnapInConstraint - Enum in com.levigo.jadice.swing.status
Constraint constant to define the snap-in layouting behavior.
statusLabel - Variable in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
statusLabel - Variable in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
STOP - com.levigo.jadice.demo.outline.OutlineVisitor.VisitResult
Stop the visiting process
stopEditing() - Method in class org.jadice.util.swing.flextree.FlexibleTree
 
streamCacheKey - Variable in class com.levigo.jadice.fontmanager.ClasspathFontStreamProvider
 
StreamDataProvider() - Constructor for class com.levigo.jadice.document.lazy.LazyStreamPageSegment.StreamDataProvider
 
StreamSourceID - Interface in com.levigo.jadice.document
A StreamSourceID uniquely identifies a stream which was used during a reading process.
STRICT - com.levigo.jadice.format.pdf.settings.PDFStructureReaderSettings.PDFStructureReadStrategy
Structural errors might lead to exceptions when loading a document.
This is the default / classic behavior.
STRICT_SORT_ORDER - Static variable in class org.jadice.util.glazedlists.SortedList
Sorting mode where elements are always in sorted order, even if this requires that elements be moved from one index to another when their value is changed.
strikethrough - Variable in class com.levigo.jadice.annotation.TextAnnotation
 
strikethrough - Variable in class com.levigo.jadice.annotation.TextHighlightAnnotation
 
strikethrough - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
StringAttribute - Class in com.levigo.jadice.document.font.attribute.api
Concrete interface realization which carries a String value.
StringAttribute(String) - Constructor for class com.levigo.jadice.document.font.attribute.api.StringAttribute
 
StringConverter - Class in com.levigo.jadice.format.annotation.converters
 
StringConverter() - Constructor for class com.levigo.jadice.format.annotation.converters.StringConverter
 
strings - Static variable in class org.jadice.util.swing.colorpicker.ColorPicker
The localized strings used in this (and related) panel(s).
Strings - Class in org.jadice.util.base
Utility methods for String processing.
StringValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.StringValue
 
STRIP - com.levigo.jadice.document.metadata.MetadataBuilder.InvalidCharacterHandling
Automatically strip invalid characters from content
stripInvalidXMLCharacters(String) - Static method in class com.levigo.jadice.document.metadata.MetadataUtil
This method ensures that the output String has only valid XML characters as specified by the XML 1.0 standard.
strokeColor - Variable in class com.levigo.jadice.annotation.ShapeBasedAnnotation
 
strokeResolution - Variable in class com.levigo.jadice.annotation.ShapeBasedAnnotation
 
StyledLineBorder - Class in org.jadice.util.swing.borders
A Border using a given BasicStroke and optional Paint to paint a rectangular stroked line.
StyledLineBorder(BasicStroke) - Constructor for class org.jadice.util.swing.borders.StyledLineBorder
 
StyledLineBorder(BasicStroke, Paint) - Constructor for class org.jadice.util.swing.borders.StyledLineBorder
 
StyleEnricher - Class in com.levigo.jadice.appbase.font.factory
Enriches a given instance of FontAttributeSet by adding style attributes (bold, italic) guessed from the font's name.
StyleEnricher() - Constructor for class com.levigo.jadice.appbase.font.factory.StyleEnricher
 
StyleFontFactory - Class in com.levigo.jadice.appbase.font.factory
Finds a font based solely on Style information, disregarding the name.
StyleFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.StyleFontFactory
 
SubfileSeekableInputStream - Class in com.levigo.jadice.document.io
A wrapper for a SeekableInputStream which is able to provide a view of a specific part of the wrapped stream.
SubfileSeekableInputStream(SeekableInputStream, long, long) - Constructor for class com.levigo.jadice.document.io.SubfileSeekableInputStream
Creates a seekable stream part access
SubfileSeekableInputStream(SeekableInputStream, long, long, boolean) - Constructor for class com.levigo.jadice.document.io.SubfileSeekableInputStream
Creates a seekable stream part access
subject - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
subList(int, int) - Method in class org.jadice.util.base.collections.FrozenList
 
subList(int, int) - Method in class org.jadice.util.glazedlists.AbstractEventList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
SUBMENU_ACTION - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Parameter of the action in the property file to which a submenu should be attached to
SUBMENU_VARIABLE - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Submenu [Format:{$submenu keyOfName}]
submitDialog() - Method in class com.levigo.jadice.swing.printer.AbstractPrintDialog
This method will be called to submit the print request and preparing the printer to start its print job.
subtractDoubles(Calculation<? extends Number>, Calculation<? extends Number>) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that subtracts b from a as Doubles.
subtractFloats(Calculation<? extends Number>, Calculation<? extends Number>) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that subtracts b from a as Floats.
subtractIntegers(Calculation<? extends Number>, Calculation<? extends Number>) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that subtracts b from a as Integers.
subtractLongs(Calculation<? extends Number>, Calculation<? extends Number>) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that subtracts b from a as Longs.
subtreeRefreshRequired() - Method in interface org.jadice.util.swing.flextree.DynamicTreeModule.TreeCallback
Receive notification that the domain object or data that the target node represents changed in some way that makes it necessary to update the derived properties of all nodes within the sub-tree starting at the target node.
subtreeRefreshRequired(Collection<? extends Object>) - Method in interface org.jadice.util.swing.flextree.DynamicTreeModule.TreeCallback
Receive notification that a collection of domain objects or data that the target node represents changed in some way that makes it necessary to update the derived properties of all nodes within the sub-tree starting at the target node.
subtreeSize(int, boolean) - Method in class org.jadice.util.glazedlists.TreeList
The number of nodes including the node itself in its subtree.
sumDoubles(EventList<? extends Number>) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that sums the given numbers as a Double.
sumFloats(EventList<? extends Number>) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that sums the given numbers as a Float.
sumIntegers(EventList<? extends Number>) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that sums the given numbers as an Integer.
sumLongs(EventList<? extends Number>) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that sums the given numbers as a Long.
SwingAnnotationBasicFontFactory - Class in com.levigo.jadice.appbase.annotation.font
Fallback SwingAnnotationFontFactory implementation for unknown font names.
SwingAnnotationBasicFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.annotation.font.SwingAnnotationBasicFontFactory
 
SwingAnnotationFontFactory - Interface in com.levigo.jadice.swing.annotation.font
 
SwingAnnotationGenericStylesSystemFontFactory - Class in com.levigo.jadice.appbase.annotation.font
SwingAnnotationFontFactory implementation providing system fonts with styles Plain / Bold / Italic / Bold-Italic registered in Java VM environment, see GraphicsEnvironment.getAllFonts().
SwingAnnotationGenericStylesSystemFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.annotation.font.SwingAnnotationGenericStylesSystemFontFactory
 
SwingAnnotationLogicalFontFactory - Class in com.levigo.jadice.appbase.annotation.font
SwingAnnotationFontFactory implementation providing logical named fonts.
SwingAnnotationLogicalFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.annotation.font.SwingAnnotationLogicalFontFactory
 
SwingAnnotationProfileBasicFontFactory - Class in com.levigo.jadice.demo.font.annotation
Fallback SwingAnnotationFontFactory implementation for unknown font names.
SwingAnnotationProfileBasicFontFactory() - Constructor for class com.levigo.jadice.demo.font.annotation.SwingAnnotationProfileBasicFontFactory
 
SwingAnnotationProfileGenericStylesSystemFontFactory - Class in com.levigo.jadice.demo.font.annotation
SwingAnnotationFontFactory implementation providing system fonts with styles Plain / Bold / Italic / Bold-Italic registered in Java VM environment, see GraphicsEnvironment.getAllFonts().
SwingAnnotationProfileGenericStylesSystemFontFactory() - Constructor for class com.levigo.jadice.demo.font.annotation.SwingAnnotationProfileGenericStylesSystemFontFactory
 
SwingAnnotationProfileLogicalFontFactory - Class in com.levigo.jadice.demo.font.annotation
SwingAnnotationFontFactory implementation providing logical named fonts.
SwingAnnotationProfileLogicalFontFactory() - Constructor for class com.levigo.jadice.demo.font.annotation.SwingAnnotationProfileLogicalFontFactory
 
SwingAnnotationProfileStandard14FontFactory - Class in com.levigo.jadice.demo.font.annotation
SwingAnnotationFontFactory implementation providing Standard14Substitute based fonts.
SwingAnnotationProfileStandard14FontFactory() - Constructor for class com.levigo.jadice.demo.font.annotation.SwingAnnotationProfileStandard14FontFactory
 
SwingAnnotationProfileSystemFontFactory - Class in com.levigo.jadice.demo.font.annotation
SwingAnnotationFontFactory implementation providing system fonts.
SwingAnnotationProfileSystemFontFactory() - Constructor for class com.levigo.jadice.demo.font.annotation.SwingAnnotationProfileSystemFontFactory
 
SwingAnnotations - Class in com.levigo.jadice.swing.annotation.font
 
SwingAnnotationStandard14FontFactory - Class in com.levigo.jadice.appbase.annotation.font
SwingAnnotationFontFactory implementation providing Standard14Substitute based fonts.
SwingAnnotationStandard14FontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.annotation.font.SwingAnnotationStandard14FontFactory
 
SwingAnnotationSystemFontFactory - Class in com.levigo.jadice.appbase.annotation.font
SwingAnnotationFontFactory implementation providing system fonts registered in Java VM environment, see GraphicsEnvironment.getAllFonts().
SwingAnnotationSystemFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.annotation.font.SwingAnnotationSystemFontFactory
 
SwingAnnotationWellKnownNameFontFactory - Class in com.levigo.jadice.appbase.annotation.font
SwingAnnotationFontFactory implementation for embedded annotation formats (e.g.
SwingAnnotationWellKnownNameFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.annotation.font.SwingAnnotationWellKnownNameFontFactory
 
SwingFontEnvironments - Class in com.levigo.jadice.demo.font
 
SwingMenus - Class in org.jadice.util.swing.menu
 
SwingMenus() - Constructor for class org.jadice.util.swing.menu.SwingMenus
 
SwingPrintManager - Class in com.levigo.jadice.swing.printer
The SwingPrintManager manages and executes print requests.
SwingThreadProxyEventList<E> - Class in org.jadice.util.glazedlists.gui
Proxies events from all threads to the Swing event dispatch thread.
SwingThreadProxyEventList(EventList<E>) - Constructor for class org.jadice.util.glazedlists.gui.SwingThreadProxyEventList
Create a SwingThreadProxyEventList that mirrors the specified source EventList for access on the Swing thread.
swingThreadProxyList(EventList<E>) - Static method in class org.jadice.util.glazedlists.gui.GlazedListsSwing
Wraps the source in an EventList that fires all of its update events from the Swing event dispatch thread.
swingThreadSource - Variable in class org.jadice.util.glazedlists.gui.EventTableColumnModel
the proxy moves events to the Swing Event Dispatch thread
swingThreadSource - Variable in class org.jadice.util.glazedlists.gui.EventTableModel
the proxy moves events to the Swing Event Dispatch thread
SwingUIDocument - Class in com.levigo.jadice.swing
A UIDocument for the use with Java AWT/Swing components.
SwingUIDocument(Document) - Constructor for class com.levigo.jadice.swing.SwingUIDocument
 
SwitchToSinglePageOnFit - Class in com.levigo.jadice.swing.pageview
 
SwitchToSinglePageOnFit() - Constructor for class com.levigo.jadice.swing.pageview.SwitchToSinglePageOnFit
 
Symbol - com.levigo.jadice.fontmanager.LiberalStandard14Names
 
symbolic() - Static method in class com.levigo.jadice.document.font.attribute.style.Symbolic
 
Symbolic - Class in com.levigo.jadice.document.font.attribute.style
Describes whether or not a font is a symbolic font.
syncEventListToList(EventList<E>, List<E>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Synchronize the specified EventList to the specified List.
syncEventListToMap(EventList<V>, FunctionList.Function<V, K>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Synchronize the specified EventList to a Map that is returned from this method.
syncEventListToMultiMap(EventList<V>, FunctionList.Function<V, ? extends K>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Synchronize the specified EventList to a MultiMap that is returned from this method.
syncEventListToMultiMap(EventList<V>, FunctionList.Function<V, ? extends K>, Comparator<? super K>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Synchronize the specified EventList to a MultiMap that is returned from this method.
synchronously() - Static method in class com.levigo.jadice.document.read.fluent.Read
 
synchronously() - Method in interface com.levigo.jadice.fontmanager.build.FontManagerInitiator
Request that the FontManager instance be built synchronously on the current thread.
SyncReadConfigurer - Interface in com.levigo.jadice.document.read.fluent
A ReadConfigurer which does synchronous execution.
SystemEnvironment - Class in com.levigo.jadice.document.util
SystemEnvironment is a utility class to provide different informations about the system environment.
SystemEnvironment() - Constructor for class com.levigo.jadice.document.util.SystemEnvironment
 

T

TableComparatorChooser<E> - Class in org.jadice.util.glazedlists.gui
A TableComparatorChooser is a tool that allows the user to sort a ListTable by clicking on the table's headers.
TableComparatorChooser(JTable, SortedList<E>, Object, TableFormat<? super E>) - Constructor for class org.jadice.util.glazedlists.gui.TableComparatorChooser
Creates and installs a TableComparatorChooser.
tableFormat(Class<T>, String[], String[]) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a TableFormat that binds JavaBean properties to table columns via Reflection.
tableFormat(Class<T>, String[], String[], boolean[]) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a TableFormat that binds JavaBean properties to table columns via Reflection.
tableFormat(String[], String[]) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a TableFormat that binds JavaBean properties to table columns via Reflection.
tableFormat(String[], String[], boolean[]) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a TableFormat that binds JavaBean properties to table columns via Reflection.
TableFormat<E> - Interface in org.jadice.util.glazedlists.gui
Specifies how a set of records are rendered in a table.
TargetStringInstruction - Class in com.levigo.jadice.document.instruction
Instructs an InstructionExecutor to navigate to a given target which is represented as a String.
TargetStringInstruction(String) - Constructor for class com.levigo.jadice.document.instruction.TargetStringInstruction
Creates a new instance.
task(InputStream) - Method in class com.levigo.jadice.document.read.fluent.ReadConfiguration
Start a task which uses the given source to load pages from.
task(InputStream) - Method in interface com.levigo.jadice.document.read.fluent.ReadConfigurer
Start a task which uses the given source to load pages from.
task(Provider<? extends InputStream, IOException>) - Method in class com.levigo.jadice.document.read.fluent.ReadConfiguration
Start a task which uses the given source to load pages from.
task(Provider<? extends InputStream, IOException>) - Method in interface com.levigo.jadice.document.read.fluent.ReadConfigurer
Start a task which uses the given source to load pages from.
Task<R> - Interface in org.jadice.util.concurrent.tasks
Interface to be implemented by classes providing some kind of functionality that is supposed to be executed asynchronously by a TaskExecutor.
TaskBuilder - Interface in com.levigo.jadice.document.read.fluent
Constructs a self contained part of the Document reading process.
taskCancelled(Task<?>) - Method in class com.levigo.jadice.swing.status.TaskServiceMonitorSnapIn
 
taskCancelled(Task<?>) - Method in interface org.jadice.util.concurrent.tasks.TaskListener
Receive notification about a Task that whose execution has been cancelled.
taskCancelled(Task<?>) - Method in class org.jadice.util.concurrent.tasks.TaskView
 
taskCompleted(Task<?>) - Method in class com.levigo.jadice.swing.status.TaskServiceMonitorSnapIn
 
taskCompleted(Task<?>) - Method in interface org.jadice.util.concurrent.tasks.TaskListener
Receive notification about a Task that whose execution has completed without exceptions.
taskCompleted(Task<?>) - Method in class org.jadice.util.concurrent.tasks.TaskView
 
taskCompleted(R) - Method in interface org.jadice.util.concurrent.tasks.TaskScope
Receive notification about a task that has been completed without exceptions.
taskCompleted(R) - Method in class org.jadice.util.concurrent.tasks.TaskScopeAdapter
 
TaskExecutor<R> - Interface in org.jadice.util.concurrent.tasks
TaskExecutors provide execution services for Tasks.
taskFailed(Task<?>) - Method in class com.levigo.jadice.swing.status.TaskServiceMonitorSnapIn
 
taskFailed(Task<?>) - Method in interface org.jadice.util.concurrent.tasks.TaskListener
Receive notification about a Task that whose execution has failed.
taskFailed(Task<?>) - Method in class org.jadice.util.concurrent.tasks.TaskView
 
taskFailed(Task<R>, Throwable) - Method in interface org.jadice.util.concurrent.tasks.TaskScope
Receive notification about a task that has failed.
taskFailed(Task<R>, Throwable) - Method in class org.jadice.util.concurrent.tasks.TaskScopeAdapter
 
TaskListener - Interface in org.jadice.util.concurrent.tasks
By implementing this interface and attaching the listener to - for example - TaskService.addTaskListener(TaskListener), interested parties can receive notification about what is going on inside a TaskService.
taskQueued(Task<?>, int) - Method in class com.levigo.jadice.swing.status.TaskServiceMonitorSnapIn
 
taskQueued(Task<?>, int) - Method in interface org.jadice.util.concurrent.tasks.TaskListener
Receive notification about a Task that has been enqueued.
taskQueued(Task<?>, int) - Method in class org.jadice.util.concurrent.tasks.TaskView
 
TaskScope<R> - Interface in org.jadice.util.concurrent.tasks
A TaskScope defines a common unit of management for tasks sharing a common goal or purpose.
TaskScopeAdapter<R> - Class in org.jadice.util.concurrent.tasks
Provides empty default implementations of TaskScope's methods.
TaskScopeAdapter() - Constructor for class org.jadice.util.concurrent.tasks.TaskScopeAdapter
Creates a new instance without a descriptive name.
TaskScopeAdapter(String) - Constructor for class org.jadice.util.concurrent.tasks.TaskScopeAdapter
Creates a new instance with the given descriptive name.
TaskService - Interface in org.jadice.util.concurrent.tasks
A TaskService provides functionality to execute and manage background tasks.
TaskServiceMonitorSnapIn - Class in com.levigo.jadice.swing.status
 
TaskServiceMonitorSnapIn() - Constructor for class com.levigo.jadice.swing.status.TaskServiceMonitorSnapIn
 
taskStarted(Task<?>) - Method in class com.levigo.jadice.swing.status.TaskServiceMonitorSnapIn
 
taskStarted(Task<?>) - Method in interface org.jadice.util.concurrent.tasks.TaskListener
Receive notification about a Task that whose execution has been started.
taskStarted(Task<?>) - Method in class org.jadice.util.concurrent.tasks.TaskView
 
TaskView - Class in org.jadice.util.concurrent.tasks
This small GUI utility panel provides a visual representation of what is going on inside a TaskService.
TaskView() - Constructor for class org.jadice.util.concurrent.tasks.TaskView
 
text - Variable in class com.levigo.jadice.annotation.TextAnnotation
 
text - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
TEXT - com.levigo.jadice.format.annocm.CMAnnotationArcheTypes
Compatible with: Content Manager 8 client Jadice DOCP client
TEXT - com.levigo.jadice.format.annofnis.FNISAnnotationArcheTypes
Compatible with: FileNet IS client Jadice DOCP client
TEXT - com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Compatible with: FileNet P8 client Jadice DOCP client
TEXT - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Parameter of the submenu text in the property file
TEXT_DO_NOT_USE_IN_PRODUCTION - Static variable in class com.levigo.jadice.document.ProductInformation
 
TEXT_UNSUPPORTED_PREVIEW_VERSION - Static variable in class com.levigo.jadice.document.ProductInformation
 
TextAnnotation - Class in com.levigo.jadice.annotation
An annotation looking like a piece of text.
TextAnnotation() - Constructor for class com.levigo.jadice.annotation.TextAnnotation
 
textColor - Variable in class com.levigo.jadice.annotation.TextAnnotation
 
textColor - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
TextComponentMatcherEditor<E> - Class in org.jadice.util.glazedlists.gui
A MatcherEditor that matches Objects that contain the filter text located within a Document.
TextComponentMatcherEditor(Document, TextFilterator<? super E>) - Constructor for class org.jadice.util.glazedlists.gui.TextComponentMatcherEditor
Creates a TextMatcherEditor bound to the given document with the given textFilterator.
TextComponentMatcherEditor(JTextComponent, TextFilterator<? super E>, boolean) - Constructor for class org.jadice.util.glazedlists.gui.TextComponentMatcherEditor
Creates a TextMatcherEditor bound to the Document backing the given textComponent with the given textFilterator.
TextComponentMatcherEditor(JTextComponent, TextFilterator<E>) - Constructor for class org.jadice.util.glazedlists.gui.TextComponentMatcherEditor
Creates a TextMatcherEditor bound to the Document backing the given textComponent with the given textFilterator.
TextContentResult(Page) - Constructor for class com.levigo.jadice.document.text.TextContentService.TextContentResult
 
TextContentService - Class in com.levigo.jadice.document.text
Provides access to the page text content.
TextContentService() - Constructor for class com.levigo.jadice.document.text.TextContentService
 
TextContentService.TextContentResult - Class in com.levigo.jadice.document.text
 
TextCursorTool - Class in com.levigo.jadice.swing.search.tool
A Tool to visualize and manage a text cursor akin to a text cursor in a word processor or text editor.
TextCursorTool() - Constructor for class com.levigo.jadice.swing.search.tool.TextCursorTool
 
TextFilterable - Interface in org.jadice.util.glazedlists
An item that can be compared to a list of filters to see if it matches.
textFilterator(Class<E>, String...) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a TextFilterator that searches the given JavaBean properties.
textFilterator(String...) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a TextFilterator that searches the given JavaBean properties.
TextFilterator<E> - Interface in org.jadice.util.glazedlists
An interface through which a list of Strings for a given object can be extracted for testing whether a filter matches.
TextFont - Class in com.levigo.jadice.format.text
Instances of TextFont can be used to define the display font in the TextReaderSettings.
TextFormat - Class in com.levigo.jadice.format.text
Gain information about support for plain text data.
TextFormat() - Constructor for class com.levigo.jadice.format.text.TextFormat
Default constructor
TextHighlightAnnotation - Class in com.levigo.jadice.annotation
Annotation implementation to highlight / underscore / strike through text content.
TextHighlightAnnotation() - Constructor for class com.levigo.jadice.annotation.TextHighlightAnnotation
 
TextMatcherEditor<E> - Class in org.jadice.util.glazedlists.matchers
A matcher editor that matches Objects that contain a filter text string.
TextMatcherEditor() - Constructor for class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Creates a TextMatcherEditor whose Matchers can test only elements which implement the TextFilterable interface.
TextMatcherEditor(TextFilterator<? super E>) - Constructor for class org.jadice.util.glazedlists.matchers.TextMatcherEditor
Creates a TextMatcherEditor that matches Objects using the specified TextFilterator to get the Strings to search.
TextReaderSettings - Class in com.levigo.jadice.format.text
Instances of TextReaderSettings can be used to configure several parameters pertaining to the text format.
TextReaderSettings() - Constructor for class com.levigo.jadice.format.text.TextReaderSettings
 
TextSelectionTool - Class in com.levigo.jadice.swing.search.tool
A Tool used to select textual page content.
TextSelectionTool() - Constructor for class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
TextServiceLoader - Class in com.levigo.jadice.document.text
 
TextServiceLoader() - Constructor for class com.levigo.jadice.document.text.TextServiceLoader
 
TextStyle - Class in com.levigo.jadice.format.xfdf.annotation
specifies a set of text properties for example for defining the default styling of XFDFFreeTextAnnotations
TextStyle() - Constructor for class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
textURIListToFileList(String) - Static method in class com.levigo.jadice.swing.thumbnailview.dnd.FileImportHandler
 
TGASwingUtil - Class in org.jadice.util.base.swing
A ThreadGroupAware replacement for SwingUtilities.invokeLater(), SwingUtilities.invokeAndWait() and SwingUtilities.isEventDispatchThread() considering the correct EventQueue to use in environments where more than one EventQueue may occur, such as in Applets and WebStart.
TGASwingUtil() - Constructor for class org.jadice.util.base.swing.TGASwingUtil
 
thaw() - Method in class org.jadice.util.glazedlists.FreezableList
Unlocks this FreezableList to show the same contents of the source EventList.
ThreadedMatcherEditor<E> - Class in org.jadice.util.glazedlists.matchers
A MatcherEditor which decorates a source MatcherEditor with functionality.
ThreadedMatcherEditor(MatcherEditor<E>) - Constructor for class org.jadice.util.glazedlists.matchers.ThreadedMatcherEditor
Creates a ThreadedMatcherEditor which wraps the given source.
ThreadPoolTaskService - Class in org.jadice.util.concurrent.tasks
A TaskService implementation which makes use of a ThreadPoolExecutor to execute tasks on a number of background threads.
ThreadPoolTaskService(String) - Constructor for class org.jadice.util.concurrent.tasks.ThreadPoolTaskService
 
threadSafeList(EventList<? extends E>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Wraps the source in an EventList that obtains a ReadWritLock for all operations.
thresholdEvaluator(String) - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a ThresholdList.Evaluator that uses Reflection to utilize an integer JavaBean property as the threshold evaluation.
ThresholdList<E> - Class in org.jadice.util.glazedlists
An EventList that shows a range of the elements of the source EventList.
ThresholdList(EventList<E>, String) - Constructor for class org.jadice.util.glazedlists.ThresholdList
Creates a ThresholdList that provides range-filtering based on the specified EventList based on the specified integer JavaBean property.
ThresholdList(EventList<E>, ThresholdList.Evaluator<E>) - Constructor for class org.jadice.util.glazedlists.ThresholdList
Creates a ThresholdList that provides range-filtering on the specified EventList using the specified ThresholdList.Evaluator.
ThresholdList.Evaluator<E> - Interface in org.jadice.util.glazedlists
Provide an integer value for a given Object in a ThresholdList.
ThresholdMatcherEditor<E,​T> - Class in org.jadice.util.glazedlists.matchers
A MatcherEditor that filters elements based on whether they are greater than or less than a threshold.
ThresholdMatcherEditor() - Constructor for class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
Construct an instance that will require elements to be greater than the threshold (which is not initially set) and relies on the threshold object and elements in the list implementing Comparable.
ThresholdMatcherEditor(T) - Constructor for class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
Construct an instance that will require elements to be greater than the given threshold and relies on the threshold object and elements in the list implementing Comparable.
ThresholdMatcherEditor(T, ThresholdMatcherEditor.MatchOperation) - Constructor for class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
Construct an instance that will require elements to be greater than the given threshold and relies on the threshold object and elements in the list implementing Comparable.
ThresholdMatcherEditor(T, ThresholdMatcherEditor.MatchOperation, Comparator<T>) - Constructor for class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
Construct an instance.
ThresholdMatcherEditor(T, ThresholdMatcherEditor.MatchOperation, Comparator<T>, FunctionList.Function<E, T>) - Constructor for class org.jadice.util.glazedlists.matchers.ThresholdMatcherEditor
Construct an instance.
ThumbnailCellRenderer - Interface in com.levigo.jadice.swing.thumbnailview
 
ThumbnailNavigationTool - Class in com.levigo.jadice.swing.thumbnailview
A tool used to navigate a Document inside a PageView from within a ThumbnailView.
ThumbnailNavigationTool() - Constructor for class com.levigo.jadice.swing.thumbnailview.ThumbnailNavigationTool
 
ThumbnailProvider - Interface in com.levigo.jadice.swing.thumbnailview
Classes implementing ThumbnailProvider interface are responsible to provide a thumbnail image for a specific page this ThumbnailProvider realization is associated to.
ThumbnailResizeCommand - Class in com.levigo.jadice.swing.thumbnailview
A command used to increase or decrease the thumbnail size.
ThumbnailResizeCommand() - Constructor for class com.levigo.jadice.swing.thumbnailview.ThumbnailResizeCommand
 
thumbnailScrollPane - Variable in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
 
thumbnailView - Variable in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
 
ThumbnailView - Class in com.levigo.jadice.swing.thumbnailview
UI-Properties used by this component
ThumbnailView() - Constructor for class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Constructs a new ThumbnailView.
ThumbnailView.AccessibleThumbnailView - Class in com.levigo.jadice.swing.thumbnailview
JComponent.AccessibleJComponent is a non-static inner class of JComponent and can therefore only be sub-classed by an inner class of a descendant of JComponent.
ThumbnailView.AccessibleThumbnailView.AccessibleChild - Class in com.levigo.jadice.swing.thumbnailview
This class implements accessibility support appropriate for ThumbnailView children.
ThumbnailViewComponentAddon - Class in com.levigo.jadice.swing.thumbnailview
 
ThumbnailViewComponentAddon() - Constructor for class com.levigo.jadice.swing.thumbnailview.ThumbnailViewComponentAddon
 
ThumbnailViewComponentAddon(String) - Constructor for class com.levigo.jadice.swing.thumbnailview.ThumbnailViewComponentAddon
 
ThumbnailViewMessages - Enum in com.levigo.jadice.swing.thumbnailview
 
ThumbnailViewUI - Class in com.levigo.jadice.swing.thumbnailview
 
ThumbnailViewUI() - Constructor for class com.levigo.jadice.swing.thumbnailview.ThumbnailViewUI
 
TIFFFormat - Class in com.levigo.jadice.format.tiff
Format information for tiff documents
TIFFFormat() - Constructor for class com.levigo.jadice.format.tiff.TIFFFormat
 
TIFFReaderSettings - Class in com.levigo.jadice.format.tiff
A settings class for parameters pertaining to TIFFs.
TIFFReaderSettings() - Constructor for class com.levigo.jadice.format.tiff.TIFFReaderSettings
 
TIME - org.jadice.util.swing.infobar.RollingMessagePanel.OrderBy
 
Times - com.levigo.jadice.fontmanager.Standard14Substitute
 
Times_Bold - com.levigo.jadice.fontmanager.LiberalStandard14Names
 
Times_Bold_Italic - com.levigo.jadice.fontmanager.LiberalStandard14Names
 
Times_Italic - com.levigo.jadice.fontmanager.LiberalStandard14Names
 
Times_Roman - com.levigo.jadice.fontmanager.LiberalStandard14Names
 
TimesBold - com.levigo.jadice.fontmanager.Standard14Substitute
 
TimesBoldItalic - com.levigo.jadice.fontmanager.Standard14Substitute
 
TimesItalic - com.levigo.jadice.fontmanager.Standard14Substitute
 
TimestampValue() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.TimestampValue
 
title - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
to(DocumentLayer) - Method in interface com.levigo.jadice.document.read.fluent.LayerMappingBuilder
Specifies the target layer to which should be mapped.
to(String) - Method in interface com.levigo.jadice.document.read.fluent.LayerMappingBuilder
Specifying a DocumentLayer as the mapping target.
TO_ABSOLUTE - com.levigo.jadice.swing.commands.ZoomCommand.Mode
 
TO_DEVICE - com.levigo.jadice.swing.commands.ZoomCommand.Mode
 
toAnnotationsLayer() - Method in interface com.levigo.jadice.document.read.fluent.LayerMappingBuilder
Specifying DocumentLayer.ANNOTATIONS as the mapping target.
toArray() - Method in class org.jadice.util.base.collections.FrozenList
 
toArray() - Method in class org.jadice.util.base.collections.InterceptableList
 
toArray() - Method in class org.jadice.util.base.collections.ObservableCollection
 
toArray() - Method in class org.jadice.util.base.collections.ObservableList
 
toArray() - Method in class org.jadice.util.glazedlists.AbstractEventList
Returns an array containing all of the elements in this list in proper sequence.
toArray() - Method in class org.jadice.util.glazedlists.DebugList
Returns an array containing all of the elements in this list in proper sequence.
toArray(T[]) - Method in class org.jadice.util.base.collections.FrozenList
 
toArray(T[]) - Method in class org.jadice.util.base.collections.InterceptableList
 
toArray(T[]) - Method in class org.jadice.util.base.collections.ObservableCollection
 
toArray(T[]) - Method in class org.jadice.util.base.collections.ObservableList
 
toArray(T[]) - Method in class org.jadice.util.glazedlists.AbstractEventList
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray(T[]) - Method in class org.jadice.util.glazedlists.DebugList
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toBack(Collection<Annotation>) - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
Move the selected annotations to the back of the rendering list.
toBackgroundLayer() - Method in interface com.levigo.jadice.document.read.fluent.LayerMappingBuilder
Specifying DocumentLayer.BACKGROUND as the mapping target.
toByteArray() - Method in class com.levigo.jadice.document.io.ByteArrayBuffer
Creates a newly allocated byte array.
toDefaultLayer() - Method in interface com.levigo.jadice.document.read.fluent.LayerMappingBuilder
Specifying DocumentLayer.DEFAULT as the mapping target.
toDocument() - Method in interface com.levigo.jadice.document.metadata.Metadata
Return the DOM Document representation of the metadata-tree to which this node belongs.
toDoubleArray(List<? extends Number>) - Static method in class org.jadice.util.base.collections.Lists
Converts the given numberList to a double array.
toFixedLength(String, int, char) - Static method in class org.jadice.util.base.Strings
Format the string into a fixed-length representation by either trimming it to the required size (if it is longer) or padding it at the end with the given padding character.
toFloatArray(List<? extends Number>) - Static method in class org.jadice.util.base.collections.Lists
Converts the given numberList to a float array.
toFormLayer() - Method in interface com.levigo.jadice.document.read.fluent.LayerMappingBuilder
Specifying DocumentLayer.FORM as the mapping target.
toFront(Collection<Annotation>) - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
Move the selected annotations to the front of the rendering list.
toggle() - Method in class com.levigo.jadice.demo.SorterToolbar
Toggles (shows/hides) the appearance of this sorter toolbar instance
TOGGLE_ACTION - Static variable in class org.jadice.util.swing.panel.CollapsiblePane
JCollapsible has a built-in toggle action which can be bound to buttons.
toggleAnnotationVisibility() - Method in class com.levigo.jadice.swing.annotation.commands.AnnotationVisibilityCommand
Toggles visibility of annotations described by given class
ToggleCaseSensitiveCommand - Class in com.levigo.jadice.appbase.search
Deprecated.
use new search api and ToggleOptionCommand instead
ToggleCaseSensitiveCommand() - Constructor for class com.levigo.jadice.appbase.search.ToggleCaseSensitiveCommand
Deprecated.
 
ToggleCompareCommand - Class in com.levigo.jadice.demo.commands
Toggles the compare view (2nd Viewer panel)
ToggleCompareCommand() - Constructor for class com.levigo.jadice.demo.commands.ToggleCompareCommand
 
toggleCompareView() - Method in interface com.levigo.jadice.demo.util.CompareToggler
Toggles the compare view on/off
ToggleCrosshairCommand - Class in com.levigo.jadice.swing.crosshair
Shows/Hide a a crosshair bound to mouse position
ToggleCrosshairCommand() - Constructor for class com.levigo.jadice.swing.crosshair.ToggleCrosshairCommand
 
ToggleDesaturateCommand - Class in com.levigo.jadice.swing.gradation.commands
This command toggles (enables/disables) the desaturation of color images display.
ToggleDesaturateCommand() - Constructor for class com.levigo.jadice.swing.gradation.commands.ToggleDesaturateCommand
 
ToggleEnabledPDFSignatureBoxCommand - Class in com.levigo.jadice.demo.pdf.signature.commands
 
ToggleEnabledPDFSignatureBoxCommand() - Constructor for class com.levigo.jadice.demo.pdf.signature.commands.ToggleEnabledPDFSignatureBoxCommand
 
toggleExpanded(int) - Method in class org.jadice.util.glazedlists.TreeList
A convenience method to expand the row if it is currently collapsed or vice versa.
ToggleExtendedSearchCommand - Class in com.levigo.jadice.appbase.search.engine.ui
 
ToggleExtendedSearchCommand - Class in com.levigo.jadice.appbase.search
Deprecated.
use new search api and ToggleOptionCommand instead
ToggleExtendedSearchCommand() - Constructor for class com.levigo.jadice.appbase.search.engine.ui.ToggleExtendedSearchCommand
 
ToggleExtendedSearchCommand() - Constructor for class com.levigo.jadice.appbase.search.ToggleExtendedSearchCommand
Deprecated.
 
ToggleGroupPanelVisibilityCommand - Class in com.levigo.jadice.demo.commands
Toggle optional group panel visibility.
ToggleGroupPanelVisibilityCommand() - Constructor for class com.levigo.jadice.demo.commands.ToggleGroupPanelVisibilityCommand
 
ToggleHoverLensCommand - Class in com.levigo.jadice.demo.commands
 
ToggleHoverLensCommand() - Constructor for class com.levigo.jadice.demo.commands.ToggleHoverLensCommand
 
ToggleInfoAreaCommand - Class in com.levigo.jadice.demo.commands
Toggles info view
ToggleInfoAreaCommand() - Constructor for class com.levigo.jadice.demo.commands.ToggleInfoAreaCommand
 
ToggleInfoTreeCommand - Class in com.levigo.jadice.demo.infotree
This command toggles InfoTreeFrame visibility.
ToggleInfoTreeCommand() - Constructor for class com.levigo.jadice.demo.infotree.ToggleInfoTreeCommand
 
ToggleLensCommand - Class in com.levigo.jadice.demo.commands
Shows/Hide a lens frame
ToggleLensCommand() - Constructor for class com.levigo.jadice.demo.commands.ToggleLensCommand
 
ToggleNavigatorCommand - Class in com.levigo.jadice.demo.navigator
Shows/Hide a navigator frame
ToggleNavigatorCommand() - Constructor for class com.levigo.jadice.demo.navigator.ToggleNavigatorCommand
 
ToggleNoView - com.levigo.jadice.format.xfdf.annotation.Flags
 
ToggleOptionCommand - Class in com.levigo.jadice.appbase.search.engine.ui
Command that can be used to toggle a value within searchOptions.
ToggleOptionCommand() - Constructor for class com.levigo.jadice.appbase.search.engine.ui.ToggleOptionCommand
 
TogglePDFSignatureBoxCommand - Class in com.levigo.jadice.demo.pdf.signature.commands
 
TogglePDFSignatureBoxCommand() - Constructor for class com.levigo.jadice.demo.pdf.signature.commands.TogglePDFSignatureBoxCommand
 
ToggleShowGradationDetailsCommand - Class in com.levigo.jadice.swing.gradation.commands
 
ToggleShowGradationDetailsCommand() - Constructor for class com.levigo.jadice.swing.gradation.commands.ToggleShowGradationDetailsCommand
 
ToggleSorterCommand - Class in com.levigo.jadice.demo.thumbnailview
Shows/Hide a sorter frame or a sorter toolbar depending on which kind of sorter is contained in the component hierachy or in the associated context.
ToggleSorterCommand() - Constructor for class com.levigo.jadice.demo.thumbnailview.ToggleSorterCommand
 
ToggleToolActivationPolicyCommand - Class in com.levigo.jadice.appbase.commands
 
ToggleToolActivationPolicyCommand() - Constructor for class com.levigo.jadice.appbase.commands.ToggleToolActivationPolicyCommand
 
ToggleToolbarVisibilityCommand - Class in com.levigo.jadice.demo.commands
This command could be used to toggle visibility of jadice toolbars.
ToggleToolbarVisibilityCommand() - Constructor for class com.levigo.jadice.demo.commands.ToggleToolbarVisibilityCommand
 
ToggleToolCommand - Class in com.levigo.jadice.demo.commands
 
ToggleToolCommand() - Constructor for class com.levigo.jadice.demo.commands.ToggleToolCommand
 
ToggleToolCommand.Tool - Enum in com.levigo.jadice.demo.commands
 
ToggleTrayCommand - Class in com.levigo.jadice.demo.commands
Creates a TrayIcon for the current BasicDemoApplication if not already present.
ToggleTrayCommand() - Constructor for class com.levigo.jadice.demo.commands.ToggleTrayCommand
 
ToggleUseImageUpscalingCommand - Class in com.levigo.jadice.swing.commands
 
ToggleUseImageUpscalingCommand() - Constructor for class com.levigo.jadice.swing.commands.ToggleUseImageUpscalingCommand
 
ToggleWholeWordsOnlyCommand - Class in com.levigo.jadice.appbase.search
Deprecated.
use new search api and ToggleOptionCommand instead
ToggleWholeWordsOnlyCommand() - Constructor for class com.levigo.jadice.appbase.search.ToggleWholeWordsOnlyCommand
Deprecated.
 
ToggleWildcardCommand - Class in com.levigo.jadice.appbase.search
Deprecated.
use new search api and ToggleOptionCommand instead
ToggleWildcardCommand() - Constructor for class com.levigo.jadice.appbase.search.ToggleWildcardCommand
Deprecated.
 
toHex(byte[]) - Static method in class org.jadice.util.base.Strings
Convert byte array to hex string.
toHex(byte[], int, int) - Static method in class org.jadice.util.base.Strings
Convert byte array to hex string.
toHSL(Color) - Static method in class org.jadice.util.base.Colors
Convert the given color to the HSB (sometimes called HSL) color model.
toHtml(Color) - Static method in class org.jadice.util.base.Colors
Convert the given RGB(A) color into an HTML color code of the Form #[6 or 8 hex digits].
toInfinity(double) - Static method in class org.jadice.util.base.Numbers
Round to the next integer so that the rounded value is equal or farther away from zero than the input value.
toIntegerArray(List<? extends Number>) - Static method in class org.jadice.util.base.collections.Lists
Converts the given numberList to an int array.
toogleAnnotationVisibility() - Method in class com.levigo.jadice.swing.annotation.commands.EmbeddedAnnotationVisibilityCommand
Toggles visibility of annotations described by given class
tool - Variable in class com.levigo.jadice.swing.tool.ToolActivationPolicy.ActivationCandidate
 
Tool - Class in com.levigo.jadice.swing.tool
This abstract class must be sub-classed in order to contribute additional functionality to page-visualization components like the PageView, or the ThumbnailView.
Tool() - Constructor for class com.levigo.jadice.swing.tool.Tool
 
Tool.ActivationRequest - Class in com.levigo.jadice.swing.tool
This class describes an auto-activation request issued by a tool in response to an event.
ToolActivationPolicy - Interface in com.levigo.jadice.swing.tool
The ToolActivationPolicy is tasked by ToolManager with the election of a Tool to be activated in a given situation.
ToolActivationPolicy.ActivationCandidate - Class in com.levigo.jadice.swing.tool
The ActivationCandidate is used to communicate possible candidates for Tool auto activation along with their Tool.ActivationRequests.
TOOLBAR_ACTIONS - Static variable in interface org.jadice.util.swing.action.factories.MenuComponentFactory
Parameter of toolbar actions in the property file
TOOLBAR_APPLICATION - Static variable in class org.jadice.util.swing.action.components.NonUglyActionJToggleButton
 
TOOLBAR_APPLICATION - Static variable in class org.jadice.util.swing.button.NonUglyActionButton
 
TOOLBAR_MAINOFFICE - Static variable in class org.jadice.util.swing.action.components.NonUglyActionJToggleButton
 
TOOLBAR_MAINOFFICE - Static variable in class org.jadice.util.swing.button.NonUglyActionButton
 
toolbarShallBeActive() - Method in class com.levigo.jadice.swing.annotation.AnnotationTool
 
toolbarShallBeActive() - Method in class com.levigo.jadice.swing.pageview.AreaSelectionTool
 
toolbarShallBeActive() - Method in class com.levigo.jadice.swing.search.tool.TextSelectionTool
 
ToolkitBasedFactory<T> - Class in com.levigo.jadice.annotation.profiles
 
ToolkitBasedFactory() - Constructor for class com.levigo.jadice.annotation.profiles.ToolkitBasedFactory
 
toolManager - Variable in class com.levigo.jadice.swing.ViewComponent
 
ToolManager - Class in com.levigo.jadice.swing.tool
 
ToolManager(ViewComponent) - Constructor for class com.levigo.jadice.swing.tool.ToolManager
 
toolPropertyChanged(Tool, String, Object, Object) - Method in class com.levigo.jadice.swing.tool.ToolManager
Send a PropertyChangeEvent for the specified Tool property.
ToolTipFeature - Class in org.jadice.util.swing.flextree
A flextree feature used to activate tooltips for a FlexibleTree.
Top - com.levigo.jadice.format.xfdf.annotation.CaptionStyle
 
TOP - com.levigo.jadice.annotation.HistoryAnnotation.HistoryPatternPosition
Display history pattern at top position
TOP - com.levigo.jadice.swing.pageview.PageLayoutSettings.VerticalAlignment
 
TOP - org.jadice.util.swing.effect.EffectLayout.Edge
 
TOP - org.jadice.util.swing.infobar.DrawerContainer.Position
 
TopSecret - com.levigo.jadice.format.xfdf.annotation.StampName
 
toResult() - Method in interface com.levigo.jadice.document.metadata.Metadata
Return the Result representation of this document.
toResult(String) - Method in interface com.levigo.jadice.document.metadata.Metadata
Return the Result representation of this document using the given encoding.
toResult(Result) - Method in interface com.levigo.jadice.document.metadata.Metadata
Transform this document into the given result. default encoding.
toResult(Result, String) - Method in interface com.levigo.jadice.document.metadata.Metadata
Transform this document into the given result.
toSource() - Method in interface com.levigo.jadice.document.metadata.Metadata
 
toString() - Method in class com.levigo.jadice.annotation.AnnotationPageSegment
 
toString() - Method in class com.levigo.jadice.annotation.AnnotationPageSegmentEvent
 
toString() - Method in class com.levigo.jadice.annotation.AnnotationRenderSettings
 
toString() - Method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
 
toString() - Method in class com.levigo.jadice.annotation.profiles.AnnotationTemplate
 
toString() - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
toString() - Method in class com.levigo.jadice.annotation.profiles.ColorProperty
 
toString() - Method in class com.levigo.jadice.annotation.profiles.DiscreteProperty
 
toString() - Method in class com.levigo.jadice.annotation.profiles.FixedProperty
 
toString() - Method in class com.levigo.jadice.annotation.profiles.Label
 
toString() - Method in class com.levigo.jadice.annotation.profiles.Labels
 
toString() - Method in class com.levigo.jadice.annotation.profiles.RangeProperty
 
toString() - Method in class com.levigo.jadice.annotation.profiles.TypeRef
 
toString() - Method in class com.levigo.jadice.annotation.profiles.TypeSet
 
toString() - Method in class com.levigo.jadice.annotation.profiles.UnrestrictedProperty
 
toString() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.CollectionWrapper
 
toString() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.EntryWrapper
 
toString() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.MapWrapper
 
toString() - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule.Property
 
toString() - Method in class com.levigo.jadice.appbase.instruction.FitInstruction
 
toString() - Method in class com.levigo.jadice.appbase.instruction.PanInstruction
 
toString() - Method in class com.levigo.jadice.appbase.instruction.ZoomInstruction
 
toString() - Method in class com.levigo.jadice.demo.bookmark.Bookmark
 
toString() - Method in class com.levigo.jadice.demo.bookmark.instruction.ChangePageLayoutInstruction
 
toString() - Method in class com.levigo.jadice.demo.instruction.DocumentByWeakRefInstruction
 
toString() - Method in class com.levigo.jadice.demo.instruction.PageByWeakRefInstruction
 
toString() - Method in class com.levigo.jadice.demo.instruction.RotateInstruction
 
toString() - Method in class com.levigo.jadice.document.AbstractDocument
The description of the document
toString() - Method in class com.levigo.jadice.document.AbstractPageSegment.CacheableVisualElement
 
toString() - Method in class com.levigo.jadice.document.AbstractPageSegment
Description of this page segment instances
toString() - Method in class com.levigo.jadice.document.BasicPage
 
toString() - Method in class com.levigo.jadice.document.condition.ConditionRenderSettings
 
toString() - Method in class com.levigo.jadice.document.DocumentLayer
Return text representation of the layer.
toString() - Method in class com.levigo.jadice.document.font.attribute.api.AbstractAttribute
 
toString() - Method in class com.levigo.jadice.document.font.attribute.FontAttributeSet
 
toString() - Method in class com.levigo.jadice.document.Format
Returns a String-representation of this Format
toString() - Method in class com.levigo.jadice.document.instruction.PageByIndexInstruction
 
toString() - Method in class com.levigo.jadice.document.instruction.TargetStringInstruction
 
toString() - Method in class com.levigo.jadice.document.instruction.URIInstruction
 
toString() - Method in class com.levigo.jadice.document.io.ByteArrayBuffer
Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding.
toString() - Method in class com.levigo.jadice.document.io.PhantomReferenceSweeper.CleanupCloseable
 
toString() - Method in interface com.levigo.jadice.document.metadata.Metadata
 
toString() - Method in class com.levigo.jadice.document.outline.DefaultOutlineNode
 
toString() - Method in class com.levigo.jadice.document.ProductInformation.Artifact
 
toString() - Method in class com.levigo.jadice.document.render.RenderSettingsEvent
 
toString() - Method in class com.levigo.jadice.document.Resolution
 
toString() - Method in class com.levigo.jadice.document.util.FloatDimension
Returns a string representation of the values of this object's height and width fields.
toString() - Method in class com.levigo.jadice.document.util.GradationCurve
 
toString() - Method in class com.levigo.jadice.fontmanager.BasicFontSource
 
toString() - Method in class com.levigo.jadice.fontmanager.ClasspathFontStreamProvider
 
toString() - Method in class com.levigo.jadice.fontmanager.PathFontStreamProvider
 
toString() - Method in class com.levigo.jadice.format.modca.resource.ResourceFileLoader
 
toString() - Method in class com.levigo.jadice.format.modca.resource.ResourceGroupLoader
 
toString() - Method in class com.levigo.jadice.format.modca.resource.ResourceUrlLoader
 
toString() - Method in class com.levigo.jadice.format.xfdf.annotation.metadata.AttributesXML
 
toString() - Method in class com.levigo.jadice.format.xfdf.annotation.metadata.ElementXML
 
toString() - Method in class com.levigo.jadice.format.xfdf.annotation.TextStyle
 
toString() - Method in class com.levigo.jadice.printer.event.PrintEvent
 
toString() - Method in class com.levigo.jadice.search.engine.SearchResult
Converts the result in a readable form.
toString() - Method in class com.levigo.jadice.swing.pageview.PageLayoutSettings
 
toString() - Method in class com.levigo.jadice.swing.tool.EditEvent
 
toString() - Method in class com.levigo.jadice.swing.tool.Tool.ActivationRequest
 
toString() - Method in class com.levigo.jadice.swing.tool.ToolActivationPolicy.ActivationCandidate
 
toString() - Method in class org.jadice.util.base.collections.IntHashtable
 
toString() - Method in class org.jadice.util.concurrent.tasks.AbstractTask
 
toString() - Method in class org.jadice.util.concurrent.tasks.TaskScopeAdapter
 
toString() - Method in class org.jadice.util.glazedlists.AbstractEventList
Returns a string representation of this collection.
toString() - Method in class org.jadice.util.glazedlists.DebugList
Returns a string representation of this collection.
toString() - Method in class org.jadice.util.glazedlists.event.ListEvent
Gets this event as a String.
toString() - Method in class org.jadice.util.glazedlists.gui.AbstractTableComparatorChooser
Encode the current sorting state as a String.
toString() - Method in class org.jadice.util.glazedlists.sparse.SparseList.Span
 
toString() - Method in class org.jadice.util.glazedlists.TreeList.Node
toString() - Method in class org.jadice.util.log.qualified.DefaultQualifiedLogEvent
 
toString() - Method in class org.jadice.util.log.qualified.ResolvedQualifiedLogEvent
 
toString() - Method in class org.jadice.util.mm.SequencedHashMap
Provides a string representation of the entries within the map.
toString() - Method in class org.jadice.util.swing.action.commands.CommandAction
 
toString() - Method in class org.jadice.util.swing.action.context.Context
 
toString(Object, String) - Static method in class org.jadice.util.base.Objects
If the value is non-null, return the value's Object.toString() result.
toString(String) - Method in class com.levigo.jadice.document.io.ByteArrayBuffer
Converts the buffer's contents into a string, translating bytes into characters according to the specified character encoding.
toString(String) - Method in interface com.levigo.jadice.document.metadata.Metadata
 
toStringFunction(Class<E>, String) - Static method in class org.jadice.util.glazedlists.GlazedLists
Get a FunctionList.Function that extracts the property with the given propertyName from objects of the given beanClass and then formats the return value as a String.
toStringTextFilterator() - Static method in class org.jadice.util.glazedlists.GlazedLists
Creates a TextFilterator that searches against an Object's toString() value.
totalPageCount - Variable in class com.levigo.jadice.appbase.status.PageSnapIn
 
totalPageCount - Variable in class com.levigo.jadice.demo.DemoPageSnapIn
 
totalSize - Variable in class com.levigo.jadice.document.io.ByteArrayBuffer
Total number of bytes.
touch(Object) - Method in class org.jadice.util.mm.SequencedHashMap
 
toXML(Color, XMLEventWriter, XMLEventFactory) - Method in class com.levigo.jadice.format.annotation.converters.ColorConverter
 
toXML(Path2D, XMLEventWriter, XMLEventFactory) - Method in class com.levigo.jadice.format.annotation.converters.PathConverter
 
toXML(Point2D, XMLEventWriter, XMLEventFactory) - Method in class com.levigo.jadice.format.annotation.converters.PointConverter
 
toXML(Rectangle2D, XMLEventWriter, XMLEventFactory) - Method in class com.levigo.jadice.format.annotation.converters.RectangleConverter
 
toXML(Serializable, XMLEventWriter, XMLEventFactory) - Method in class com.levigo.jadice.format.annotation.converters.SerializableConverter
 
toXML(Boolean, XMLEventWriter, XMLEventFactory) - Method in class com.levigo.jadice.format.annotation.converters.BooleanConverter
 
toXML(Class<T>, T) - Static method in class com.levigo.jadice.annotation.profiles.PrimitiveConverter
 
toXML(Enum, XMLEventWriter, XMLEventFactory) - Method in class com.levigo.jadice.format.annotation.converters.EnumConverter
 
toXML(Number, XMLEventWriter, XMLEventFactory) - Method in class com.levigo.jadice.format.annotation.converters.AbstractNumberConverter
 
toXML(String, XMLEventWriter, XMLEventFactory) - Method in class com.levigo.jadice.format.annotation.converters.StringConverter
 
toXML(V, XMLEventWriter, XMLEventFactory) - Method in interface com.levigo.jadice.format.annotation.converters.XMLConverter
 
toZero(double) - Static method in class org.jadice.util.base.Numbers
Round to the next integer so that the rounded value is equal or closer to zero than the input value.
trace(String) - Method in interface org.jadice.util.log.Logger
Log a message at the TRACE level.
trace(String, Object...) - Method in interface org.jadice.util.log.Logger
Log a message at the TRACE level processing the passed arguments.
trace(String, Object...) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
trace(String, Throwable) - Method in interface org.jadice.util.log.Logger
Log an exception (throwable) at the TRACE level with an accompanying message.
TrackableCache - Interface in org.jadice.util.mm.ckc
 
trackImageIsTransparent() - Method in class org.jadice.util.swing.colorpicker.ColorPickerAlphaSliderUI
 
trackImageIsTransparent() - Method in class org.jadice.util.swing.colorpicker.ColorPickerSliderUI
 
TransactionList<E> - Class in org.jadice.util.glazedlists
A list transformation that presents traditional transaction semantics.
TransactionList(EventList<E>) - Constructor for class org.jadice.util.glazedlists.TransactionList
Constructs a TransactionList that provides traditional transaction semantics over the given source.
TRANSFER_FAILED - com.levigo.jadice.swing.thumbnailview.ThumbnailViewMessages
 
transform - Variable in class com.levigo.jadice.document.render.BasicRenderParameters
 
transform(Page, AffineTransform, Set<DocumentLayer>) - Static method in class com.levigo.jadice.printer.PrintDecorations
 
transformAll(Page, AffineTransform) - Static method in class com.levigo.jadice.printer.PrintDecorations
 
transformByFunction(EventList<S>, FunctionList.Function<S, E>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Returns a TransformedList that maps each element of the source list to a target element by use of a specified FunctionList.Function.
TransformedElement(PageSegment, AffineTransform, Shape) - Constructor for class com.levigo.jadice.document.composite.AbstractCompositePageSegment.TransformedElement
 
TransformedList<S,​E> - Class in org.jadice.util.glazedlists
A convenience class for EventLists that decorate another EventList.
TransformedList(EventList<S>) - Constructor for class org.jadice.util.glazedlists.TransformedList
Creates a TransformedList to transform the specified EventList.
TransformerPanel - Class in org.jadice.util.swing.panel
Container which can transform its children, for example:
TransformerPanel() - Constructor for class org.jadice.util.swing.panel.TransformerPanel
 
TransformerPanel(JComponent) - Constructor for class org.jadice.util.swing.panel.TransformerPanel
 
TransformerPanel(JComponent, AffineTransform) - Constructor for class org.jadice.util.swing.panel.TransformerPanel
 
TransformMethodName - Enum in com.levigo.jadice.format.pdf.signaturestore
Transform methodsmethods, along with transform parameters, can be used to detect modifications relative to a signature field that is signed.
TransformParams - Interface in com.levigo.jadice.format.pdf.signaturestore
TransformParams contains additional parameters for the TransformMethod to be applied.
translate(double, double) - Method in class com.levigo.jadice.annotation.Annotation
Translates this Annotation the indicated distance, to the right along the x coordinate axis, and downward along the y coordinate axis.
translate(double, double) - Method in class com.levigo.jadice.annotation.CalloutAnnotation
 
translate(double, double) - Method in class com.levigo.jadice.annotation.EllipseAnnotation
 
translate(double, double) - Method in class com.levigo.jadice.annotation.LineAnnotation
 
translate(double, double) - Method in class com.levigo.jadice.annotation.PathAnnotation
 
translate(double, double) - Method in class com.levigo.jadice.annotation.RectangleAnnotation
 
translate(double, double) - Method in class com.levigo.jadice.annotation.StampImageAnnotation
 
translate(double, double) - Method in class com.levigo.jadice.annotation.TextAnnotation
 
translate(double, double) - Method in class com.levigo.jadice.annotation.TextHighlightAnnotation
Not supported, annotation is not intended to be movable.
translate(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
translate(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFCaretAnnotation
Not supported, annotation is not intended to be movable.
translate(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
translate(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
translate(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
translate(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
translate(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
translate(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPopupAnnotation
 
translate(double, double) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFTextMarkupAnnotation
Not supported, annotation is not intended to be movable.
translate(int, int) - Method in class com.levigo.jadice.swing.commands.ScrollCommand
Translates the pan point of the viewer contained in given context objects.
TreeAccessibleNameProvider - Interface in org.jadice.util.swing.flextree
 
TreeColumnProvider - Interface in org.jadice.util.swing.flextree
A TreeModule providing TreeTable columns.
TreeContentProvider - Interface in org.jadice.util.swing.flextree
Instances are able to provide content (that is, children) for a node in a FlexibleTree.
TreeContextMenuContributor - Interface in org.jadice.util.swing.flextree
implementors can contribute menu entries to be shown in context menus in a FlexibleTree.
TreeContributionContext - Interface in org.jadice.util.swing.flextree
TreeElementEditor - Interface in org.jadice.util.swing.flextree
 
TreeExportHandler - Interface in org.jadice.util.swing.flextree
 
TreeIconProvider - Interface in org.jadice.util.swing.flextree
 
TreeImportHandler - Interface in org.jadice.util.swing.flextree
TreeImportHandlers support the import of data via drag-and-drop and clipboard operations into a FlexibleTree
TreeLabelProvider - Interface in org.jadice.util.swing.flextree
 
TreeList<E> - Class in org.jadice.util.glazedlists
A hierarchial EventList that infers its structure from a flat list.
TreeList(EventList<E>, TreeList.Format<E>, TreeList.ExpansionModel<E>) - Constructor for class org.jadice.util.glazedlists.TreeList
Create a new TreeList that adds hierarchy to the specified source list.
TreeList.ExpansionModel<E> - Interface in org.jadice.util.glazedlists
Provide the expand/collapse state of nodes.
TreeList.Format<E> - Interface in org.jadice.util.glazedlists
Define the tree structure of an node by expressing the path from the element itself to the tree's root.
TreeList.Node<E> - Class in org.jadice.util.glazedlists
A node in the display tree.
TreeModule - Interface in org.jadice.util.swing.flextree
TreeModules implement features required to visualize some kind of information in tree form.
TreeNavigator - Interface in org.jadice.util.swing.flextree
 
TreeSelectionHandler - Interface in org.jadice.util.swing.flextree
A fragment interface to be implemented by tree modules wishing to react on path selection and deselection.
TreeTipProvider - Interface in org.jadice.util.swing.flextree
A TreeModule fragment interface for modules which want to provide a tool-tip for certain nodes.
Triangle - com.levigo.jadice.document.render.FilterType
 
trimCharacter(String, char) - Static method in class org.jadice.util.base.Strings
Returns a copy of the string, with leading and trailing given parameter character omitted.
trimLeadingCharacter(String, char) - Static method in class org.jadice.util.base.Strings
Returns a copy of the string, with leading given parameter character omitted
trimmedCopy(Object[]) - Static method in class org.jadice.util.log.qualified.MessageFormatter
Helper method to get all but the last element of an array
trimTrailingCharacter(String, char) - Static method in class org.jadice.util.base.Strings
Returns a copy of the string, with trailing given parameter character omitted.
trimWhitespace() - Method in interface com.levigo.jadice.document.metadata.Metadata
 
trueMatcher() - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Get a Matcher that always returns true, therefore matching everything.
TrueMatcher<E> - Class in org.jadice.util.glazedlists.matchers
A Matcher implementation that always matches.
TrustStoreParameter - Class in com.levigo.jadice.signature
This class can be used to transport the parameters to load a KeyStore which will be used to verify the signatures of a document.
TrustStoreParameter(byte[], String, char[]) - Constructor for class com.levigo.jadice.signature.TrustStoreParameter
 
tryInitialize(Annotation, Page) - Method in interface com.levigo.jadice.annotation.AnnotationInitializer
 
TS_UNCAUGHT_EXCEPTION_IN_TASK - org.jadice.util.concurrent.ConcurrentMessages
 
TurnPageCommand - Class in com.levigo.jadice.swing.commands
This command could be used for page browsing purposes.
TurnPageCommand() - Constructor for class com.levigo.jadice.swing.commands.TurnPageCommand
 
TurnPageCommand.Mode - Enum in com.levigo.jadice.swing.commands
The navigation mode.
Twip - com.levigo.jadice.document.Unit
 
TYPE - Static variable in class com.levigo.jadice.appbase.instruction.FitInstruction
 
TYPE - Static variable in class com.levigo.jadice.appbase.instruction.PanInstruction
 
TYPE - Static variable in class com.levigo.jadice.appbase.instruction.ZoomInstruction
 
TYPE - Static variable in class com.levigo.jadice.demo.instruction.DocumentByWeakRefInstruction
 
TYPE - Static variable in class com.levigo.jadice.demo.instruction.PageByWeakRefInstruction
 
TYPE - Static variable in class com.levigo.jadice.demo.instruction.RotateInstruction
 
TYPE - Static variable in class com.levigo.jadice.document.instruction.PageByIndexInstruction
 
TYPE - Static variable in class com.levigo.jadice.document.instruction.TargetStringInstruction
 
TYPE - Static variable in class com.levigo.jadice.document.instruction.URIInstruction
 
TYPE_CONTEXT_MENU - Static variable in interface org.jadice.util.swing.menu.ContributionContext
The predefined menu-type for a context popup-menu
TYPE_CONTEXT_TOOLBAR - Static variable in interface org.jadice.util.swing.menu.ContributionContext
The predefined menu-type for a context toolbar (like jadice's hover toolbars)
TYPE_CUSTOM_OUTLINE - Static variable in class com.levigo.jadice.document.outline.Outlines
This outline type is used for custom, application-specific outlines.
TYPE_EMBEDDED_OUTLINE - Static variable in class com.levigo.jadice.document.outline.Outlines
This outline type is used for outlines embedded with the document.
TYPE_INDEX_OUTLINE - Static variable in class com.levigo.jadice.document.outline.Outlines
This outline type is used for outlines dynamically generated from a tag index.
TYPE_MAIN_MENU - Static variable in interface org.jadice.util.swing.menu.ContributionContext
The predefined menu-type for an application's main (drop-down) menu
TYPE_TOOLBAR - Static variable in interface org.jadice.util.swing.menu.ContributionContext
The predefined menu-type for an application's main toolbar
TypeRef - Class in com.levigo.jadice.annotation.profiles
References an AnnotationType.
TypeRef() - Constructor for class com.levigo.jadice.annotation.profiles.TypeRef
Deprecated.
JAXB usage exclusively
TypeRef(AnnotationFactory) - Constructor for class com.levigo.jadice.annotation.profiles.TypeRef
 
types(Class...) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Returns a Matcher which reports a match when the given object to match is not null and reports on of the given classes as its type.
typeSafeConvertToInstruction(SerializableFitInstruction) - Method in class com.levigo.jadice.demo.outline.serialize.InstructionConverters.FitInstructionConverter
 
typeSafeConvertToInstruction(SerializablePanInstruction) - Method in class com.levigo.jadice.demo.outline.serialize.InstructionConverters.PanInstructionConverter
 
typeSafeConvertToInstruction(SerializableRotateInstruction) - Method in class com.levigo.jadice.demo.outline.serialize.InstructionConverters.RotateInstructionConverter
 
typeSafeConvertToInstruction(SerializableZoomInstruction) - Method in class com.levigo.jadice.demo.outline.serialize.InstructionConverters.ZoomInstructionConverter
 
typeSafeConvertToInstruction(S) - Method in class com.levigo.jadice.demo.outline.serialize.InstructionConverter
 
typeSafeConvertToSerializable(FitInstruction) - Method in class com.levigo.jadice.demo.outline.serialize.InstructionConverters.FitInstructionConverter
 
typeSafeConvertToSerializable(PanInstruction) - Method in class com.levigo.jadice.demo.outline.serialize.InstructionConverters.PanInstructionConverter
 
typeSafeConvertToSerializable(ZoomInstruction) - Method in class com.levigo.jadice.demo.outline.serialize.InstructionConverters.ZoomInstructionConverter
 
typeSafeConvertToSerializable(RotateInstruction) - Method in class com.levigo.jadice.demo.outline.serialize.InstructionConverters.RotateInstructionConverter
 
typeSafeConvertToSerializable(I) - Method in class com.levigo.jadice.demo.outline.serialize.InstructionConverter
 
typeSafetyListener(EventList<E>, Set<Class>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Check list elements for type safety after they are added to an EventList using a ListEventListener.
TypeSet - Class in com.levigo.jadice.annotation.profiles
Groups AnnotationTypes to form a logical structure in which they should be presented to the user.
TypeSet() - Constructor for class com.levigo.jadice.annotation.profiles.TypeSet
Deprecated.
JAXB usage exclusively
TypeSet(String, Labels, List<AnnotationType>) - Constructor for class com.levigo.jadice.annotation.profiles.TypeSet
 
TypeSetElement - Class in com.levigo.jadice.annotation.profiles
A common ancestor for the elements in type set declarations.
TypeSetElement() - Constructor for class com.levigo.jadice.annotation.profiles.TypeSetElement
 
TypographicalPoint - com.levigo.jadice.document.Unit
 

U

UI_CLASS_ID - Static variable in class com.levigo.jadice.swing.navigator.NavigatorComponent
 
UI_CLASS_ID - Static variable in class com.levigo.jadice.swing.pageview.PageView
 
UI_CLASS_ID - Static variable in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
 
UIDocument<C> - Interface in com.levigo.jadice.document
A UIDocument is a Document implementation which is particularly suitable for the use in graphical user interfaces.
UIResource() - Constructor for class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer.UIResource
 
UIs - Class in com.levigo.jadice.swing.ui
This is a collection of UI-related static utility methods and constants.
UNABLE_TO_ACCESS_ENVIRONMENT_VARIABLE - com.levigo.jadice.fontmanager.FontManagerMessages
 
UNABLE_TO_ACCESS_PROPERTY - com.levigo.jadice.fontmanager.FontManagerMessages
 
UNABLE_TO_BUFFER_SOURCE - com.levigo.jadice.fontmanager.FontManagerMessages
 
UNABLE_TO_BUILD_PATH - com.levigo.jadice.fontmanager.FontManagerMessages
 
UNABLE_TO_CREATE_CODESTREAM_REPRESENTATION - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
UNABLE_TO_INCLUDE_FONT - com.levigo.jadice.fontmanager.FontManagerMessages
 
UNABLE_TO_LOAD_CACHE_AWARE - com.levigo.jadice.fontmanager.FontManagerMessages
 
UNABLE_TO_LOAD_FONT - com.levigo.jadice.fontmanager.FontManagerMessages
 
UNABLE_TO_PARSE_FONT_CONFIG - com.levigo.jadice.fontmanager.FontManagerMessages
 
UNABLE_TO_RETRIEVE_FONT_MANAGER - com.levigo.jadice.fontmanager.FontManagerMessages
 
unbindInventoryFromDocument(Document) - Static method in class com.levigo.jadice.document.render.RenderControlsInventory
Unbinds any inventory from the document.
unclose() - Method in class com.levigo.jadice.annotation.PathAnnotation
 
UncloseableSeekableInputStream - Class in com.levigo.jadice.document.io
A SeekableInputStream implementation which ignores any calls of the UncloseableSeekableInputStream.close() method and delegates everything else to its delegate stream.
UncloseableSeekableInputStream(SeekableInputStream) - Constructor for class com.levigo.jadice.document.io.UncloseableSeekableInputStream
 
UncloseableSubfileSeekableInputStream - Class in com.levigo.jadice.document.io
A SubfileSeekableInputStream implementation which can ignore UncloseableSubfileSeekableInputStream.close() method calls.
UncloseableSubfileSeekableInputStream(SeekableInputStream, long, long) - Constructor for class com.levigo.jadice.document.io.UncloseableSubfileSeekableInputStream
Creates an uncloseable seekable stream part access.
UncloseableSubfileSeekableInputStream(SeekableInputStream, long, long, boolean) - Constructor for class com.levigo.jadice.document.io.UncloseableSubfileSeekableInputStream
Creates an uncloseable seekable stream part access.
uncontribute(ComponentAddon) - Method in class com.levigo.jadice.swing.ui.ComponentAddonManagement
Removes the contribution of the given addon
undecorate() - Method in class org.jadice.util.swing.componentdecorator.NonFocusedInfo
Undecorate the previously decorated component.
undecorate() - Method in class org.jadice.util.swing.componentdecorator.SelectAllOnFocusGain
Undecorate the component.
Underline - com.levigo.jadice.format.xfdf.annotation.BorderStyle
 
underscored - Variable in class com.levigo.jadice.annotation.TextAnnotation
 
underscored - Variable in class com.levigo.jadice.annotation.TextHighlightAnnotation
 
underscored - Variable in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
undo() - Method in interface org.jadice.util.glazedlists.UndoRedoSupport.Edit
Undo the edit.
undoableEditHappened(UndoRedoSupport.Edit) - Method in interface org.jadice.util.glazedlists.UndoRedoSupport.Listener
Notified of each undoable edit applied to the given EventList.
UndoCommand - Class in com.levigo.jadice.swing.commands
This command performs undos for the current document.
UndoCommand() - Constructor for class com.levigo.jadice.swing.commands.UndoCommand
 
UndoRedoSupport<E> - Class in org.jadice.util.glazedlists
UndoRedoSupport, as the name suggests, will provide generic support for undoing and redoing groups of changes to an EventList.
UndoRedoSupport.Edit - Interface in org.jadice.util.glazedlists
Provides an easy interface to undo/redo a ListEvent in its entirety.
UndoRedoSupport.Listener - Interface in org.jadice.util.glazedlists
Implementations of this Listener interface should be registered with an UndoRedoSupport object via UndoRedoSupport.addUndoSupportListener(org.jadice.util.glazedlists.UndoRedoSupport.Listener).
UndoSupport<E> - Class in org.jadice.util.glazedlists.gui
This class adapts the generic UndoRedoSupport provided by Glazed Lists for specific use with Swing's native UndoManager.
unindentLine() - Method in class com.levigo.jadice.appbase.font.factory.log.Log
Decreases the indentation of the current line and all following lines.
uninitialize() - Method in interface com.levigo.jadice.swing.ui.ComponentAddon
Uninitializes this addon.
uninstall() - Method in interface com.levigo.jadice.demo.flextree.ReadStateModule.ReadTracker
Uninstall a previously installed ReadTracker.
uninstall() - Method in class com.levigo.jadice.demo.SpacePanBehaviour
Uninstall the SpacePanBehaviour from the PageView for which it has been installed
uninstall() - Method in class org.jadice.util.glazedlists.gui.AutoCompleteSupport
This method removes autocompletion support from the JComboBox it was installed on.
uninstall() - Method in class org.jadice.util.glazedlists.gui.UndoSupport
This method removes undo/redo support from the EventList it was installed on.
uninstall() - Method in class org.jadice.util.glazedlists.UndoRedoSupport
This method removes undo/redo support from the EventList it was installed on.
uninstall() - Method in class org.jadice.util.swing.action.commands.ActionOnDoubleClick
Remove the double-click-to-action wiring.
uninstall() - Method in class org.jadice.util.swing.flextree.DragAndDropFeature
 
uninstall() - Method in class org.jadice.util.swing.flextree.PopupMenuFeature
Uninstall the feature from the flextree.
uninstall() - Method in class org.jadice.util.swing.flextree.SelectionHandlerFeature
Uninstall the feature from the flextree.
uninstall() - Method in class org.jadice.util.swing.flextree.ToolTipFeature
Uninstall the feature from the flextree.
uninstallDefaults() - Method in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
Set the NavigatorComponent properties that haven't been explicitly overridden to null.
uninstallDefaults() - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Set the ThumbnailView properties that haven't been explicitly overridden to null.
uninstallKeyboardActions() - Method in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
Unregisters keyboard actions installed from installKeyboardActions.
uninstallKeyboardActions() - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Unregisters keyboard actions installed from installKeyboardActions.
uninstallListener(E, EventListener) - Method in interface org.jadice.util.glazedlists.ObservableElementList.Connector
Stop listening for events from the specified element.
uninstallListeners() - Method in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
Remove the listeners for the ThumbnailView, its model, and its selectionModel.
uninstallListeners() - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Remove the listeners for the ThumbnailView, its model, and its selectionModel.
uninstallListeners(JSlider) - Method in class org.jadice.util.swing.colorpicker.ColorPickerSliderUI
 
uninstallUI(JComponent) - Method in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
 
uninstallUI(JComponent) - Method in class com.levigo.jadice.swing.pageview.BasicPageViewUI
 
uninstallUI(JComponent) - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Uninitializes this.list by calling uninstallListeners(), uninstallKeyboardActions(), and uninstallDefaults() in order.
unionNullSafe(Rectangle2D, Rectangle2D) - Static method in class org.jadice.util.base.geometry.Rectangles
Computes the union area of two rectangles, considering that one or both of them might be null.
UniqueList<E> - Class in org.jadice.util.glazedlists
An EventList that shows the unique elements from its source EventList.
UniqueList(EventList<E>) - Constructor for class org.jadice.util.glazedlists.UniqueList
Creates a UniqueList that determines uniqueness via the Comparable interface.
UniqueList(EventList<E>, Comparator<? super E>) - Constructor for class org.jadice.util.glazedlists.UniqueList
Creates a UniqueList that determines uniqueness using the specified Comparator.
Unit - Enum in com.levigo.jadice.document
An enum of various common length units.
UNKNOWN - com.levigo.jadice.document.Document.BasicState
Marks a Document as being in an unusual, unexpected, or generally unspecified state.
UNKNOWN - Static variable in class com.levigo.jadice.document.ProductInformation
 
UNKNOWN_OS - com.levigo.jadice.fontmanager.FontManagerMessages
 
UNKNOWN_VALUE - Static variable in class org.jadice.util.glazedlists.event.ListEvent
indicates a removed element whose value is unknown
unknownValue() - Static method in class org.jadice.util.glazedlists.event.ListEvent
Returns a value indicating a removed element whose value is unknown.
unloadDefaultsFromUIManager(Object[]) - Static method in class com.levigo.jadice.swing.ui.UIs
Removes the given defaults from the UIManager.
Unmarked - com.levigo.jadice.format.xfdf.annotation.State
 
unmarshal(Document, InputStream, int, boolean, boolean) - Method in interface com.levigo.jadice.document.marshalling.DocumentUnmarshaller
Unmarshal the preserved state of the document contained in the given input stream and merge the recovered data into the given document.
unmarshal(InputStream) - Method in interface com.levigo.jadice.document.marshalling.DocumentUnmarshaller
Unmarshal the preserved state of the document contained in the given input stream and return the Document.
unmarshall(InputStream) - Static method in class com.levigo.jadice.demo.outline.serialize.OutlineSerializer
Unmarshalls an Outline / OutlineNode from the given XML stream.
unmarshalLightweight(InputStream) - Method in interface com.levigo.jadice.document.marshalling.DocumentUnmarshaller
Unmarshal only the preserved user-properties, metadata and name of the document contained in the given input stream and return the Document.
unregister(PhantomReference<? extends Object>) - Method in class com.levigo.jadice.document.io.PhantomReferenceSweeper
 
unRegisterAnnotationProfileLocator(AnnotationProfileLocator) - Static method in class com.levigo.jadice.annotation.profiles.AnnotationProfile
Unregisters given AnnotationProfileLocator.
UnresolvedQualifiedLogEvent - Interface in org.jadice.util.log.qualified
This interface is just an aggregate interface.
UnresolvedQualifiedMessage - Interface in org.jadice.util.log.qualified
 
UnrestrictedProperty<T> - Class in com.levigo.jadice.annotation.profiles
 
UnrestrictedProperty() - Constructor for class com.levigo.jadice.annotation.profiles.UnrestrictedProperty
 
UnstashMergeCommand - Class in com.levigo.jadice.demo.pagestash
A Command used to add page stashes created earlier to the current document.
UnstashMergeCommand() - Constructor for class com.levigo.jadice.demo.pagestash.UnstashMergeCommand
 
UNSUPPORTED_CODESTREAM_FEATURE - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
UNSUPPORTED_COMPONENT_COUNT - com.levigo.jadice.format.jpeg2000.msg.GeneralMessages
 
UNSUPPORTED_MARKER - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
UNSUPPORTED_READER - com.levigo.jadice.format.jpeg2000.msg.JPXMessages
 
UNSUPPORTED_TILE_LENGTH - com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
 
unwrapValue() - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ValueElement
 
UP - com.levigo.jadice.swing.commands.ScrollCommand.Direction
 
UP - org.jadice.util.swing.panel.CollapsiblePane.Style
Push the contents to the top
UpArrow - com.levigo.jadice.format.xfdf.annotation.IconName
 
update() - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
Update the GUI's state in response to a change in the search or other state.
update() - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
Update the GUI's state in response to a change in the search or other state.
update() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
Update the GUI's state in response to a change in the search or other state.
update() - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
Update the GUI's state in response to a change in the search or other state.
update() - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
Update the GUI's state in response to a change in the search or other state.
update() - Method in class com.levigo.jadice.appbase.status.PrinterStatusSnapIn
 
update(Annotation) - Static method in class com.levigo.jadice.format.xfdf.annotation.Utils
Update common XFDF specific annotation attributes title (see Utils.updateTitle(Annotation)) and id (see Utils.updateTitle(Annotation)).
update(Document, File) - Method in class com.levigo.jadice.appbase.chooser.PreviewPanel
 
update(SearchEvent) - Method in class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch
 
update(SearchEvent) - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
update(SearchStateChangeEvent) - Method in class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel
 
update(SearchStateChangeEvent) - Method in class com.levigo.jadice.appbase.search.RolloutSearch
Deprecated.
 
update(SearchStateChangeEvent) - Method in class com.levigo.jadice.appbase.search.SearchPanel
Deprecated.
 
update(Graphics) - Method in class com.levigo.jadice.demo.lens.LensFrame
 
update(String, RenderSettings, Object...) - Method in class com.levigo.jadice.annotation.AnnotationRenderSettings
 
update(String, RenderSettings, Object...) - Method in class com.levigo.jadice.document.condition.ConditionRenderSettings
 
update(String, RenderSettings, Object...) - Method in class com.levigo.jadice.document.render.BaseRenderSettings
 
update(String, RenderSettings, Object...) - Method in class com.levigo.jadice.document.render.ImageRenderSettings
 
update(String, RenderSettings, Object...) - Method in interface com.levigo.jadice.document.render.RenderSettings
Updates this instance property specified by given property name with the value provided by the other processing setting.
update(String, RenderSettings, Object...) - Method in class com.levigo.jadice.swing.pageview.PageLayoutSettings
 
update(String, RenderSettings, Object...) - Method in class com.levigo.jadice.swing.pageview.PageViewSettings
 
UPDATE - Static variable in class org.jadice.util.glazedlists.event.ListEvent
 
updateButton(AbstractButton) - Method in class org.jadice.util.swing.action.components.PopupJToggleButton
 
updated(E, E) - Method in class org.jadice.util.glazedlists.calculation.AbstractEventListCalculation
Updates the value of this Calculation to exclude the information from the oldElement and include the information from the newElement.
UPDATED - org.jadice.util.mm.ckc.events.EventType
An event type indicating that the cache entry was updated. i.e. a previous mapping existed
updateFields(SignatureStore) - Method in class com.levigo.jadice.demo.pdf.signature.RolloutPDFSignatureBox
 
updateGrid() - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Update just the grid dimensions.
updateID(Annotation) - Static method in class com.levigo.jadice.format.xfdf.annotation.Utils
Set name / id for annotation if not already set.
updateInfo() - Method in class com.levigo.jadice.appbase.status.DocumentStatusMessageSnapIn
 
updateInfo() - Method in class com.levigo.jadice.appbase.status.PageSnapIn
 
updateInfo() - Method in class com.levigo.jadice.appbase.status.ZoomSnapIn
 
updateInfo() - Method in class com.levigo.jadice.demo.DemoPageSnapIn
 
updateInfo() - Method in class com.levigo.jadice.demo.DemoZoomSnapIn
 
updateLabel(TreePath, StyledDocument) - Method in class com.levigo.jadice.appbase.flextree.AnnotationsModule
 
updateLabel(TreePath, StyledDocument) - Method in class com.levigo.jadice.appbase.flextree.DocumentNameModule
 
updateLabel(TreePath, StyledDocument) - Method in class com.levigo.jadice.appbase.flextree.FolderModule
 
updateLabel(TreePath, StyledDocument) - Method in class com.levigo.jadice.appbase.flextree.MetadataModule
 
updateLabel(TreePath, StyledDocument) - Method in class com.levigo.jadice.appbase.flextree.PageListModule
 
updateLabel(TreePath, StyledDocument) - Method in class com.levigo.jadice.appbase.flextree.PageModule
 
updateLabel(TreePath, StyledDocument) - Method in class com.levigo.jadice.appbase.flextree.PageSegmentModule
 
updateLabel(TreePath, StyledDocument) - Method in class com.levigo.jadice.appbase.flextree.UserPropertiesModule
 
updateLabel(TreePath, StyledDocument) - Method in class com.levigo.jadice.demo.flextree.OutlineModule
 
updateLabel(TreePath, StyledDocument) - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
 
updateLabel(TreePath, StyledDocument) - Method in interface org.jadice.util.swing.flextree.TreeLabelProvider
 
updateLabelAttributes(SimpleAttributeSet, OutlineNode<?>, String) - Method in class com.levigo.jadice.demo.flextree.OutlineModule
 
updateLabelForReadDocument(TreePath, StyledDocument) - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
Apply the label decoration and style for read documents.
updateLabelForUnreadDocument(TreePath, StyledDocument) - Method in class com.levigo.jadice.demo.flextree.ReadStateModule
Apply the label decoration and style for unread documents.
updateLayout() - Method in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
Update the whole view geometry.
updateRecentFileList(String) - Static method in class com.levigo.jadice.demo.JadiceDemoPreferences
Called when a new file has been opened.
updateRichtextContent() - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
updates - Variable in class org.jadice.util.glazedlists.AbstractEventList
the change event and notification system
updateSearchButtonState() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
updateShape(LineAnnotation) - Method in class com.levigo.jadice.annotation.ArrowAnnotation
Update the polygon representing the arrow.
updateShape(LineAnnotation) - Method in class com.levigo.jadice.annotation.LineAnnotation
 
updateShape(XFDFPolylineAnnotation) - Method in class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
updateStatusLine() - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchPanel
 
updateTextSelection() - Method in class com.levigo.jadice.swing.search.tool.AbstractSelectionRendererTool
 
updateTitle(Annotation) - Static method in class com.levigo.jadice.format.xfdf.annotation.Utils
Set title to XFDF annotation if not already set.
updateUI() - Method in class com.levigo.jadice.swing.navigator.NavigatorComponent
Resets the UI property with the value from the current look and feel.
updateUI() - Method in class com.levigo.jadice.swing.pageview.PageView
Resets the UI property with the value from the current look and feel.
updateUI() - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView
Resets the UI property with the value from the current look and feel.
updateUI() - Method in class org.jadice.util.swing.action.components.EllipseJToolBar
 
UpdateWindowTitlePropertyListener - Class in com.levigo.jadice.demo
Updates JFrame titles when documents change.
UpdateWindowTitlePropertyListener(JFrame, String, BasicJadicePanel) - Constructor for class com.levigo.jadice.demo.UpdateWindowTitlePropertyListener
 
UpLeftArrow - com.levigo.jadice.format.xfdf.annotation.IconName
 
upperRangeModel(ThresholdList) - Static method in class org.jadice.util.glazedlists.gui.GlazedListsSwing
Creates a model that manipulates the upper bound of the specified ThresholdList.
UR - com.levigo.jadice.format.pdf.signaturestore.TransformMethodName
Used to detect modifications to a document that would invalidate a signature in a * rights-enabled document
URIExecutor - Class in com.levigo.jadice.demo.executor
An executor implementation which shows how a URIInstruction could be handled.
URIExecutor() - Constructor for class com.levigo.jadice.demo.executor.URIExecutor
 
URIInstruction - Class in com.levigo.jadice.document.instruction
Instructs an InstructionExecutor to navigate to a given target which is represented as a URI.
URIInstruction(URI) - Constructor for class com.levigo.jadice.document.instruction.URIInstruction
Creates a new URIInstruction for the given URI.
URLBaseOpenPortfolioImportHandler - Class in com.levigo.jadice.swing.thumbnailview.dnd
An ImportHandler implementation that supports transfer data from an external source (like the jadice webtoolkit).
URLBaseOpenPortfolioImportHandler() - Constructor for class com.levigo.jadice.swing.thumbnailview.dnd.URLBaseOpenPortfolioImportHandler
 
USE_DARK_THEME - Static variable in class com.levigo.jadice.demo.launcher.BasicDemoApplication
 
USE_DEFAULT - com.levigo.jadice.document.read.NCIReaderSettings.InvalidResolutionHandling
Replace any invalid resolution that does not fall into the range [ NCIReaderSettings.getMinimumResolution()..
USE_UPSCALING - Static variable in class com.levigo.jadice.document.render.ImageRenderSettings
useFixedLineHeight() - Method in class com.levigo.jadice.format.text.TextReaderSettings
Returns a boolean if a fixed line height (TextReaderSettings.getFixedLineHeight()) shall be used.
User - com.levigo.jadice.format.pdf.crypt.standard.StandardSecurityAuthLevel
Authenticate as user.
UserPropertiesModule - Class in com.levigo.jadice.appbase.flextree
 
UserPropertiesModule() - Constructor for class com.levigo.jadice.appbase.flextree.UserPropertiesModule
 
UserPropertiesModule.CollectionWrapper - Class in com.levigo.jadice.appbase.flextree
 
UserPropertiesModule.EntryWrapper - Class in com.levigo.jadice.appbase.flextree
 
UserPropertiesModule.MapWrapper - Class in com.levigo.jadice.appbase.flextree
 
UserPropertiesModule.Properties - Class in com.levigo.jadice.appbase.flextree
 
UserPropertiesModule.Property - Class in com.levigo.jadice.appbase.flextree
 
UserPropertiesModule.Wrapper - Class in com.levigo.jadice.appbase.flextree
 
using(Format) - Method in interface com.levigo.jadice.document.read.fluent.TaskBuilder
Specifies the Format which shall be used.
using(Class<? extends Format>) - Method in interface com.levigo.jadice.document.read.fluent.TaskBuilder
Specifies the Format which shall be used.
USING_PRINT_FIX_AS_FALLBACK - com.levigo.jadice.printer.PrinterLogMessages
 
utf16Bytes(String) - Static method in class org.jadice.util.base.Strings
Create a byte[] representation of the given string, using UTF-16 encoding.
utf8Bytes(String) - Static method in class org.jadice.util.base.Strings
Create a byte[] representation of the given string, using UTF-8 encoding.
utf8String(byte[]) - Static method in class org.jadice.util.base.Strings
Construct a new String from the given input bytes, using UTF-8 encoding.
Util - Class in org.jadice.util.mm
 
Util() - Constructor for class org.jadice.util.mm.Util
 
Utils - Class in com.levigo.jadice.format.xfdf.annotation
Utility class providing some helper methods for annotation handling.
Utils() - Constructor for class com.levigo.jadice.format.xfdf.annotation.Utils
 

V

validate() - Method in class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer
Overridden for performance reasons.
validate(URL...) - Method in interface com.levigo.jadice.document.metadata.Metadata
Validate this document against specifief schemas
validate(List<String>) - Method in class com.levigo.jadice.annotation.profiles.AnnotationTemplate
 
validate(List<String>) - Method in class com.levigo.jadice.annotation.profiles.AnnotationType
 
validate(List<String>) - Method in class com.levigo.jadice.annotation.profiles.PropertyProfile
 
validate(Source...) - Method in interface com.levigo.jadice.document.metadata.Metadata
Validate this document against specifief schemas
validatePageFormat(PageFormat) - Method in class com.levigo.jadice.printer.AbstractPrinter
Validates given pageformat, logs an error message, if given pageformat is not valid and returns a correct pageformat.
validateSignatures(SeekableInputStream, TrustStoreParameter) - Static method in class com.levigo.jadice.signature.SignatureValidations
Validate the in the inputStream provided signatures.
ValidationInformation - Interface in com.levigo.jadice.format.pdf.signaturestore
ValidationInformation (VRI) contains validation-related information for a signature in the document that a specific signature handler can use to successfully validate the respective signature.
ValidationMessages - Enum in com.levigo.jadice.format.jpeg2000.msg
 
value - Variable in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.MapValue.Entry
 
value - Variable in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ValueElement
 
value() - Method in class com.levigo.jadice.document.font.attribute.api.AbstractAttribute
 
value() - Method in interface com.levigo.jadice.document.font.attribute.api.Attribute
 
value() - Method in annotation type com.levigo.jadice.document.font.factory.ValueType
 
value() - Method in annotation type org.jadice.util.log.message.LogMessage
 
value() - Method in annotation type org.jadice.util.log.message.MessageComponentID
 
valueChanged(ListSelectionEvent) - Method in class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView
List Selection Listener value change method.
valueChanged(ListSelectionEvent) - Method in class org.jadice.util.glazedlists.gui.EventTableColumnModel
 
ValueElement() - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ValueElement
 
ValueElement(PropertiesDescriptor.Value<?>) - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ValueElement
 
ValueElement(Object) - Constructor for class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ValueElement
 
valueForPathChanged(TreePath, Object) - Method in interface org.jadice.util.swing.flextree.TreeElementEditor
 
valueOf(String) - Static method in enum com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.annotation.HistoryAnnotation.HistoryPatternPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.annotation.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.appbase.chooser.FileChooser.ReturnValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.appbase.commands.FitCurrentPageCommand.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.appbase.flextree.AnnotationsModule.AnnoSelectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.appbase.flextree.AnnotationsModule.PresentationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.appbase.instruction.FitInstruction.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.bm.BufferManagerConfigurer.FileStoreStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.bm.BufferManagerConfigurer.StoreMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.demo.bookmark.BookmarkStoreEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.demo.commands.ToggleToolCommand.Tool
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.demo.outline.OutlineVisitor.VisitResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.document.contentscreator.settings.ContentsCreatorDrawModeSettings.DrawMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.document.Document.BasicState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.document.font.LogicalFontIdentifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.document.metadata.MetadataBuilder.InvalidCharacterHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.document.PageSegmentEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.document.Permission.Vote
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.document.read.NCIReaderSettings.InvalidResolutionHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.document.read.ReaderListener.ReaderEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.document.render.AntiAliasingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.document.render.BaseRenderSettings.Clipping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.document.render.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.document.text.Granularity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.document.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.fontmanager.FontManagerMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.fontmanager.LiberalStandard14Names
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.fontmanager.Standard14Substitute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.annocm.CMAnnotationArcheTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.annocm.CMAnnotationConstants.ModcaResolutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.annocm.CMAnnotationWriterSettings.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.annofnis.FNISAnnotationArcheTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.jpeg2000.JPEG2000ReaderSettings.DecoderSpec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.jpeg2000.msg.CompressionMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.jpeg2000.msg.GeneralMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.jpeg2000.msg.JPXMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.modca.AfpLineModeReaderSettings.ControlCharacterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.modca.AfpLineModeReaderSettings.RecordSizeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.modca.MODCAReaderSettings.FontMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.modca.MODCAReaderSettings.PageDuplexMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.modca.MODCAReaderSettings.PageSizeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.modca.resource.ResourceLoader.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.pdf.crypt.standard.StandardSecurityAuthLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.pdf.settings.PDFStructureReaderSettings.PDFStructureReadStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.pdf.signaturestore.TransformMethodName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.xfdf.annotation.BorderStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.xfdf.annotation.CaptionStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.xfdf.annotation.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.xfdf.annotation.IconName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.xfdf.annotation.Justification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.xfdf.annotation.LineEndingStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.xfdf.annotation.ReplyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.xfdf.annotation.StampName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.xfdf.annotation.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.format.xfdf.annotation.StateModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.printer.event.PrintEvent.PrintEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.printer.OutputReferenceBase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.printer.PrinterLogMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.printer.PrintJobConfiguration.PrintMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.search.engine.Search.SearchState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.search.engine.SearchEngine.Quality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.search.engine.SearchEvent.SearchEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.search.SearchRequest.SearchState
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.annotation.AnnotationTool.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.annotation.commands.AbstractAnnotationModeCommand.CreateMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.commands.AbstractDocumentCommand.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.commands.ScrollCommand.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.commands.TurnPageCommand.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.commands.ZoomCommand.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.crosshair.FrozenMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.gradation.commands.GradationActionCommand.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.lens.FrozenStateMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.lens.HoverLensTool.HoverShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.pageview.PageLayoutSettings.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.pageview.PageLayoutSettings.ShowCoverPage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.pageview.PageLayoutSettings.VerticalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.pageview.PageView.Layout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.status.StatusBar.SnapInConstraint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.thumbnailview.ThumbnailViewMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool.MouseSensitivity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.base.Corner
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.base.geometry.QuadrantRotation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.concurrent.ConcurrentMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.log.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.mm.ckc.events.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.mm.ckc.expiry.ExpiryStrategy.ExpiryPressure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.swing.action.context.Context.Ancestors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.swing.action.context.Context.Children
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.swing.colorpicker.ColorPicker.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.swing.effect.Effect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.swing.effect.EffectLayout.Constraints.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.swing.effect.EffectLayout.Edge
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.swing.infobar.DrawerContainer.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.swing.infobar.RollingMessagePanel.OrderBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.swing.menu.MenuBuilder.ItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jadice.util.swing.panel.CollapsiblePane.Style
Returns the enum constant of this type with the specified name.
valueOfConstraint(String) - Static method in enum org.jadice.util.swing.infobar.DrawerContainer.Position
Returns the position constant with the specified constraint.
values() - Static method in enum com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.annotation.HistoryAnnotation.HistoryPatternPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.annotation.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.appbase.chooser.FileChooser.ReturnValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.appbase.commands.FitCurrentPageCommand.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.appbase.flextree.AnnotationsModule.AnnoSelectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.appbase.flextree.AnnotationsModule.PresentationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.appbase.instruction.FitInstruction.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.bm.BufferManagerConfigurer.FileStoreStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.bm.BufferManagerConfigurer.StoreMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.demo.bookmark.BookmarkStoreEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.demo.commands.ToggleToolCommand.Tool
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.demo.outline.OutlineVisitor.VisitResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.document.contentscreator.settings.ContentsCreatorDrawModeSettings.DrawMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.document.Document.BasicState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.document.font.LogicalFontIdentifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.document.metadata.MetadataBuilder.InvalidCharacterHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.document.PageSegmentEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.document.Permission.Vote
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.document.read.NCIReaderSettings.InvalidResolutionHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.document.read.ReaderListener.ReaderEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.document.render.AntiAliasingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.document.render.BaseRenderSettings.Clipping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.document.render.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.document.text.Granularity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.document.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.fontmanager.FontManagerMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.fontmanager.LiberalStandard14Names
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.fontmanager.Standard14Substitute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.annocm.CMAnnotationArcheTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.annocm.CMAnnotationConstants.ModcaResolutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.annocm.CMAnnotationWriterSettings.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.annofnis.FNISAnnotationArcheTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.annofnp8.FNP8AnnotationArcheTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.jpeg2000.JPEG2000ReaderSettings.DecoderSpec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.jpeg2000.msg.CodestreamMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.jpeg2000.msg.CompressionMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.jpeg2000.msg.GeneralMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.jpeg2000.msg.JPXMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.jpeg2000.msg.ValidationMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.modca.AfpLineModeReaderSettings.ControlCharacterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.modca.AfpLineModeReaderSettings.RecordSizeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.modca.MODCAReaderSettings.FontMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.modca.MODCAReaderSettings.PageDuplexMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.modca.MODCAReaderSettings.PageSizeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.modca.resource.ResourceLoader.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.pdf.crypt.standard.StandardSecurityAuthLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.pdf.settings.PDFStructureReaderSettings.PDFStructureReadStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.pdf.signaturestore.TransformMethodName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.xfdf.annotation.BorderStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.xfdf.annotation.CaptionStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.xfdf.annotation.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.xfdf.annotation.IconName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.xfdf.annotation.Justification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.xfdf.annotation.LineEndingStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.xfdf.annotation.ReplyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.xfdf.annotation.StampName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.xfdf.annotation.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.format.xfdf.annotation.StateModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.printer.event.PrintEvent.PrintEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.printer.OutputReferenceBase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.printer.PrinterLogMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.printer.PrintJobConfiguration.PrintMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.search.engine.Search.SearchState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.search.engine.SearchEngine.Quality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.search.engine.SearchEvent.SearchEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.search.SearchRequest.SearchState
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.annotation.AnnotationTool.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.annotation.commands.AbstractAnnotationModeCommand.CreateMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.commands.AbstractDocumentCommand.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.commands.ScrollCommand.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.commands.TurnPageCommand.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.commands.ZoomCommand.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.crosshair.FrozenMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.gradation.commands.GradationActionCommand.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.lens.FrozenStateMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.lens.HoverLensTool.HoverShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.pageview.PageLayoutSettings.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.pageview.PageLayoutSettings.ShowCoverPage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.pageview.PageLayoutSettings.VerticalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.pageview.PageView.Layout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.status.StatusBar.SnapInConstraint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.thumbnailview.ThumbnailViewMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool.MouseSensitivity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jadice.util.base.Corner
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jadice.util.base.geometry.QuadrantRotation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jadice.util.concurrent.ConcurrentMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jadice.util.log.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jadice.util.mm.ckc.events.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jadice.util.mm.ckc.expiry.ExpiryStrategy.ExpiryPressure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jadice.util.mm.SequencedHashMap
Implements Map.values().
values() - Static method in enum org.jadice.util.swing.action.context.Context.Ancestors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jadice.util.swing.action.context.Context.Children
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jadice.util.swing.colorpicker.ColorPicker.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jadice.util.swing.effect.Effect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jadice.util.swing.effect.EffectLayout.Constraints.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jadice.util.swing.effect.EffectLayout.Edge
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jadice.util.swing.infobar.DrawerContainer.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jadice.util.swing.infobar.RollingMessagePanel.OrderBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jadice.util.swing.menu.MenuBuilder.ItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jadice.util.swing.panel.CollapsiblePane.Style
Returns an array containing the constants of this enum type, in the order they are declared.
ValueType - Annotation Type in com.levigo.jadice.document.font.factory
Used to convey information about the type of object expected at some place.
VARIABLE - com.levigo.jadice.format.modca.AfpLineModeReaderSettings.RecordSizeMode
 
VARIABLE - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
Variable [Format:{$nameOfVariable}]
VERSION - Static variable in class com.levigo.jadice.document.flavor.IntraDOCPDataFlavor
The current version of the protocol for intra DOCP transfer.
view - Variable in class com.levigo.jadice.appbase.FileOpener
 
view - Variable in class com.levigo.jadice.swing.navigator.BasicNavigatorComponentUI
 
view - Variable in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
 
view - Variable in class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer
 
ViewComponent - Class in com.levigo.jadice.swing
Displays a Document's Pages.
ViewComponent() - Constructor for class com.levigo.jadice.swing.ViewComponent
 
viewResized(PageView) - Method in class com.levigo.jadice.swing.pageview.AbstractPresentationRule
 
viewResized(PageView) - Method in class com.levigo.jadice.swing.pageview.ApplyDynamicZoomRule
 
viewResized(PageView) - Method in interface com.levigo.jadice.swing.pageview.PresentationRule
 
viewResized(PageView) - Method in class com.levigo.jadice.swing.pageview.PresentationRuleManager
 
viewSize - Variable in class com.levigo.jadice.swing.thumbnailview.BasicThumbnailViewUI
 
VISIBILITY_CHECKBOX_MENU - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
type of the menu is radioButton - it used in the file of actions definition in the parameter menuType
VISIBILITY_MENU - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
type of the menu item is a Item which is visible only if it is enabled - it used in the file of actions definition in the parameter menuState
VISIBILITY_RADIOBUTTON_MENU - Static variable in class org.jadice.util.swing.action.factories.BasicMenuComponentFactory
type of the menu is radioButton - it used in the file of actions definition in the parameter menuType
VisibilityCondition - Interface in com.levigo.jadice.document.condition
Conditions are used to manipulate specific elements in a visual representation of a document.
VisibilityEnabledJCheckboxMenuItem - Class in org.jadice.util.swing.action.components
A checkbox as menu item which is visible if and only if it is enabled.
VisibilityEnabledJCheckboxMenuItem(Action) - Constructor for class org.jadice.util.swing.action.components.VisibilityEnabledJCheckboxMenuItem
 
VisibilityEnabledJMenuItem - Class in org.jadice.util.swing.action.components
A menu item that is visible if and only if it is enabled.
VisibilityEnabledJMenuItem(Action) - Constructor for class org.jadice.util.swing.action.components.VisibilityEnabledJMenuItem
 
VisibilityEnabledJRadioMenuItem - Class in org.jadice.util.swing.action.components
A radio button as menu item which is visible if and only if it is enabled.
VisibilityEnabledJRadioMenuItem(Action) - Constructor for class org.jadice.util.swing.action.components.VisibilityEnabledJRadioMenuItem
Constructor.
VISIBLE - Static variable in class org.jadice.util.swing.action.factories.BasicActionFactory
Key word for the property if the action is visible
VISIBLE_RECT_PROPERTY - Static variable in class com.levigo.jadice.swing.pageview.PageView
 
VisibleBoundsTool - Class in com.levigo.jadice.swing.thumbnailview
A tool used to visualize the area of the current page that is currently visible within an associated page view.
VisibleBoundsTool() - Constructor for class com.levigo.jadice.swing.thumbnailview.VisibleBoundsTool
 
VisibleBoundsTool.MouseSensitivity - Enum in com.levigo.jadice.swing.thumbnailview
An enum of choices for the mouse-sensitivity of the visual bounds visualization.
visit(OutlineNode<?>) - Method in interface com.levigo.jadice.demo.outline.OutlineVisitor
Visits the given object / node.
visit(OutlineNode<?>, OutlineVisitor) - Static method in class com.levigo.jadice.demo.outline.OutlineNodes
Starts the visiting process for the given OutlineVisitor and node.
VisualRepresentationSupportTransferHandler - Class in com.levigo.jadice.swing.dnd
Extends the TransferHandler by showing a visual Representation for the Transferable Object to for example show an image of the dragged Component while being dragged.
VisualRepresentationSupportTransferHandler() - Constructor for class com.levigo.jadice.swing.dnd.VisualRepresentationSupportTransferHandler
 
VisualRepresentationSupportTransferHandler(String) - Constructor for class com.levigo.jadice.swing.dnd.VisualRepresentationSupportTransferHandler
 
vote(Annotation, Intent) - Method in class com.levigo.jadice.annotation.auth.IndividualAnnotationPermission.Factory.AbstractPerm
 
vote(Document, Intent) - Method in class com.levigo.jadice.annotation.auth.DocumentAnnotationPermission.Factory.AbstractPerm
 
vote(D, Intent) - Method in interface com.levigo.jadice.document.Permission
Make a permission decision about the given intended action on the given domain object.

W

walkComponents(Container, PrintStream) - Static method in class org.jadice.util.swing.accessibility.AccessibilitySupport
 
warn(String) - Method in interface org.jadice.util.log.Logger
Log a message at the WARN level.
warn(String, Object...) - Method in interface org.jadice.util.log.Logger
Log a message at the WARN level processing the passed arguments.
warn(String, Throwable) - Method in interface org.jadice.util.log.Logger
Log an exception (throwable) at the WARN level with an accompanying message.
warn(MessageID) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
warn(MessageID) - Method in interface org.jadice.util.log.qualified.QualifiedLogger
Log the given message at level "warning".
warn(MessageID, Object...) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
warn(MessageID, Object...) - Method in interface org.jadice.util.log.qualified.QualifiedLogger
Log the given message at level "warning".
warn(MessageID, Throwable) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
warn(MessageID, Throwable) - Method in interface org.jadice.util.log.qualified.QualifiedLogger
Log the given message at level "warning".
warn(MessageID, Throwable, Object...) - Method in class org.jadice.util.log.qualified.AbstractQualifiedLogger
 
warn(MessageID, Throwable, Object...) - Method in interface org.jadice.util.log.qualified.QualifiedLogger
Log the given message at level "warning".
warn(QualifiedLogEvent) - Method in class com.levigo.jadice.document.read.ReaderListenerAdapter
 
warn(QualifiedLogEvent) - Method in interface org.jadice.util.log.qualified.QualifiedLogListener
Callback method which will be invoked in case of a warning.
warn(QualifiedLogEvent) - Method in class org.jadice.util.swing.infobar.QualifiedLoggingBridge
 
WARNING - org.jadice.util.log.Level
 
WeakOwnerKeyComposition(Object, Object, ReferenceQueue<Object>) - Constructor for class org.jadice.util.mm.ckc.CompositeKeyCache.WeakOwnerKeyComposition
 
weakReferenceProxy(EventList<E>, ListEventListener<E>) - Static method in class org.jadice.util.glazedlists.GlazedLists
Provides a proxy to another ListEventListener that may go out of scope without explicitly removing itself from the source list's set of listeners.
weakReferenceProxy(MatcherEditor<E>) - Static method in class org.jadice.util.glazedlists.matchers.Matchers
Provides a proxy to another MatcherEditor that may go out of scope without explicitly removing itself from the source MatcherEditor's set of listeners.
WellKnownNameFontFactory - Class in com.levigo.jadice.appbase.font.factory
Returns replacement fonts for some well-known font names such as Arial, Helvetica, Courier, or Times.
WellKnownNameFontFactory(FontManagerFuture) - Constructor for class com.levigo.jadice.appbase.font.factory.WellKnownNameFontFactory
 
whitespace(String) - Static method in class org.jadice.util.base.Strings
Check whether the given String only contains whitespace characters.
willCancel() - Method in class com.levigo.jadice.appbase.reader.CancelableReaderTask
Invoked before cancelation happens to give subclasses a chance to perform clean-up tasks.
windowActivated(WindowEvent) - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchFrame.SearchWindowListener
 
windowClosed(WindowEvent) - Method in class com.levigo.jadice.appbase.commands.AddOnContextWindowAdapter
 
windowClosed(WindowEvent) - Method in class com.levigo.jadice.appbase.search.engine.ui.SearchFrame.SearchWindowListener
 
with(ReaderControls) - Method in interface com.levigo.jadice.document.read.fluent.TaskBuilder
Specify the ReaderControls to be used for this task.
with(FontSource) - Method in interface com.levigo.jadice.fontmanager.build.FontManagerBuilder
Add the given FontSource to the FontManager under construction.
with(FontStreamProvider) - Method in interface com.levigo.jadice.fontmanager.build.FontManagerBuilder
Read a font from the given FontStreamProvider and add it to the FontManager under construction.
with(File) - Method in interface com.levigo.jadice.fontmanager.build.FontManagerBuilder
Read a font from the given file and add it to the FontManager under construction.
with(InputStream) - Method in interface com.levigo.jadice.fontmanager.build.FontManagerBuilder
Read a font from the given stream and add it to the FontManager under construction.
with(Iterable<? extends FontSource>) - Method in interface com.levigo.jadice.fontmanager.build.FontManagerBuilder
Adds a collection of FontSources to the FontManager under construction.
with(String) - Method in interface com.levigo.jadice.fontmanager.build.FontManagerBuilder
Read a font from the file or directory (recursively) found under the given path and add it to the FontManager under construction.
with(Path) - Method in interface com.levigo.jadice.fontmanager.build.FontManagerBuilder
Read a font from the file or directory (recursively) found under the given path and add it to the FontManager under construction.
WITH_BORDER - Static variable in class org.jadice.util.swing.action.components.NonUglyActionJToggleButton
 
WITH_BORDER - Static variable in class org.jadice.util.swing.button.NonUglyActionButton
 
withColors(Color, Color) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorColorSettings
withDrawMode(ContentsCreatorDrawModeSettings.DrawMode) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorDrawModeSettings
Sets the mode in which an element might be drawn to one of the following values.
withFont(Font) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTextSettings
Set the Font to be used for the text to be displayed using these settings.
withFontSizeInPoint(double) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTextSettings
Set the font size in DTP-(PostScript-)point (1/72 inch) to be used to display the text controlled by this settings object.
withInitializationListener(InitializationListener) - Method in interface com.levigo.jadice.fontmanager.build.FontManagerInitiator
Register a InitializationListener instance to be informed as changes occur during FontManager creation.
withNonStrokingColor(Color) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorColorSettings
Sets the value of the non stroking color for this ContentsCreatorColorSettings object.
WITHOUT_BORDER - Static variable in class org.jadice.util.swing.action.components.NonUglyActionJToggleButton
 
WITHOUT_BORDER - Static variable in class org.jadice.util.swing.button.NonUglyActionButton
 
withStandard14() - Method in interface com.levigo.jadice.fontmanager.build.FontManagerBuilder
If available, read the open source Standard 14 replacement fonts from the class path and add them to the FontManager under construction.
withStroke(Stroke) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorDrawModeSettings
Sets the Stroke with which an Element shall be drawn.
withStrokingColor(Color) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorColorSettings
Sets the value of the stroking color for this ContentsCreatorColorSettings object.
withSystemFonts() - Method in interface com.levigo.jadice.fontmanager.build.FontManagerBuilder
Add all fonts found in the operating system's usual font directories.
withTransform(AffineTransform) - Method in class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTransformationSettings
Sets the Transformation to be applied.
WORD - com.levigo.jadice.document.text.Granularity
 
wranglerFactories - Variable in class com.levigo.jadice.annotation.profiles.AnnotationType
 
wrap(InputStream) - Static method in class com.levigo.jadice.document.io.IOUtils
Wraps the given stream into a SeekableInputStream.
wrap(InputStream, boolean) - Static method in class com.levigo.jadice.document.io.IOUtils
Wraps the given stream into SeekableInputStream.
wrap(InputStream, boolean, boolean) - Static method in class com.levigo.jadice.document.io.IOUtils
Wraps the given stream into SeekableInputStream.
wrap(Collection<?>) - Static method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.CollectionValue
 
wrap(ImageInputStream) - Static method in class com.levigo.jadice.document.io.IOUtils
Wraps the given ImageInputStream into an SeekableInputStream.
WRAPPED_EXCEPTION - com.levigo.jadice.format.jpeg2000.msg.GeneralMessages
 
Wrapper(String) - Constructor for class com.levigo.jadice.appbase.flextree.UserPropertiesModule.Wrapper
 
WritableTableFormat<E> - Interface in org.jadice.util.glazedlists.gui
Specifies how to edit the elements of table.
write(Document, OutputStream, WriterControls) - Method in class com.levigo.jadice.document.write.FormatWriter
 
write(Document, OutputStream, WriterListener, WriterControls) - Method in class com.levigo.jadice.document.write.FormatWriter
 
write(OutputStream) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationInput
Writes annotations to output stream.
write(OutputStream, String) - Method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationInput
Writes annotations to output stream.
write(OutputStream, Node) - Static method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationXMLUtils
Writes XML based annotation object to an output stream.
write(OutputStream, Node, String) - Static method in class com.levigo.jadice.format.annofnp8.FNP8AnnotationXMLUtils
Writes XML based annotation object to an output stream.
WRITE - Variable in class com.levigo.jadice.annotation.auth.IndividualAnnotationPermission.Factory
 
WriteAnnotationIntent - Class in com.levigo.jadice.annotation.auth
This type of AnnotationIntent declares the intention to write or save individual annotation instances.
WriteAnnotationIntent() - Constructor for class com.levigo.jadice.annotation.auth.WriteAnnotationIntent
Constructor
writeCache() - Method in class com.levigo.jadice.demo.font.attribute.FileFontAttributesCache
 
writeCache() - Method in interface com.levigo.jadice.demo.font.attribute.FontAttributesCache
Persists the cache.
writeCanceled(FormatWriter) - Method in interface com.levigo.jadice.document.write.WriterListener
Receive notification about a write-process that has been canceled.
writeDone(FormatWriter) - Method in interface com.levigo.jadice.document.write.WriterListener
Receive notification about a write-process that has been completed.
writeExternal(ObjectOutput) - Method in class com.levigo.jadice.annotation.profiles.PropertiesDescriptor
 
writeExternal(ObjectOutput) - Method in class org.jadice.util.mm.SequencedHashMap
Serializes this map to the given stream.
writeFailed(FormatWriter, Throwable) - Method in interface com.levigo.jadice.document.write.WriterListener
Receive notification about a failed write-process.
WriterControls - Interface in com.levigo.jadice.document.write
 
WriterListener - Interface in com.levigo.jadice.document.write
A listener used to receive notifications from a write process.
WriterSettings - Interface in com.levigo.jadice.document.write
 
writeStarted(FormatWriter) - Method in interface com.levigo.jadice.document.write.WriterListener
Receive notification about a write-process that has been started.
writeStash(Document, List<Page>) - Method in class com.levigo.jadice.demo.pagestash.FilePageStashWriter
Write the given pages belonging to the given document as a PageStash.
writeStash(Document, List<Page>) - Method in class com.levigo.jadice.demo.pagestash.PageStashWriter
Write the given pages belonging to the given document as a PageStash.
writeStash(Document, List<Page>, File) - Method in class com.levigo.jadice.demo.pagestash.FilePageStashWriter
Write the given pages belonging to the given document as a PageStash.
writeStash(Document, List<Page>, OutputStream) - Method in class com.levigo.jadice.demo.pagestash.PageStashWriter
Write a page stash to the given output stream.
writeTo(OutputStream) - Method in class com.levigo.jadice.document.io.ByteArrayBuffer
Writes the complete contents of this byte buffer output to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeTo(OutputStream) - Method in interface com.levigo.jadice.document.metadata.Metadata
Write this document to a stream
writeTo(OutputStream, String) - Method in interface com.levigo.jadice.document.metadata.Metadata
Write this document to a stream
writeTo(Writer) - Method in interface com.levigo.jadice.document.metadata.Metadata
Write this document to a stream
writeTo(Writer, String) - Method in interface com.levigo.jadice.document.metadata.Metadata
Write this document to a stream
writeTo(XMLEventWriter) - Method in interface com.levigo.jadice.document.metadata.Metadata
Write this document to an XMLEventWriter.

X

XFDFAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
An abstract base class for all XFDF Annotations
XFDFAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFAnnotation
 
XFDFAnnotationElements - Class in com.levigo.jadice.format.xfdf
An Object to store annotation independent information used in the XFDFAnnotationFormat
XFDFAnnotationElements() - Constructor for class com.levigo.jadice.format.xfdf.XFDFAnnotationElements
 
XFDFAnnotationFormat - Class in com.levigo.jadice.format.xfdf
XML Forms Data format as described in ISO 32000-2 (XFDF 3.0)
XFDFAnnotationFormat() - Constructor for class com.levigo.jadice.format.xfdf.XFDFAnnotationFormat
 
XFDFAnnotationReaderSettings - Class in com.levigo.jadice.format.xfdf
A settings class for parameters pertaining to the xfdf annotation format.
XFDFAnnotationReaderSettings() - Constructor for class com.levigo.jadice.format.xfdf.XFDFAnnotationReaderSettings
 
XFDFAnnotationWriter - Class in com.levigo.jadice.format.xfdf
 
XFDFAnnotationWriter() - Constructor for class com.levigo.jadice.format.xfdf.XFDFAnnotationWriter
 
XFDFAnnotationWriterSettings - Class in com.levigo.jadice.format.xfdf
A settings class for parameters pertaining to the xfdf annotation format.
XFDFAnnotationWriterSettings() - Constructor for class com.levigo.jadice.format.xfdf.XFDFAnnotationWriterSettings
 
XFDFCaretAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
 
XFDFCaretAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFCaretAnnotation
 
XFDFCircleAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
A XFDFCircleAnnotation displays an Ellipse on the page.
XFDFCircleAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFCircleAnnotation
 
XFDFFreeTextAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
XFDFFreetextAnnotations shall display text directly on the page.
XFDFFreeTextAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFFreeTextAnnotation
 
XFDFHighlightAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
XFDFHighlightAnnotation highlight a range of text in the document.
XFDFHighlightAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFHighlightAnnotation
 
XFDFInkAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
XFDFInkAnnotations shall appear as one or multiple lines between connected points They correspond to XFDF Ink Annotations
XFDFInkAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFInkAnnotation
 
XFDFLineAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
A XFDFLineAnnotation display a single straight line on a page.
XFDFLineAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFLineAnnotation
 
XFDFMarkupAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
An abstract class for all XFDF Markup Annotations
XFDFMarkupAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFMarkupAnnotation
 
XFDFPlainFreeTextAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
XFDFFreetextAnnotation shall display text on the page They correspond the XFDF Freetext Annotations.
XFDFPlainFreeTextAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFPlainFreeTextAnnotation
 
XFDFPolygonAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
The XFDFPolygonAnnotation displays a closed polygon on the page.
XFDFPolygonAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFPolygonAnnotation
 
XFDFPolylineAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
The XFDFPolylineAnnotation works in the same way as a XFDFPolygonAnnotation except the first and line point shall not be connected.
XFDFPolylineAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFPolylineAnnotation
 
XFDFPopupAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
XFDFPopupAnnotation are subelements to XFDFAnnotations and shall display in a popup window.
XFDFPopupAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFPopupAnnotation
 
XFDFSquareAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
A XFDFSquareAnnotation displays a rectangle on the page.
XFDFSquareAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFSquareAnnotation
 
XFDFSquigglyAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
XFDFSquigglyAnnotation shall display a squiggly line below text.
XFDFSquigglyAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFSquigglyAnnotation
 
XFDFStampAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
A stamp annotation displays text or graphics intended to look as if they were stamped on the page.
XFDFStampAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFStampAnnotation
 
XFDFStrikeOutAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
A Strikeout Annotation shall display a line to strike out text.
XFDFStrikeOutAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFStrikeOutAnnotation
 
XFDFTextAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
A XFDFTextAnnotation represents a sticky note attached to a document.
XFDFTextAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFTextAnnotation
 
XFDFTextMarkupAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
An abstract class for all XFDF Text Markup Annotations
XFDFTextMarkupAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFTextMarkupAnnotation
 
XFDFUnderlineAnnotation - Class in com.levigo.jadice.format.xfdf.annotation
XFDFUnderlineAnnotation shall display a line below the text.
XFDFUnderlineAnnotation() - Constructor for class com.levigo.jadice.format.xfdf.annotation.XFDFUnderlineAnnotation
 
XMLConverter<V> - Interface in com.levigo.jadice.format.annotation.converters
 

Y

Yard - com.levigo.jadice.document.Unit
 

Z

ZapfDingbats - com.levigo.jadice.fontmanager.LiberalStandard14Names
 
ZapfDingbats - com.levigo.jadice.fontmanager.Standard14Substitute
 
zeroElements(EventList) - Static method in class org.jadice.util.glazedlists.calculation.Calculations
A Calculation that reports true when the number of elements is 0; false otherwise.
ZOOM - Static variable in class com.levigo.jadice.document.render.BaseRenderSettings
Identifier key for a zoom change, used within a RenderSettingsEvent to recognize the kind of change which happen.
ZOOM_MODE_FIT_BOTH - Static variable in class com.levigo.jadice.swing.pageview.PageViewSettings
Dynamically fit pages vertical and horizontal.
ZOOM_MODE_FIT_HEIGHT - Static variable in class com.levigo.jadice.swing.pageview.PageViewSettings
Dynamically fit pages vertical.
ZOOM_MODE_FIT_WIDTH - Static variable in class com.levigo.jadice.swing.pageview.PageViewSettings
Dynamically fit pages horizontal.
ZOOM_MODE_NONE - Static variable in class com.levigo.jadice.swing.pageview.PageViewSettings
No dynamic zoom.
ZoomCommand - Class in com.levigo.jadice.swing.commands
Either fits the current page into the View or zooms in to a certain level.
ZoomCommand() - Constructor for class com.levigo.jadice.swing.commands.ZoomCommand
 
ZoomCommand.Mode - Enum in com.levigo.jadice.swing.commands
 
ZoomExecutor - Class in com.levigo.jadice.appbase.executor
A specific InstructionExecutor to handle ZoomInstructions.
ZoomExecutor() - Constructor for class com.levigo.jadice.appbase.executor.ZoomExecutor
 
zoomFit(PageView) - Method in class com.levigo.jadice.appbase.commands.FitCurrentPageCommand
 
zoomFitHeight(PageView) - Method in class com.levigo.jadice.appbase.commands.FitCurrentPageCommand
 
zoomFitWidth(PageView) - Method in class com.levigo.jadice.appbase.commands.FitCurrentPageCommand
 
ZoomInstruction - Class in com.levigo.jadice.appbase.instruction
A simple Instruction which instructs the executor to zoom the view to the desired zoom factor.
ZoomInstruction(float) - Constructor for class com.levigo.jadice.appbase.instruction.ZoomInstruction
 
ZoomInstructionConverter() - Constructor for class com.levigo.jadice.demo.outline.serialize.InstructionConverters.ZoomInstructionConverter
 
ZoomSnapIn - Class in com.levigo.jadice.appbase.status
A SnapIn which displays the current zoom factor and gives users the opportunity to set a different zoom factor either by typing it in or by choosing it from a combo box.
ZoomSnapIn() - Constructor for class com.levigo.jadice.appbase.status.ZoomSnapIn
 
ZoomToSelectionCommand - Class in com.levigo.jadice.swing.commands
Zooms to the selected area.
ZoomToSelectionCommand() - Constructor for class com.levigo.jadice.swing.commands.ZoomToSelectionCommand
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages