Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


oracle.jbo.uicli.controls
Class JUMultiAttrListEditor

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboBoxEditor
      extended by oracle.jbo.uicli.controls.JUMultiAttrListEditor

All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener, javax.swing.ComboBoxEditor

public class JUMultiAttrListEditor
extends javax.swing.plaf.basic.BasicComboBoxEditor

Nested Class Summary

 

Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
javax.swing.plaf.basic.BasicComboBoxEditor.UIResource

 

Field Summary

 

Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
editor

 

Constructor Summary
JUMultiAttrListEditor(JUCtrlListBinding binding, int attrIndex)
           

 

Method Summary
 java.lang.Object getItem()
           
 void setItem(java.lang.Object anObject)
           

 

Methods inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
addActionListener, createEditorComponent, focusGained, focusLost, getEditorComponent, removeActionListener, selectAll

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JUMultiAttrListEditor

public JUMultiAttrListEditor(JUCtrlListBinding binding,
                             int attrIndex)

Method Detail

setItem

public void setItem(java.lang.Object anObject)
Specified by:
setItem in interface javax.swing.ComboBoxEditor
Overrides:
setItem in class javax.swing.plaf.basic.BasicComboBoxEditor

getItem

public java.lang.Object getItem()
Specified by:
getItem in interface javax.swing.ComboBoxEditor
Overrides:
getItem in class javax.swing.plaf.basic.BasicComboBoxEditor

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


Copyright © 1997, 2009, Oracle. All rights reserved.