Class MonthPick.MonthEntry

java.lang.Object
org.eclipse.nebula.widgets.calendarcombo.MonthPick.MonthEntry
Enclosing class:
MonthPick

class MonthPick.MonthEntry
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    MonthEntry​(java.util.Calendar cal)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Calendar getCalendar()  
    org.eclipse.swt.graphics.Rectangle getRect()  
    java.lang.String getText()  
    int getyPos()  
    void setRect​(org.eclipse.swt.graphics.Rectangle rect)  
    void setText​(java.lang.String text)  
    void setyPos​(int yPos)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MonthEntry

      public MonthEntry​(java.util.Calendar cal)
  • Method Details

    • getCalendar

      public java.util.Calendar getCalendar()
    • getRect

      public org.eclipse.swt.graphics.Rectangle getRect()
    • setRect

      public void setRect​(org.eclipse.swt.graphics.Rectangle rect)
    • getyPos

      public int getyPos()
    • setyPos

      public void setyPos​(int yPos)
    • getText

      public java.lang.String getText()
    • setText

      public void setText​(java.lang.String text)