|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParamType | |
---|---|
org.pz.platypus | |
org.pz.platypus.commandTypes | |
org.pz.platypus.interfaces | |
org.pz.platypus.plugin.html | |
org.pz.platypus.plugin.pdf.commands |
Uses of ParamType in org.pz.platypus |
---|
Fields in org.pz.platypus declared as ParamType | |
---|---|
protected ParamType |
Symbol.parameterType
what kind of parameter does this command take, if any? |
protected ParamType |
Command.parameterType
what kind of parameter does this command take, if any? |
Methods in org.pz.platypus that return ParamType | |
---|---|
ParamType |
Symbol.getParamType()
required by Commandable, but not used by symbols |
ParamType |
Command.getParamType()
what kind of argument, if any, does the command take? |
static ParamType |
ParamType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ParamType[] |
ParamType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ParamType in org.pz.platypus.commandTypes |
---|
Fields in org.pz.platypus.commandTypes declared as ParamType | |
---|---|
private ParamType |
FontFamily.parameterType
|
Methods in org.pz.platypus.commandTypes that return ParamType | |
---|---|
ParamType |
FontFamily.getParamType()
|
ParamType |
CommandS.getParamType()
|
Uses of ParamType in org.pz.platypus.interfaces |
---|
Methods in org.pz.platypus.interfaces that return ParamType | |
---|---|
ParamType |
ICommand.getParamType()
what kind of argument, if any, does the command take? |
Uses of ParamType in org.pz.platypus.plugin.html |
---|
Fields in org.pz.platypus.plugin.html declared as ParamType | |
---|---|
private ParamType |
HtmlMarginLeft.parameterType
|
Uses of ParamType in org.pz.platypus.plugin.pdf.commands |
---|
Fields in org.pz.platypus.plugin.pdf.commands declared as ParamType | |
---|---|
private ParamType |
DefUserString.parameterType
|
Methods in org.pz.platypus.plugin.pdf.commands that return ParamType | |
---|---|
ParamType |
DefUserString.getParamType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |