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.arguments
The 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 void
AbstractTool.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 TypeMethodDescriptionvoid
AbstractTool.setArguments
(ArrayList<AbstractArgument> arguments) Sets the arguments. -
Uses of AbstractArgument in com.lowagie.toolbox.arguments
Subclasses of AbstractArgument in com.lowagie.toolbox.argumentsModifier and TypeClassDescriptionclass
Argument that results in a set of "1" and "0" values.class
class
FileArgument class if the argument is a java.io.File.class
class
class
StringArgument class if the argument is a com.lowagie.text.Image.class
This is an argument of one of the tools in the toolbox.class
Argument that can be one of several options.class
Argument that can be one of several options.class
This 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 TypeMethodDescriptionvoid
Add3D.valueHasChanged
(AbstractArgument arg) Indicates that the value of an argument has changed.void
Bookmarks2XML.valueHasChanged
(AbstractArgument arg) void
Burst.valueHasChanged
(AbstractArgument arg) void
CompressDecompressPageContent.valueHasChanged
(AbstractArgument arg) void
Concat.valueHasChanged
(AbstractArgument arg) void
ConcatN.valueHasChanged
(AbstractArgument arg) void
Decrypt.valueHasChanged
(AbstractArgument arg) void
Divide.valueHasChanged
(AbstractArgument arg) void
DvdCover.valueHasChanged
(AbstractArgument arg) void
Encrypt.valueHasChanged
(AbstractArgument arg) void
ExtractAttachments.valueHasChanged
(AbstractArgument arg) void
Handouts.valueHasChanged
(AbstractArgument arg) void
HtmlBookmarks.valueHasChanged
(AbstractArgument arg) void
ImageXRefViewer.valueHasChanged
(AbstractArgument arg) void
InspectPDF.valueHasChanged
(AbstractArgument arg) void
Normalize.valueHasChanged
(AbstractArgument arg) void
NUp.valueHasChanged
(AbstractArgument arg) void
PhotoAlbum.valueHasChanged
(AbstractArgument arg) void
RemoveLaunchApplication.valueHasChanged
(AbstractArgument arg) void
ReversePages.valueHasChanged
(AbstractArgument arg) void
SelectedPages.valueHasChanged
(AbstractArgument arg) void
Split.valueHasChanged
(AbstractArgument arg) void
Txt2Pdf.valueHasChanged
(AbstractArgument arg) void
XML2Bookmarks.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 TypeMethodDescriptionvoid
WatermarkerTool.valueHasChanged
(AbstractArgument arg) Indicates that the value of an argument has changed.