Serialized Form


Package <Unnamed>

Class JadiceFilterDemoApplication extends BasicJadicePanel implements Serializable

serialVersionUID: 1L


Package com.levigo.jadice.annotation

Class com.levigo.jadice.annotation.AnnotationRenderSettings extends AbstractListenableRenderSettings implements Serializable

serialVersionUID: 1L

Serialized Fields

disabledTypes

Set<E> disabledTypes
The set of annotation types for which rendering is disabled.


referenceResolution

Resolution referenceResolution
Reference resolution used for resolution dependency based annotation adjustments like stroke width / font size. Default value is the current screen resolution in inch unit.


Package com.levigo.jadice.appbase

Class com.levigo.jadice.appbase.AnnotationProfileAwareToolBar extends EllipseJToolBar implements Serializable

serialVersionUID: 1L

Serialized Fields

context

Context context

myDocumentListener

DocumentListener myDocumentListener

pageView

PageView pageView

profile

AnnotationProfile profile

Class com.levigo.jadice.appbase.PageNavScrollBarSnapIn extends Box implements Serializable

serialVersionUID: 1L

Serialized Fields

ctx

Context ctx

Package com.levigo.jadice.appbase.applet

Class com.levigo.jadice.appbase.applet.JadiceLifeCycleApplet extends JApplet implements Serializable

serialVersionUID: 1L


Package com.levigo.jadice.appbase.chooser

Class com.levigo.jadice.appbase.chooser.FileChooser extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

chooser

FileChooser.EmbeddedChooser chooser

dialog

JDialog dialog

dialogTitle

String dialogTitle

readStrategy

ReadStrategy readStrategy

previewPanel

com.levigo.jadice.appbase.chooser.CollapsiblePreviewPanel previewPanel

returnValue

FileChooser.ReturnValue returnValue

pendingFileForPreview

File pendingFileForPreview

Class com.levigo.jadice.appbase.chooser.FileChooser.EmbeddedChooser extends JFileChooser implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.appbase.chooser.PreviewPanel extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

file

File file

fileChooser

FileChooser fileChooser

nameLabel

JLabel nameLabel

previewComponent

NavigablePreviewThumbnailRenderer previewComponent

taskExecutor

TaskExecutor<R> taskExecutor

typeLabel

JLabel typeLabel

Package com.levigo.jadice.appbase.preview

Class com.levigo.jadice.appbase.preview.NavigablePreviewThumbnailRenderer extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

ctx

Context ctx

currentPageIndex

int currentPageIndex

document

UIDocument<C> document

documentUpdateListener

ListEventListener<E> documentUpdateListener

previewThumbnailRenderer

PreviewThumbnailRenderer previewThumbnailRenderer

Class com.levigo.jadice.appbase.preview.PreviewThumbnailRenderer extends BasicThumbnailRenderer implements Serializable

serialVersionUID: 1L


Package com.levigo.jadice.appbase.search

Class com.levigo.jadice.appbase.search.BackgroundProgressBar extends JLayeredPane implements Serializable

serialVersionUID: 1L

Serialized Fields

contentPane

JComponent contentPane

bar

JPanel bar

progress

float progress

Class com.levigo.jadice.appbase.search.RolloutSearch extends RolloutBox implements Serializable

serialVersionUID: 1L

Serialized Fields

searchAction

RolloutSearch.SearchAction searchAction

cancelAction

RolloutSearch.CancelAction cancelAction

autostartTimer

Timer autostartTimer

cancelButton

JButton cancelButton

selectPreviousButton

JButton selectPreviousButton

selectNextButton

JButton selectNextButton

searchField

JTextField searchField

ctx

Context ctx

searchRequest

SearchRequest searchRequest

results

EventList<E> results

statusLabel

JLabel statusLabel

selectPreviousAction

RolloutSearch.SelectPreviousAction selectPreviousAction

selectNextAction

RolloutSearch.SelectNextAction selectNextAction

progressBar

BackgroundProgressBar progressBar

currentResultIndex

int currentResultIndex

popupButton

JButton popupButton

Class com.levigo.jadice.appbase.search.RolloutSearch.CancelAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.appbase.search.RolloutSearch.SearchAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.appbase.search.RolloutSearch.SelectNextAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.appbase.search.RolloutSearch.SelectPreviousAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.appbase.search.SearchFrame extends JFrame implements Serializable

serialVersionUID: -8834195717857201832L

Serialized Fields

searchPanel

SearchPanel searchPanel

Class com.levigo.jadice.appbase.search.SearchPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

cancelAction

Action cancelAction

cancelButton

JButton cancelButton

ctx

Context ctx

list

JList list

progressBar

JProgressBar progressBar

progressSection

JPanel progressSection

results

EventList<E> results

resultSection

JPanel resultSection

scrollPane

JScrollPane scrollPane

searchAction

Action searchAction

searchButton

JButton searchButton

searchField

JComboBox searchField

searchRequest

SearchRequest searchRequest

searchLine

JPanel searchLine

selectNextAction

Action selectNextAction

selectNextButton

JButton selectNextButton

selectPreviousAction

Action selectPreviousAction

selectPreviousButton

JButton selectPreviousButton

caseSensitiveOption

JCheckBox caseSensitiveOption

wholeWordsOption

JCheckBox wholeWordsOption

resultStatus

JLabel resultStatus

searchSection

JPanel searchSection

Class com.levigo.jadice.appbase.search.SearchPanel.CancelAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.appbase.search.SearchPanel.SearchAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.appbase.search.SearchPanel.SelectNextAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.appbase.search.SearchPanel.SelectPreviousAction extends AbstractAction implements Serializable

serialVersionUID: 1L


Package com.levigo.jadice.appbase.search.advanced

Class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

caseSensitiveOption

JCheckBox caseSensitiveOption

ctx

Context ctx

list

JList list

results

EventList<E> results

resultSection

JPanel resultSection

scrollPane

JScrollPane scrollPane

searchAction

AlternativeSearchPanel.SearchAction searchAction

cancelAction

AlternativeSearchPanel.CancelAction cancelAction

searchField

JTextField searchField

searchButton

JButton searchButton

searchRequest

SearchRequest searchRequest

searchSection

JPanel searchSection

selectNextAction

Action selectNextAction

selectNextButton

JButton selectNextButton

selectPreviousAction

Action selectPreviousAction

selectPreviousButton

JButton selectPreviousButton

wholeWordsOption

JCheckBox wholeWordsOption

progressBar

BackgroundProgressBar progressBar

tabbedPane

JTabbedPane tabbedPane

previewResultListPane

JScrollPane previewResultListPane

previewResultList

PreviewResultList previewResultList

Class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel.CancelAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel.SearchAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel.SelectNextAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.appbase.search.advanced.AlternativeSearchPanel.SelectPreviousAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.appbase.search.advanced.PreviewResultList extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

leadSelectionTracker

ListSelectionListener leadSelectionTracker

listeners

EventListenerList listeners

results

EventList<E> results

Package com.levigo.jadice.appbase.status

