Uses of Class
com.lowagie.toolbox.arguments.AbstractArgument

Packages that use AbstractArgument
com.lowagie.toolbox   
com.lowagie.toolbox.arguments   
com.lowagie.toolbox.plugins   
 

Uses of AbstractArgument in com.lowagie.toolbox
 

Fields in com.lowagie.toolbox with type parameters of type AbstractArgument
protected  ArrayList<AbstractArgument> AbstractTool.arguments
          The list of arguments needed by the tool.
 

Methods in com.lowagie.toolbox that return types with arguments of type AbstractArgument
 ArrayList<AbstractArgument> AbstractTool.getArguments()
          Gets the arguments.
 

Methods in com.lowagie.toolbox with parameters of type AbstractArgument
abstract  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 AbstractArgument
 void AbstractTool.setArguments(ArrayList<AbstractArgument> arguments)
          Sets the arguments.
 

Uses of AbstractArgument in com.lowagie.toolbox.arguments
 

Subclasses of AbstractArgument in com.lowagie.toolbox.arguments
 class BitsetArgument
          Argument that results in a set of "1" and "0" values.
 class ColorArgument
           
 class FileArgument
          FileArgument class if the argument is a java.io.File.
 class FileArrayArgument
           
 class FloatArgument
           
 class ImageArgument
          StringArgument class if the argument is a com.lowagie.text.Image.
 class IntegerArgument
          This is an argument of one of the tools in the toolbox.
 class OptionArgument
          Argument that can be one of several options.
 class PageSizeArgument
          Argument that can be one of several options.
 class StringArgument
          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 AbstractArgument
 void XML2Bookmarks.valueHasChanged(AbstractArgument arg)
           
 void Watermarker.valueHasChanged(AbstractArgument arg)
          Indicates that the value of an argument has changed.
 void Txt2Pdf.valueHasChanged(AbstractArgument arg)
           
 void Tiff2Pdf.valueHasChanged(AbstractArgument arg)
           
 void Split.valueHasChanged(AbstractArgument arg)
           
 void SelectedPages.valueHasChanged(AbstractArgument arg)
           
 void ReversePages.valueHasChanged(AbstractArgument arg)
           
 void RemoveLaunchApplication.valueHasChanged(AbstractArgument arg)
           
 void PhotoAlbum.valueHasChanged(AbstractArgument arg)
           
 void NUp.valueHasChanged(AbstractArgument arg)
           
 void Normalize.valueHasChanged(AbstractArgument arg)
           
 void KnitTiff.valueHasChanged(AbstractArgument arg)
           
 void InspectPDF.valueHasChanged(AbstractArgument arg)
           
 void ImageXRefViewer.valueHasChanged(AbstractArgument arg)
           
 void HtmlBookmarks.valueHasChanged(AbstractArgument arg)
           
 void Handouts.valueHasChanged(AbstractArgument arg)
           
 void ExtractAttachments.valueHasChanged(AbstractArgument arg)
           
 void Encrypt.valueHasChanged(AbstractArgument arg)
           
 void DvdCover.valueHasChanged(AbstractArgument arg)
           
 void Divide.valueHasChanged(AbstractArgument arg)
           
 void Decrypt.valueHasChanged(AbstractArgument arg)
           
 void ConcatN.valueHasChanged(AbstractArgument arg)
           
 void Concat.valueHasChanged(AbstractArgument arg)
           
 void CompressDecompressPageContent.valueHasChanged(AbstractArgument arg)
           
 void Burst.valueHasChanged(AbstractArgument arg)
           
 void Bookmarks2XML.valueHasChanged(AbstractArgument arg)
           
 void Add3D.valueHasChanged(AbstractArgument arg)
          Indicates that the value of an argument has changed.
 



Copyright © 2012. All Rights Reserved.