Serialized Form
-
Package com.levigo.jadice.annotation
-
Class com.levigo.jadice.annotation.AnnotationRenderSettings extends AbstractListenableRenderSettings implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
disabledTypes
Set<AnnotationType> 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
-
subContext
Context subContext
This context is used to registerContextListener
. A child context is used because the registered listeners need to be removed when theAnnotationProfileAwareToolBar
is rebuild. With that child contextContext.clearContextListeners()
simply removes the added listeners.
-
-
-
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
-
pendingFileForPreview
File pendingFileForPreview
-
previewFileReader
PreviewFileReader previewFileReader
-
previewPanel
com.levigo.jadice.appbase.chooser.CollapsiblePreviewPanel previewPanel
-
returnValue
FileChooser.ReturnValue returnValue
-
-
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<Page> 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<Component> document
-
documentUpdateListener
ListEventListener<Page> 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
-
bar
JPanel bar
-
contentPane
JComponent contentPane
-
progress
float progress
-
-
Class com.levigo.jadice.appbase.search.RolloutSearch extends RolloutBox implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
autostartTimer
Timer autostartTimer
Deprecated. -
cancelAction
RolloutSearch.CancelAction cancelAction
Deprecated. -
cancelButton
JButton cancelButton
Deprecated. -
ctx
Context ctx
Deprecated. -
currentResultIndex
int currentResultIndex
Deprecated. -
popupButton
JButton popupButton
Deprecated. -
progressBar
BackgroundProgressBar progressBar
Deprecated. -
results
EventList<Result> results
Deprecated. -
searchAction
RolloutSearch.SearchAction searchAction
Deprecated. -
searchField
JTextField searchField
Deprecated. -
searchRequest
SearchRequest searchRequest
Deprecated. -
selectNextAction
RolloutSearch.SelectNextAction selectNextAction
Deprecated. -
selectNextButton
JButton selectNextButton
Deprecated. -
selectPreviousAction
RolloutSearch.SelectPreviousAction selectPreviousAction
Deprecated. -
selectPreviousButton
JButton selectPreviousButton
Deprecated. -
statusLabel
JLabel statusLabel
Deprecated.
-
-
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
Deprecated.
-
-
Class com.levigo.jadice.appbase.search.SearchPanel extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cancelAction
Action cancelAction
Deprecated. -
cancelButton
JButton cancelButton
Deprecated. -
caseSensitiveOption
JCheckBox caseSensitiveOption
Deprecated. -
ctx
Context ctx
Deprecated. -
list
JList list
Deprecated. -
progressBar
JProgressBar progressBar
Deprecated. -
progressSection
JPanel progressSection
Deprecated. -
results
EventList<Result> results
Deprecated. -
resultSection
JPanel resultSection
Deprecated. -
resultStatus
JLabel resultStatus
Deprecated. -
scrollPane
JScrollPane scrollPane
Deprecated. -
searchAction
Action searchAction
Deprecated. -
searchButton
JButton searchButton
Deprecated. -
searchField
JComboBox searchField
Deprecated. -
searchLine
JPanel searchLine
Deprecated. -
searchRequest
SearchRequest searchRequest
Deprecated. -
searchSection
JPanel searchSection
Deprecated. -
selectNextAction
Action selectNextAction
Deprecated. -
selectNextButton
JButton selectNextButton
Deprecated. -
selectPreviousAction
Action selectPreviousAction
Deprecated. -
selectPreviousButton
JButton selectPreviousButton
Deprecated. -
wholeWordsOption
JCheckBox wholeWordsOption
Deprecated. -
wildcardOption
JCheckBox wildcardOption
Deprecated.
-
-
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
-
cancelAction
AlternativeSearchPanel.CancelAction cancelAction
-
caseSensitiveOption
JCheckBox caseSensitiveOption
-
ctx
Context ctx
-
list
JList list
-
previewResultList
PreviewResultList previewResultList
-
previewResultListPane
JScrollPane previewResultListPane
-
progressBar
BackgroundProgressBar progressBar
-
results
EventList<Result> results
-
resultSection
JPanel resultSection
-
scrollPane
JScrollPane scrollPane
-
searchAction
AlternativeSearchPanel.SearchAction searchAction
-
searchButton
JButton searchButton
-
searchField
JTextField searchField
-
searchRequest
SearchRequest searchRequest
-
searchSection
JPanel searchSection
-
selectNextAction
Action selectNextAction
-
selectNextButton
JButton selectNextButton
-
selectPreviousAction
Action selectPreviousAction
-
selectPreviousButton
JButton selectPreviousButton
-
tabbedPane
JTabbedPane tabbedPane
-
wholeWordsOption
JCheckBox wholeWordsOption
-
-
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<List<Result>> results
-
-
-
Package com.levigo.jadice.appbase.search.engine.ui
-
Class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch extends RolloutBox implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
autostartTimer
Timer autostartTimer
-
cancelAction
RolloutSearch.CancelAction cancelAction
-
cancelButton
JButton cancelButton
-
ctx
Context ctx
-
currentResultIndex
int currentResultIndex
-
popupButton
JButton popupButton
-
progressBar
BackgroundProgressBar progressBar
-
search
AbstractSearch search
-
searchAction
RolloutSearch.SearchAction searchAction
-
searchField
JTextField searchField
-
searchOptions
Map<String,Object> searchOptions
-
selectNextAction
RolloutSearch.SelectNextAction selectNextAction
-
selectNextButton
JButton selectNextButton
-
selectPreviousAction
RolloutSearch.SelectPreviousAction selectPreviousAction
-
selectPreviousButton
JButton selectPreviousButton
-
statusLabel
JLabel statusLabel
-
-
Class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch.CancelAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch.SearchAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch.SelectNextAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Class com.levigo.jadice.appbase.search.engine.ui.RolloutSearch.SelectPreviousAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Class com.levigo.jadice.appbase.search.engine.ui.SearchFrame extends JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
searchPanel
SearchPanel searchPanel
-
-
Class com.levigo.jadice.appbase.search.engine.ui.SearchPanel extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cancelAction
Action cancelAction
-
cancelButton
JButton cancelButton
-
caseSensitiveOption
JCheckBox caseSensitiveOption
-
ctx
Context ctx
-
list
JList list
-
progressBar
JProgressBar progressBar
-
progressSection
JPanel progressSection
-
results
List<Selection> results
-
resultSection
JPanel resultSection
-
resultStatus
JLabel resultStatus
-
scrollPane
JScrollPane scrollPane
-
search
AbstractSearch search
-
searchAction
Action searchAction
-
searchButton
JButton searchButton
-
searchField
JComboBox searchField
-
searchLine
JPanel searchLine
-
searchOptionsMap
Map<String,Object> searchOptionsMap
-
searchSection
JPanel searchSection
-
selectNextAction
Action selectNextAction
-
selectNextButton
JButton selectNextButton
-
selectPreviousAction
Action selectPreviousAction
-
selectPreviousButton
JButton selectPreviousButton
-
wholeWordsOption
JCheckBox wholeWordsOption
-
wildcardOption
JCheckBox wildcardOption
-
-
Class com.levigo.jadice.appbase.search.engine.ui.SearchPanel.CancelAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Class com.levigo.jadice.appbase.search.engine.ui.SearchPanel.SearchAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Class com.levigo.jadice.appbase.search.engine.ui.SearchPanel.SelectNextAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Class com.levigo.jadice.appbase.search.engine.ui.SearchPanel.SelectPreviousAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.levigo.jadice.appbase.status
-
Class com.levigo.jadice.appbase.status.DocumentStatusMessageSnapIn extends JLabel implements Serializable
- serialVersionUID:
- 1L
-
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
-
allocatedNumDigits
int allocatedNumDigits
-
ctx
Context ctx
-
currentPageNumber
JTextField currentPageNumber
-
enableFirstLast
boolean enableFirstLast
-
enablePreviousNext
boolean enablePreviousNext
-
firstLast
JButton[] firstLast
-
prevNext
JButton[] prevNext
-
totalPageCount
JLabel totalPageCount
-
-
Class com.levigo.jadice.appbase.status.PrinterStatusSnapIn extends JLabel implements Serializable
- serialVersionUID:
- 1L
-
Class com.levigo.jadice.appbase.status.ZoomSnapIn extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentZoom
JComboBox currentZoom
-
inhibitNextAction
AtomicBoolean inhibitNextAction
-
pageView
PageView pageView
-
-
-
Package com.levigo.jadice.demo
-
Class com.levigo.jadice.demo.BasicJadicePanel extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
annoTools
JToolBar annoTools
-
context
Context context
-
fileOverviewPanel
FileOverviewPanel fileOverviewPanel
-
flyout
DrawerContainer flyout
-
mainTools
JToolBar mainTools
-
menuBar
JMenuBar menuBar
-
menuComponentFactory
DefaultMenuComponentFactory menuComponentFactory
-
messagePanel
RollingMessagePanel messagePanel
-
messagePanelLogListener
QualifiedLogListener messagePanelLogListener
-
optionalGroupPanel
OptionalGroupPanel optionalGroupPanel
-
snapInStatusBar
StatusBar snapInStatusBar
-
sorterToolbar
SorterToolbar sorterToolbar
-
toolbarPanel
JPanel toolbarPanel
-
viewer
BasicViewer viewer
-
viewerPanel
JPanel viewerPanel
-
-
Class com.levigo.jadice.demo.DemoPageSnapIn extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allocatedNumDigits
int allocatedNumDigits
-
ctx
Context ctx
-
currentPageNumber
JTextField currentPageNumber
-
enableFirstLast
boolean enableFirstLast
-
enablePreviousNext
boolean enablePreviousNext
-
firstLast
JButton[] firstLast
-
prevNext
JButton[] prevNext
-
totalPageCount
JLabel totalPageCount
-
-
Class com.levigo.jadice.demo.DemoZoomSnapIn extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentZoom
JComboBox<Action> currentZoom
-
inhibitNextAction
AtomicBoolean inhibitNextAction
-
pageView
PageView pageView
-
-
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
-
context
Context context
associated context for updating purposes -
sorter
PageSorter sorter
the sorter itself -
view
PageView view
the viewer the AddOn refers to
-
-
-
Package com.levigo.jadice.demo.border
-
Class com.levigo.jadice.demo.border.RoundCornerBorder extends AbstractBorder implements Serializable
-
Serialized Fields
-
cornerRadix
int cornerRadix
-
hints
RenderingHints hints
-
insets
Insets insets
-
-
-
-
Package com.levigo.jadice.demo.filehistory
-
Class com.levigo.jadice.demo.filehistory.RecentFileMenuItem extends JMenuItem implements Serializable
- serialVersionUID:
- 1L
-
-
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
-
ctx
Context ctx
-
gradationPanel
GradationCurveControl gradationPanel
-
-
-
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 -
pageModule
PageModule pageModule
-
pageViewListener
PropertyChangeListener pageViewListener
-
popupMenuFeature
PopupMenuFeature popupMenuFeature
-
tracker
ReadStateModule.ReadTracker tracker
-
view
PageView view
-
-
-
Package com.levigo.jadice.demo.launcher
-
Class com.levigo.jadice.demo.launcher.BannerPanel extends JPanel implements Serializable
- serialVersionUID:
- -2109390077949655060L
-
Serialized Fields
-
appLabel
JLabel appLabel
-
backgroundPattern
TexturePaint backgroundPattern
-
bundle
ResourceBundle bundle
-
logoLabel
JLabel logoLabel
-
-
Class com.levigo.jadice.demo.launcher.JadiceDemoLauncher extends JFrame implements Serializable
- serialVersionUID:
- 6045845097808770061L
-
Serialized Fields
-
args
String[] args
-
bundle
ResourceBundle bundle
-
config
Properties config
-
hideOnLaunch
boolean hideOnLaunch
-
-
Class com.levigo.jadice.demo.launcher.LaunchConfigStartPanel extends JPanel implements Serializable
- serialVersionUID:
- 3281884358624645230L
-
Serialized Fields
-
configName
String configName
-
iconOnBlue
ImageIcon iconOnBlue
-
iconOnWhite
ImageIcon iconOnWhite
-
isHovered
boolean isHovered
-
launchButton
com.levigo.jadice.demo.launcher.LaunchConfigStartPanel.LaunchButton launchButton
-
launcher
JadiceDemoLauncher launcher
-
minHeight
int minHeight
-
minWidth
int minWidth
-
paintSeparator
boolean paintSeparator
-
prefHeight
int prefHeight
-
prefWidth
int prefWidth
-
-
Class com.levigo.jadice.demo.launcher.SplashScreen extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
-
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.optional
-
Class com.levigo.jadice.demo.optional.OptionalGroupPanel extends JPanel implements Serializable
-
Serialized Fields
-
exitButton
JButton exitButton
-
groupConditionFactory
GroupConditionFactory groupConditionFactory
-
myDocumentListener
DocumentListener myDocumentListener
-
pageView
PageView pageView
-
pinButton
JToggleButton pinButton
-
toggleOnAvailableGroups
boolean toggleOnAvailableGroups
If set to true this panel is automatically shown if a newly loaded document provides aGroupConditionFactory
withGroupConditionFactory.OptionalGroup
s. If a document doesn't provide the factory and groups the panel will be hidden.
-
-
-
-
Package com.levigo.jadice.demo.pagestash
-
Class com.levigo.jadice.demo.pagestash.SelectStashDialog extends JDialog implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
buttonBar
Box buttonBar
-
cancelAction
AbstractAction cancelAction
-
cancelButton
JButton cancelButton
-
format
TableFormat<PageStash> format
-
infoPanel
RollingMessagePanel infoPanel
-
okAction
AbstractAction okAction
-
okButton
JButton okButton
-
purgeAllAction
AbstractAction purgeAllAction
-
purgeAllButton
JButton purgeAllButton
-
purgeSelectedAction
AbstractAction purgeSelectedAction
-
purgeSelectedButton
JButton purgeSelectedButton
-
reader
PageStashReader reader
-
selectedStashes
List<PageStash> selectedStashes
-
selectStashPanel
SelectStashPanel selectStashPanel
-
-
Class com.levigo.jadice.demo.pagestash.SelectStashPanel extends JScrollPane implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
model
EventTableModel<PageStash> model
-
reader
PageStashReader reader
-
sortedList
SortedList<PageStash> sortedList
-
stashList
BasicEventList<PageStash> stashList
-
table
JTable table
-
-
-
Package com.levigo.jadice.demo.pdf.crypto
-
Class com.levigo.jadice.demo.pdf.crypto.RolloutPasswordBox extends RolloutBox implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accessDeniedColor
Color accessDeniedColor
-
accessDeniedTextColor
Color accessDeniedTextColor
-
accessGrantedColor
Color accessGrantedColor
-
accessGrantedTextColor
Color accessGrantedTextColor
-
applyAction
RolloutPasswordBox.ApplyAction applyAction
-
applyButton
JButton applyButton
-
authLevelStateLabel
JLabel authLevelStateLabel
-
cancelAction
RolloutPasswordBox.CancelAction cancelAction
-
cancelButton
JButton cancelButton
-
ctx
Context ctx
-
defaultAccessAllowed
boolean defaultAccessAllowed
-
defaultAccessStateLabel
JLabel defaultAccessStateLabel
-
passwordField
JPasswordField passwordField
-
passwordLabel
JLabel passwordLabel
-
receiver
CryptoMaterialReceiver<PasswordMaterial> 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.pdf.signature
-
Class com.levigo.jadice.demo.pdf.signature.RolloutPDFSignatureBox extends RolloutBox implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.levigo.jadice.demo.theme
-
Class com.levigo.jadice.demo.theme.JadiceFlatDarkTheme extends com.formdev.flatlaf.FlatDarkLaf implements Serializable
-
Class com.levigo.jadice.demo.theme.JadiceFlatLightTheme extends com.formdev.flatlaf.FlatLightLaf implements Serializable
-
-
Package com.levigo.jadice.demo.util
-
Class com.levigo.jadice.demo.util.ExternalTargetDialog extends JDialog implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bundle
ResourceBundle bundle
-
closeAfterUserAction
boolean closeAfterUserAction
-
parent
Component parent
-
target
String target
-
targetAsURI
URI targetAsURI
-
-
Class com.levigo.jadice.demo.util.FileOverviewPanel extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bundle
ResourceBundle bundle
-
demoResourcesList
JList<File> demoResourcesList
-
documentAttachments
JList<Attachment> documentAttachments
-
documentPropertyChangeAdapter
DocumentAdapter documentPropertyChangeAdapter
-
pageView
PageView pageView
-
recentFilesList
JList<File> recentFilesList
-
tPane
JTabbedPane tPane
-
-
Class com.levigo.jadice.demo.util.LazyFileIcon extends ImageIcon implements Serializable
- serialVersionUID:
- -6507260030880604679L
-
Serialized Fields
-
file
File file
-
lazyIcon
AtomicReference<Icon> lazyIcon
-
-
-
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.condition
-
Class com.levigo.jadice.document.condition.ConditionRenderSettings extends AbstractListenableRenderSettings implements Serializable
-
Serialized Fields
-
conditions
Map<Class<? extends VisibilityCondition>,VisibilityCondition> conditions
The condition that is used during the rendering
-
-
-
-
Package com.levigo.jadice.document.contentscreator.settings
-
Class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorColorSettings extends Object implements Serializable
-
Class com.levigo.jadice.document.contentscreator.settings.ContentsCreatorTransformationSettings extends Object implements Serializable
-
Serialized Fields
-
transform
AffineTransform transform
-
-
-
-
Package com.levigo.jadice.document.controls
-
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.font.attribute
-
Class com.levigo.jadice.document.font.attribute.FontAttributeSet extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
SortedSet<Attribute<? extends Serializable>> attributes
-
-
-
Package com.levigo.jadice.document.font.attribute.api
-
Class com.levigo.jadice.document.font.attribute.api.AbstractAttribute extends Object implements Serializable
-
Serialized Fields
-
value
V extends Serializable value
-
-
-
Class com.levigo.jadice.document.font.attribute.api.BooleanAttribute extends AbstractAttribute<Boolean> implements Serializable
-
Class com.levigo.jadice.document.font.attribute.api.FontStyleAttribute extends BooleanAttribute implements Serializable
-
Class com.levigo.jadice.document.font.attribute.api.StringAttribute extends AbstractAttribute<String> implements Serializable
-
-
Package com.levigo.jadice.document.font.attribute.name
-
Class com.levigo.jadice.document.font.attribute.name.FamilyName extends StringAttribute implements Serializable
-
Class com.levigo.jadice.document.font.attribute.name.FontName extends StringAttribute implements Serializable
-
Class com.levigo.jadice.document.font.attribute.name.PostScriptName extends StringAttribute implements Serializable
-
-
Package com.levigo.jadice.document.font.attribute.style
-
Class com.levigo.jadice.document.font.attribute.style.Bold extends FontStyleAttribute implements Serializable
-
Class com.levigo.jadice.document.font.attribute.style.Italic extends FontStyleAttribute implements Serializable
-
Class com.levigo.jadice.document.font.attribute.style.Monospaced extends FontStyleAttribute implements Serializable
-
Class com.levigo.jadice.document.font.attribute.style.Plain extends FontStyleAttribute implements Serializable
-
Class com.levigo.jadice.document.font.attribute.style.Serif extends FontStyleAttribute implements Serializable
-
Class com.levigo.jadice.document.font.attribute.style.Symbolic extends FontStyleAttribute implements Serializable
-
-
Package com.levigo.jadice.document.font.factory
-
Class com.levigo.jadice.document.font.factory.FontFactoryProcessingSettings extends Object implements Serializable
-
Serialized Fields
-
fontFactory
FontFactory fontFactory
-
-
-
Class com.levigo.jadice.document.font.factory.FontFactoryReaderSettings extends FontFactoryProcessingSettings implements Serializable
-
-
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.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
-
antiAliasingMode
AntiAliasingMode antiAliasingMode
The anti aliasing mode. May assume only the valuesAntiAliasingMode.OFF
toAntiAliasingMode.ON
. The default value isAntiAliasingMode.ON
. -
clipping
BaseRenderSettings.Clipping clipping
The clipping type to use. -
defaultLayerStateEnabled
boolean defaultLayerStateEnabled
Flag how to interpret the meaning of a layer is contained in the layers set. -
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
-
enlargeThinStrokeRendering
boolean enlargeThinStrokeRendering
Flag to render 0 width lines with 1 pixel width -
layers
Set<DocumentLayer> layers
A map of layers and its enabled state. -
rotation
QuadrantRotation rotation
The rotation angle. May assume only the valuesQuadrantRotation.ROT_000
toQuadrantRotation.ROT_270
. -
zoomFactor
float zoomFactor
The zoom factor (1.0 == 1:1).
-
-
Class com.levigo.jadice.document.render.ImageRenderSettings extends AbstractListenableRenderSettings implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
desaturate
boolean desaturate
-
filterType
FilterType filterType
-
gradationCurve
GradationCurve gradationCurve
-
nonApplicableLayers
Set<DocumentLayer> nonApplicableLayers
The selection of layers to which to not apply the settings. -
sourceSizeLimitCheck
Function<ImageSourceInformation,Boolean> sourceSizeLimitCheck
A check that can be used to determine if an image shall be rendered or not. This is useful to avoid OutOfMemoryErrors by checking with the provided imageSourceInformation if an integration can handle the image rendering memory-wise. -
useUpscalingFilter
boolean useUpscalingFilter
-
-
Class com.levigo.jadice.document.render.InventoryRenderSettingsEvent extends RenderSettingsEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
inventory
RenderControlsInventory inventory
-
page
Page page
-
-
Class com.levigo.jadice.document.render.RenderSettingsEvent extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
newValue
Object newValue
New value for the changed setting. -
oldValue
Object oldValue
Previous value for the changed setting. -
propertyName
String propertyName
Name of the changed setting. -
source
RenderSettings source
The sourceRenderSettings
instance which was changed and caused this event. -
sourceControls
RenderControls sourceControls
-
-
-
Package com.levigo.jadice.document.util
-
Class com.levigo.jadice.document.util.ControlCurve extends Object implements Serializable
- serialVersionUID:
- -3491282692912338803L
-
Serialized Fields
-
curveChanged
boolean curveChanged
-
points
Polygon points
The control points
-
-
Class com.levigo.jadice.document.util.FloatDimension extends Dimension2D implements Serializable
- serialVersionUID:
- 2953232176360889056L
-
Serialized Fields
-
height
float height
-
width
float width
-
-
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 jakarta.activation.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
-
p
double[] p
-
u
double[] u
-
-
-
Package com.levigo.jadice.format.jpeg2000
-
Class com.levigo.jadice.format.jpeg2000.JPEG2000Exception extends JadiceException implements Serializable
- serialVersionUID:
- 1L
-
Class com.levigo.jadice.format.jpeg2000.JPEG2000RuntimeException extends JadiceRuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.levigo.jadice.format.modca.fontmanager.attribute.name
-
Class com.levigo.jadice.format.modca.fontmanager.attribute.name.CharacterSetName extends StringAttribute implements Serializable
- serialVersionUID:
- 1L
-
Class com.levigo.jadice.format.modca.fontmanager.attribute.name.CodedFontName extends StringAttribute implements Serializable
- serialVersionUID:
- 1L
-
Class com.levigo.jadice.format.modca.fontmanager.attribute.name.CodepageName extends StringAttribute implements Serializable
- serialVersionUID:
- 1L
-
Class com.levigo.jadice.format.modca.fontmanager.attribute.name.MappedFontName extends StringAttribute implements Serializable
- serialVersionUID:
- 1L
-
Class com.levigo.jadice.format.modca.fontmanager.attribute.name.ReferenceName extends StringAttribute implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.levigo.jadice.format.modca.resource
-
Class com.levigo.jadice.format.modca.resource.ResourceGroupLoader extends Object implements Serializable
- serialVersionUID:
- -4422998548890377733L
-
Serialized Fields
-
defaultDataMap
com.levigo.jadice.document.internal.codec.modca.ModcaStruct defaultDataMap
-
defaultMediumMap
com.levigo.jadice.document.internal.codec.modca.ModcaStruct defaultMediumMap
-
resBBC
HashMap<String,com.levigo.jadice.document.internal.codec.modca.ModcaStruct> resBBC
-
resBCF
HashMap<String,com.levigo.jadice.document.internal.codec.modca.ModcaStruct> resBCF
-
resBCP
HashMap<String,com.levigo.jadice.document.internal.codec.modca.ModcaStruct> resBCP
-
resBDT
HashMap<String,com.levigo.jadice.document.internal.codec.modca.ModcaStruct> resBDT
-
resBFM
HashMap<String,com.levigo.jadice.document.internal.codec.modca.ModcaStruct> resBFM
-
resBFN
HashMap<String,com.levigo.jadice.document.internal.codec.modca.ModcaStruct> resBFN
Modca resource elements including children elements will be stored here. -
resBGR
HashMap<String,com.levigo.jadice.document.internal.codec.modca.ModcaStruct> resBGR
-
resBIM
HashMap<String,com.levigo.jadice.document.internal.codec.modca.ModcaStruct> resBIM
-
resBMO
HashMap<String,com.levigo.jadice.document.internal.codec.modca.ModcaStruct> resBMO
-
resBOC
HashMap<String,com.levigo.jadice.document.internal.codec.modca.ModcaStruct> resBOC
-
resBPM
HashMap<String,com.levigo.jadice.document.internal.codec.modca.ModcaStruct> resBPM
-
resBPS
HashMap<String,com.levigo.jadice.document.internal.codec.modca.ModcaStruct> resBPS
-
-
-
Package com.levigo.jadice.format.pdf
-
Class com.levigo.jadice.format.pdf.PDFException extends JadiceException implements Serializable
-
-
Package com.levigo.jadice.format.pdf.crypt
-
Class com.levigo.jadice.format.pdf.crypt.PDFSecurityException extends JadiceException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.levigo.jadice.format.pdf.settings
-
Class com.levigo.jadice.format.pdf.settings.PDFStructureReaderSettings extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
readStrategy
PDFStructureReaderSettings.PDFStructureReadStrategy readStrategy
-
-
-
Package com.levigo.jadice.printer
-
Class com.levigo.jadice.printer.PrintServiceException extends JadiceException 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
-
document
Document document
TheBook
to which this event is related to. -
eventMessage
String eventMessage
An error message describing the problem which may appear while printing -
type
PrintEvent.PrintEventType type
The event type
-
-
-
Package com.levigo.jadice.search
-
Class com.levigo.jadice.search.SearchResultEvent extends EventObject implements Serializable
- serialVersionUID:
- 7114730807490655959L
-
Serialized Fields
-
lastResult
Result lastResult
Deprecated.
-
-
Class com.levigo.jadice.search.SearchStateChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 8828207978253634427L
-
Serialized Fields
-
donePages
int donePages
Deprecated. -
pageCount
int pageCount
Deprecated. -
searchState
SearchRequest.SearchState searchState
Deprecated.
-
-
-
Package com.levigo.jadice.search.engine
-
Class com.levigo.jadice.search.engine.SearchEvent extends EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
donePages
int donePages
-
pageCount
int pageCount
-
searchEventType
SearchEvent.SearchEventType searchEventType
-
searchState
Search.SearchState searchState
-
-
-
Package com.levigo.jadice.swing
-
Class com.levigo.jadice.swing.BasicViewer extends JComponent implements Serializable
- serialVersionUID:
- -9207741393519452774L
-
Serialized Fields
-
effectContainer
EffectContainer effectContainer
-
pageView
PageView pageView
The embedded page view instance. -
scrollPane
JScrollPane scrollPane
-
-
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
-
parameters
ExportParameters parameters
-
selection
S selection
-
-
Class com.levigo.jadice.swing.dnd.VisualRepresentationSupportTransferHandler extends TransferHandler implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.levigo.jadice.swing.gradation
-
Class com.levigo.jadice.swing.gradation.GradationCurveControl extends JPanel implements Serializable
- serialVersionUID:
- 3087798800108246912L
-
Serialized Fields
-
adjustInProgress
boolean adjustInProgress
-
curve
GradationCurve curve
The curve -
insets
Insets insets
The insets imposed by the border -
offscreen
Image offscreen
Offscreen buffsr -
pageView
PageView pageView
-
scope
AbstractDocumentCommand.Scope scope
The scopeDocument of the gradation curve. The scopeDocument describes whether the gradation should be applied to the document or to current page. -
selection
int selection
Selected control point -
showPointDetails
boolean showPointDetails
Indicates whether a description of the gradation points should be displayed. -
viewerListener
com.levigo.jadice.swing.gradation.GradationCurveControl.ViewerGradationListener viewerListener
-
-
-
Package com.levigo.jadice.swing.lens
-
Class com.levigo.jadice.swing.lens.LensView extends JComponent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frozen
boolean frozen
Frozen flag -
frozenStateMode
FrozenStateMode frozenStateMode
-
graphicsContextRenderer
com.levigo.jadice.document.internal.render.GraphicsContextRenderer graphicsContextRenderer
The renderer -
inputEventTool
LensView.LensInputEventTool inputEventTool
EditPane implementing reactions on MouseEvents / KeyEvents forwarded by Canvas -
lastInput
com.levigo.jadice.swing.lens.LensView.LastInput lastInput
the mouse position in document scale -
lockLabel
JLabel lockLabel
-
minimumScale
float minimumScale
Default minimum scale: the minimum value for scaling the page -
propertyChangeListenerSet
Set<PropertyChangeListener> propertyChangeListenerSet
a collection of Property Change Listeners -
registeredViewerListeners
boolean registeredViewerListeners
flag indicating listener registration in other components -
scale
float scale
scale to be used for the lens -
scaleStep
float scaleStep
Default step to increase/decrease the scale value -
taskExecutor
TaskExecutor<RenderResult> taskExecutor
-
view
PageView view
the viewer -
vwrLensMouseListener
com.levigo.jadice.swing.lens.LensView.LensMouseListener vwrLensMouseListener
-
vwrPropertyChangeListener
com.levigo.jadice.swing.lens.LensView.ViewerPropertyListener vwrPropertyChangeListener
Property Change Listener listens to Viewer Property Changes
-
-
-
Package com.levigo.jadice.swing.navigator
-
Class com.levigo.jadice.swing.navigator.NavigatorComponent extends JComponent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
applyPageViewRenderSettings
boolean applyPageViewRenderSettings
Property to define whether thePageView
should render pages according to the render settings of the viewer or the classical behavior the page images are rendered without any modifications. -
pageView
PageView pageView
The page view associated with this thumbnail view
-
-
-
Package com.levigo.jadice.swing.pageview
-
Class com.levigo.jadice.swing.pageview.PageLayoutSettings extends AbstractListenableRenderSettings implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
horizontalAlignment
PageLayoutSettings.HorizontalAlignment horizontalAlignment
-
showCoverPage
PageLayoutSettings.ShowCoverPage showCoverPage
Show cover page setting for 2 page spread layouts. -
verticalAlignment
PageLayoutSettings.VerticalAlignment verticalAlignment
-
-
Class com.levigo.jadice.swing.pageview.PageView extends ViewComponent implements Serializable
- serialVersionUID:
- 930251870045788418L
-
Serialized Fields
-
accessiblePageView
AccessibleContext accessiblePageView
-
currentPageBorder
Border currentPageBorder
-
document
UIDocument<Component> document
The document held by the view. ThePageView.setDocument(Document)
method makes sure that this is always aUIDocument
. -
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
-
lastCurrentPageIndex
int lastCurrentPageIndex
-
layoutStyle
PageView.Layout layoutStyle
-
pageBorder
Border pageBorder
-
pageList
EventList<Page> pageList
-
prefetchDummyRenderer
com.levigo.jadice.document.internal.render.GraphicsContextRenderer prefetchDummyRenderer
-
prefetchEnabled
boolean prefetchEnabled
-
prefetcher
Prefetcher prefetcher
-
prefetchExecutor
TaskExecutor<RenderResult> prefetchExecutor
-
prefetchRange
int prefetchRange
The number of pages around the current page we prefetch. -
presentationRuleManager
PresentationRuleManager presentationRuleManager
-
preserveRenderSettingsOnDocumentChange
boolean preserveRenderSettingsOnDocumentChange
-
quiet
boolean quiet
boolean to stop propagating events between switching layout styles -
renderControlsInventory
RenderControlsInventory renderControlsInventory
-
renderException
Exception renderException
-
renderExecutor
TaskExecutor<RenderResult> renderExecutor
-
renderTimeout
com.levigo.jadice.document.internal.render.strategies.Timeout renderTimeout
-
repaintAggregator
com.levigo.jadice.swing.pageview.RepaintAggregator repaintAggregator
-
viewport
JViewport viewport
The viewport this PageView resides in (if any)
-
-
Class com.levigo.jadice.swing.pageview.PageViewSettings extends AbstractListenableRenderSettings implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dynamicZoomMode
int dynamicZoomMode
-
-
-
Package com.levigo.jadice.swing.printer
-
Class com.levigo.jadice.swing.printer.AbstractPrintDialog extends JDialog implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.levigo.jadice.swing.status
-
Class com.levigo.jadice.swing.status.MemoryMonitorSnapIn extends JComponent implements Serializable
- serialVersionUID:
- 1L
-
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
-
Class com.levigo.jadice.swing.thumbnailview.BasicThumbnailRenderer extends AbstractThumbnailRenderer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
taskExecutor
TaskExecutor<Page> taskExecutor
-
thumbnailProvider
ThumbnailProvider thumbnailProvider
-
-
Class com.levigo.jadice.swing.thumbnailview.DefaultThumbnailCellRenderer extends AbstractThumbnailRenderer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
alphaIncrement
float alphaIncrement
-
fadeFPS
int fadeFPS
-
isTransientRendering
boolean isTransientRendering
-
pageIndex
int pageIndex
-
view
ThumbnailView view
-
-
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
-
effectContainer
EffectContainer effectContainer
-
scrollPane
JScrollPane scrollPane
-
thumbnailView
ThumbnailView thumbnailView
The sorterPanel to draw on
-
-
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<Component> document
The document held by the view. TheThumbnailView.setDocument(Document)
method makes sure that this is always aUIDocument
. -
enableTransientPageRendering
boolean enableTransientPageRendering
Whether to render page images at all during transient renderings -
inhibitScrollingToCurrentPage
boolean inhibitScrollingToCurrentPage
Flag preventing scrolling to the current page when moving pages is in progress. -
pageExportHandler
ExportHandler<List<Page>> pageExportHandler
-
pageImportHandler
ImportHandler pageImportHandler
-
pageList
EventList<Page> pageList
-
pageView
PageView pageView
The page view associated with this thumbnail view -
scrollBarSupervisor
com.levigo.jadice.swing.thumbnailview.ThumbnailView.ScrollBarMonitor scrollBarSupervisor
-
selectionBackground
Color selectionBackground
-
selectionForeground
Color selectionForeground
-
selectionModel
ListSelectionModel selectionModel
-
taskExecutor
TaskExecutor<Page> taskExecutor
-
thumbnailProvider
ThumbnailProvider thumbnailProvider
-
thumbnailSize
Dimension thumbnailSize
The (maximum) size of a thumbnail image representing a page
-
-
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
-
inputEvent
InputEvent inputEvent
-
page
Page page
-
pageBounds
Rectangle pageBounds
-
pageIndex
int pageIndex
-
pageRenderControls
RenderControls pageRenderControls
-
-
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 org.jadice.util.concurrent.tasks
-
Class org.jadice.util.concurrent.tasks.TaskView extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
model
org.jadice.util.concurrent.tasks.TaskView.TaskModel model
-
-
-
Package org.jadice.util.glazedlists
-
Class org.jadice.util.glazedlists.BasicEventList extends AbstractEventList<E> implements Serializable
- serialVersionUID:
- 4883958173323072345L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Peer method toBasicEventList.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
EventList
s are not in general,BasicEventList
isSerializable
. All of theListEventListener
s that are themselvesSerializable
will be serialized, but others will not. Note that there is no easy way to access theListEventListener
s of anEventList
, particularly after it has been serialized. As of October 3, 2005, this is the wire format of serializedBasicEventList
s:- An
Object[]
containing each of the list's elements - A
ListEventListener[]
containing only the listeners that themselves implementSerializable
. Those that do not will not be serialized. Note thatTransformedList
s such asFilterList
are notSerializable
and will not be serialized.
- 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
- An
-
-
Serialized Fields
-
-
Package org.jadice.util.glazedlists.event
-
Class org.jadice.util.glazedlists.event.ListEvent extends EventObject implements Serializable
-
-
Package org.jadice.util.glazedlists.gui
-
Class org.jadice.util.glazedlists.gui.AutoCompleteSupport.AutoCompleteCellEditor extends DefaultCellEditor implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
autoCompleteSupport
AutoCompleteSupport<E> autoCompleteSupport
-
-
Class org.jadice.util.glazedlists.gui.EventTableModel extends AbstractTableModel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
source
EventList<E> source
the source of data for this TableModel, which may or may not beEventTableModel.swingThreadSource
-
swingThreadSource
TransformedList<E,E> swingThreadSource
the proxy moves events to the Swing Event Dispatch thread -
tableFormat
TableFormat<? super E> tableFormat
specifies how column data is extracted from each row object -
tableModelEvent
org.jadice.util.glazedlists.gui.MutableTableModelEvent tableModelEvent
reusable TableModelEvent for broadcasting changes
-
-
-
Package org.jadice.util.glazedlists.matchers
-
Class org.jadice.util.glazedlists.matchers.MatcherEditor.Event extends EventObject implements Serializable
-
Serialized Fields
-
matcher
Matcher<E> matcher
-
matcherEditor
MatcherEditor<E> matcherEditor
-
type
int type
-
-
-
Class org.jadice.util.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<? super E> textFilterator
The TextFilterator that extracts only the field values to be considered when matching a given SearchTerm.
-
-
-
Package org.jadice.util.log.qualified
-
Class org.jadice.util.log.qualified.AbstractQualifiedException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.jadice.util.log.qualified.AbstractQualifiedRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.jadice.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
-
Class org.jadice.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
-
-
Package org.jadice.util.mm
-
Class org.jadice.util.mm.SequencedHashMap extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
Deserializes this map from the given stream.- Throws:
IOException
- if the stream raises itClassNotFoundException
- if the stream raises it
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
Serializes this map to the given stream.- Throws:
IOException
- if the stream raises it
-
-
-
-
Package org.jadice.util.mm.ckc
-
Class org.jadice.util.mm.ckc.CacheException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jadice.util.mm.ckc.events
-
Class org.jadice.util.mm.ckc.events.CacheEntryEvent extends EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eventType
EventType eventType
-
-
Class org.jadice.util.mm.ckc.events.CacheEntryListenerException extends CacheException implements Serializable
- serialVersionUID:
- 1L
-
Class org.jadice.util.mm.ckc.events.CompositeKeyCacheEntryEvent extends CacheEntryEvent implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jadice.util.mm.ckc.statistics
-
Class org.jadice.util.mm.ckc.statistics.CacheStatusFrame extends JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cacheEvictionsValue
JLabel cacheEvictionsValue
-
cacheGetsValue
JLabel cacheGetsValue
-
cacheHitsValue
JLabel cacheHitsValue
-
cacheInstance
CompositeKeyCache cacheInstance
-
cacheMissesValue
JLabel cacheMissesValue
-
cacheModel
org.jadice.util.mm.ckc.statistics.CacheStatusFrame.StatusModel cacheModel
Holds the Model for the table itself. -
cachePutsValue
JLabel cachePutsValue
-
cacheRemovalsValue
JLabel cacheRemovalsValue
-
disableCacheBox
JCheckBox disableCacheBox
-
expiredObjectsLabelValue
JLabel expiredObjectsLabelValue
-
format
DateFormat format
-
formatDummy
Date formatDummy
-
freeHeapLabelValue
JLabel freeHeapLabelValue
-
maxHeapLabelValue
JLabel maxHeapLabelValue
-
statusPanel
JPanel statusPanel
-
tableEntries
ArrayList<org.jadice.util.mm.ckc.statistics.CacheStatusFrame.EntryModel> tableEntries
-
totalCacheSizeValue
JLabel totalCacheSizeValue
-
totalObjectLabelValue
JLabel totalObjectLabelValue
-
updateTimer
Timer updateTimer
-
usedHeapLabelValue
JLabel usedHeapLabelValue
-
-
-
Package org.jadice.util.swing.action.components
-
Class org.jadice.util.swing.action.components.ActionJButton extends JButton implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isValidateGraphicsConfigurationEnabled
boolean isValidateGraphicsConfigurationEnabled
-
-
Class org.jadice.util.swing.action.components.ActionJCheckboxMenuItem extends JCheckBoxMenuItem implements Serializable
- serialVersionUID:
- 3790031316986930199L
-
Serialized Fields
-
isValidateGraphicsConfigurationEnabled
boolean isValidateGraphicsConfigurationEnabled
-
-
Class org.jadice.util.swing.action.components.ActionJRadioButton extends JRadioButton implements Serializable
- serialVersionUID:
- 9110355978881083769L
-
Class org.jadice.util.swing.action.components.ActionJRadioMenuItem extends JRadioButtonMenuItem implements Serializable
- serialVersionUID:
- 6760098551240586947L
-
Serialized Fields
-
isValidateGraphicsConfigurationEnabled
boolean isValidateGraphicsConfigurationEnabled
-
-
Class org.jadice.util.swing.action.components.ActionJToggleButton extends JToggleButton implements Serializable
- serialVersionUID:
- 7433391986475414484L
-
Class org.jadice.util.swing.action.components.EllipseJToolBar extends JToolBar implements Serializable
- serialVersionUID:
- 1L
-
Class org.jadice.util.swing.action.components.EllipseJToolBar.AccessibleEllipseJToolBar extends JToolBar.AccessibleJToolBar implements Serializable
- serialVersionUID:
- 1L
-
Class org.jadice.util.swing.action.components.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 org.jadice.util.swing.action.components.NonUglyActionJToggleButton extends JToggleButton implements Serializable
- serialVersionUID:
- -8231016061597926147L
-
Serialized Fields
-
isValidateGraphicsConfigurationEnabled
boolean isValidateGraphicsConfigurationEnabled
-
-
Class org.jadice.util.swing.action.components.NonUglyActionJToggleButton.AccessibleNonUglyActionJToggleButton extends JToggleButton.AccessibleJToggleButton implements Serializable
- serialVersionUID:
- 1L
-
Class org.jadice.util.swing.action.components.PopupJToggleButton extends NonUglyActionJToggleButton implements Serializable
- serialVersionUID:
- 7193848605163317312L
-
Serialized Fields
-
popup
JPopupMenu popup
attached context menu -
popupHandler
org.jadice.util.swing.action.components.PopupJToggleButton.PopUpHandler popupHandler
attached context menu handler
-
-
Class org.jadice.util.swing.action.components.VisibilityEnabledJCheckboxMenuItem extends ActionJCheckboxMenuItem implements Serializable
- serialVersionUID:
- 6908142327877520799L
-
Class org.jadice.util.swing.action.components.VisibilityEnabledJMenuItem extends IconJMenuItem implements Serializable
- serialVersionUID:
- -5555576674170530104L
-
Class org.jadice.util.swing.action.components.VisibilityEnabledJRadioMenuItem extends ActionJRadioMenuItem implements Serializable
- serialVersionUID:
- 9220651265404248993L
-
-
Package org.jadice.util.swing.borders
-
Class org.jadice.util.swing.borders.LayeredBorder extends AbstractBorder implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
layers
Border[] layers
-
-
Class org.jadice.util.swing.borders.SlickBevelBorder extends BevelBorder implements Serializable
- serialVersionUID:
- 1L
-
Class org.jadice.util.swing.borders.StyledLineBorder extends AbstractBorder implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
paint
Paint paint
-
stroke
BasicStroke stroke
-
-
-
Package org.jadice.util.swing.button
-
Class org.jadice.util.swing.button.DropDownToggleButton extends NonUglyActionJToggleButton implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fallbackIcon
Icon fallbackIcon
-
fallbackToolTipText
String fallbackToolTipText
-
mouseMenuListener
org.jadice.util.swing.button.DropDownToggleButton.DropDownButtonMouseMenuListener mouseMenuListener
-
popupIcon
ArrowIcon popupIcon
-
popupIsVisible
boolean popupIsVisible
-
popupMenu
JPopupMenu popupMenu
-
popupShouldBeVisible
boolean popupShouldBeVisible
-
popupTimer
org.jadice.util.swing.button.DropDownToggleButton.PopupTimer popupTimer
-
-
Class org.jadice.util.swing.button.Hyperlink extends JButton implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
enableLink
boolean enableLink
-
isUnderlineActive
boolean isUnderlineActive
-
-
Class org.jadice.util.swing.button.JButtonGroup extends ButtonGroup implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
listenerList
EventListenerList listenerList
Stores a reference to the currently registered listeners -
selectedButton
AbstractButton selectedButton
Stores a reference to the currently selected button in the group
-
-
Class org.jadice.util.swing.button.NonUglyActionButton extends JButton implements Serializable
- serialVersionUID:
- 1L
-
Class org.jadice.util.swing.button.PopupButton extends JButton implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
popupIcon
ArrowIcon popupIcon
-
popupIconGap
int popupIconGap
-
popupMenu
JPopupMenu popupMenu
-
-
-
Package org.jadice.util.swing.colorpicker
-
Class org.jadice.util.swing.colorpicker.ColorPalette extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blue
int blue
-
bri
float bri
-
changeListeners
List<ChangeListener> changeListeners
-
focusListener
FocusListener focusListener
-
green
int green
-
hue
float hue
-
image
BufferedImage image
-
imageIsDirty
boolean imageIsDirty
-
imagePadding
Insets imagePadding
-
keyListener
KeyListener keyListener
-
lastSize
Dimension lastSize
-
mode
ColorPicker.Mode mode
This controls how the colors are displayed. -
mouseListener
MouseInputListener mouseListener
-
point
Point point
The point used to indicate the selected color. -
red
int red
-
row
int[] row
A row of pixel data we recycle every time we regenerate this image. -
sat
float sat
-
syncPaletteToSatBri
boolean syncPaletteToSatBri
-
-
Class org.jadice.util.swing.colorpicker.ColorPicker extends JPanel implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
actionListener
ActionListener actionListener
-
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. -
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. -
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. -
alpha
org.jadice.util.swing.colorpicker.ColorPicker.Option alpha
-
blue
org.jadice.util.swing.colorpicker.ColorPicker.Option blue
-
bri
org.jadice.util.swing.colorpicker.ColorPicker.Option bri
-
changeListener
ChangeListener changeListener
-
colorPalette
ColorPalette colorPalette
-
currentBlue
int currentBlue
-
currentGreen
int currentGreen
-
currentOpacity
int currentOpacity
-
currentRed
int currentRed
-
expertControls
JPanel expertControls
The "expert" controls are the controls on the right side of this panel: the labels/spinners/radio buttons. -
green
org.jadice.util.swing.colorpicker.ColorPicker.Option green
-
hexDocListener
org.jadice.util.swing.colorpicker.ColorPicker.HexDocumentListener hexDocListener
-
hexField
JTextField hexField
-
hexLabel
JLabel hexLabel
-
hue
org.jadice.util.swing.colorpicker.ColorPicker.Option hue
-
opacitySlider
org.jadice.util.swing.colorpicker.AlphaSlider opacitySlider
-
preview
ColorSwatch preview
-
red
org.jadice.util.swing.colorpicker.ColorPicker.Option red
-
sat
org.jadice.util.swing.colorpicker.ColorPicker.Option sat
-
slider
org.jadice.util.swing.colorpicker.ColorSlider slider
The vertical slider
-
-
Class org.jadice.util.swing.colorpicker.ColorSwatch extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actionListener
ActionListener actionListener
-
copyItem
JMenuItem copyItem
-
menu
JPopupMenu menu
-
mouseListener
MouseListener mouseListener
-
w
int w
-
-
-
Package org.jadice.util.swing.effect
-
Class org.jadice.util.swing.effect.EffectContainer extends JLayeredPane implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
baseComponent
Component baseComponent
-
eventForwarder
org.jadice.util.swing.effect.EffectContainer.EventForwarder eventForwarder
-
listeners
EventListenerList listeners
-
previousVisibleRect
Rectangle previousVisibleRect
-
-
Class org.jadice.util.swing.effect.FadeBox extends FadeablePane implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
disabledAlpha
float disabledAlpha
-
enabledAlpha
float enabledAlpha
-
-
Class org.jadice.util.swing.effect.RolloutBox extends CollapsiblePane implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jadice.util.swing.flextree
-
Class org.jadice.util.swing.flextree.FlexibleTree extends JComponent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
backingModel
org.jadice.util.swing.flextree.internal.FlexTreeModel backingModel
-
backingTree
JTree backingTree
-
selectionListeners
List<TreeSelectionListener> selectionListeners
-
-
Class org.jadice.util.swing.flextree.FlexibleTree.AccessilbeFlexibleTree extends JComponent.AccessibleJComponent implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jadice.util.swing.icon
-
Class org.jadice.util.swing.icon.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
-
-
-
Package org.jadice.util.swing.infobar
-
Class org.jadice.util.swing.infobar.DrawerContainer extends JComponent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bottom
org.jadice.util.swing.infobar.DrawerContainer.Drawer bottom
-
top
org.jadice.util.swing.infobar.DrawerContainer.Drawer top
-
-
Class org.jadice.util.swing.infobar.DrawerContainer.AccessibleDrawer extends JComponent.AccessibleJComponent implements Serializable
- serialVersionUID:
- 1L
-
Class org.jadice.util.swing.infobar.RackLayout extends BoxLayout implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
axis
int axis
-
-
Class org.jadice.util.swing.infobar.RollingMessagePanel extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
chevronButton
Hyperlink chevronButton
-
chevronDown
Icon chevronDown
-
chevronUp
Icon chevronUp
-
clearButton
JButton clearButton
-
detailsPopup
org.jadice.util.swing.infobar.RollingMessagePanel.DetailsPopup detailsPopup
-
flyoutMode
boolean flyoutMode
-
groupByID
boolean groupByID
Flag indicating whether messages should be grouped by Message-ID. -
history
List<MessageConsumer.Message> history
-
historyDepth
int historyDepth
-
historyModel
org.jadice.util.swing.infobar.RollingMessagePanel.HistoryListModel historyModel
-
historyPopup
org.jadice.util.swing.infobar.RollingMessagePanel.HistoryPopup historyPopup
-
messagePanel
org.jadice.util.swing.infobar.RollingMessagePanel.MessageTextPanel messagePanel
-
orderBy
RollingMessagePanel.OrderBy orderBy
The selection how messages shall be ordered. Default: order by priority.
-
-
-
Package org.jadice.util.swing.panel
-
Class org.jadice.util.swing.panel.CollapsiblePane extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
animateTimer
Timer animateTimer
Timer used for doing the transparency animation (fade-in) -
animationFPS
int animationFPS
30 FPS -
animationInProgress
boolean animationInProgress
-
animationSteps
int animationSteps
The number of animation steps to use -
collapsed
boolean collapsed
Indicates whether the component is collapsed or expanded -
contentPanel
Container contentPanel
-
maxAnimationStepSize
int maxAnimationStepSize
The maximum animation step size to use. If an animation step becomes larger, the animation time is extended. -
size
int size
The animated size (depending on orientation either width or height) -
style
CollapsiblePane.Style style
-
useAnimation
boolean useAnimation
This is either a width or a height
-
-
Class org.jadice.util.swing.panel.FadeablePane extends JComponent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
alpha
float alpha
The current alpha -
animateTimer
Timer animateTimer
Timer used for doing the transparency animation (fade-in) -
animationFPS
int animationFPS
25 FPS -
animationSteps
int animationSteps
The number of animation steps to use -
contentPanel
JComponent contentPanel
-
-
Class org.jadice.util.swing.panel.FlipFlopCollapsiblePanel extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
collapsedTitleText
String collapsedTitleText
-
collapsible
CollapsiblePane collapsible
-
expandedTitleText
String expandedTitleText
-
link
Hyperlink link
-
linkTransformer
TransformerPanel linkTransformer
-
-
Class org.jadice.util.swing.panel.TransformerPanel extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
at
AffineTransform at
-
glassPane
Component glassPane
-
renderingHints
Map<?,?> renderingHints
-
view
Component view
-
visibleRect
Rectangle visibleRect
-
-