Module java.desktop

Class BasicComboBoxUI.ComboBoxLayoutManager

java.lang.Object
javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
所有已实现的接口:
LayoutManager
直接已知的子类:
MetalComboBoxUI.MetalComboBoxLayoutManager
封装类:
BasicComboBoxUI

public class BasicComboBoxUI.ComboBoxLayoutManager extends Object implements LayoutManager
该布局管理器处理组合框的“标准”布局。它将箭头按钮放在右侧,编辑器放在左侧。如果没有编辑器,仍将箭头按钮保持在右侧。这个公共内部类应该被视为受保护的。只能在BasicComboBoxUI的子类中实例化它。