Class StringArgument

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.util.EventListener

    public class StringArgument
    extends AbstractArgument
    This is an argument of one of the tools in the toolbox.
    Since:
    2.1.1 (imported from itexttoolbox project)
    • Constructor Detail

      • StringArgument

        public StringArgument()
        Constructs a StringArgument.
      • StringArgument

        public StringArgument​(AbstractTool tool,
                              java.lang.String name,
                              java.lang.String description)
        Constructs a StringArgument.
        Parameters:
        tool - the tool that needs this argument
        name - the name of the argument
        description - the description of the argument
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
        Specified by:
        actionPerformed in class AbstractArgument
        Parameters:
        e - ActionEvent
        See Also:
        ActionListener.actionPerformed(java.awt.event.ActionEvent)