|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.clichart.main.cliserver.AbstractOptionSetter
net.sf.clichart.main.cliserver.IntegerOptionSetterBase
net.sf.clichart.main.cliserver.IntOptionSetter
public class IntOptionSetter
Option setter for int properties. Works both for options taking an int argument, and non-arg options that are mapped onto a call with an int arg
| Constructor Summary | |
|---|---|
IntOptionSetter(java.lang.String setterName)
|
|
IntOptionSetter(java.lang.String setterName,
int argument)
|
|
| Method Summary | |
|---|---|
protected java.lang.Class[] |
getParameterType()
|
| Methods inherited from class net.sf.clichart.main.cliserver.IntegerOptionSetterBase |
|---|
setValue |
| Methods inherited from class net.sf.clichart.main.cliserver.AbstractOptionSetter |
|---|
setOption |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntOptionSetter(java.lang.String setterName)
public IntOptionSetter(java.lang.String setterName,
int argument)
| Method Detail |
|---|
protected java.lang.Class[] getParameterType()
getParameterType in class AbstractOptionSetter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||