|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sc.seis.fissuresUtil.chooser.IntervalChooserOptions
public class IntervalChooserOptions
IntervalChooserOptions.java Created: Fri Feb 15 14:36:51 2002
Field Summary | |
---|---|
static IntervalChooserOptions |
DAY
DAY . |
static IntervalChooserOptions |
HOUR
HOUR . |
static IntervalChooserOptions |
MINUTE
MINUTE . |
static IntervalChooserOptions |
MONTH
MONTH . |
static IntervalChooserOptions |
SECOND
SECOND . |
static IntervalChooserOptions |
YEAR
YEAR . |
Method Summary | |
---|---|
int |
getIntervalChooserValue()
returns the integer value of this option. |
int |
getMaximumValue()
returns the maximum value for this particular option. |
int |
getMinimumValue()
returns the minimum value for this particular option. |
void |
setMaximumValue(int value)
sets the maximum value for this particular option. |
void |
setMinimumValue(int value)
sets the minimum value for this particular option. |
java.lang.String |
toString()
returns the string representation of this option. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final IntervalChooserOptions SECOND
SECOND
.
public static final IntervalChooserOptions MINUTE
MINUTE
.
public static final IntervalChooserOptions HOUR
HOUR
.
public static final IntervalChooserOptions DAY
DAY
.
public static final IntervalChooserOptions MONTH
MONTH
.
public static final IntervalChooserOptions YEAR
YEAR
.
Method Detail |
---|
public void setMinimumValue(int value)
value
- an int
valuepublic void setMaximumValue(int value)
value
- an int
valuepublic int getMinimumValue()
int
valuepublic int getMaximumValue()
int
valuepublic int getIntervalChooserValue()
int
valuepublic java.lang.String toString()
toString
in class java.lang.Object
String
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |