charva.awt.util
Class DateEntryField
- EventListener, FocusListener, KeyListener
public class DateEntryField
This class displays a date entry field in the format CCYY/MM/DD
and allows the user to edit the contents of the three subfields.
It intercepts each keystroke and causes a beep if a non-numeric key
is typed.
BOTTOM_ALIGNMENT , CENTER_ALIGNMENT , LEFT_ALIGNMENT , RIGHT_ALIGNMENT , TOP_ALIGNMENT , _alignmentX , _alignmentY , _background , _cursesColor , _enabled , _focusListeners , _foreground , _keyListeners , _origin , _parent , _visible |
add , add , debug , doLayout , draw , getComponent , getComponentAt , getComponentAt , getComponentCount , getComponents , getCurrentFocus , getHeight , getInsets , getSize , getWidth , invalidate , isFocusTraversable , isValid , minimumSize , nextFocus , previousFocus , processKeyEvent , remove , requestFocus , setBackground , setFocus , setForeground , setHeight , setLayout , setSize , setSize , setWidth , validate |
addFocusListener , addKeyListener , contains , contains , debug , draw , getAlignmentX , getAlignmentY , getAncestorWindow , getBackground , getBounds , getCursesColor , getForeground , getHeight , getLocation , getLocationOnScreen , getName , getParent , getSize , getWidth , hasFocus , hide , invalidate , isDisplayed , isEnabled , isFocusTraversable , isTotallyObscured , isValid , isVisible , minimumSize , processEvent , processFocusEvent , processKeyEvent , processMouseEvent , repaint , requestFocus , requestSync , setBackground , setEnabled , setForeground , setLocation , setLocation , setName , setParent , setVisible , show , validate , validateCursesColor |
DateEntryField
public DateEntryField(Dialog owner_)
DateEntryField
public DateEntryField(Dialog owner_,
TimeZone zone_)
DateEntryField
public DateEntryField(Frame owner_)
DateEntryField
public DateEntryField(Frame owner_,
TimeZone zone_)
getDay
public int getDay()
Get the day-of-month value.
getMonth
public int getMonth()
Get the month value (between 1 and 12)
getYear
public int getYear()
Get the year value.
set
public void set()
Set the fields to the current time.
setDay
public void setDay(int day_)
setMonth
public void setMonth(int month_)
Set the month field
setYear
public void setYear(int year_)
Set the year field