Class com.levigo.jadice.appbase.status.DocumentStatusMessageSnapIn extends JLabel implements Serializable

serialVersionUID: 1L

Serialized Fields

pageView

PageView pageView

statusText

String statusText

ctx

Context ctx

Class com.levigo.jadice.appbase.status.PageLayoutSnapIn extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

pageView

PageView pageView

Class com.levigo.jadice.appbase.status.PageSnapIn extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

currentPageNumber

JTextField currentPageNumber

totalPageCount

JLabel totalPageCount

ctx

Context ctx

enableFirstLast

boolean enableFirstLast

enablePreviousNext

boolean enablePreviousNext

firstLast

JButton[] firstLast

prevNext

JButton[] prevNext

allocatedNumDigits

int allocatedNumDigits

Class com.levigo.jadice.appbase.status.PrinterStatusSnapIn extends JLabel implements Serializable

serialVersionUID: 1L

Serialized Fields

status

Map<K,V> status

alwaysVisible

boolean alwaysVisible

inactiveIcon

Icon inactiveIcon

activeIcon

Icon activeIcon

Class com.levigo.jadice.appbase.status.ZoomSnapIn extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

pageView

PageView pageView

currentZoom

JComboBox currentZoom

inhibitNextAction

AtomicBoolean inhibitNextAction

Package com.levigo.jadice.demo

Class com.levigo.jadice.demo.BasicJadicePanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

context

Context context

viewer

BasicViewer viewer

sorterToolbar

SorterToolbar sorterToolbar

snapInStatusBar

StatusBar snapInStatusBar

statusBarPanel

JPanel statusBarPanel

toolbarPanel

JPanel toolbarPanel

messagePanel

RollingMessagePanel messagePanel

messagePanelLogListener

QualifiedLogListener messagePanelLogListener

flyout

DrawerContainer flyout

mainTools

JToolBar mainTools

annoTools

JToolBar annoTools

menuBar

JMenuBar menuBar

menuComponentFactory

DefaultMenuComponentFactory menuComponentFactory

Class com.levigo.jadice.demo.SorterFrame extends JFrame implements Serializable

serialVersionUID: 2730885697770510559L

Serialized Fields

sorter

PageSorter sorter

Class com.levigo.jadice.demo.SorterToolbar extends JToolBar implements Serializable

serialVersionUID: 7021891498497550314L

Serialized Fields

sorter

PageSorter sorter
the sorter itself


view

PageView view
the viewer the AddOn refers to


context

Context context
associated context for updating purposes


Package com.levigo.jadice.demo.filehistory

Class com.levigo.jadice.demo.filehistory.RecentFileMenuItem extends JMenuItem implements Serializable

serialVersionUID: 1L

Serialized Fields

file

File file

pageView

PageView pageView

acceleratorKeyStroke

KeyStroke acceleratorKeyStroke

Package com.levigo.jadice.demo.gestures

Class com.levigo.jadice.demo.gestures.GestureTester extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

path

GeneralPath path

Package com.levigo.jadice.demo.gradation

Class com.levigo.jadice.demo.gradation.GradationFrame extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

gradationPanel

GradationCurveControl gradationPanel

ctx

Context ctx

Package com.levigo.jadice.demo.infotree

Class com.levigo.jadice.demo.infotree.InfoTreeFrame extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

infoTreePanel

InfoTreePanel infoTreePanel

Class com.levigo.jadice.demo.infotree.InfoTreePanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

infoTree

FlexibleTree infoTree
displayed info tree


view

PageView view

pageViewListener

PropertyChangeListener pageViewListener

pageModule

PageModule pageModule

popupMenuFeature

PopupMenuFeature popupMenuFeature

tracker

ReadStateModule.ReadTracker tracker

Package com.levigo.jadice.demo.launcher

Class com.levigo.jadice.demo.launcher.BannerPanel extends JPanel implements Serializable

serialVersionUID: -2109390077949655060L

Serialized Fields

bundle

ResourceBundle bundle

backgroundPattern

TexturePaint backgroundPattern

logoLabel

JLabel logoLabel

appLabel

JLabel appLabel

Class com.levigo.jadice.demo.launcher.JadiceDemoLauncher extends JFrame implements Serializable

serialVersionUID: 6045845097808770061L

Serialized Fields

hideOnLaunch

boolean hideOnLaunch

bundle

ResourceBundle bundle

config

Properties config

args

String[] args

Class com.levigo.jadice.demo.launcher.LaunchConfigStartPanel extends JPanel implements Serializable

serialVersionUID: 3281884358624645230L

Serialized Fields

iconOnWhite

ImageIcon iconOnWhite

iconOnBlue

ImageIcon iconOnBlue

configName

String configName

isHovered

boolean isHovered

prefWidth

int prefWidth

prefHeight

int prefHeight

minWidth

int minWidth

minHeight

int minHeight

launchButton

com.levigo.jadice.demo.launcher.LaunchConfigStartPanel.LaunchButton launchButton

paintSeparator

boolean paintSeparator

launcher

JadiceDemoLauncher launcher

Package com.levigo.jadice.demo.lens

Class com.levigo.jadice.demo.lens.LensFrame extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

lensView

LensView lensView

Package com.levigo.jadice.demo.navigator

Class com.levigo.jadice.demo.navigator.NavigatorFrame extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

navigatorComponent

NavigatorComponent navigatorComponent
the embedded navigator component


Package com.levigo.jadice.demo.pdf.crypto

Class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox extends RolloutBox implements Serializable

serialVersionUID: 1L

Serialized Fields

cancelAction

RolloutPasswordBox.CancelAction cancelAction

applyAction

RolloutPasswordBox.ApplyAction applyAction

accessGrantedTextColor

Color accessGrantedTextColor

accessDeniedTextColor

Color accessDeniedTextColor

accessGrantedColor

Color accessGrantedColor

accessDeniedColor

Color accessDeniedColor

passwordLabel

JLabel passwordLabel

passwordField

JPasswordField passwordField

cancelButton

JButton cancelButton

applyButton

JButton applyButton

defaultAccessAllowed

boolean defaultAccessAllowed

defaultAccessStateLabel

JLabel defaultAccessStateLabel

authLevelStateLabel

JLabel authLevelStateLabel

ctx

Context ctx

receiver

com.levigo.jadice.format.pdf.crypt.CryptoMaterialReceiver<T extends com.levigo.jadice.format.pdf.crypt.CryptoMaterial> receiver

Class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox.ApplyAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

parentBox

RolloutPasswordBox parentBox

Class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox.CancelAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

parentBox

RolloutPasswordBox parentBox

Package com.levigo.jadice.demo.util

Class com.levigo.jadice.demo.util.WelcomePanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

bundle

ResourceBundle bundle

pageView

PageView pageView

recentFilesList

JList recentFilesList

demoResourcesList

JList demoResourcesList

historyListener

PreferenceChangeListener historyListener

Package com.levigo.jadice.document

Class com.levigo.jadice.document.DocumentStateException extends JadiceRuntimeException implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.document.JadiceException extends AbstractQualifiedException implements Serializable

serialVersionUID: 7484940114311810818L

Class com.levigo.jadice.document.JadiceRuntimeException extends AbstractQualifiedRuntimeException implements Serializable

serialVersionUID: -2783145045104322067L


Package com.levigo.jadice.document.flavor

Class com.levigo.jadice.document.flavor.AbstractJadiceLocalDataFlavor extends DataFlavor implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.levigo.jadice.document.flavor.IntraDOCPDataFlavor extends DataFlavor implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.levigo.jadice.document.flavor.JadiceRasteredImageDataFlavor extends DataFlavor implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.levigo.jadice.document.flavor.JVMLocalDataFlavor extends AbstractJadiceLocalDataFlavor implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.levigo.jadice.document.flavor.ReorderDataFlavor extends AbstractJadiceLocalDataFlavor implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package com.levigo.jadice.document.fontmgr

Class com.levigo.jadice.document.fontmgr.FontManagerReaderSettings extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fontManagerHandle

FontManagerHandle fontManagerHandle

Package com.levigo.jadice.document.io

Class com.levigo.jadice.document.io.SeekableLookaheadStream.MaxLookaheadReachedException extends IOException implements Serializable

serialVersionUID: 3334656278766003144L


Package com.levigo.jadice.document.metadata

Class com.levigo.jadice.document.metadata.MetadataException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package com.levigo.jadice.document.read

Class com.levigo.jadice.document.read.NCIReaderSettings extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultResolution

Resolution defaultResolution

minimumResolution

Resolution minimumResolution

maximumResolution

Resolution maximumResolution

invalidResolutionHandling

NCIReaderSettings.InvalidResolutionHandling invalidResolutionHandling

Package com.levigo.jadice.document.render

Class com.levigo.jadice.document.render.AbstractListenableRenderSettings extends Object implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.document.render.BaseRenderSettings extends AbstractListenableRenderSettings implements Serializable

serialVersionUID: 1L

Serialized Fields

rotation

BaseRenderSettings.Rotation rotation
The rotation angle. May assume only the values BaseRenderSettings.Rotation.ROT_000 to BaseRenderSettings.Rotation.ROT_270.


zoomFactor

float zoomFactor
The zoom factor (1.0 == 1:1).


deviceResolution

int deviceResolution
The assumed resolution of the output device. The resolution not only controls the scaling used to render documents (i.e. the transformation from document to device space which is used), but also the resolution at which raster documents are sent to the output device. If the effective resolution of an output device differs from the resolution of its coordinate system (e.g. when printing) a special rendering hint may be applied.

Default: 72 dpi


layers

Set<E> layers
A map of layers and its enabled state.


defaultLayerStateEnabled

boolean defaultLayerStateEnabled
Flag how to interpret the meaning of a layer is contained in the layers set.


clipping

BaseRenderSettings.Clipping clipping
The clipping type to use.

Class com.levigo.jadice.document.render.ImageRenderSettings extends AbstractListenableRenderSettings implements Serializable

serialVersionUID: 1L

Serialized Fields

gradationCurve

GradationCurve gradationCurve

filterType

FilterType filterType

desaturate

boolean desaturate

useUpscalingFilter

boolean useUpscalingFilter

nonApplicableLayers

Set<E> nonApplicableLayers
The selection of layers to which to not apply the settings.

Class com.levigo.jadice.document.render.InventoryRenderSettingsEvent extends RenderSettingsEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

inventory

RenderControlInventory inventory

page

Page page

Class com.levigo.jadice.document.render.RenderSettingsEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName
Name of the changed setting.


newValue

Object newValue
New value for the changed setting.


oldValue

Object oldValue
Previous value for the changed setting.


source

RenderSettings source
The source RenderSettings instance which was changed and caused this event.


sourceControls

RenderControls sourceControls
The RenderControls instance the source RenderSettings belongs to. May be null if unknown.

Class com.levigo.jadice.document.render.TextRenderSettings extends AbstractListenableRenderSettings implements Serializable

serialVersionUID: 1L

Serialized Fields

renderMode

TextRenderSettings.FontRenderMode renderMode

antiAliasingMode

TextRenderSettings.AntiAliasingMode antiAliasingMode

Package com.levigo.jadice.document.util

Class com.levigo.jadice.document.util.ControlCurve extends Object implements Serializable

serialVersionUID: -3491282692912338803L

Serialized Fields

points

Polygon points
The control points


curveChanged

boolean curveChanged

Class com.levigo.jadice.document.util.FloatDimension extends Dimension2D implements Serializable

serialVersionUID: 2953232176360889056L

Serialized Fields

width

float width

height

float height

Class com.levigo.jadice.document.util.GradationCurve extends NaturalCubicSpline1D implements Serializable

serialVersionUID: -3994727402919324811L

Serialized Fields

hashCode

int hashCode
cached hash code.


lookupTable

byte[] lookupTable

Class com.levigo.jadice.document.util.ImmutableMimeType extends MimeType implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.levigo.jadice.document.util.NaturalCubicSpline1D extends ControlCurve implements Serializable

serialVersionUID: 872213325505868936L

Serialized Fields

u

double[] u

p

double[] p

Package com.levigo.jadice.document.write

Package com.levigo.jadice.printer

Class com.levigo.jadice.printer.AbstractPrintDialog extends JDialog implements Serializable

serialVersionUID: 1L


Package com.levigo.jadice.printer.event

Class com.levigo.jadice.printer.event.PrintEvent extends EventObject implements Serializable

serialVersionUID: -1354696910871369220L

Serialized Fields

eventMessage

String eventMessage
An error message describing the problem which may appear while printing


type

PrintEvent.PrintEventType type
The event type


document

Document document
The Book to which this event is related to.


Package com.levigo.jadice.search

Class com.levigo.jadice.search.SearchResultEvent extends EventObject implements Serializable

serialVersionUID: 7114730807490655959L

Serialized Fields

lastResult

Result lastResult

Class com.levigo.jadice.search.SearchStateChangeEvent extends EventObject implements Serializable

serialVersionUID: 8828207978253634427L

Serialized Fields

donePages

int donePages

pageCount

int pageCount

searchState

SearchRequest.SearchState searchState

Package com.levigo.jadice.swing

Class com.levigo.jadice.swing.BasicViewer extends JComponent implements Serializable

serialVersionUID: -9207741393519452774L

Serialized Fields

pageView

PageView pageView
The embedded page view instance.


scrollPane

BarSnapInScrollPane scrollPane

effectContainer

EffectContainer effectContainer

Class com.levigo.jadice.swing.JadiceProductInformationWindow extends JWindow implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.swing.ViewComponent extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

toolManager

ToolManager toolManager

Package com.levigo.jadice.swing.dnd

Class com.levigo.jadice.swing.dnd.ExportHandlerTransferHandler extends VisualRepresentationSupportTransferHandler implements Serializable

serialVersionUID: 1L

Serialized Fields

handler

ExportHandler<S> handler

selection

Object selection

parameters

ExportParameters parameters

Package com.levigo.jadice.swing.lens

Class com.levigo.jadice.swing.lens.LensView extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

vwrPropertyChangeListener

com.levigo.jadice.swing.lens.LensView.ViewerPropertyListener vwrPropertyChangeListener
Property Change Listener listens to Viewer Property Changes


lockLabel

JLabel lockLabel

taskExecutor

TaskExecutor<R> taskExecutor

vwrLensMouseListener

com.levigo.jadice.swing.lens.LensView.LensMouseListener vwrLensMouseListener

graphicsContextRenderer

com.levigo.jadice.document.internal.render.GraphicsContextRenderer graphicsContextRenderer
The renderer


inputEventTool

LensView.LensInputEventTool inputEventTool
EditPane implementing reactions on MouseEvents / KeyEvents forwarded by Canvas


frozen

boolean frozen
Frozen flag


propertyChangeListenerSet

Set<E> propertyChangeListenerSet
a collection of Property Change Listeners


view

PageView view
the viewer


scale

float scale
scale to be used for the lens


minimumScale

float minimumScale
Default minimum scale: the minimum value for scaling the page


scaleStep

float scaleStep
Default step to increase/decrease the scale value


frozenStateMode

FrozenStateMode frozenStateMode

registeredViewerListeners

boolean registeredViewerListeners
flag indicating listener registration in other components


lastInput

com.levigo.jadice.swing.lens.LensView.LastInput lastInput
the mouse position in document scale


Package com.levigo.jadice.swing.navigator

Class com.levigo.jadice.swing.navigator.NavigatorComponent extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

pageView

PageView pageView
The page view associated with this thumbnail view


applyPageViewRenderSettings

boolean applyPageViewRenderSettings
Property to define whether the PageView should render pages according to the render settings of the viewer or the classical behavior the page images are rendered without any modifications.


Package com.levigo.jadice.swing.pageview

Class com.levigo.jadice.swing.pageview.PageView extends ViewComponent implements Serializable

serialVersionUID: 930251870045788418L

Serialized Fields

prefetchEnabled

boolean prefetchEnabled

prefetcher

Prefetcher prefetcher

prefetchRange

int prefetchRange
The number of pages around the current page we prefetch.


renderExecutor

TaskExecutor<R> renderExecutor

prefetchExecutor

TaskExecutor<R> prefetchExecutor

repaintAggregator

com.levigo.jadice.swing.pageview.RepaintAggregator repaintAggregator

eventForwarder

com.levigo.jadice.swing.pageview.PageView.EditEventForwarder eventForwarder
The EditEventForwarder used to feed edit events to the page


graphicsContextRenderer

com.levigo.jadice.document.internal.render.GraphicsContextRenderer graphicsContextRenderer

prefetchDummyRenderer

com.levigo.jadice.document.internal.render.GraphicsContextRenderer prefetchDummyRenderer

preserveRenderSettingsOnDocumentChange

boolean preserveRenderSettingsOnDocumentChange

document

UIDocument<C> document
The document held by the view. The PageView.setDocument(Document) method makes sure that this is always a UIDocument.


lastCurrentPageIndex

int lastCurrentPageIndex

viewport

JViewport viewport
The viewport this PageView resides in (if any)


pageList

EventList<E> pageList

renderException

Exception renderException

layoutStyle

PageView.Layout layoutStyle

presentationRuleManager

PresentationRuleManager presentationRuleManager

renderControlsInventory

RenderControlInventory renderControlsInventory

pageBorder

Border pageBorder

currentPageBorder

Border currentPageBorder

renderTimeout

com.levigo.jadice.document.internal.render.strategies.Timeout renderTimeout

Class com.levigo.jadice.swing.pageview.PageViewSettings extends AbstractListenableRenderSettings implements Serializable

serialVersionUID: 1L

Serialized Fields

dynamicZoomMode

int dynamicZoomMode

Package com.levigo.jadice.swing.status

Class com.levigo.jadice.swing.status.MemoryMonitorSnapIn extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

cache

com.levigo.util.mm.LRUCache cache

history

List<E> history

updateTimer

Timer updateTimer

Class com.levigo.jadice.swing.status.StatusBar extends JComponent implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.swing.status.TaskServiceMonitorSnapIn extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

service

ThreadPoolTaskService service

Package com.levigo.jadice.swing.thumbnailview

Class com.levigo.jadice.swing.thumbnailview.AbstractThumbnailRenderer extends JLabel implements Serializable

serialVersionUID: 1L

Serialized Fields

thumbnailDecorationBorder

Border thumbnailDecorationBorder

decoratedThumbnailSize

Dimension decoratedThumbnailSize

thumbnailSize

Dimension thumbnailSize

page

Page page

Class com.levigo.jadice.swing.thumbnailview.BasicThumbnailRenderer extends AbstractThumbnailRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

thumbnailProvider

ThumbnailProvider thumbnailProvider

taskExecutor

TaskExecutor<R> taskExecutor

Class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer extends AbstractThumbnailRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

pageIndex

int pageIndex

view

ThumbnailView view

isTransientRendering

boolean isTransientRendering

alphaIncrement

float alphaIncrement

fadeFPS

int fadeFPS

Class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer.UIResource extends DefaultListCellRenderer implements Serializable

serialVersionUID: 1L

Class com.levigo.jadice.swing.thumbnailview.PageSorter extends JComponent implements Serializable

serialVersionUID: -5140730344794951507L

Serialized Fields

thumbnailView

ThumbnailView thumbnailView
The sorterPanel to draw on


effectContainer

EffectContainer effectContainer

scrollPane

JScrollPane scrollPane

Class com.levigo.jadice.swing.thumbnailview.ThumbnailView extends ViewComponent implements Serializable

serialVersionUID: -6080319219347460969L

Serialized Fields

applyPageViewRenderSettings

boolean applyPageViewRenderSettings
Property to define whether the sorter should render pages according to the render settings of the viewer or the classical behavior the page images are rendered without any modifications.


cellRenderer

ThumbnailCellRenderer cellRenderer

currentPageIndex

int currentPageIndex
The current page index


document

UIDocument<C> document
The document held by the view. The ThumbnailView.setDocument(Document) method makes sure that this is always a UIDocument.


inhibitScrollingToCurrentPage

boolean inhibitScrollingToCurrentPage
Flag preventing scrolling to the current page when moving pages is in progress.


pageList

EventList<E> pageList

enableTransientPageRendering

boolean enableTransientPageRendering
Whether to render page images at all during transient renderings


scrollBarSupervisor

com.levigo.jadice.swing.thumbnailview.ThumbnailView.ScrollBarMonitor scrollBarSupervisor

selectionModel

ListSelectionModel selectionModel

selectionForeground

Color selectionForeground

selectionBackground

Color selectionBackground

pageExportHandler

ExportHandler<S> pageExportHandler

pageImportHandler

ImportHandler pageImportHandler

taskExecutor

TaskExecutor<R> taskExecutor

thumbnailProvider

ThumbnailProvider thumbnailProvider

