Searched refs:lcle (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextSupport.java93 * @param lcle The current Locale for this BeanContext. If
94 * <tt>lcle</tt> is <tt>null</tt>, the default locale
103 public BeanContextSupport(BeanContext peer, Locale lcle, boolean dTime, boolean visible) { argument
106 locale = lcle != null ? lcle : Locale.getDefault();
119 * @param lcle The current Locale for this <tt>BeanContext</tt>. If
120 * <tt>lcle</tt> is <tt>null</tt>, the default locale
128 public BeanContextSupport(BeanContext peer, Locale lcle, boolean dtime) { argument
129 this (peer, lcle, dtime, true);
139 * @param lcle Th
148 BeanContextSupport(BeanContext peer, Locale lcle) argument
[all...]
H A DBeanContextServicesSupport.java71 * @param lcle The current Locale for this BeanContext.
77 public BeanContextServicesSupport(BeanContextServices peer, Locale lcle, boolean dTime, boolean visible) { argument
78 super(peer, lcle, dTime, visible);
85 * @param lcle The current Locale for this BeanContext.
89 public BeanContextServicesSupport(BeanContextServices peer, Locale lcle, boolean dtime) { argument
90 this (peer, lcle, dtime, true);
97 * @param lcle The current Locale for this BeanContext.
100 public BeanContextServicesSupport(BeanContextServices peer, Locale lcle) { argument
101 this (peer, lcle, false, true);

Completed in 35 milliseconds