bookExamples.ch24Reflection
Class IntProperties
java.lang.Object
bookExamples.ch24Reflection.IntProperties
public class IntProperties
- extends java.lang.Object
User: lyon
Date: Oct 22, 2006
Time: 6:26:53 AM
Copyright DocJava, Inc. 2005.
Constructor Summary |
IntProperties(java.lang.String units,
int min,
int max,
int stepSize)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntProperties
public IntProperties(java.lang.String units,
int min,
int max,
int stepSize)
getMin
public int getMin()
getMax
public int getMax()
getStepSize
public int getStepSize()
getUnits
public java.lang.String getUnits()