Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.share.data
Class DictionaryData

java.lang.Object
  |
  +--oracle.cabo.share.data.DictionaryData
All Implemented Interfaces:
DataObject, KeyedDataObject

Deprecated. since 2.0; use oracle.cabo.ui.data.DictionaryData

public class DictionaryData
extends java.lang.Object
implements KeyedDataObject

Deprecated class.

See Also:
DictionaryData

Constructor Summary
DictionaryData()
          Deprecated. Creates a DictionaryData.
DictionaryData(java.util.Dictionary table)
          Deprecated. Creates a DictionaryData, using the provided Dictionary for storage.
DictionaryData(java.lang.Object select, java.lang.Object data)
          Deprecated. Creates a DictionaryData initialized with a single pair of data.
 
Method Summary
 java.util.Enumeration keys()
          Deprecated.  
 void put(java.lang.Object select, java.lang.Object data)
          Deprecated. Adds a key/value pair to the DictionaryData.
 DataSet selectChildren(java.lang.Object select)
          Deprecated. Returns null.
 java.lang.Object selectValue(java.lang.Object select)
          Deprecated. Returns the value registered with the select key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryData

public DictionaryData()
Deprecated. 
Creates a DictionaryData.

DictionaryData

public DictionaryData(java.util.Dictionary table)
Deprecated. 
Creates a DictionaryData, using the provided Dictionary for storage.

DictionaryData

public DictionaryData(java.lang.Object select,
                      java.lang.Object data)
Deprecated. 
Creates a DictionaryData initialized with a single pair of data.
Method Detail

put

public void put(java.lang.Object select,
                java.lang.Object data)
Deprecated. 
Adds a key/value pair to the DictionaryData.

selectChildren

public DataSet selectChildren(java.lang.Object select)
Deprecated. 
Returns null.
Specified by:
selectChildren in interface DataObject
Following copied from interface: oracle.cabo.share.data.DataObject
Parameters:
select - a select criterion, syntax as defined by the implementation of this interface.

selectValue

public java.lang.Object selectValue(java.lang.Object select)
Deprecated. 
Returns the value registered with the select key.
Specified by:
selectValue in interface DataObject
Following copied from interface: oracle.cabo.share.data.DataObject
Parameters:
select - a select criterion, syntax as defined by the

keys

public java.util.Enumeration keys()
Deprecated. 
Specified by:
keys in interface KeyedDataObject

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.