com.michaelbaranov.microba.calendar.ui.basic

Class BasicDatePickerUI

Implemented Interfaces:
PropertyChangeListener

public class BasicDatePickerUI
extends DatePickerUI
implements PropertyChangeListener

Method Summary

void
commit()
static ComponentUI
createUI(JComponent c)
void
installUI(JComponent c)
void
observeMonth(int year, int month)
void
propertyChange(PropertyChangeEvent evt)
void
revert()
void
setSimpeLook(boolean b)
void
showPopup(boolean visible)
void
uninstallUI(JComponent c)

Method Details

commit

public void commit()
            throws PropertyVetoException,
                   ParseException

createUI

public static ComponentUI createUI(JComponent c)

installUI

public void installUI(JComponent c)

observeMonth

public void observeMonth(int year,
                         int month)

propertyChange

public void propertyChange(PropertyChangeEvent evt)

revert

public void revert()

setSimpeLook

public void setSimpeLook(boolean b)

showPopup

public void showPopup(boolean visible)

uninstallUI

public void uninstallUI(JComponent c)