Uses of Class
org.openpdf.toolbox.arguments.AbstractArgument
Packages that use AbstractArgument
Package
Description
-
Uses of AbstractArgument in org.openpdf.toolbox
Fields in org.openpdf.toolbox with type parameters of type AbstractArgumentModifier and TypeFieldDescriptionprotected ArrayList<AbstractArgument>AbstractTool.argumentsThe list of arguments needed by the tool.Methods in org.openpdf.toolbox that return types with arguments of type AbstractArgumentMethods in org.openpdf.toolbox with parameters of type AbstractArgumentModifier and TypeMethodDescriptionabstract voidAbstractTool.valueHasChanged(AbstractArgument arg) Indicates that the value of an argument has changed.Method parameters in org.openpdf.toolbox with type arguments of type AbstractArgumentModifier and TypeMethodDescriptionvoidAbstractTool.setArguments(ArrayList<AbstractArgument> arguments) Sets the arguments. -
Uses of AbstractArgument in org.openpdf.toolbox.arguments
Subclasses of AbstractArgument in org.openpdf.toolbox.argumentsModifier and TypeClassDescriptionclassArgument that results in a set of "1" and "0" values.classclassFileArgument class if the argument is a java.io.File.classclassclassStringArgument class if the argument is a org.openpdf.text.Image.classThis is an argument of one of the tools in the toolbox.classArgument that can be one of several options.classArgument that can be one of several options.classThis is an argument of one of the tools in the toolbox. -
Uses of AbstractArgument in org.openpdf.toolbox.plugins
Methods in org.openpdf.toolbox.plugins with parameters of type AbstractArgumentModifier and TypeMethodDescriptionvoidAdd3D.valueHasChanged(AbstractArgument arg) Indicates that the value of an argument has changed.voidBookmarks2XML.valueHasChanged(AbstractArgument arg) voidBurst.valueHasChanged(AbstractArgument arg) voidCompressDecompressPageContent.valueHasChanged(AbstractArgument arg) voidConcat.valueHasChanged(AbstractArgument arg) voidConcatN.valueHasChanged(AbstractArgument arg) voidDecrypt.valueHasChanged(AbstractArgument arg) voidDivide.valueHasChanged(AbstractArgument arg) voidDvdCover.valueHasChanged(AbstractArgument arg) voidEncrypt.valueHasChanged(AbstractArgument arg) voidExtractAttachments.valueHasChanged(AbstractArgument arg) voidHandouts.valueHasChanged(AbstractArgument arg) voidHtmlBookmarks.valueHasChanged(AbstractArgument arg) voidImageXRefViewer.valueHasChanged(AbstractArgument arg) voidInspectPDF.valueHasChanged(AbstractArgument arg) voidNormalize.valueHasChanged(AbstractArgument arg) voidNUp.valueHasChanged(AbstractArgument arg) voidPhotoAlbum.valueHasChanged(AbstractArgument arg) voidRemoveLaunchApplication.valueHasChanged(AbstractArgument arg) voidReversePages.valueHasChanged(AbstractArgument arg) voidSelectedPages.valueHasChanged(AbstractArgument arg) voidSplit.valueHasChanged(AbstractArgument arg) voidTxt2Pdf.valueHasChanged(AbstractArgument arg) voidXML2Bookmarks.valueHasChanged(AbstractArgument arg) -
Uses of AbstractArgument in org.openpdf.toolbox.plugins.watermarker
Methods in org.openpdf.toolbox.plugins.watermarker with parameters of type AbstractArgumentModifier and TypeMethodDescriptionvoidWatermarkerTool.valueHasChanged(AbstractArgument arg) Indicates that the value of an argument has changed.