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

/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest4711996.java37 AbstractColorChooserPanel[] panels = chooser.getChooserPanels();
H A DTest4177735.java42 AbstractColorChooserPanel[] panels = chooser.getChooserPanels();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicColorChooserUI.java80 AbstractColorChooserPanel[] choosers = chooser.getChooserPanels();
221 AbstractColorChooserPanel[] panels = this.chooser.getChooserPanels();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJColorChooser.java413 AbstractColorChooserPanel[] oldPanels = getChooserPanels();
485 public AbstractColorChooserPanel[] getChooserPanels() { method in class:JColorChooser

Completed in 40 milliseconds