|
||||||||||
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 java.util.Date |
getDayAtLocation(int x,
int y)
Returns the Date at the given location. |
abstract java.lang.String[] |
getDaysOfTheWeek()
Returns an array of String to use as names for the days of the week. |
abstract java.util.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 java.lang.String[] getDaysOfTheWeek()
public abstract java.util.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 java.util.Date getLastDisplayedDay()
It's up to the UI to keep this property, based on internal state and the firstDisplayed as controlled by the JXMonthView.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |