|
swingx Version 2009-07-31 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
org.jdesktop.swingx.plaf.MonthViewUI
public abstract class MonthViewUI
Constructor Summary | |
---|---|
MonthViewUI()
|
Method Summary | |
---|---|
abstract Date |
getDayAtLocation(int x,
int y)
Returns the Date at the given location. |
abstract String[] |
getDaysOfTheWeek()
Returns an array of String to use as names for the days of the week. |
abstract Date |
getLastDisplayedDay()
Returns the last possible date that can be displayed. |
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MonthViewUI()
Method Detail |
---|
public abstract String[] getDaysOfTheWeek()
public abstract Date getDayAtLocation(int x, int y)
x
- the x position of the location in pixely
- the y position of the location in pixel
public abstract Date getLastDisplayedDay()
It's up to the UI to keep this property, based on internal state and the firstDisplayed as controlled by the JXMonthView.
|
swingx Version 2009-07-31 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |