borland Packages  Class Hierarchy  jbcl.view Package  Index 

ImageItemEditor component

java.lang.Object
   +----java.awt.Component
           +----java.awt.Canvas
                   +----borland.jbcl.view.ImageItemEditor

About the ImageItemEditor component

Variables  Constructors  Properties  Methods  Event Listeners

Implements ItemEditor, ImageObserver, MenuContainer, Serializable

The ImageItemEditor class allows editing of an image that is currently displayed in a control.


ImageItemEditor variables

Variables implemented in java.awt.Component

ImageItemEditor constructors

ImageItemEditor properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.awt.Component

Properties implemented in java.lang.Object

ImageItemEditor methods

Methods implemented in this class

Methods implemented in java.awt.Canvas

Methods implemented in java.awt.Component

Methods implemented in java.lang.Object

ImageItemEditor event listeners


ImageItemEditor constructors

ImageItemEditor()

  public ImageItemEditor()
Constructs an ImageItemEditor.

ImageItemEditor properties

component

 public Component getComponent()
Returns the actual component that will be added to the host control as an editor.

value

 public Object getValue()
Returns the current value in the editor. The editor host must be able to ask for the value at anytime and always asks for it when posting to the data object.

ImageItemEditor 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 )
 public synchronized void removeComponentListener(java.awt.event.ComponentListener )

focus

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

key

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

mouse

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

mouseMotion

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