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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DUIManager.java198 Vector<LookAndFeel> auxLookAndFeels = null; field in class:UIManager.LAFState
1080 Vector<LookAndFeel> v = getLAFState().auxLookAndFeels;
1088 getLAFState().auxLookAndFeels = v;
1116 Vector<LookAndFeel> v = getLAFState().auxLookAndFeels;
1124 getLAFState().auxLookAndFeels = null;
1127 getLAFState().auxLookAndFeels = v;
1152 Vector<LookAndFeel> v = getLAFState().auxLookAndFeels;
1366 Vector<LookAndFeel> auxLookAndFeels = new Vector<LookAndFeel>();
1380 auxLookAndFeels.addElement(newLAF);
1388 * loaded, make sure we reset auxLookAndFeels t
[all...]

Completed in 24 milliseconds