Uses of Class
com.lowagie.toolbox.arguments.AbstractArgument
Packages that use AbstractArgument
Package
Description
-
Uses of AbstractArgument in com.lowagie.toolbox
Fields in com.lowagie.toolbox with type parameters of type AbstractArgumentModifier and TypeFieldDescriptionprotected ArrayList<AbstractArgument>AbstractTool.argumentsThe list of arguments needed by the tool.Methods in com.lowagie.toolbox that return types with arguments of type AbstractArgumentMethods in com.lowagie.toolbox with parameters of type AbstractArgumentModifier and TypeMethodDescriptionabstract voidAbstractTool.valueHasChanged(AbstractArgument arg) Indicates that the value of an argument has changed.Method parameters in com.lowagie.toolbox with type arguments of type AbstractArgumentModifier and TypeMethodDescriptionvoidAbstractTool.setArguments(ArrayList<AbstractArgument> arguments) Sets the arguments. -
Uses of AbstractArgument in com.lowagie.toolbox.arguments
Subclasses of AbstractArgument in com.lowagie.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 com.lowagie.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 com.lowagie.toolbox.plugins
Methods in com.lowagie.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 com.lowagie.toolbox.plugins.watermarker
Methods in com.lowagie.toolbox.plugins.watermarker with parameters of type AbstractArgumentModifier and TypeMethodDescriptionvoidWatermarkerTool.valueHasChanged(AbstractArgument arg) Indicates that the value of an argument has changed.