/lib/docs/api/com/toedter/components/JLocaleChooser.html
HTML | 543 lines | 471 code | 47 blank | 25 comment | 0 complexity | 1a58df88bc2ed2f0f260341c1ab46d79 MD5 | raw file
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:15 CEST 2006 --> 6<TITLE> 7JLocaleChooser (JCalendar API) 8</TITLE> 9 10<META NAME="keywords" CONTENT="com.toedter.components.JLocaleChooser 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="JLocaleChooser (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/components/GenericBeanInfo.html" title="class in com.toedter.components"><B>PREV CLASS</B></A> 55 <A HREF="../../../com/toedter/components/JLocaleChooserBeanInfo.html" title="class in com.toedter.components"><B>NEXT CLASS</B></A></FONT></TD> 56<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 57 <A HREF="../../../index.html?com/toedter/components/JLocaleChooser.html" target="_top"><B>FRAMES</B></A> 58 <A HREF="JLocaleChooser.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.JComboBox">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.components</FONT> 88<BR> 89Class JLocaleChooser</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.JComboBox 96 <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>com.toedter.components.JLocaleChooser</B> 97</PRE> 98<DL> 99<DT><B>All Implemented Interfaces:</B> <DD>java.awt.event.ActionListener, java.awt.event.ItemListener, java.awt.image.ImageObserver, java.awt.ItemSelectable, java.awt.MenuContainer, java.io.Serializable, java.util.EventListener, javax.accessibility.Accessible, javax.swing.event.ListDataListener</DD> 100</DL> 101<HR> 102<DL> 103<DT><PRE>public class <B>JLocaleChooser</B><DT>extends javax.swing.JComboBox<DT>implements java.awt.event.ItemListener</DL> 104</PRE> 105 106<P> 107JLocaleChooser is a bean for choosing locales. 108<P> 109 110<P> 111<DL> 112<DT><B>Version:</B></DT> 113 <DD>$LastChangedRevision: 85 $, $LastChangedDate: 2006-04-28 13:50:52 +0200 (Fr, 28 Apr 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.components.JLocaleChooser">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.JComboBox"><!-- --></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.JComboBox</B></TH> 133</TR> 134<TR BGCOLOR="white" CLASS="TableRowColor"> 135<TD><CODE>javax.swing.JComboBox.AccessibleJComboBox, javax.swing.JComboBox.KeySelectionManager</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 javax.swing.JComponent</CODE></FONT></TD> 180<TD><CODE><B><A HREF="../../../com/toedter/components/JLocaleChooser.html#component">component</A></B></CODE> 181 182<BR> 183 </TD> 184</TR> 185</TABLE> 186 <A NAME="fields_inherited_from_class_javax.swing.JComboBox"><!-- --></A> 187<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 188<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 189<TH ALIGN="left"><B>Fields inherited from class javax.swing.JComboBox</B></TH> 190</TR> 191<TR BGCOLOR="white" CLASS="TableRowColor"> 192<TD><CODE>actionCommand, dataModel, editor, isEditable, keySelectionManager, lightWeightPopupEnabled, maximumRowCount, renderer, selectedItemReminder</CODE></TD> 193</TR> 194</TABLE> 195 <A NAME="fields_inherited_from_class_javax.swing.JComponent"><!-- --></A> 196<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 197<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 198<TH ALIGN="left"><B>Fields inherited from class javax.swing.JComponent</B></TH> 199</TR> 200<TR BGCOLOR="white" CLASS="TableRowColor"> 201<TD><CODE>accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW</CODE></TD> 202</TR> 203</TABLE> 204 <A NAME="fields_inherited_from_class_java.awt.Component"><!-- --></A> 205<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 206<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 207<TH ALIGN="left"><B>Fields inherited from class java.awt.Component</B></TH> 208</TR> 209<TR BGCOLOR="white" CLASS="TableRowColor"> 210<TD><CODE>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</CODE></TD> 211</TR> 212</TABLE> 213 <A NAME="fields_inherited_from_class_java.awt.image.ImageObserver"><!-- --></A> 214<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 215<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 216<TH ALIGN="left"><B>Fields inherited from interface java.awt.image.ImageObserver</B></TH> 217</TR> 218<TR BGCOLOR="white" CLASS="TableRowColor"> 219<TD><CODE>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</CODE></TD> 220</TR> 221</TABLE> 222 223<!-- ======== CONSTRUCTOR SUMMARY ======== --> 224 225<A NAME="constructor_summary"><!-- --></A> 226<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 227<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 228<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 229<B>Constructor Summary</B></FONT></TH> 230</TR> 231<TR BGCOLOR="white" CLASS="TableRowColor"> 232<TD><CODE><B><A HREF="../../../com/toedter/components/JLocaleChooser.html#JLocaleChooser()">JLocaleChooser</A></B>()</CODE> 233 234<BR> 235 Default JLocaleChooser constructor.</TD> 236</TR> 237<TR BGCOLOR="white" CLASS="TableRowColor"> 238<TD><CODE><B><A HREF="../../../com/toedter/components/JLocaleChooser.html#JLocaleChooser(javax.swing.JComponent)">JLocaleChooser</A></B>(javax.swing.JComponent component)</CODE> 239 240<BR> 241 Default JLocaleChooser constructor.</TD> 242</TR> 243</TABLE> 244 245<!-- ========== METHOD SUMMARY =========== --> 246 247<A NAME="method_summary"><!-- --></A> 248<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 249<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 250<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 251<B>Method Summary</B></FONT></TH> 252</TR> 253<TR BGCOLOR="white" CLASS="TableRowColor"> 254<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 255<CODE> java.util.Locale</CODE></FONT></TD> 256<TD><CODE><B><A HREF="../../../com/toedter/components/JLocaleChooser.html#getLocale()">getLocale</A></B>()</CODE> 257 258<BR> 259 Returns the locale.</TD> 260</TR> 261<TR BGCOLOR="white" CLASS="TableRowColor"> 262<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 263<CODE> java.lang.String</CODE></FONT></TD> 264<TD><CODE><B><A HREF="../../../com/toedter/components/JLocaleChooser.html#getName()">getName</A></B>()</CODE> 265 266<BR> 267 Returns "JLocaleChoose".</TD> 268</TR> 269<TR BGCOLOR="white" CLASS="TableRowColor"> 270<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 271<CODE> void</CODE></FONT></TD> 272<TD><CODE><B><A HREF="../../../com/toedter/components/JLocaleChooser.html#itemStateChanged(java.awt.event.ItemEvent)">itemStateChanged</A></B>(java.awt.event.ItemEvent iEvt)</CODE> 273 274<BR> 275 The ItemListener for the locales.</TD> 276</TR> 277<TR BGCOLOR="white" CLASS="TableRowColor"> 278<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 279<CODE>static void</CODE></FONT></TD> 280<TD><CODE><B><A HREF="../../../com/toedter/components/JLocaleChooser.html#main(java.lang.String[])">main</A></B>(java.lang.String[] s)</CODE> 281 282<BR> 283 Creates a JFrame with a JLocaleChooser inside and can be used for 284 testing.</TD> 285</TR> 286<TR BGCOLOR="white" CLASS="TableRowColor"> 287<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 288<CODE> void</CODE></FONT></TD> 289<TD><CODE><B><A HREF="../../../com/toedter/components/JLocaleChooser.html#setLocale(java.util.Locale)">setLocale</A></B>(java.util.Locale l)</CODE> 290 291<BR> 292 Sets the locale.</TD> 293</TR> 294</TABLE> 295 <A NAME="methods_inherited_from_class_javax.swing.JComboBox"><!-- --></A> 296<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 297<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 298<TH ALIGN="left"><B>Methods inherited from class javax.swing.JComboBox</B></TH> 299</TR> 300<TR BGCOLOR="white" CLASS="TableRowColor"> 301<TD><CODE>actionPerformed, addActionListener, addItem, addItemListener, addPopupMenuListener, configureEditor, configurePropertiesFromAction, contentsChanged, createActionPropertyChangeListener, createDefaultKeySelectionManager, fireActionEvent, fireItemStateChanged, firePopupMenuCanceled, firePopupMenuWillBecomeInvisible, firePopupMenuWillBecomeVisible, getAccessibleContext, getAction, getActionCommand, getActionListeners, getEditor, getItemAt, getItemCount, getItemListeners, getKeySelectionManager, getMaximumRowCount, getModel, getPopupMenuListeners, getPrototypeDisplayValue, getRenderer, getSelectedIndex, getSelectedItem, getSelectedObjects, getUI, getUIClassID, hidePopup, insertItemAt, installAncestorListener, intervalAdded, intervalRemoved, isEditable, isLightWeightPopupEnabled, isPopupVisible, paramString, processKeyEvent, removeActionListener, removeAllItems, removeItem, removeItemAt, removeItemListener, removePopupMenuListener, selectedItemChanged, selectWithKeyChar, setAction, setActionCommand, setEditable, setEditor, setEnabled, setKeySelectionManager, setLightWeightPopupEnabled, setMaximumRowCount, setModel, setPopupVisible, setPrototypeDisplayValue, setRenderer, setSelectedIndex, setSelectedItem, setUI, showPopup, updateUI</CODE></TD> 302</TR> 303</TABLE> 304 <A NAME="methods_inherited_from_class_javax.swing.JComponent"><!-- --></A> 305<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 306<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 307<TH ALIGN="left"><B>Methods inherited from class javax.swing.JComponent</B></TH> 308</TR> 309<TR BGCOLOR="white" CLASS="TableRowColor"> 310<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, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, 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> 311</TR> 312</TABLE> 313 <A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A> 314<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 315<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 316<TH ALIGN="left"><B>Methods inherited from class java.awt.Container</B></TH> 317</TR> 318<TR BGCOLOR="white" CLASS="TableRowColor"> 319<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> 320</TR> 321</TABLE> 322 <A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A> 323<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 324<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 325<TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH> 326</TR> 327<TR BGCOLOR="white" CLASS="TableRowColor"> 328<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, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, 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> 329</TR> 330</TABLE> 331 <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> 332<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 333<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 334<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> 335</TR> 336<TR BGCOLOR="white" CLASS="TableRowColor"> 337<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> 338</TR> 339</TABLE> 340 341<P> 342 343<!-- ============ FIELD DETAIL =========== --> 344 345<A NAME="field_detail"><!-- --></A> 346<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 347<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 348<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 349<B>Field Detail</B></FONT></TH> 350</TR> 351</TABLE> 352 353<A NAME="component"><!-- --></A><H3> 354component</H3> 355<PRE> 356protected javax.swing.JComponent <B>component</B></PRE> 357<DL> 358<DL> 359</DL> 360</DL> 361 362<!-- ========= CONSTRUCTOR DETAIL ======== --> 363 364<A NAME="constructor_detail"><!-- --></A> 365<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 366<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 367<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 368<B>Constructor Detail</B></FONT></TH> 369</TR> 370</TABLE> 371 372<A NAME="JLocaleChooser()"><!-- --></A><H3> 373JLocaleChooser</H3> 374<PRE> 375public <B>JLocaleChooser</B>()</PRE> 376<DL> 377<DD>Default JLocaleChooser constructor. 378<P> 379</DL> 380<HR> 381 382<A NAME="JLocaleChooser(javax.swing.JComponent)"><!-- --></A><H3> 383JLocaleChooser</H3> 384<PRE> 385public <B>JLocaleChooser</B>(javax.swing.JComponent component)</PRE> 386<DL> 387<DD>Default JLocaleChooser constructor. 388<P> 389</DL> 390 391<!-- ============ METHOD DETAIL ========== --> 392 393<A NAME="method_detail"><!-- --></A> 394<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 395<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 396<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 397<B>Method Detail</B></FONT></TH> 398</TR> 399</TABLE> 400 401<A NAME="getName()"><!-- --></A><H3> 402getName</H3> 403<PRE> 404public java.lang.String <B>getName</B>()</PRE> 405<DL> 406<DD>Returns "JLocaleChoose". 407<P> 408<DD><DL> 409<DT><B>Overrides:</B><DD><CODE>getName</CODE> in class <CODE>java.awt.Component</CODE></DL> 410</DD> 411<DD><DL> 412 413<DT><B>Returns:</B><DD>the name value</DL> 414</DD> 415</DL> 416<HR> 417 418<A NAME="itemStateChanged(java.awt.event.ItemEvent)"><!-- --></A><H3> 419itemStateChanged</H3> 420<PRE> 421public void <B>itemStateChanged</B>(java.awt.event.ItemEvent iEvt)</PRE> 422<DL> 423<DD>The ItemListener for the locales. 424<P> 425<DD><DL> 426<DT><B>Specified by:</B><DD><CODE>itemStateChanged</CODE> in interface <CODE>java.awt.event.ItemListener</CODE></DL> 427</DD> 428<DD><DL> 429</DL> 430</DD> 431</DL> 432<HR> 433 434<A NAME="setLocale(java.util.Locale)"><!-- --></A><H3> 435setLocale</H3> 436<PRE> 437public void <B>setLocale</B>(java.util.Locale l)</PRE> 438<DL> 439<DD>Sets the locale. This is a bound property. 440<P> 441<DD><DL> 442<DT><B>Overrides:</B><DD><CODE>setLocale</CODE> in class <CODE>java.awt.Component</CODE></DL> 443</DD> 444<DD><DL> 445<DT><B>See Also:</B><DD><A HREF="../../../com/toedter/components/JLocaleChooser.html#getLocale()"><CODE>getLocale()</CODE></A></DL> 446</DD> 447</DL> 448<HR> 449 450<A NAME="getLocale()"><!-- --></A><H3> 451getLocale</H3> 452<PRE> 453public java.util.Locale <B>getLocale</B>()</PRE> 454<DL> 455<DD>Returns the locale. 456<P> 457<DD><DL> 458<DT><B>Overrides:</B><DD><CODE>getLocale</CODE> in class <CODE>java.awt.Component</CODE></DL> 459</DD> 460<DD><DL> 461</DL> 462</DD> 463</DL> 464<HR> 465 466<A NAME="main(java.lang.String[])"><!-- --></A><H3> 467main</H3> 468<PRE> 469public static void <B>main</B>(java.lang.String[] s)</PRE> 470<DL> 471<DD>Creates a JFrame with a JLocaleChooser inside and can be used for 472 testing. 473<P> 474<DD><DL> 475</DL> 476</DD> 477<DD><DL> 478</DL> 479</DD> 480</DL> 481<!-- ========= END OF CLASS DATA ========= --> 482<HR> 483 484 485<!-- ======= START OF BOTTOM NAVBAR ====== --> 486<A NAME="navbar_bottom"><!-- --></A> 487<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 488<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 489<TR> 490<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 491<A NAME="navbar_bottom_firstrow"><!-- --></A> 492<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 493 <TR ALIGN="center" VALIGN="top"> 494 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 495 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 496 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 497 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 498 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 499 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 500 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 501 </TR> 502</TABLE> 503</TD> 504<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 505</EM> 506</TD> 507</TR> 508 509<TR> 510<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 511 <A HREF="../../../com/toedter/components/GenericBeanInfo.html" title="class in com.toedter.components"><B>PREV CLASS</B></A> 512 <A HREF="../../../com/toedter/components/JLocaleChooserBeanInfo.html" title="class in com.toedter.components"><B>NEXT CLASS</B></A></FONT></TD> 513<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 514 <A HREF="../../../index.html?com/toedter/components/JLocaleChooser.html" target="_top"><B>FRAMES</B></A> 515 <A HREF="JLocaleChooser.html" target="_top"><B>NO FRAMES</B></A> 516 <SCRIPT type="text/javascript"> 517 <!-- 518 if(window==top) { 519 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); 520 } 521 //--> 522</SCRIPT> 523<NOSCRIPT> 524 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> 525</NOSCRIPT> 526 527 528</FONT></TD> 529</TR> 530<TR> 531<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 532 SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JComboBox">NESTED</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> 533<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 534DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> 535</TR> 536</TABLE> 537<A NAME="skip-navbar_bottom"></A> 538<!-- ======== END OF BOTTOM NAVBAR ======= --> 539 540<HR> 541Copyright 1999 - 2006 Kai Toedter. 542</BODY> 543</HTML>