|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDateComponent
This interface is implemented by all components which represent a date by day granularity. T will be one of the following org.joda.time.DateMidnight, java.util.Date or java.util.Calendar. Since the first version of JDatePicker generics was added to Java and JodaTime emerged as a important date handling library in the Java community. Created 16 April 2010 Updated 18 April 2010
Method Summary | |
---|---|
void |
addActionListener(java.awt.event.ActionListener actionListener)
Adds an ActionListener. |
java.util.Properties |
getI18nStrings()
Gets the currently set internationalised strings of the component. |
DateModel<?> |
getModel()
Returns the value of the currently represented date in the component. |
void |
removeActionListener(java.awt.event.ActionListener actionListener)
Removes the ActionListener. |
void |
setI18nStrings(java.util.Properties i18nStrings)
Sets internationalised the strings of the component. |
Method Detail |
---|
DateModel<?> getModel()
void addActionListener(java.awt.event.ActionListener actionListener)
actionListener
- void removeActionListener(java.awt.event.ActionListener actionListener)
arg
- java.util.Properties getI18nStrings()
void setI18nStrings(java.util.Properties i18nStrings)
strings
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |