Oracle Data-aware Controls Reference
A B C D E F G H I J L M N O P Q R S T U V W X Y _

T

TEXT_BACK_CLR - Static variable in interface oracle.dacf.control.swing.find.FindPanelUI
property id to specify the background color for the textfield
TEXT_COLUMN_WIDTH - Static variable in interface oracle.dacf.control.swing.find.FindPanelUI
property id to specify the column width for the textfield
TEXT_FONT - Static variable in interface oracle.dacf.control.swing.find.FindPanelUI
property id to specify the font for the textfield
TEXT_FORE_CLR - Static variable in interface oracle.dacf.control.swing.find.FindPanelUI
property id to specify the foreground color for the textfield
THIN - Static variable in interface oracle.dacf.dataset.DriverTypeConstants
Oracle Thin, 100% Pure Java driver.
THIN - Static variable in class oracle.dacf.dataset.SessionInfo
Integer constant for Oracle JDBC Thin driver type.
THIN - Static variable in class oracle.dacf.util.UrlUtils
 
THIN_STRING - Static variable in class oracle.dacf.dataset.SessionInfo
String constant for Oracle JDBC Thin driver type.
THIN_STRING - Static variable in class oracle.dacf.util.UrlUtils
 
TYPE - Static variable in class oracle.dacf.style.StylesLoader
 
TextAreaControl - class oracle.dacf.control.swing.TextAreaControl.
A data aware control to display and text in multiple lines.
TextAreaControl() - Constructor for class oracle.dacf.control.swing.TextAreaControl
Constructs a default TextAreaControl
TextAreaControl(String) - Constructor for class oracle.dacf.control.swing.TextAreaControl
Constructs a new TextAreaControl with the specified text displayed.
TextAreaControl(int, int) - Constructor for class oracle.dacf.control.swing.TextAreaControl
Constructs a new empty TextAreaControl with the specified number of rows and columns.
TextAreaControl(String, int, int) - Constructor for class oracle.dacf.control.swing.TextAreaControl
Constructs a new TextAreaControl with the specified text and number of rows and columns.
TextAreaControl(Document) - Constructor for class oracle.dacf.control.swing.TextAreaControl
Constructs a new TextAreaControl with the given document model, and defaults for all of the other arguments.
TextAreaControl(Document, String, int, int) - Constructor for class oracle.dacf.control.swing.TextAreaControl
Constructs a new TextAreaControl with the specified number of rows and columns, and the given model.
TextAreaControlBeanInfo - class oracle.dacf.control.swing.TextAreaControlBeanInfo.
bean info class for the text area control
TextAreaControlBeanInfo() - Constructor for class oracle.dacf.control.swing.TextAreaControlBeanInfo
Constructor
TextFieldControl - class oracle.dacf.control.swing.TextFieldControl.
A data aware control to display and edit an ImmediateAccess text item.
TextFieldControl() - Constructor for class oracle.dacf.control.swing.TextFieldControl
Constructs a default TextFieldControl
TextFieldControl(String) - Constructor for class oracle.dacf.control.swing.TextFieldControl
Constructs a new TextFieldControl initialized with the specified text.
TextFieldControl(int) - Constructor for class oracle.dacf.control.swing.TextFieldControl
Constructs a TextFieldControl with the specified size
TextFieldControl(String, int) - Constructor for class oracle.dacf.control.swing.TextFieldControl
Constructs a new TextFieldControl initialized with the specified text and columns.
TextFieldControlBeanInfo - class oracle.dacf.control.swing.TextFieldControlBeanInfo.
bean info class for the text field control
TextFieldControlBeanInfo() - Constructor for class oracle.dacf.control.swing.TextFieldControlBeanInfo
Constructor
TreeControl - class oracle.dacf.control.swing.TreeControl.
A JTree based data aware control.
TreeControl() - Constructor for class oracle.dacf.control.swing.TreeControl
Constructs a TreeControl that uses a TreeDataSource data model.
TreeControl(Object[]) - Constructor for class oracle.dacf.control.swing.TreeControl
Returns a Tree with each element of the specified array as the child of a new root node which is not displayed.
TreeControl(Vector) - Constructor for class oracle.dacf.control.swing.TreeControl
Returns a Tree with each element of the specified Vector as the child of a new root node which is not displayed.
TreeControl(Hashtable) - Constructor for class oracle.dacf.control.swing.TreeControl
Returns a Tree create from a Hashtable which does not display the root.
TreeControl(TreeNode) - Constructor for class oracle.dacf.control.swing.TreeControl
Returns a Tree with the specified TreeNode as its root which is not displayed.
TreeControl(TreeNode, boolean) - Constructor for class oracle.dacf.control.swing.TreeControl
Returns a Tree with the specified TreeNode as its root, which displays the root node and which decides whether a node is a leaf node in the specified manner.
TreeControl(TreeModel) - Constructor for class oracle.dacf.control.swing.TreeControl
Returns an instance of Tree which displays the root node -- the tree is created using the specified data model.
TreeControl.InterceptTreeKeyStrokeAction - class oracle.dacf.control.swing.TreeControl.InterceptTreeKeyStrokeAction.
 
TreeControl.InterceptTreeKeyStrokeAction(ActionListener) - Constructor for class oracle.dacf.control.swing.TreeControl.InterceptTreeKeyStrokeAction
 
TreeControl.TreeControlTree - class oracle.dacf.control.swing.TreeControl.TreeControlTree.
A subclass of JTree that only supports the TreeSelectionModel.SINGLE_TREE_SELECTION selection model.
TreeControl.TreeControlTree() - Constructor for class oracle.dacf.control.swing.TreeControl.TreeControlTree
 
TreeControl.TreeControlTree(Object[]) - Constructor for class oracle.dacf.control.swing.TreeControl.TreeControlTree
 
TreeControl.TreeControlTree(Vector) - Constructor for class oracle.dacf.control.swing.TreeControl.TreeControlTree
 
TreeControl.TreeControlTree(Hashtable) - Constructor for class oracle.dacf.control.swing.TreeControl.TreeControlTree
 
TreeControl.TreeControlTree(TreeNode) - Constructor for class oracle.dacf.control.swing.TreeControl.TreeControlTree
 
TreeControl.TreeControlTree(TreeNode, boolean) - Constructor for class oracle.dacf.control.swing.TreeControl.TreeControlTree
 
TreeControl.TreeControlTree(TreeModel) - Constructor for class oracle.dacf.control.swing.TreeControl.TreeControlTree
 
TreeControl.TreeControlTree.TreeControlNodeRenderer - class oracle.dacf.control.swing.TreeControl.TreeControlTree.TreeControlNodeRenderer.
 
TreeControl.TreeControlTree.TreeControlNodeRenderer() - Constructor for class oracle.dacf.control.swing.TreeControl.TreeControlTree.TreeControlNodeRenderer
 
TreeControl.TreeControlTree.TreeControlSelectionModel - class oracle.dacf.control.swing.TreeControl.TreeControlTree.TreeControlSelectionModel.
 
TreeControl.TreeControlTree.TreeControlSelectionModel() - Constructor for class oracle.dacf.control.swing.TreeControl.TreeControlTree.TreeControlSelectionModel
 
TreeControl.TreeControlTree.TreeMouseMonitor - class oracle.dacf.control.swing.TreeControl.TreeControlTree.TreeMouseMonitor.
 
TreeControl.TreeControlTree.TreeMouseMonitor() - Constructor for class oracle.dacf.control.swing.TreeControl.TreeControlTree.TreeMouseMonitor
 
TreeControlBeanInfo - class oracle.dacf.control.swing.TreeControlBeanInfo.
BeanInfo implementation for TreeControl.
TreeControlBeanInfo() - Constructor for class oracle.dacf.control.swing.TreeControlBeanInfo
 
TreeControlNode - class oracle.dacf.control.swing.TreeControlNode.
 
TreeDataSource - class oracle.dacf.control.swing.TreeDataSource.
An InfoBus enabled TreeModel.
TreeDataSource(TreeControlNode) - Constructor for class oracle.dacf.control.swing.TreeDataSource
 
TreeDataSource(TreeControl, TreeControlNode) - Constructor for class oracle.dacf.control.swing.TreeDataSource
 
TreeNodeData - class oracle.dacf.control.swing.TreeNodeData.
Contains a reference to the TreeNodeDef that was used to contruct a TreeControlNode.
TreeNodeDef - class oracle.dacf.control.swing.TreeNodeDef.
Encapsulates the information supplied via TreeControl.setNodeDefinitions().
TreeQueryListener - class oracle.dacf.control.swing.TreeQueryListener.
This class serves to synchronize changes to and execution of a query between between the original RowSet defining a node level in the tree and the one really used to produce the data.
TreeQueryListener(RowSetInfo, RowSetInfo, String[]) - Constructor for class oracle.dacf.control.swing.TreeQueryListener
 
TypeToString(int) - Static method in class oracle.dacf.util.UrlUtils
 
terminateTransaction(Object, boolean) - Method in class oracle.dacf.control.DbAccessMonitor
terminateTransaction()
test(Row) - Method in class oracle.dacf.dataset.LiteralRowFilter
 
test(Row) - Method in class oracle.dacf.dataset.RowFilter
Tests to see if the indicated row will pass "through" the filter.
toString() - Method in class oracle.dacf.control.NavigatedEvent
Returns a String representaion of this object
toString() - Method in class oracle.dacf.control.NavigatingEvent
 
toString() - Method in class oracle.dacf.control.swing.ComboBoxDataSource
get string representation
toString() - Method in class oracle.dacf.control.swing.ListControl
String represntation of this object
toString() - Method in class oracle.dacf.control.swing.ListDataSource
obtain a string representation
toString() - Method in class oracle.dacf.control.swing.TextFieldControl
 
toString() - Method in class oracle.dacf.control.swing.TreeControlNode
 
toString() - Method in class oracle.dacf.dataset.AppModuleInfo
Represents this class as a string.
toString() - Method in class oracle.dacf.dataset.DataItemImpl
Returns a string representation of the data item for debugging.
toString() - Method in class oracle.dacf.dataset.InfoObject
Returns a string containing the class name and the name of the specific instance.
toString() - Method in class oracle.dacf.dataset.ModuleDescriptor
 
toString() - Method in class oracle.dacf.dataset.ModuleInfo
Returns a string representation of this ModuleInfo.
toString() - Method in class oracle.dacf.dataset.PackageInfo
Returns the string representation of this PackageInfo.
toString() - Method in class oracle.dacf.dataset.SessInfoDescriptor
Deprecated. Applications should not use this method.
toString() - Method in class oracle.dacf.dataset.ValidationEvent
Returns a string representation of the validation event.
toString() - Method in class oracle.dacf.layout.ControlConstraints
Generates a String which holds the settings of this constraint object in a human readable form.
toString() - Method in class oracle.dacf.layout.ControlLayout
Generates a String which holds the settings of this layout manager in a human readable form.
toString() - Method in class oracle.dacf.layout.GridBagConstraintsGridXY
 
toString() - Method in class oracle.dacf.layout.RowLayout
Generates a String which holds the settings of this layout manager in a human readable form.
toString() - Method in interface oracle.dacf.util.errormanager.ErrorAttribute
Returns the String representation of this attribute.
toString() - Method in class oracle.dacf.util.errormanager.ErrorMessageText.MessageId
 
toString() - Method in class oracle.dacf.util.errormanager.ErrorMessageText.MessageText
 
toString() - Method in class oracle.dacf.util.errormanager.ErrorMessageText
Returns the error message text as a String.
toString() - Method in class oracle.dacf.util.errormanager.ErrorSeverity
Returns the text string describing the error severity.
toString() - Method in class oracle.dacf.util.errormanager.ErrorTimeStamp.ErrorDate
 
toString() - Method in class oracle.dacf.util.errormanager.ErrorTimeStamp.ErrorTime
 
toString() - Method in class oracle.dacf.util.errormanager.ErrorTimeStamp
Returns the date and time representation of the time stamp as a String.
toString() - Method in class oracle.dacf.util.errormanager.ErrorType
Returns the string describing the type or category of the error.
toString() - Method in class oracle.dacf.util.errormanager.SimpleErrorAttributeImpl
Returns the String representation of this attribute.

Oracle Data-aware Controls Reference
A B C D E F G H I J L M N O P Q R S T U V W X Y _

 

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