/lib/docs/api/com/toedter/calendar/JSpinnerDateEditor.html
HTML | 845 lines | 745 code | 75 blank | 25 comment | 0 complexity | 4d4a510fa65121394c4320770181b408 MD5 | raw file
Possible License(s): LGPL-3.0, Apache-2.0, GPL-3.0, GPL-2.0, AGPL-3.0, JSON, BSD-3-Clause
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!--NewPage--> 3<HTML> 4<HEAD> 5<!-- Generated by javadoc (build 1.5.0_06) on Sun Jun 04 15:41:09 CEST 2006 --> 6<TITLE> 7JSpinnerDateEditor (JCalendar API) 8</TITLE> 9 10<META NAME="keywords" CONTENT="com.toedter.calendar.JSpinnerDateEditor class"> 11 12<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> 13 14<SCRIPT type="text/javascript"> 15function windowTitle() 16{ 17 parent.document.title="JSpinnerDateEditor (JCalendar API)"; 18} 19</SCRIPT> 20<NOSCRIPT> 21</NOSCRIPT> 22 23</HEAD> 24 25<BODY BGCOLOR="white" onload="windowTitle();"> 26 27 28<!-- ========= START OF TOP NAVBAR ======= --> 29<A NAME="navbar_top"><!-- --></A> 30<A HREF="#skip-navbar_top" title="Skip navigation links"></A> 31<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 32<TR> 33<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 34<A NAME="navbar_top_firstrow"><!-- --></A> 35<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 36 <TR ALIGN="center" VALIGN="top"> 37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 44 </TR> 45</TABLE> 46</TD> 47<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 48</EM> 49</TD> 50</TR> 51 52<TR> 53<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 54 <A HREF="../../../com/toedter/calendar/JMonthChooserBeanInfo.html" title="class in com.toedter.calendar"><B>PREV CLASS</B></A> 55 <A HREF="../../../com/toedter/calendar/JTextFieldDateEditor.html" title="class in com.toedter.calendar"><B>NEXT CLASS</B></A></FONT></TD> 56<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 57 <A HREF="../../../index.html?com/toedter/calendar/JSpinnerDateEditor.html" target="_top"><B>FRAMES</B></A> 58 <A HREF="JSpinnerDateEditor.html" target="_top"><B>NO FRAMES</B></A> 59 <SCRIPT type="text/javascript"> 60 <!-- 61 if(window==top) { 62 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); 63 } 64 //--> 65</SCRIPT> 66<NOSCRIPT> 67 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> 68</NOSCRIPT> 69 70 71</FONT></TD> 72</TR> 73<TR> 74<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 75 SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JSpinner">NESTED</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> 76<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 77DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> 78</TR> 79</TABLE> 80<A NAME="skip-navbar_top"></A> 81<!-- ========= END OF TOP NAVBAR ========= --> 82 83<HR> 84<!-- ======== START OF CLASS DATA ======== --> 85<H2> 86<FONT SIZE="-1"> 87com.toedter.calendar</FONT> 88<BR> 89Class JSpinnerDateEditor</H2> 90<PRE> 91java.lang.Object 92 <IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.awt.Component 93 <IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.awt.Container 94 <IMG SRC="../../../resources/inherit.gif" ALT="extended by ">javax.swing.JComponent 95 <IMG SRC="../../../resources/inherit.gif" ALT="extended by ">javax.swing.JSpinner 96 <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>com.toedter.calendar.JSpinnerDateEditor</B> 97</PRE> 98<DL> 99<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../com/toedter/calendar/IDateEditor.html" title="interface in com.toedter.calendar">IDateEditor</A>, java.awt.event.FocusListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, java.util.EventListener, javax.accessibility.Accessible, javax.swing.event.ChangeListener</DD> 100</DL> 101<HR> 102<DL> 103<DT><PRE>public class <B>JSpinnerDateEditor</B><DT>extends javax.swing.JSpinner<DT>implements <A HREF="../../../com/toedter/calendar/IDateEditor.html" title="interface in com.toedter.calendar">IDateEditor</A>, java.awt.event.FocusListener, javax.swing.event.ChangeListener</DL> 104</PRE> 105 106<P> 107JSpinnerDateEditor is a date editor based on a JSpinner. 108<P> 109 110<P> 111<DL> 112<DT><B>Version:</B></DT> 113 <DD>$LastChangedRevision: 100 $, $LastChangedDate: 2006-06-04 14:36:06 +0200 (So, 04 Jun 2006) $</DD> 114<DT><B>Author:</B></DT> 115 <DD>Kai Toedter</DD> 116<DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#com.toedter.calendar.JSpinnerDateEditor">Serialized Form</A></DL> 117<HR> 118 119<P> 120<!-- ======== NESTED CLASS SUMMARY ======== --> 121 122<A NAME="nested_class_summary"><!-- --></A> 123<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 124<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 125<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 126<B>Nested Class Summary</B></FONT></TH> 127</TR> 128</TABLE> 129 <A NAME="nested_classes_inherited_from_class_javax.swing.JSpinner"><!-- --></A> 130<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 131<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 132<TH ALIGN="left"><B>Nested classes/interfaces inherited from class javax.swing.JSpinner</B></TH> 133</TR> 134<TR BGCOLOR="white" CLASS="TableRowColor"> 135<TD><CODE>javax.swing.JSpinner.AccessibleJSpinner, javax.swing.JSpinner.DateEditor, javax.swing.JSpinner.DefaultEditor, javax.swing.JSpinner.ListEditor, javax.swing.JSpinner.NumberEditor</CODE></TD> 136</TR> 137</TABLE> 138 139<A NAME="nested_classes_inherited_from_class_javax.swing.JComponent"><!-- --></A> 140<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 141<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 142<TH ALIGN="left"><B>Nested classes/interfaces inherited from class javax.swing.JComponent</B></TH> 143</TR> 144<TR BGCOLOR="white" CLASS="TableRowColor"> 145<TD><CODE>javax.swing.JComponent.AccessibleJComponent</CODE></TD> 146</TR> 147</TABLE> 148 149<A NAME="nested_classes_inherited_from_class_java.awt.Container"><!-- --></A> 150<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 151<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 152<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Container</B></TH> 153</TR> 154<TR BGCOLOR="white" CLASS="TableRowColor"> 155<TD><CODE>java.awt.Container.AccessibleAWTContainer</CODE></TD> 156</TR> 157</TABLE> 158 159<A NAME="nested_classes_inherited_from_class_java.awt.Component"><!-- --></A> 160<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 161<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 162<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Component</B></TH> 163</TR> 164<TR BGCOLOR="white" CLASS="TableRowColor"> 165<TD><CODE>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</CODE></TD> 166</TR> 167</TABLE> 168 169<!-- =========== FIELD SUMMARY =========== --> 170 171<A NAME="field_summary"><!-- --></A> 172<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 173<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 174<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 175<B>Field Summary</B></FONT></TH> 176</TR> 177<TR BGCOLOR="white" CLASS="TableRowColor"> 178<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 179<CODE>protected java.util.Date</CODE></FONT></TD> 180<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#date">date</A></B></CODE> 181 182<BR> 183 </TD> 184</TR> 185<TR BGCOLOR="white" CLASS="TableRowColor"> 186<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 187<CODE>protected java.lang.String</CODE></FONT></TD> 188<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#dateFormatString">dateFormatString</A></B></CODE> 189 190<BR> 191 </TD> 192</TR> 193<TR BGCOLOR="white" CLASS="TableRowColor"> 194<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 195<CODE>protected java.text.SimpleDateFormat</CODE></FONT></TD> 196<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#dateFormatter">dateFormatter</A></B></CODE> 197 198<BR> 199 </TD> 200</TR> 201</TABLE> 202 <A NAME="fields_inherited_from_class_javax.swing.JComponent"><!-- --></A> 203<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 204<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 205<TH ALIGN="left"><B>Fields inherited from class javax.swing.JComponent</B></TH> 206</TR> 207<TR BGCOLOR="white" CLASS="TableRowColor"> 208<TD><CODE>accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW</CODE></TD> 209</TR> 210</TABLE> 211 <A NAME="fields_inherited_from_class_java.awt.Component"><!-- --></A> 212<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 213<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 214<TH ALIGN="left"><B>Fields inherited from class java.awt.Component</B></TH> 215</TR> 216<TR BGCOLOR="white" CLASS="TableRowColor"> 217<TD><CODE>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</CODE></TD> 218</TR> 219</TABLE> 220 <A NAME="fields_inherited_from_class_java.awt.image.ImageObserver"><!-- --></A> 221<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 222<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 223<TH ALIGN="left"><B>Fields inherited from interface java.awt.image.ImageObserver</B></TH> 224</TR> 225<TR BGCOLOR="white" CLASS="TableRowColor"> 226<TD><CODE>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</CODE></TD> 227</TR> 228</TABLE> 229 230<!-- ======== CONSTRUCTOR SUMMARY ======== --> 231 232<A NAME="constructor_summary"><!-- --></A> 233<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 234<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 235<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 236<B>Constructor Summary</B></FONT></TH> 237</TR> 238<TR BGCOLOR="white" CLASS="TableRowColor"> 239<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#JSpinnerDateEditor()">JSpinnerDateEditor</A></B>()</CODE> 240 241<BR> 242 </TD> 243</TR> 244</TABLE> 245 246<!-- ========== METHOD SUMMARY =========== --> 247 248<A NAME="method_summary"><!-- --></A> 249<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 250<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 251<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 252<B>Method Summary</B></FONT></TH> 253</TR> 254<TR BGCOLOR="white" CLASS="TableRowColor"> 255<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 256<CODE> void</CODE></FONT></TD> 257<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#focusGained(java.awt.event.FocusEvent)">focusGained</A></B>(java.awt.event.FocusEvent e)</CODE> 258 259<BR> 260 </TD> 261</TR> 262<TR BGCOLOR="white" CLASS="TableRowColor"> 263<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 264<CODE> void</CODE></FONT></TD> 265<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#focusLost(java.awt.event.FocusEvent)">focusLost</A></B>(java.awt.event.FocusEvent focusEvent)</CODE> 266 267<BR> 268 </TD> 269</TR> 270<TR BGCOLOR="white" CLASS="TableRowColor"> 271<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 272<CODE> java.util.Date</CODE></FONT></TD> 273<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#getDate()">getDate</A></B>()</CODE> 274 275<BR> 276 Returns the date.</TD> 277</TR> 278<TR BGCOLOR="white" CLASS="TableRowColor"> 279<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 280<CODE> java.lang.String</CODE></FONT></TD> 281<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#getDateFormatString()">getDateFormatString</A></B>()</CODE> 282 283<BR> 284 Returns tha date format string.</TD> 285</TR> 286<TR BGCOLOR="white" CLASS="TableRowColor"> 287<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 288<CODE> java.util.Date</CODE></FONT></TD> 289<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#getMaxSelectableDate()">getMaxSelectableDate</A></B>()</CODE> 290 291<BR> 292 Gets the minimum selectable date.</TD> 293</TR> 294<TR BGCOLOR="white" CLASS="TableRowColor"> 295<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 296<CODE> java.util.Date</CODE></FONT></TD> 297<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#getMinSelectableDate()">getMinSelectableDate</A></B>()</CODE> 298 299<BR> 300 Gets the maximum selectable date.</TD> 301</TR> 302<TR BGCOLOR="white" CLASS="TableRowColor"> 303<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 304<CODE> javax.swing.JComponent</CODE></FONT></TD> 305<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#getUiComponent()">getUiComponent</A></B>()</CODE> 306 307<BR> 308 Returns the UI component, e.g. the actual JTextField implementing the 309 editor.</TD> 310</TR> 311<TR BGCOLOR="white" CLASS="TableRowColor"> 312<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 313<CODE> void</CODE></FONT></TD> 314<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#setDate(java.util.Date)">setDate</A></B>(java.util.Date date)</CODE> 315 316<BR> 317 Sets the date.</TD> 318</TR> 319<TR BGCOLOR="white" CLASS="TableRowColor"> 320<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 321<CODE> void</CODE></FONT></TD> 322<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#setDate(java.util.Date, boolean)">setDate</A></B>(java.util.Date date, 323 boolean updateModel)</CODE> 324 325<BR> 326 </TD> 327</TR> 328<TR BGCOLOR="white" CLASS="TableRowColor"> 329<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 330<CODE> void</CODE></FONT></TD> 331<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#setDateFormatString(java.lang.String)">setDateFormatString</A></B>(java.lang.String dateFormatString)</CODE> 332 333<BR> 334 Sets the date format string, e.g.</TD> 335</TR> 336<TR BGCOLOR="white" CLASS="TableRowColor"> 337<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 338<CODE> void</CODE></FONT></TD> 339<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#setEnabled(boolean)">setEnabled</A></B>(boolean b)</CODE> 340 341<BR> 342 Enables and disabled the compoment.</TD> 343</TR> 344<TR BGCOLOR="white" CLASS="TableRowColor"> 345<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 346<CODE> void</CODE></FONT></TD> 347<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#setLocale(java.util.Locale)">setLocale</A></B>(java.util.Locale locale)</CODE> 348 349<BR> 350 Sets the locale.</TD> 351</TR> 352<TR BGCOLOR="white" CLASS="TableRowColor"> 353<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 354<CODE> void</CODE></FONT></TD> 355<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#setMaxSelectableDate(java.util.Date)">setMaxSelectableDate</A></B>(java.util.Date max)</CODE> 356 357<BR> 358 Sets the maximum selectable date.</TD> 359</TR> 360<TR BGCOLOR="white" CLASS="TableRowColor"> 361<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 362<CODE> void</CODE></FONT></TD> 363<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#setMinSelectableDate(java.util.Date)">setMinSelectableDate</A></B>(java.util.Date min)</CODE> 364 365<BR> 366 Sets the minimum selectable date.</TD> 367</TR> 368<TR BGCOLOR="white" CLASS="TableRowColor"> 369<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 370<CODE> void</CODE></FONT></TD> 371<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#setSelectableDateRange(java.util.Date, java.util.Date)">setSelectableDateRange</A></B>(java.util.Date min, 372 java.util.Date max)</CODE> 373 374<BR> 375 Sets a valid date range for selectable dates.</TD> 376</TR> 377<TR BGCOLOR="white" CLASS="TableRowColor"> 378<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 379<CODE> void</CODE></FONT></TD> 380<TD><CODE><B><A HREF="../../../com/toedter/calendar/JSpinnerDateEditor.html#stateChanged(javax.swing.event.ChangeEvent)">stateChanged</A></B>(javax.swing.event.ChangeEvent e)</CODE> 381 382<BR> 383 </TD> 384</TR> 385</TABLE> 386 <A NAME="methods_inherited_from_class_javax.swing.JSpinner"><!-- --></A> 387<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 388<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 389<TH ALIGN="left"><B>Methods inherited from class javax.swing.JSpinner</B></TH> 390</TR> 391<TR BGCOLOR="white" CLASS="TableRowColor"> 392<TD><CODE>addChangeListener, commitEdit, createEditor, fireStateChanged, getAccessibleContext, getChangeListeners, getEditor, getModel, getNextValue, getPreviousValue, getUI, getUIClassID, getValue, removeChangeListener, setEditor, setModel, setUI, setValue, updateUI</CODE></TD> 393</TR> 394</TABLE> 395 <A NAME="methods_inherited_from_class_javax.swing.JComponent"><!-- --></A> 396<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 397<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 398<TH ALIGN="left"><B>Methods inherited from class javax.swing.JComponent</B></TH> 399</TR> 400<TR BGCOLOR="white" CLASS="TableRowColor"> 401<TD><CODE>addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, paramString, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update</CODE></TD> 402</TR> 403</TABLE> 404 <A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A> 405<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 406<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 407<TH ALIGN="left"><B>Methods inherited from class java.awt.Container</B></TH> 408</TR> 409<TR BGCOLOR="white" CLASS="TableRowColor"> 410<TD><CODE>add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree</CODE></TD> 411</TR> 412</TABLE> 413 <A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A> 414<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 415<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 416<TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH> 417</TR> 418<TR BGCOLOR="white" CLASS="TableRowColor"> 419<TD><CODE>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, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, 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, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle</CODE></TD> 420</TR> 421</TABLE> 422 <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> 423<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 424<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 425<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> 426</TR> 427<TR BGCOLOR="white" CLASS="TableRowColor"> 428<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> 429</TR> 430</TABLE> 431 <A NAME="methods_inherited_from_class_com.toedter.calendar.IDateEditor"><!-- --></A> 432<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 433<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 434<TH ALIGN="left"><B>Methods inherited from interface com.toedter.calendar.<A HREF="../../../com/toedter/calendar/IDateEditor.html" title="interface in com.toedter.calendar">IDateEditor</A></B></TH> 435</TR> 436<TR BGCOLOR="white" CLASS="TableRowColor"> 437<TD><CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#addPropertyChangeListener(java.beans.PropertyChangeListener)">addPropertyChangeListener</A>, <A HREF="../../../com/toedter/calendar/IDateEditor.html#addPropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener)">addPropertyChangeListener</A>, <A HREF="../../../com/toedter/calendar/IDateEditor.html#removePropertyChangeListener(java.beans.PropertyChangeListener)">removePropertyChangeListener</A>, <A HREF="../../../com/toedter/calendar/IDateEditor.html#removePropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener)">removePropertyChangeListener</A></CODE></TD> 438</TR> 439</TABLE> 440 441<P> 442 443<!-- ============ FIELD DETAIL =========== --> 444 445<A NAME="field_detail"><!-- --></A> 446<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 447<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 448<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 449<B>Field Detail</B></FONT></TH> 450</TR> 451</TABLE> 452 453<A NAME="date"><!-- --></A><H3> 454date</H3> 455<PRE> 456protected java.util.Date <B>date</B></PRE> 457<DL> 458<DL> 459</DL> 460</DL> 461<HR> 462 463<A NAME="dateFormatString"><!-- --></A><H3> 464dateFormatString</H3> 465<PRE> 466protected java.lang.String <B>dateFormatString</B></PRE> 467<DL> 468<DL> 469</DL> 470</DL> 471<HR> 472 473<A NAME="dateFormatter"><!-- --></A><H3> 474dateFormatter</H3> 475<PRE> 476protected java.text.SimpleDateFormat <B>dateFormatter</B></PRE> 477<DL> 478<DL> 479</DL> 480</DL> 481 482<!-- ========= CONSTRUCTOR DETAIL ======== --> 483 484<A NAME="constructor_detail"><!-- --></A> 485<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 486<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 487<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 488<B>Constructor Detail</B></FONT></TH> 489</TR> 490</TABLE> 491 492<A NAME="JSpinnerDateEditor()"><!-- --></A><H3> 493JSpinnerDateEditor</H3> 494<PRE> 495public <B>JSpinnerDateEditor</B>()</PRE> 496<DL> 497</DL> 498 499<!-- ============ METHOD DETAIL ========== --> 500 501<A NAME="method_detail"><!-- --></A> 502<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 503<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 504<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 505<B>Method Detail</B></FONT></TH> 506</TR> 507</TABLE> 508 509<A NAME="getDate()"><!-- --></A><H3> 510getDate</H3> 511<PRE> 512public java.util.Date <B>getDate</B>()</PRE> 513<DL> 514<DD><B>Description copied from interface: <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#getDate()">IDateEditor</A></CODE></B></DD> 515<DD>Returns the date. 516<P> 517<DD><DL> 518<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#getDate()">getDate</A></CODE> in interface <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html" title="interface in com.toedter.calendar">IDateEditor</A></CODE></DL> 519</DD> 520<DD><DL> 521 522<DT><B>Returns:</B><DD>the date</DL> 523</DD> 524</DL> 525<HR> 526 527<A NAME="setDate(java.util.Date)"><!-- --></A><H3> 528setDate</H3> 529<PRE> 530public void <B>setDate</B>(java.util.Date date)</PRE> 531<DL> 532<DD><B>Description copied from interface: <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#setDate(java.util.Date)">IDateEditor</A></CODE></B></DD> 533<DD>Sets the date. This should be implemented as a bound property, firing the 534 "date" property. 535<P> 536<DD><DL> 537<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#setDate(java.util.Date)">setDate</A></CODE> in interface <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html" title="interface in com.toedter.calendar">IDateEditor</A></CODE></DL> 538</DD> 539<DD><DL> 540<DT><B>Parameters:</B><DD><CODE>date</CODE> - the date to set</DL> 541</DD> 542</DL> 543<HR> 544 545<A NAME="setDate(java.util.Date, boolean)"><!-- --></A><H3> 546setDate</H3> 547<PRE> 548public void <B>setDate</B>(java.util.Date date, 549 boolean updateModel)</PRE> 550<DL> 551<DD><DL> 552</DL> 553</DD> 554<DD><DL> 555</DL> 556</DD> 557</DL> 558<HR> 559 560<A NAME="setDateFormatString(java.lang.String)"><!-- --></A><H3> 561setDateFormatString</H3> 562<PRE> 563public void <B>setDateFormatString</B>(java.lang.String dateFormatString)</PRE> 564<DL> 565<DD><B>Description copied from interface: <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#setDateFormatString(java.lang.String)">IDateEditor</A></CODE></B></DD> 566<DD>Sets the date format string, e.g. "MM/dd/yy". If the date format string 567 is null or invalid, the date format string will be set to the MEDIUM 568 Simple date format of the current locale. 569<P> 570<DD><DL> 571<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#setDateFormatString(java.lang.String)">setDateFormatString</A></CODE> in interface <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html" title="interface in com.toedter.calendar">IDateEditor</A></CODE></DL> 572</DD> 573<DD><DL> 574<DT><B>Parameters:</B><DD><CODE>dateFormatString</CODE> - the date format string</DL> 575</DD> 576</DL> 577<HR> 578 579<A NAME="getDateFormatString()"><!-- --></A><H3> 580getDateFormatString</H3> 581<PRE> 582public java.lang.String <B>getDateFormatString</B>()</PRE> 583<DL> 584<DD><B>Description copied from interface: <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#getDateFormatString()">IDateEditor</A></CODE></B></DD> 585<DD>Returns tha date format string. 586<P> 587<DD><DL> 588<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#getDateFormatString()">getDateFormatString</A></CODE> in interface <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html" title="interface in com.toedter.calendar">IDateEditor</A></CODE></DL> 589</DD> 590<DD><DL> 591 592<DT><B>Returns:</B><DD>the date format string</DL> 593</DD> 594</DL> 595<HR> 596 597<A NAME="getUiComponent()"><!-- --></A><H3> 598getUiComponent</H3> 599<PRE> 600public javax.swing.JComponent <B>getUiComponent</B>()</PRE> 601<DL> 602<DD><B>Description copied from interface: <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#getUiComponent()">IDateEditor</A></CODE></B></DD> 603<DD>Returns the UI component, e.g. the actual JTextField implementing the 604 editor. 605<P> 606<DD><DL> 607<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#getUiComponent()">getUiComponent</A></CODE> in interface <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html" title="interface in com.toedter.calendar">IDateEditor</A></CODE></DL> 608</DD> 609<DD><DL> 610 611<DT><B>Returns:</B><DD>the UI component</DL> 612</DD> 613</DL> 614<HR> 615 616<A NAME="setLocale(java.util.Locale)"><!-- --></A><H3> 617setLocale</H3> 618<PRE> 619public void <B>setLocale</B>(java.util.Locale locale)</PRE> 620<DL> 621<DD><B>Description copied from interface: <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#setLocale(java.util.Locale)">IDateEditor</A></CODE></B></DD> 622<DD>Sets the locale. Usually this should have impact on the current date 623 format string. 624<P> 625<DD><DL> 626<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#setLocale(java.util.Locale)">setLocale</A></CODE> in interface <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html" title="interface in com.toedter.calendar">IDateEditor</A></CODE><DT><B>Overrides:</B><DD><CODE>setLocale</CODE> in class <CODE>java.awt.Component</CODE></DL> 627</DD> 628<DD><DL> 629<DT><B>Parameters:</B><DD><CODE>locale</CODE> - the locale to set</DL> 630</DD> 631</DL> 632<HR> 633 634<A NAME="focusLost(java.awt.event.FocusEvent)"><!-- --></A><H3> 635focusLost</H3> 636<PRE> 637public void <B>focusLost</B>(java.awt.event.FocusEvent focusEvent)</PRE> 638<DL> 639<DD><DL> 640<DT><B>Specified by:</B><DD><CODE>focusLost</CODE> in interface <CODE>java.awt.event.FocusListener</CODE></DL> 641</DD> 642<DD><DL> 643</DL> 644</DD> 645</DL> 646<HR> 647 648<A NAME="focusGained(java.awt.event.FocusEvent)"><!-- --></A><H3> 649focusGained</H3> 650<PRE> 651public void <B>focusGained</B>(java.awt.event.FocusEvent e)</PRE> 652<DL> 653<DD><DL> 654<DT><B>Specified by:</B><DD><CODE>focusGained</CODE> in interface <CODE>java.awt.event.FocusListener</CODE></DL> 655</DD> 656<DD><DL> 657</DL> 658</DD> 659</DL> 660<HR> 661 662<A NAME="setEnabled(boolean)"><!-- --></A><H3> 663setEnabled</H3> 664<PRE> 665public void <B>setEnabled</B>(boolean b)</PRE> 666<DL> 667<DD>Enables and disabled the compoment. It also fixes the background bug 668 4991597 and sets the background explicitely to a 669 TextField.inactiveBackground. 670<P> 671<DD><DL> 672<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#setEnabled(boolean)">setEnabled</A></CODE> in interface <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html" title="interface in com.toedter.calendar">IDateEditor</A></CODE><DT><B>Overrides:</B><DD><CODE>setEnabled</CODE> in class <CODE>javax.swing.JComponent</CODE></DL> 673</DD> 674<DD><DL> 675<DT><B>Parameters:</B><DD><CODE>b</CODE> - true, if the UI component should be enabled.</DL> 676</DD> 677</DL> 678<HR> 679 680<A NAME="getMaxSelectableDate()"><!-- --></A><H3> 681getMaxSelectableDate</H3> 682<PRE> 683public java.util.Date <B>getMaxSelectableDate</B>()</PRE> 684<DL> 685<DD><B>Description copied from interface: <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#getMaxSelectableDate()">IDateEditor</A></CODE></B></DD> 686<DD>Gets the minimum selectable date. 687<P> 688<DD><DL> 689<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#getMaxSelectableDate()">getMaxSelectableDate</A></CODE> in interface <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html" title="interface in com.toedter.calendar">IDateEditor</A></CODE></DL> 690</DD> 691<DD><DL> 692 693<DT><B>Returns:</B><DD>the minimum selectable date</DL> 694</DD> 695</DL> 696<HR> 697 698<A NAME="getMinSelectableDate()"><!-- --></A><H3> 699getMinSelectableDate</H3> 700<PRE> 701public java.util.Date <B>getMinSelectableDate</B>()</PRE> 702<DL> 703<DD><B>Description copied from interface: <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#getMinSelectableDate()">IDateEditor</A></CODE></B></DD> 704<DD>Gets the maximum selectable date. 705<P> 706<DD><DL> 707<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#getMinSelectableDate()">getMinSelectableDate</A></CODE> in interface <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html" title="interface in com.toedter.calendar">IDateEditor</A></CODE></DL> 708</DD> 709<DD><DL> 710 711<DT><B>Returns:</B><DD>the maximum selectable date<DT><B>See Also:</B><DD><A HREF="../../../com/toedter/calendar/IDateEditor.html#getMinSelectableDate()"><CODE>IDateEditor.getMinSelectableDate()</CODE></A></DL> 712</DD> 713</DL> 714<HR> 715 716<A NAME="setMaxSelectableDate(java.util.Date)"><!-- --></A><H3> 717setMaxSelectableDate</H3> 718<PRE> 719public void <B>setMaxSelectableDate</B>(java.util.Date max)</PRE> 720<DL> 721<DD><B>Description copied from interface: <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#setMaxSelectableDate(java.util.Date)">IDateEditor</A></CODE></B></DD> 722<DD>Sets the maximum selectable date. 723<P> 724<DD><DL> 725<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#setMaxSelectableDate(java.util.Date)">setMaxSelectableDate</A></CODE> in interface <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html" title="interface in com.toedter.calendar">IDateEditor</A></CODE></DL> 726</DD> 727<DD><DL> 728<DT><B>Parameters:</B><DD><CODE>max</CODE> - maximum selectable date<DT><B>See Also:</B><DD><A HREF="../../../com/toedter/calendar/IDateEditor.html#setMaxSelectableDate(java.util.Date)"><CODE>IDateEditor.setMaxSelectableDate(java.util.Date)</CODE></A></DL> 729</DD> 730</DL> 731<HR> 732 733<A NAME="setMinSelectableDate(java.util.Date)"><!-- --></A><H3> 734setMinSelectableDate</H3> 735<PRE> 736public void <B>setMinSelectableDate</B>(java.util.Date min)</PRE> 737<DL> 738<DD><B>Description copied from interface: <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#setMinSelectableDate(java.util.Date)">IDateEditor</A></CODE></B></DD> 739<DD>Sets the minimum selectable date. 740<P> 741<DD><DL> 742<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#setMinSelectableDate(java.util.Date)">setMinSelectableDate</A></CODE> in interface <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html" title="interface in com.toedter.calendar">IDateEditor</A></CODE></DL> 743</DD> 744<DD><DL> 745<DT><B>Parameters:</B><DD><CODE>min</CODE> - minimum selectable date<DT><B>See Also:</B><DD><A HREF="../../../com/toedter/calendar/IDateEditor.html#setMinSelectableDate(java.util.Date)"><CODE>IDateEditor.setMinSelectableDate(java.util.Date)</CODE></A></DL> 746</DD> 747</DL> 748<HR> 749 750<A NAME="setSelectableDateRange(java.util.Date, java.util.Date)"><!-- --></A><H3> 751setSelectableDateRange</H3> 752<PRE> 753public void <B>setSelectableDateRange</B>(java.util.Date min, 754 java.util.Date max)</PRE> 755<DL> 756<DD><B>Description copied from interface: <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#setSelectableDateRange(java.util.Date, java.util.Date)">IDateEditor</A></CODE></B></DD> 757<DD>Sets a valid date range for selectable dates. If max is before 758 min, the default range with no limitation is set. 759<P> 760<DD><DL> 761<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html#setSelectableDateRange(java.util.Date, java.util.Date)">setSelectableDateRange</A></CODE> in interface <CODE><A HREF="../../../com/toedter/calendar/IDateEditor.html" title="interface in com.toedter.calendar">IDateEditor</A></CODE></DL> 762</DD> 763<DD><DL> 764<DT><B>Parameters:</B><DD><CODE>min</CODE> - the minimum selectable date or null (then the minimum date should be 765 set to 01\01\0001)<DD><CODE>max</CODE> - the maximum selectable date or null (then the maximum date should be 766 set to 01\01\9999)<DT><B>See Also:</B><DD><A HREF="../../../com/toedter/calendar/IDateEditor.html#setSelectableDateRange(java.util.Date, java.util.Date)"><CODE>IDateEditor.setSelectableDateRange(java.util.Date, java.util.Date)</CODE></A></DL> 767</DD> 768</DL> 769<HR> 770 771<A NAME="stateChanged(javax.swing.event.ChangeEvent)"><!-- --></A><H3> 772stateChanged</H3> 773<PRE> 774public void <B>stateChanged</B>(javax.swing.event.ChangeEvent e)</PRE> 775<DL> 776<DD><DL> 777<DT><B>Specified by:</B><DD><CODE>stateChanged</CODE> in interface <CODE>javax.swing.event.ChangeListener</CODE></DL> 778</DD> 779<DD><DL> 780<DT><B>See Also:</B><DD><CODE>ChangeListener.stateChanged(javax.swing.event.ChangeEvent)</CODE></DL> 781</DD> 782</DL> 783<!-- ========= END OF CLASS DATA ========= --> 784<HR> 785 786 787<!-- ======= START OF BOTTOM NAVBAR ====== --> 788<A NAME="navbar_bottom"><!-- --></A> 789<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 790<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 791<TR> 792<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 793<A NAME="navbar_bottom_firstrow"><!-- --></A> 794<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 795 <TR ALIGN="center" VALIGN="top"> 796 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 797 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 798 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 799 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 800 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 801 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 802 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 803 </TR> 804</TABLE> 805</TD> 806<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 807</EM> 808</TD> 809</TR> 810 811<TR> 812<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 813 <A HREF="../../../com/toedter/calendar/JMonthChooserBeanInfo.html" title="class in com.toedter.calendar"><B>PREV CLASS</B></A> 814 <A HREF="../../../com/toedter/calendar/JTextFieldDateEditor.html" title="class in com.toedter.calendar"><B>NEXT CLASS</B></A></FONT></TD> 815<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 816 <A HREF="../../../index.html?com/toedter/calendar/JSpinnerDateEditor.html" target="_top"><B>FRAMES</B></A> 817 <A HREF="JSpinnerDateEditor.html" target="_top"><B>NO FRAMES</B></A> 818 <SCRIPT type="text/javascript"> 819 <!-- 820 if(window==top) { 821 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); 822 } 823 //--> 824</SCRIPT> 825<NOSCRIPT> 826 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> 827</NOSCRIPT> 828 829 830</FONT></TD> 831</TR> 832<TR> 833<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 834 SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JSpinner">NESTED</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> 835<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 836DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> 837</TR> 838</TABLE> 839<A NAME="skip-navbar_bottom"></A> 840<!-- ======== END OF BOTTOM NAVBAR ======= --> 841 842<HR> 843Copyright 1999 - 2006 Kai Toedter. 844</BODY> 845</HTML>