|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Calendar | |
com.sun.lwuit.plaf | Look of the application can be fully customized via this package, it represents a rendering layer that can be plugged in separately in runtime and themed to provide any custom look. |
Uses of Calendar in com.sun.lwuit.plaf |
Methods in com.sun.lwuit.plaf with parameters of type Calendar | |
void |
DefaultLookAndFeel.drawMonthView(Graphics g,
Calendar cal,
Component mv)
Invoked for drawing a month view widget. |
long |
DefaultLookAndFeel.findDayAt(int x,
int y,
Calendar cal,
Component mv)
Returns the day of the month in the month view at the given relative component X/Y offsets. This is important for touch screen interaction. |
abstract void |
LookAndFeel.drawMonthView(Graphics g,
Calendar cal,
Component mv)
Invoked for drawing a month view widget. |
abstract long |
LookAndFeel.findDayAt(int x,
int y,
Calendar cal,
Component mv)
Returns the day of the month in the month view at the given relative component X/Y offsets. |
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |