|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.toolbox.arguments.AbstractArgument
com.lowagie.toolbox.arguments.IntegerArgument
public class IntegerArgument
This is an argument of one of the tools in the toolbox.
| Field Summary |
|---|
| Fields inherited from class com.lowagie.toolbox.arguments.AbstractArgument |
|---|
description, name, pcs, tool, value |
| Constructor Summary | |
|---|---|
IntegerArgument()
Constructs a IntegerArgument. |
|
IntegerArgument(AbstractTool tool,
java.lang.String name,
java.lang.String description)
Constructs a IntegerArgument. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
| Methods inherited from class com.lowagie.toolbox.arguments.AbstractArgument |
|---|
addPropertyChangeListener, firePropertyChange, getArgument, getDescription, getName, getTool, getUsage, getValue, propertyChange, removePropertyChangeListener, setDescription, setName, setTool, setValue, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerArgument()
public IntegerArgument(AbstractTool tool,
java.lang.String name,
java.lang.String description)
tool - the tool that needs this argumentname - the name of the argumentdescription - the description of the argument| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class AbstractArgumente - ActionEventActionListener.actionPerformed(java.awt.event.ActionEvent)
|
Hosted by Hostbasket | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||