JavaTM 2 Platform
Standard Ed. 5.0

javax.swing.plaf
Ŭ·¡½º ComboBoxUI

java.lang.Object 
  »óÀ§¸¦ È®Àå javax.swing.plaf.ComponentUI 
      »óÀ§¸¦ È®Àå javax.swing.plaf.ComboBoxUI
¾Ë·ÁÁø Á÷°è ¼­ºê Ŭ·¡½º:
BasicComboBoxUI, MultiComboBoxUI

public abstract class ComboBoxUI
extends ComponentUI

JComboBox¿ëÀÇ Ç÷¯±× ÀÎ °¡´ÉÇÑ Look & Feel ÀÎÅÍÆäÀ̽ºÀÔ´Ï´Ù.


»ý¼ºÀÚ °³¿ä
ComboBoxUI ()
           
 
¸Þ¼­µå °³¿ä
abstract  boolean isFocusTraversable (JComboBox  c)
          combobox ÀÚü°¡ traversal °¡´ÉÇÑ°¡ ¾î¶²°¡¸¦ ÆÇÁ¤ÇÕ´Ï´Ù.
abstract  boolean isPopupVisible (JComboBox  c)
          pop-upÀÇ °¡½Ã¼ºÀ» ÆÇÁ¤ÇÕ´Ï´Ù.
abstract  void setPopupVisible (JComboBox  c, boolean v)
          pop-upÀÇ °¡½Ã¼ºÀ» ¼³Á¤ÇÕ´Ï´Ù.
 
Ŭ·¡½º javax.swing.plaf. ComponentUI ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

»ý¼ºÀÚ »ó¼¼

ComboBoxUI

public ComboBoxUI()
¸Þ¼­µåÀÇ »ó¼¼

setPopupVisible

public abstract void setPopupVisible(JComboBox  c,
                                     boolean v)
pop-upÀÇ °¡½Ã¼ºÀ» ¼³Á¤ÇÕ´Ï´Ù.


isPopupVisible

public abstract boolean isPopupVisible(JComboBox  c)
pop-upÀÇ °¡½Ã¼ºÀ» ÆÇÁ¤ÇÕ´Ï´Ù.


isFocusTraversable

public abstract boolean isFocusTraversable(JComboBox  c)
combobox ÀÚü°¡ traversal °¡´ÉÇÑ°¡ ¾î¶²°¡¸¦ ÆÇÁ¤ÇÕ´Ï´Ù.


JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.