com.toedter.calendar
Class JCalendar

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--javax.swing.JComponent
                    |
                    +--javax.swing.JPanel
                          |
                          +--com.toedter.calendar.JCalendar
All Implemented Interfaces:
javax.accessibility.Accessible, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.beans.PropertyChangeListener, java.io.Serializable

public class JCalendar
extends javax.swing.JPanel
implements java.beans.PropertyChangeListener

JCalendar is a bean for entering a date by choosing the year, month and day.

Version:
1.1.4 07/16/02
Author:
Kai Toedter
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
 
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
 
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
 
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
 
Field Summary
protected  JDayChooser dayChooser
          the day chooser
protected  JMonthChooser monthChooser
          the month chooser
protected  JYearChooser yearChooser
          the year chhoser
 
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
JCalendar()
          Default JCalendar constructor.
JCalendar(int monthSpinner)
          JCalendar constructor with month spinner parameter.
 
Method Summary
 java.util.Calendar getCalendar()
          Returns the calendar property.
 JDayChooser getDayChooser()
          Gets the dayChooser attribute of the JCalendar object
 java.util.Locale getLocale()
          Returns the locale.
 JMonthChooser getMonthChooser()
          Gets the monthChooser attribute of the JCalendar object
 java.lang.String getName()
          Returns "JCalendar".
 JYearChooser getYearChooser()
          Gets the yearChooser attribute of the JCalendar object
static void main(java.lang.String[] s)
          Creates a JFrame with a JCalendar inside and can be used for testing.
 void propertyChange(java.beans.PropertyChangeEvent evt)
          JCalendar is a PropertyChangeListener, for its day, month and year chooser.
 void setBackground(java.awt.Color bg)
          Sets the background color.
 void setCalendar(java.util.Calendar c)
          Sets the calendar property.
 void setEnabled(boolean enabled)
          Enable or disable the JCalendar.
 void setFont(java.awt.Font font)
          Sets the font property.
 void setForeground(java.awt.Color fg)
          Sets the foreground color.
 void setLocale(java.util.Locale l)
          Sets the locale property.
 
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
 
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

yearChooser

protected JYearChooser yearChooser
the year chhoser


monthChooser

protected JMonthChooser monthChooser
the month chooser


dayChooser

protected JDayChooser dayChooser
the day chooser

Constructor Detail

JCalendar

public JCalendar()
Default JCalendar constructor.


JCalendar

public JCalendar(int monthSpinner)
JCalendar constructor with month spinner parameter.

Parameters:
monthSpinner - Possible values are JMonthChooser.RIGHT_SPINNER, JMonthChooser.LEFT_SPINNER, JMonthChooser.NO_SPINNER
Method Detail

setCalendar

public void setCalendar(java.util.Calendar c)
Sets the calendar property. This is a bound property.

Parameters:
c - the new calendar
See Also:
getCalendar()

getCalendar

public java.util.Calendar getCalendar()
Returns the calendar property.

Returns:
the value of the calendar property.
See Also:
setCalendar(java.util.Calendar)

setLocale

public void setLocale(java.util.Locale l)
Sets the locale property. This is a bound property.

Overrides:
setLocale in class java.awt.Component
Parameters:
l - The new locale value
See Also:
getLocale()

getLocale

public java.util.Locale getLocale()
Returns the locale.

Overrides:
getLocale in class java.awt.Component
Returns:
the value of the locale property.
See Also:
setLocale(java.util.Locale)

setFont

public void setFont(java.awt.Font font)
Sets the font property.

Overrides:
setFont in class javax.swing.JComponent
Parameters:
font - the new font

setForeground

public void setForeground(java.awt.Color fg)
Sets the foreground color.

Overrides:
setForeground in class javax.swing.JComponent
Parameters:
fg - the new foreground

setBackground

public void setBackground(java.awt.Color bg)
Sets the background color.

Overrides:
setBackground in class javax.swing.JComponent
Parameters:
bg - the new background

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
JCalendar is a PropertyChangeListener, for its day, month and year chooser.

Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Parameters:
evt - Description of the Parameter

getName

public java.lang.String getName()
Returns "JCalendar".

Overrides:
getName in class java.awt.Component
Returns:
The name value

setEnabled

public void setEnabled(boolean enabled)
Enable or disable the JCalendar.

Overrides:
setEnabled in class javax.swing.JComponent
Parameters:
enabled - The new enabled value

getDayChooser

public JDayChooser getDayChooser()
Gets the dayChooser attribute of the JCalendar object

Returns:
The dayChooser value

getMonthChooser

public JMonthChooser getMonthChooser()
Gets the monthChooser attribute of the JCalendar object

Returns:
The monthChooser value

getYearChooser

public JYearChooser getYearChooser()
Gets the yearChooser attribute of the JCalendar object

Returns:
The yearChooser value

main

public static void main(java.lang.String[] s)
Creates a JFrame with a JCalendar inside and can be used for testing.

Parameters:
s - The command line arguments


Copyright © 2002 Kai Toedter.