Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class DriverTypeEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--oracle.dacf.dataset.IntTagEditor
              |
              +--oracle.dacf.dataset.DriverTypeEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class DriverTypeEditor
extends IntTagEditor

Internal: Applications should not use this class.

The DriverTypeEditor class extends IntTagEditor which supports the use of the integer type properties as tags. DriverTypeEditor identifies the Oracle drivers, THIN, OCI7 and OCI8, whose integer type properties can be used as tags.

See Also:
IntTagEditor

Constructor Summary
DriverTypeEditor()
          Internal: Applications should not use this class.
 
Methods inherited from class oracle.dacf.dataset.IntTagEditor
getAsText, getJavaInitializationString, getTags, setAsText
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriverTypeEditor

public DriverTypeEditor()
Internal: Applications should not use this class.

Oracle Data-aware Controls Reference