- edit(CqRecord, CqAction) - Method in class com.ibm.rational.stp.client.samples.EditRecord.Viewer
-
Constructs a new change context in which the given record can be
edited, initiates the editing using the given action, and then
displays the editable record in a new window for editing.
- edit(String[]) - Static method in class com.ibm.rational.stp.client.samples.SimpleEdit
-
- edit2(String[]) - Static method in class com.ibm.rational.stp.client.samples.SimpleEdit
-
- EditRecord - Class in com.ibm.rational.stp.client.samples
-
A sample CM API application that allows the user to browse to a record by
executing a query and selecting a record from the result set.
- EditRecord() - Constructor for class com.ibm.rational.stp.client.samples.EditRecord
-
- editRecord(String, CqRecord, CqRecord) - Method in class com.ibm.rational.stp.client.samples.EditRecord.Viewer
-
Displays the fields of a record and allows the user to modify those
fields (as permitted by the schema) until the changes are either
committed back to the database or abandoned altogether by the user.
- EditRecord.Viewer - Class in com.ibm.rational.stp.client.samples
-
An extension of the ViewRecord.Viewer that adds the ability to start an
action under which fields of the record can be modified.
- EditRecord.Viewer(CqProvider) - Constructor for class com.ibm.rational.stp.client.samples.EditRecord.Viewer
-
- END_MASK - Static variable in class com.ibm.rational.stp.client.samples.QueryUtilities
-
Kind mask for the end of a FilterLeaf expression
- ERROR - Static variable in class com.ibm.rational.stp.client.samples.SimpleEdit
-
- exception(Component, String, Throwable) - Static method in class com.ibm.rational.stp.client.samples.Utilities
-
Displays a Swing dialog containing the messages associated with a given
Throwable.
- exceptionImage(Throwable, Object) - Static method in class com.ibm.rational.stp.client.samples.Browser
-
Generates a short string to identify a given throwable
- execute(Object, BrowserDataModel) - Method in interface com.ibm.rational.stp.client.samples.BrowserDataModel.Operations
-
Performs the operation identified by the argument to the object displayed
by this data model.
- ExecuteQuery - Class in com.ibm.rational.stp.client.samples
-
Pick a query from a list of those available in a database and execute it.
- ExecuteQuery() - Constructor for class com.ibm.rational.stp.client.samples.ExecuteQuery
-
- executeQuery(CqQuery) - Method in class com.ibm.rational.stp.client.samples.QueryCommand
-
Executes the constructed query.
- ExecuteQuery.Viewer - Interface in com.ibm.rational.stp.client.samples
-
A simple interface for an object that will display a Record resource.