com.sibvisions.rad.ui.swing.ext
Class JVxComboBase.GenericComboBoxEditor

java.lang.Object
  extended by com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
All Implemented Interfaces:
ComboBoxEditor
Enclosing class:
JVxComboBase

public static class JVxComboBase.GenericComboBoxEditor
extends Object
implements ComboBoxEditor

Generic Editor that allows the changing the EditorComponent.


Constructor Summary
JVxComboBase.GenericComboBoxEditor()
          Generates a GenericComboBoxEditor with JTextField.
JVxComboBase.GenericComboBoxEditor(JTextComponent pEditorComponent)
          Generates a GenericComboBoxEditor with the given editor.
 
Method Summary
 void addActionListener(ActionListener pActionListener)
          
 Component getEditorComponent()
          
 Object getItem()
          
 void removeActionListener(ActionListener pActionListener)
          
 void selectAll()
          
 void setItem(Object pObject)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVxComboBase.GenericComboBoxEditor

public JVxComboBase.GenericComboBoxEditor()
Generates a GenericComboBoxEditor with JTextField.


JVxComboBase.GenericComboBoxEditor

public JVxComboBase.GenericComboBoxEditor(JTextComponent pEditorComponent)
Generates a GenericComboBoxEditor with the given editor.

Parameters:
pEditorComponent - the editor component.
Method Detail

getEditorComponent

public Component getEditorComponent()

Specified by:
getEditorComponent in interface ComboBoxEditor

getItem

public Object getItem()

Specified by:
getItem in interface ComboBoxEditor

setItem

public void setItem(Object pObject)

Specified by:
setItem in interface ComboBoxEditor

selectAll

public void selectAll()

Specified by:
selectAll in interface ComboBoxEditor

addActionListener

public void addActionListener(ActionListener pActionListener)

Specified by:
addActionListener in interface ComboBoxEditor

removeActionListener

public void removeActionListener(ActionListener pActionListener)

Specified by:
removeActionListener in interface ComboBoxEditor


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.