|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractArgument | |
|---|---|
| com.lowagie.toolbox | |
| com.lowagie.toolbox.arguments | |
| com.lowagie.toolbox.plugins | |
| Uses of AbstractArgument in com.lowagie.toolbox |
|---|
| Fields in com.lowagie.toolbox with type parameters of type AbstractArgument | |
|---|---|
protected ArrayList<AbstractArgument> |
AbstractTool.arguments
The list of arguments needed by the tool. |
| Methods in com.lowagie.toolbox that return types with arguments of type AbstractArgument | |
|---|---|
ArrayList<AbstractArgument> |
AbstractTool.getArguments()
Gets the arguments. |
| Methods in com.lowagie.toolbox with parameters of type AbstractArgument | |
|---|---|
abstract void |
AbstractTool.valueHasChanged(AbstractArgument arg)
Indicates that the value of an argument has changed. |
| Method parameters in com.lowagie.toolbox with type arguments of type AbstractArgument | |
|---|---|
void |
AbstractTool.setArguments(ArrayList<AbstractArgument> arguments)
Sets the arguments. |
| Uses of AbstractArgument in com.lowagie.toolbox.arguments |
|---|
| Subclasses of AbstractArgument in com.lowagie.toolbox.arguments | |
|---|---|
class |
BitsetArgument
Argument that results in a set of "1" and "0" values. |
class |
ColorArgument
|
class |
FileArgument
FileArgument class if the argument is a java.io.File. |
class |
FileArrayArgument
|
class |
FloatArgument
|
class |
ImageArgument
StringArgument class if the argument is a com.lowagie.text.Image. |
class |
IntegerArgument
This is an argument of one of the tools in the toolbox. |
class |
OptionArgument
Argument that can be one of several options. |
class |
PageSizeArgument
Argument that can be one of several options. |
class |
StringArgument
This is an argument of one of the tools in the toolbox. |
| Uses of AbstractArgument in com.lowagie.toolbox.plugins |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||