borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.view 

ComboButtonView component

java.lang.Object
   +----java.awt.Component
           +----java.awt.Container
                   +----java.awt.Panel
                           +----borland.jbcl.view.ComboButtonView

About the ComboButtonView component

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.


ComboButtonView variables

Variables implemented in this class

Variables implemented in java.awt.Component

ComboButtonView constructors

ComboButtonView properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.awt.Component

Properties implemented in java.awt.Container

Properties implemented in java.lang.Object

ComboButtonView methods

Methods implemented in this class

Methods implemented in java.awt.Component

Methods implemented in java.awt.Container

Methods implemented in java.awt.Panel

Methods implemented in java.lang.Object

ComboButtonView event listeners


ComboButtonView variables

arrow

  protected ComboArrow arrow
This variable is used internally by other classes in the JBCL. You should never use this variable directly.

inClick

  protected boolean inClick
This variable is used internally by other classes in the JBCL. You should never use this variable directly.

popup

  protected ComboPopup popup
This variable is used internally by other classes in the JBCL. You should never use this variable directly.

ComboButtonView constructors

ComboButtonView()

  public ComboButtonView()
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.

ComboButtonView properties

arrowImage

 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.

borderViewer

 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.

contentsViewer

 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.

insets

 public Insets getInsets()
This property is used internally by other classes in the JBCL. You should never use this property directly.

model

 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.

popupViewer

 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.

subfocus

 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.

ComboButtonView methods

paint(java.awt.Graphics)

  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)


ComboButtonView event listeners

This component is a source for the following event sets. For information on the standard AWT event sets, see Standard Java events.

component

 public synchronized void addComponentListener(java.awt.event.ComponentListener l)
 public synchronized void removeComponentListener(java.awt.event.ComponentListener l)

container

 public synchronized void addContainerListener(java.awt.event.ContainerListener l)
 public void removeContainerListener(java.awt.event.ContainerListener l)

focus

 public synchronized void addFocusListener(java.awt.event.FocusListener l)
 public synchronized void removeFocusListener(java.awt.event.FocusListener l)

key

 public synchronized void addKeyListener(java.awt.event.KeyListener l)
 public synchronized void removeKeyListener(java.awt.event.KeyListener l)

mouse

 public synchronized void addMouseListener(java.awt.event.MouseListener l)
 public synchronized void removeMouseListener(java.awt.event.MouseListener l)

mouseMotion

 public synchronized void addMouseMotionListener(java.awt.event.MouseMotionListener l)
 public synchronized void removeMouseMotionListener(java.awt.event.MouseMotionListener l)