thumbnailSize

Dimension thumbnailSize
The (maximum) size of a thumbnail image representing a page


pageView

PageView pageView
The page view associated with this thumbnail view

Class com.levigo.jadice.swing.thumbnailview.ThumbnailView.AccessibleThumbnailView extends JComponent.AccessibleJComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

leadSelectionIndex

int leadSelectionIndex

Package com.levigo.jadice.swing.tool

Class com.levigo.jadice.swing.tool.EditEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

page

Page page

inputEvent

InputEvent inputEvent

pageRenderControls

RenderControls pageRenderControls

pageBounds

Rectangle pageBounds

pageIndex

int pageIndex

Class com.levigo.jadice.swing.tool.KeyEditEvent extends EditEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

keyEvent

KeyEvent keyEvent

Class com.levigo.jadice.swing.tool.MouseEditEvent extends EditEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

mouseEvent

MouseEvent mouseEvent

Class com.levigo.jadice.swing.tool.MouseWheelEditEvent extends EditEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

mouseWheelEvent

MouseWheelEvent mouseWheelEvent

Package com.levigo.util.base

Class com.levigo.util.base.MimicryThrowable extends Throwable implements Serializable

serialVersionUID: 1L

Serialized Fields

className

String className

localizedMessage

String localizedMessage

Package com.levigo.util.base.glazedlists

Class com.levigo.util.base.glazedlists.BasicEventList extends AbstractEventList<E> implements Serializable

serialVersionUID: 4883958173323072345L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Peer method to BasicEventList.writeObject(ObjectOutputStream). Note that this is functionally equivalent to a constructor and should validate that everything is in place including locks, etc.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Although EventLists are not in general, BasicEventList is Serializable. All of the ListEventListeners that are themselves Serializable will be serialized, but others will not. Note that there is no easy way to access the ListEventListeners of an EventList, particularly after it has been serialized.

