Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class ConnectionModeEditor

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

public class ConnectionModeEditor
extends IntTagEditor

Internal: Applications should not use this class.

The ConnectionModeEditor class extends IntTagEditor which supports the use of integer type properties as tags. ConnectionModeEditor identifies the connection type LOCAL, whose integer type property can be used as a tag.

See Also:
IntTagEditor

Constructor Summary
ConnectionModeEditor()
          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

ConnectionModeEditor

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

Default constructor.


Oracle Data-aware Controls Reference