borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.view
java.lang.Object +----java.awt.Component +----java.awt.Container +----java.awt.Panel +----borland.jbcl.view.ComboButtonView
Variables Constructors Properties Methods Event Listeners
Implements MenuContainer, FocusListener, MouseListener, ImageObserver, Serializable, EventListener
This component is used internally by other classes in the JBCL. You should never use this component directly.
protected ComboArrow arrowThis variable is used internally by other classes in the JBCL. You should never use this variable directly.
protected boolean inClickThis variable is used internally by other classes in the JBCL. You should never use this variable directly.
protected ComboPopup popupThis variable is used internally by other classes in the JBCL. You should never use this variable directly.
public ComboButtonView()This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.
public Image getArrowImage() public void setArrowImage(java.awt.Image arrowImage)This property is used internally by other classes in the JBCL. You should never use this property directly.
public ItemPainter getBorderViewer() public void setBorderViewer(borland.jbcl.model.ItemPainter borderViewer)This property is used internally by other classes in the JBCL. You should never use this property directly.
public ItemPainter getContentsViewer() public void setContentsViewer(borland.jbcl.model.ItemPainter contentsViewer)This property is used internally by other classes in the JBCL. You should never use this property directly.
public Insets getInsets()This property is used internally by other classes in the JBCL. You should never use this property directly.
public VectorModel getModel() public void setModel(borland.jbcl.model.VectorModel model)This property is used internally by other classes in the JBCL. You should never use this property directly.
public ItemPainter getPopupViewer() public void setPopupViewer(borland.jbcl.model.ItemPainter popupViewer)This property is used internally by other classes in the JBCL. You should never use this property directly.
public int getSubfocus() public void setSubfocus(int index)This property is used internally by other classes in the JBCL. You should never use this property directly.
public void paint(java.awt.Graphics g)This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: java.awt.Container.paint(Graphics)
public synchronized void addComponentListener(java.awt.event.ComponentListener l) public synchronized void removeComponentListener(java.awt.event.ComponentListener l)
public synchronized void addContainerListener(java.awt.event.ContainerListener l) public void removeContainerListener(java.awt.event.ContainerListener l)
public synchronized void addFocusListener(java.awt.event.FocusListener l) public synchronized void removeFocusListener(java.awt.event.FocusListener l)
public synchronized void addKeyListener(java.awt.event.KeyListener l) public synchronized void removeKeyListener(java.awt.event.KeyListener l)
public synchronized void addMouseListener(java.awt.event.MouseListener l) public synchronized void removeMouseListener(java.awt.event.MouseListener l)
public synchronized void addMouseMotionListener(java.awt.event.MouseMotionListener l) public synchronized void removeMouseMotionListener(java.awt.event.MouseMotionListener l)