Lines Matching refs:UIDefaults
214 public UIDefaults getDefaults() {
215 final UIDefaults table = new UIDefaults();
217 //UIDefaults table = new DebugDefaults();
241 * locale used when no locale is passed into UIDefaults.get(). The
245 private void initResourceBundle(final UIDefaults table) {
263 protected void initComponentDefaults(final UIDefaults table) {
275 final Object listCellRendererActiveValue = new UIDefaults.ActiveValue(){
276 public Object createValue(UIDefaults defaultsTable) {
382 final UIDefaults.LazyInputMap controlFocusInputMap = new UIDefaults.LazyInputMap(new Object[]{
772 "ScrollPane.ancestorInputMap.RightToLeft", new UIDefaults.LazyInputMap(new Object[]{}),
977 "Tree.ancestorInputMap", new UIDefaults.LazyInputMap(new Object[]{"ESCAPE", "cancel"}),};
985 protected void initSystemColorDefaults(final UIDefaults table) {
1027 protected void initClassDefaults(final UIDefaults table) {