Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.data
Class CalendarComboBoxViewDefault

java.lang.Object
  extended bycom.imagine.component.calendar.data.CalendarComboBoxView
      extended bycom.imagine.component.calendar.data.CalendarComboBoxViewDefault

public abstract class CalendarComboBoxViewDefault
extends CalendarComboBoxView

Provides informations about the calendar combo box.


Constructor Summary
CalendarComboBoxViewDefault()
           
 
Method Summary
abstract  javax.swing.JButton getButtonDown()
          Get the year button down.
abstract  javax.swing.JTextField getTextField()
          Get the year text field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarComboBoxViewDefault

public CalendarComboBoxViewDefault()
Method Detail

getTextField

public abstract javax.swing.JTextField getTextField()
Get the year text field.

Returns:
the year text field.

getButtonDown

public abstract javax.swing.JButton getButtonDown()
Get the year button down.

Returns:
the year year button down.

Calendar Component v5.1
www.calendarcomponent.com