Searched defs:motifGetEditor (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifComboBoxUI.java63 if ( motifGetEditor() != null ) {
64 motifGetEditor().setBackground( UIManager.getColor( "text" ) );
257 private Component motifGetEditor() { method in class:MotifComboBoxUI
271 if ( motifGetEditor() != null ) {
277 motifGetEditor().setBounds(cvb);
353 Component editor = motifGetEditor();

Completed in 24 milliseconds