|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsemorg.gui.util.CalendarControl.SWTCalendarPopup
private class CalendarControl.SWTCalendarPopup
The Class SWTCalendarPopup.
Field Summary | |
---|---|
(package private) org.eclipse.swt.widgets.Shell |
popupShell
The popup shell. |
private CalendarControl.SWTCalendar |
swtcal
The calendar. |
Constructor Summary | |
---|---|
CalendarControl.SWTCalendarPopup()
Instantiates a new SWT calendar popup. |
Method Summary | |
---|---|
void |
close()
Closes the popup shell. |
boolean |
isOpen()
Checks if the popup shell is open. |
void |
setDate(Date date)
Sets the date into calendar control. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final org.eclipse.swt.widgets.Shell popupShell
private CalendarControl.SWTCalendar swtcal
Constructor Detail |
---|
CalendarControl.SWTCalendarPopup()
Method Detail |
---|
public void setDate(Date date)
date
- the new datepublic void close()
public boolean isOpen()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |