com.lowagie.toolbox.arguments
Class FileArrayArgument

java.lang.Object
  extended by com.lowagie.toolbox.arguments.AbstractArgument
      extended by com.lowagie.toolbox.arguments.FileArrayArgument
All Implemented Interfaces:
ActionListener, PropertyChangeListener, EventListener

public class FileArrayArgument
extends AbstractArgument

Since:
2.1.1 (imported from itexttoolbox project)

Field Summary
(package private)  FileList fileList1
           
 
Fields inherited from class com.lowagie.toolbox.arguments.AbstractArgument
description, name, pcs, tool, value
 
Constructor Summary
FileArrayArgument()
           
FileArrayArgument(AbstractTool tool, String name, String description)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 Object getArgument()
          Gets the argument as an object.
private  void jbInit()
           
static void main(String[] args)
           
 void propertyChange(PropertyChangeEvent evt)
           
 String toString()
          Returns a string representation of the object.
 
Methods inherited from class com.lowagie.toolbox.arguments.AbstractArgument
addPropertyChangeListener, firePropertyChange, getDescription, getName, getTool, getUsage, getValue, removePropertyChangeListener, setDescription, setName, setTool, setValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)
Specified by:
actionPerformed in interface ActionListener
Specified by:
actionPerformed in class AbstractArgument

getArgument

public Object getArgument()
                   throws InstantiationException
Description copied from class: AbstractArgument
Gets the argument as an object.

Overrides:
getArgument in class AbstractArgument
Returns:
an object
Throws:
InstantiationException

main

public static void main(String[] args)

jbInit

private void jbInit()
             throws Exception
Throws:
Exception

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener
Overrides:
propertyChange in class AbstractArgument

toString

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

Overrides:
toString in class AbstractArgument
Returns:
a string representation of the object.

Hosted by Hostbasket