As of October 3, 2005, this is the wire format of serialized BasicEventLists:

  • An Object[] containing each of the list's elements
  • A ListEventListener[] containing only the listeners that themselves implement Serializable. Those that do not will not be serialized. Note that TransformedLists such as FilterList are not Serializable and will not be serialized.

    As of March 4, 2007, the wire format was extended to include:

  • the ListEventPublisher
  • the ReadWriteLock represented as a SerializedReadWriteLock

    The motivation for this is documented here. Serialization streams with the old format are still readable. Serialization streams with the new format are not downwards-compatible.

    Throws:
    IOException
  • Serialized Fields

    data

    List<E> data
    the underlying data list


    Package com.levigo.util.base.glazedlists.event

    Class com.levigo.util.base.glazedlists.event.ListEvent extends EventObject implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    sourceList

    EventList<E> sourceList
    the list that has changed


    Package com.levigo.util.base.glazedlists.matchers

    Class com.levigo.util.base.glazedlists.matchers.MatcherEditor.Event extends EventObject implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    matcherEditor

    MatcherEditor<E> matcherEditor

    matcher

    Matcher<E> matcher

    type

    int type

    Class com.levigo.util.base.glazedlists.matchers.SearchEngineTextMatcherEditor.Field extends Object implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    name

    String name
    The text which which uniquely identifies this Field relative to all other registered Field objects.


    textFilterator

    TextFilterator<E> textFilterator
    The TextFilterator that extracts only the field values to be considered when matching a given SearchTerm.


    Package com.levigo.util.concurrent.tasks

    Class com.levigo.util.concurrent.tasks.TaskView extends JPanel implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    model

    com.levigo.util.concurrent.tasks.TaskView.TaskModel model

    Package com.levigo.util.concurrent.tasks.applet

    Class com.levigo.util.concurrent.tasks.applet.AppletPriorityBlockingQueue.QueueDestroyedException extends IllegalStateException implements Serializable

    serialVersionUID: 1L


    Package com.levigo.util.log.qualified

    Class com.levigo.util.log.qualified.AbstractQualifiedException extends Exception implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    messageId

    MessageID messageId

    resolvedMessage

    String resolvedMessage

    resolvedMessageLocale

    Locale resolvedMessageLocale

    args

    Object[] args

    Class com.levigo.util.log.qualified.AbstractQualifiedRuntimeException extends RuntimeException implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    messageId

    MessageID messageId

    args

    Object[] args

    resolvedMessage

    String resolvedMessage

    resolvedMessageLocale

    Locale resolvedMessageLocale

    Class com.levigo.util.log.qualified.DefaultQualifiedLogEvent extends Object implements Serializable

    serialVersionUID: 1L

    Serialization Methods

    readObject

    private void readObject(ObjectInputStream in)
                     throws IOException,
                            ClassNotFoundException
    Throws:
    IOException
    ClassNotFoundException

    writeObject

    private void writeObject(ObjectOutputStream out)
                      throws IOException
    Throws:
    IOException
    Serialized Fields

    args

    Object[] args

    t

    Throwable t

    msgId

    MessageID msgId

    resolvedMessage

    String resolvedMessage

    resolvedMessageLocale

    Locale resolvedMessageLocale

    Class com.levigo.util.log.qualified.ResolvedQualifiedLogEvent extends Object implements Serializable

    serialVersionUID: 1L

    Serialization Methods

    readObject

    private void readObject(ObjectInputStream in)
                     throws IOException,
                            ClassNotFoundException
    Throws:
    IOException
    ClassNotFoundException

    writeObject

    private void writeObject(ObjectOutputStream out)
                      throws IOException
    Throws:
    IOException
    Serialized Fields

    msgId

    String msgId

    message

    String message

    t

    Throwable t

    Package com.levigo.util.swing

    Class com.levigo.util.swing.AbstractGeometryFrame extends JFrame implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    autoFrameID

    String autoFrameID
    Auto-generated frame ID.

    Class com.levigo.util.swing.AbstractPropertyGeometryFrame extends AbstractGeometryFrame implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    deferredExtendedStateRestore

    boolean deferredExtendedStateRestore
    Because the extended state is destroyed on "show()", we need to defer its restore until the frame is visible.


    geometryRestored

    boolean geometryRestored
    Internal flag indicating whether frames geometry could be restored. The value of this flag will be updated each time this frame restore its geometry.

    Class com.levigo.util.swing.ActionInterceptor extends AbstractAction implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    next

    Action next

    Class com.levigo.util.swing.BarSnapInScrollPane extends JScrollPane implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    horizontalLeft

    JComponent horizontalLeft

    horizontalRight

    JComponent horizontalRight

    verticalTop

    JComponent verticalTop

    verticalBottom

    JComponent verticalBottom

    Class com.levigo.util.swing.BarSnapInScrollPane.BarSnapInScrollPaneLayout.UIResource extends com.levigo.util.swing.BarSnapInScrollPane.BarSnapInScrollPaneLayout implements Serializable

    serialVersionUID: 1L

    Class com.levigo.util.swing.CollapsiblePane extends JPanel implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    animationSteps

    int animationSteps
    The number of animation steps to use


    maxAnimationStepSize

    int maxAnimationStepSize
    The maximum animation step size to use. If an animation step becomes larger, the animation time is extended.


    animationFPS

    int animationFPS
    30 FPS


    collapsed

    boolean collapsed
    Indicates whether the component is collapsed or expanded


    animateTimer

    Timer animateTimer
    Timer used for doing the transparency animation (fade-in)


    useAnimation

    boolean useAnimation
    This is either a width or a height


    style

    CollapsiblePane.Style style

    contentPanel

    Container contentPanel

    animationInProgress

    boolean animationInProgress

    size

    int size
    The animated size (depending on orientation either width or height)

    Class com.levigo.util.swing.CollapsibleSection extends JPanel implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    collapsible

    CollapsiblePane collapsible

    link

    Hyperlink link

    Class com.levigo.util.swing.DropDownToggleButton extends NonUglyActionJToggleButton implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    fallbackIcon

    Icon fallbackIcon

    fallbackToolTipText

    String fallbackToolTipText

    popupIsVisible

    boolean popupIsVisible

    popupShouldBeVisible

    boolean popupShouldBeVisible

    popupIcon

    ArrowIcon popupIcon

    popupMenu

    JPopupMenu popupMenu

    popupTimer

    com.levigo.util.swing.DropDownToggleButton.PopupTimer popupTimer

    mouseMenuListener

    com.levigo.util.swing.DropDownToggleButton.DropDownButtonMouseMenuListener mouseMenuListener

    Class com.levigo.util.swing.FadeablePane extends JComponent implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    animationSteps

    int animationSteps
    The number of animation steps to use


    animationFPS

    int animationFPS
    25 FPS


    animateTimer

    Timer animateTimer
    Timer used for doing the transparency animation (fade-in)


    contentPanel

    JComponent contentPanel

    alpha

    float alpha
    The current alpha

    Class com.levigo.util.swing.FlipFlopCollapsiblePanel extends JPanel implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    link

    Hyperlink link

    collapsible

    CollapsiblePane collapsible

    collapsedTitleText

    String collapsedTitleText

    expandedTitleText

    String expandedTitleText

    linkTransformer

    TransformerPanel linkTransformer

    Class com.levigo.util.swing.Hyperlink extends JButton implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    isUnderlineActive

    boolean isUnderlineActive

    enableLink

    boolean enableLink

    Class com.levigo.util.swing.IconManager.IconManagerIcon.AccessibleIconManagerIcon extends AccessibleContext implements Serializable

    serialVersionUID: 1L

    Serialization Methods

    readObject

    private void readObject(ObjectInputStream s)
                     throws ClassNotFoundException,
                            IOException
    Throws:
    ClassNotFoundException
    IOException

    writeObject

    private void writeObject(ObjectOutputStream s)
                      throws IOException
    Throws:
    IOException

    Class com.levigo.util.swing.JButtonGroup extends ButtonGroup implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    selectedButton

    AbstractButton selectedButton
    Stores a reference to the currently selected button in the group


    listenerList

    EventListenerList listenerList
    Stores a reference to the currently registered listeners

    Class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator extends JComponent implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    minimumSize

    Dimension minimumSize

    orientation

    int orientation

    inset

    int inset

    Class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator.AccessibleSeparator extends JComponent.AccessibleJComponent implements Serializable

    serialVersionUID: 1L

    Class com.levigo.util.swing.LevigoSeparators.BlueLineSeparator extends LevigoSeparators.AbstractLineSeparator implements Serializable

    serialVersionUID: 1L

    Class com.levigo.util.swing.LevigoSeparators.DoubleLineSeparator extends LevigoSeparators.AbstractLineSeparator implements Serializable

    serialVersionUID: 1L

    Class com.levigo.util.swing.LevigoSeparators.PlainSeparator extends LevigoSeparators.AbstractLineSeparator implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    color

    Color color

    Class com.levigo.util.swing.LevigoSeparators.SingleLineSeparator extends LevigoSeparators.AbstractLineSeparator implements Serializable

    serialVersionUID: 1L

    Class com.levigo.util.swing.NonUglyActionButton extends JButton implements Serializable

    serialVersionUID: 1L

    Class com.levigo.util.swing.PopupButton extends JButton implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    popupMenu

    JPopupMenu popupMenu

    popupIcon

    ArrowIcon popupIcon

    popupIconGap

    int popupIconGap

    Class com.levigo.util.swing.SlickBevelBorder extends BevelBorder implements Serializable

    serialVersionUID: 1L

    Class com.levigo.util.swing.SplitButton extends JButton implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    popupMenu

    JPopupMenu popupMenu

    popupLabel

    JLabel popupLabel

    separator

    JSeparator separator

    popupIcon

    ArrowIcon popupIcon

    separatorVisible

    boolean separatorVisible

    actionTriggeredByPopup

    boolean actionTriggeredByPopup

    Class com.levigo.util.swing.TransformerPanel extends JPanel implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    glassPane

    Component glassPane

    view

    Component view

    visibleRect

    Rectangle visibleRect

    renderingHints

    Map<K,V> renderingHints

    at

    AffineTransform at

    Package com.levigo.util.swing.action

    Class com.levigo.util.swing.action.ActionJButton extends JButton implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    isValidateGraphicsConfigurationEnabled

    boolean isValidateGraphicsConfigurationEnabled

    Class com.levigo.util.swing.action.ActionJCheckboxMenuItem extends JCheckBoxMenuItem implements Serializable

    serialVersionUID: 3790031316986930199L

    Serialized Fields

    isValidateGraphicsConfigurationEnabled

    boolean isValidateGraphicsConfigurationEnabled

    Class com.levigo.util.swing.action.ActionJRadioButton extends JRadioButton implements Serializable

    serialVersionUID: 9110355978881083769L

    Class com.levigo.util.swing.action.ActionJRadioMenuItem extends JRadioButtonMenuItem implements Serializable

    serialVersionUID: 6760098551240586947L

    Serialized Fields

    isValidateGraphicsConfigurationEnabled

    boolean isValidateGraphicsConfigurationEnabled

    Class com.levigo.util.swing.action.ActionJToggleButton extends JToggleButton implements Serializable

    serialVersionUID: 7433391986475414484L

    Class com.levigo.util.swing.action.IconJMenuItem extends JMenuItem implements Serializable

    serialVersionUID: -7052991331942810530L

    Serialized Fields

    isValidateGraphicsConfigurationEnabled

    boolean isValidateGraphicsConfigurationEnabled

    showIcon

    boolean showIcon
    flag, indicating whether an icon contained the given action should be displayed or not

    Class com.levigo.util.swing.action.NonUglyActionJToggleButton extends JToggleButton implements Serializable

    serialVersionUID: -8231016061597926147L

    Serialized Fields

    isValidateGraphicsConfigurationEnabled

    boolean isValidateGraphicsConfigurationEnabled

    Class com.levigo.util.swing.action.NonUglyActionJToggleButton.AccessibleNonUglyActionJToggleButton extends JToggleButton.AccessibleJToggleButton implements Serializable

    serialVersionUID: 1L

    Class com.levigo.util.swing.action.PopupJToggleButton extends NonUglyActionJToggleButton implements Serializable

    serialVersionUID: 7193848605163317312L

    Serialized Fields

    popup

    JPopupMenu popup
    attached context menu


    popupHandler

    com.levigo.util.swing.action.PopupJToggleButton.PopUpHandler popupHandler
    attached context menu handler

    Class com.levigo.util.swing.action.PopupMenuButton extends NonUglyActionJToggleButton implements Serializable

    serialVersionUID: -3863518079292726142L

    Serialized Fields

    dummyLabel

    JLabel dummyLabel

    Class com.levigo.util.swing.action.VisibilityEnabledJCheckboxMenuItem extends ActionJCheckboxMenuItem implements Serializable

    serialVersionUID: 6908142327877520799L

    Class com.levigo.util.swing.action.VisibilityEnabledJMenuItem extends IconJMenuItem implements Serializable

    serialVersionUID: -5555576674170530104L

    Class com.levigo.util.swing.action.VisibilityEnabledJRadioMenuItem extends ActionJRadioMenuItem implements Serializable

    serialVersionUID: 9220651265404248993L


    Package com.levigo.util.swing.borders

    Class com.levigo.util.swing.borders.LayeredBorder extends AbstractBorder implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    layers

    Border[] layers

    Class com.levigo.util.swing.borders.StyledLineBorder extends AbstractBorder implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    stroke

    BasicStroke stroke

    paint

    Paint paint

    Package com.levigo.util.swing.colorpicker

    Class com.levigo.util.swing.colorpicker.ColorPalette extends JPanel implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    mode

    ColorPicker.Mode mode
    This controls how the colors are displayed.


    point

    Point point
    The point used to indicate the selected color.


    changeListeners

    List<E> changeListeners

    hue

    float hue

    sat

    float sat

    bri

    float bri

    red

    int red

    green

    int green

    blue

    int blue

    syncPaletteToSatBri

    boolean syncPaletteToSatBri

    mouseListener

    MouseInputListener mouseListener

    keyListener

    KeyListener keyListener

    focusListener

    FocusListener focusListener

    imageIsDirty

    boolean imageIsDirty

    lastSize

    Dimension lastSize

    image

    BufferedImage image

    imagePadding

    Insets imagePadding

    row

    int[] row
    A row of pixel data we recycle every time we regenerate this image.

    Class com.levigo.util.swing.colorpicker.ColorPicker extends JPanel implements Serializable

    serialVersionUID: 3L

    Serialized Fields

    currentRed

    int currentRed

    currentGreen

    int currentGreen

    currentBlue

    int currentBlue

    changeListener

    ChangeListener changeListener

    actionListener

    ActionListener actionListener

    hexDocListener

    com.levigo.util.swing.colorpicker.ColorPicker.HexDocumentListener hexDocListener

    alpha

    com.levigo.util.swing.colorpicker.ColorPicker.Option alpha

    hue

    com.levigo.util.swing.colorpicker.ColorPicker.Option hue

    sat

    com.levigo.util.swing.colorpicker.ColorPicker.Option sat

    bri

    com.levigo.util.swing.colorpicker.ColorPicker.Option bri

    red

    com.levigo.util.swing.colorpicker.ColorPicker.Option red

    green

    com.levigo.util.swing.colorpicker.ColorPicker.Option green

    blue

    com.levigo.util.swing.colorpicker.ColorPicker.Option blue

    preview

    ColorSwatch preview

    hexLabel

    JLabel hexLabel

    hexField

    JTextField hexField

    adjustingSpinners

    int adjustingSpinners
    Used to indicate when we're internally adjusting the value of the spinners. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


    adjustingSlider

    int adjustingSlider
    Used to indicate when we're internally adjusting the value of the slider. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


    adjustingColorPanel

    int adjustingColorPanel
    Used to indicate when we're internally adjusting the selected color of the ColorPanel. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


    adjustingHexField

    int adjustingHexField
    Used to indicate when we're internally adjusting the value of the hex field. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


    adjustingOpacity

    int adjustingOpacity
    Used to indicate when we're internally adjusting the value of the opacity. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


    expertControls

    JPanel expertControls
    The "expert" controls are the controls on the right side of this panel: the labels/spinners/radio buttons.


    colorPalette

    ColorPalette colorPalette

    slider

    com.levigo.util.swing.colorpicker.ColorSlider slider
    The vertical slider


    opacitySlider

    com.levigo.util.swing.colorpicker.AlphaSlider opacitySlider

    currentOpacity

    int currentOpacity

    Class com.levigo.util.swing.colorpicker.ColorSwatch extends JPanel implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    menu

    JPopupMenu menu

    copyItem

    JMenuItem copyItem

    mouseListener

    MouseListener mouseListener

    actionListener

    ActionListener actionListener

    w

    int w

    Package com.levigo.util.swing.dnd

    Class com.levigo.util.swing.dnd.VisualRepresentationSupportTransferHandler extends TransferHandler implements Serializable

    serialVersionUID: 1L


    Package com.levigo.util.swing.effect

    Class com.levigo.util.swing.effect.EffectContainer extends JLayeredPane implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    baseComponent

    Component baseComponent

    previousVisibleRect

    Rectangle previousVisibleRect

    listeners

    EventListenerList listeners

    eventForwarder

    com.levigo.util.swing.effect.EffectContainer.EventForwarder eventForwarder

    Class com.levigo.util.swing.effect.FadeBox extends FadeablePane implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    enabledAlpha

    float enabledAlpha

    disabledAlpha

    float disabledAlpha

    Class com.levigo.util.swing.effect.RolloutBox extends CollapsiblePane implements Serializable

    serialVersionUID: 1L


    Package com.levigo.util.swing.flextree

    Class com.levigo.util.swing.flextree.FlexibleTree extends JComponent implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    backingTree

    JTree backingTree

    backingModel

    com.levigo.util.swing.flextree.internal.FlexTreeModel backingModel

    selectionListeners

    List<E> selectionListeners

    context

    Context context

    Class com.levigo.util.swing.flextree.FlexibleTree.AccessilbeFlexibleTree extends JComponent.AccessibleJComponent implements Serializable

    serialVersionUID: 1L


    Package com.levigo.util.swing.glazedlists

    Class com.levigo.util.swing.glazedlists.AutoCompleteSupport.AutoCompleteCellEditor extends DefaultCellEditor implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    autoCompleteSupport

    AutoCompleteSupport<E> autoCompleteSupport

    Class com.levigo.util.swing.glazedlists.EventTableModel extends AbstractTableModel implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    swingThreadSource

    TransformedList<S,E> swingThreadSource
    the proxy moves events to the Swing Event Dispatch thread


    source

    EventList<E> source
    the source of data for this TableModel, which may or may not be EventTableModel.swingThreadSource


    tableFormat

    TableFormat<E> tableFormat
    specifies how column data is extracted from each row object


    tableModelEvent

    com.levigo.util.swing.glazedlists.MutableTableModelEvent tableModelEvent
    reusable TableModelEvent for broadcasting changes


    Package com.levigo.util.swing.infobar

    Class com.levigo.util.swing.infobar.DrawerContainer extends JComponent implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    top

    com.levigo.util.swing.infobar.DrawerContainer.Drawer top

    bottom

    com.levigo.util.swing.infobar.DrawerContainer.Drawer bottom

    Class com.levigo.util.swing.infobar.DrawerContainer.AccessibleDrawer extends JComponent.AccessibleJComponent implements Serializable

    serialVersionUID: 1L

    Class com.levigo.util.swing.infobar.RackLayout extends BoxLayout implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    axis

    int axis

    Class com.levigo.util.swing.infobar.RollingMessagePanel extends JPanel implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    history

    List<E> history

    historyModel

    com.levigo.util.swing.infobar.RollingMessagePanel.HistoryListModel historyModel

    historyPopup

    com.levigo.util.swing.infobar.RollingMessagePanel.HistoryPopup historyPopup

    detailsPopup

    com.levigo.util.swing.infobar.RollingMessagePanel.DetailsPopup detailsPopup

    clearButton

    JButton clearButton

    chevronButton

    Hyperlink chevronButton

    chevronUp

    Icon chevronUp

    chevronDown

    Icon chevronDown

    messagePanel

    com.levigo.util.swing.infobar.RollingMessagePanel.MessageTextPanel messagePanel

    flyoutMode

    boolean flyoutMode

    orderBy

    RollingMessagePanel.OrderBy orderBy
    The selection how messages shall be ordered. Default: order by priority.


    groupByID

    boolean groupByID
    Flag indicating whether messages should be grouped by Message-ID.


    historyDepth

    int historyDepth

    Package com.levigo.util.swing.messaging

    Class com.levigo.util.swing.messaging.MessageEvent extends AWTEvent implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    messageToDisplay

    Message messageToDisplay

    messageResult

    MessageResult messageResult

    Package com.levigo.util.swing.messaging.dialog

    Class com.levigo.util.swing.messaging.dialog.DefaultMessageDialog extends JDialog implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    detailsShown

    boolean detailsShown

    scrollPane

    JScrollPane scrollPane

    centerOnParent

    boolean centerOnParent

    event

    MessageEvent event

    detailsExpander

    Action detailsExpander
    Hide/unhide the message details .


    detailsButton

    JButton detailsButton
    The button that's responsible for hiding/unhiding the message details.


    windowListener

    WindowListener windowListener
    Allows to put the dialog window in the foreground if the owner gets activated.


    installedVetoableChangeListener

    VetoableChangeListener installedVetoableChangeListener
    Used for Hack to bring all blocked windows to front.


    inputTextField

    JTextField inputTextField
    Only used for messages of type Message.INPUT. The user can enter text into this text field.

    Class com.levigo.util.swing.messaging.dialog.MessageSuppressionPanel extends JPanel implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    checkBoxMessageKeyTable

    Hashtable<K,V> checkBoxMessageKeyTable
    Holds the messageKey corresponding to a specific checkBox


    checkBoxSortedSet

    SortedSet<E> checkBoxSortedSet
    Holds the checkBoxes sorted alphabetically


    Package com.levigo.util.swing.table

    Class com.levigo.util.swing.table.EditableTableRowHeaderRenderer extends JButton implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    fooIcon

    Icon fooIcon

    fbm

    com.levigo.util.swing.table.EditableTableRowHeaderRenderer.FakeButtonModel fbm

    currentRow

    int currentRow

    currentTable

    JTable currentTable

    Class com.levigo.util.swing.table.EntryTableModel extends AbstractTableModel implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    master

    AppendableTableModel master
    The master table


    fields

    Vector<E> fields
    Vector holding the entered data


    isEdited

    boolean isEdited
    Flag indicating that any editing has happened

    Class com.levigo.util.swing.table.JTableRowHeader extends JComponent implements Serializable

    serialVersionUID: 1L

    Serialization Methods

    writeObject

    private void writeObject(ObjectOutputStream s)
                      throws IOException
    See readObject and writeObject in JComponent for more information about serialization in Swing.

    Throws:
    IOException
    Serialized Fields

    resizingAllowed

    boolean resizingAllowed
    If true, resizing of rows are allowed by the user; the default is true.


    table

    JTable table
    The table for which this object is the header; the default is null.


    defaultRenderer

    TableCellRenderer defaultRenderer
    The default renderer to be used when a Tablerow does not define a headerRenderer.

    Class com.levigo.util.swing.table.SortableJTable extends JTable implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    renderer

    SortButtonRenderer renderer

    Class com.levigo.util.swing.table.SortButtonRenderer extends JButton implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    pressedColumn

    int pressedColumn
    Pushed column (current)


    downIcon

    com.levigo.util.swing.table.SortButtonRenderer.BevelArrowIcon downIcon

    upIcon

    com.levigo.util.swing.table.SortButtonRenderer.BevelArrowIcon upIcon

    Class com.levigo.util.swing.table.SunTableSorter extends AbstractTableModel implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    tableModel

    TableModel tableModel

    viewToModel

    com.levigo.util.swing.table.SunTableSorter.Row[] viewToModel

    modelToView

    int[] modelToView

    tableHeader

    JTableHeader tableHeader

    mouseListener

    MouseListener mouseListener

    tableModelListener

    TableModelListener tableModelListener

    columnComparators

    Map<K,V> columnComparators

    sortingColumns

    List<E> sortingColumns

    Package com.levigo.util.swing.text

    Class com.levigo.util.swing.text.NColumnsDigitDocument extends PlainDocument implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    numberOfColumns

    int numberOfColumns

    Class com.levigo.util.swing.text.NColumnsTextDocument extends PlainDocument implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    numberOfColumns

    int numberOfColumns

    Class com.levigo.util.swing.text.NColumsRangeSetDocument extends NColumnsTextDocument implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    rangeSet

    Vector<E> rangeSet

    Class com.levigo.util.swing.text.NumericDocument extends PlainDocument implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    minimumValue

    int minimumValue

    maximumValue

    int maximumValue

    actualValue

    int actualValue

    checkingEnabled

    boolean checkingEnabled

    Class com.levigo.util.swing.text.UppercaseDocument extends NColumnsTextDocument implements Serializable

    serialVersionUID: 1L


    Package com.levigo.util.swing.toolbar

    Class com.levigo.util.swing.toolbar.EllipseJToolBar extends JToolBar implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    ellipseLabel

    JLabel ellipseLabel
    The label to use if the toolbar becomes too small


    swappedComponents

    ArrayList<E> swappedComponents
    The currently swapped-out (to popup menu) components


    menu

    JPopupMenu menu

    Class com.levigo.util.swing.toolbar.EllipseJToolBar.AccessibleEllipseJToolBar extends JToolBar.AccessibleJToolBar implements Serializable

    serialVersionUID: 1L



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