com.lowagie.toolbox.arguments

Class FileArrayArgument

public class FileArrayArgument extends AbstractArgument

Since: 2.1.1 (imported from itexttoolbox project)

Field Summary
FileListfileList1
Constructor Summary
FileArrayArgument()
FileArrayArgument(AbstractTool tool, String name, String description)
Method Summary
voidactionPerformed(ActionEvent e)
ObjectgetArgument()
voidjbInit()
static voidmain(String[] args)
voidpropertyChange(PropertyChangeEvent evt)
StringtoString()
Returns a string representation of the object.

Field Detail

fileList1

FileList fileList1

Constructor Detail

FileArrayArgument

public FileArrayArgument()

FileArrayArgument

public FileArrayArgument(AbstractTool tool, String name, String description)

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

getArgument

public Object getArgument()

jbInit

private void jbInit()

main

public static void main(String[] args)

propertyChange

public void propertyChange(PropertyChangeEvent evt)

toString

public String toString()
Returns a string representation of the object.

Returns: a string representation of the object.