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
 
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.
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
 

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)

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.


Copyright © 2012. All Rights Reserved.