Serialized Form
-
Package com.beust.jcommander
-
Class com.beust.jcommander.MissingCommandException extends ParameterException implements Serializable
-
Serialized Fields
-
unknownCommand
String unknownCommand
the command passed by the user.
-
-
-
Class com.beust.jcommander.ParameterException extends RuntimeException implements Serializable
-
Serialized Fields
-
jc
JCommander jc
-
-
-
-
Package org.verapdf.core
-
Class org.verapdf.core.EncryptedPdfException extends VeraPDFException implements Serializable
- serialVersionUID:
- -2103117235597202987L
-
Class org.verapdf.core.FeatureParsingException extends VeraPDFException implements Serializable
- serialVersionUID:
- -9004876231849554050L
-
Class org.verapdf.core.ModelParsingException extends VeraPDFException implements Serializable
- serialVersionUID:
- -6507757998419697602L
-
Class org.verapdf.core.ProfileException extends VeraPDFException implements Serializable
- serialVersionUID:
- 3393127317304315565L
-
Class org.verapdf.core.ValidationException extends VeraPDFException implements Serializable
- serialVersionUID:
- 2140287213702618800L
-
Class org.verapdf.core.VeraPDFException extends Exception implements Serializable
- serialVersionUID:
- -6566760719467943980L
-
-
Package org.verapdf.gui
-
Class org.verapdf.gui.FeaturesConfigPanel extends JPanel implements Serializable
- serialVersionUID:
- -6602264333993164990L
-
Serialized Fields
-
dialog
JDialog dialog
-
featureGrid
EnumMap<FeatureObjectType,JCheckBox> featureGrid
-
ok
boolean ok
-
okButton
JButton okButton
-
-
Class org.verapdf.gui.PDFValidationApplication extends JFrame implements Serializable
- serialVersionUID:
- -5569669411392145783L
-
Serialized Fields
-
aboutPanel
org.verapdf.gui.AboutPanel aboutPanel
-
checkerPanel
org.verapdf.gui.CheckerPanel checkerPanel
-
config
VeraAppConfig config
-
featuresPanel
FeaturesConfigPanel featuresPanel
-
policyConfig
PolicyPanel policyConfig
-
settingsPanel
org.verapdf.gui.SettingsPanel settingsPanel
-
-
Class org.verapdf.gui.PolicyPanel extends JPanel implements Serializable
- serialVersionUID:
- 4654611715077095480L
-
Serialized Fields
-
addLineButton
JButton addLineButton
-
arguments
List<JTextField> arguments
-
assertionsPanel
JPanel assertionsPanel
-
buttonPanel
JPanel buttonPanel
-
dialog
JDialog dialog
-
features
List<JComboBox<Feature>> features
-
featureTypes
List<JComboBox<FeatureObjectType>> featureTypes
-
layoutPanels
List<JPanel> layoutPanels
-
mainPanel
JPanel mainPanel
-
mainPanelLayout
LayoutManager mainPanelLayout
-
ok
boolean ok
-
okButton
JButton okButton
-
operations
List<JComboBox<SchematronOperation>> operations
-
policyFile
File policyFile
-
removeLineButtons
List<JButton> removeLineButtons
-
scrollPane
JScrollPane scrollPane
-
-