|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.klg.jclass.swing.JCPopupCalendar.Bounds
This class is allows the DateEditor to make sure its value falls between any minimum or maximum specified on the popup calendar.
| Field Summary | |
protected Calendar |
value
The value used for this bounds. |
| Constructor Summary | |
JCPopupCalendar.Bounds()
The no args constructor. |
|
JCPopupCalendar.Bounds(Calendar value)
Constructor which specifies a value as minimum or maximum. |
|
| Method Summary | |
int |
compareTo(Object o)
Compares this object with the specified object for order. |
Calendar |
getValue()
Get the minimum or maximum value. |
void |
setValue(Calendar value)
Sets a new minimum or maximum value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Calendar value
| Constructor Detail |
public JCPopupCalendar.Bounds()
public JCPopupCalendar.Bounds(Calendar value)
value - The minimum or maximum value.| Method Detail |
public Calendar getValue()
public void setValue(Calendar value)
value - The new minimum or maximum value.public int compareTo(Object o)
compareTo in interface Comparableo - The Object to be compared.
ClassCastException - if the object passed in is not a Date object.
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||