API Reference for Enthought Tool Suite 3.0.1
Defines "factory functions" for all of the standard EditorFactorys subclasses.
Allows the user to edit 2-D Numeric arrays.
Allows the user to select a true or false condition.
Allows the user to click a button; this editor is typically used with an event trait to fire the event.
Allows the user to select zero, one, or more values from a finite set of possibilities.
Note that the "simple" style is limited to selecting a single value.
Allows the user to edit a multi-line string.
The "simple" and "custom" styles of this editor display multiple lines of the string, with line numbers.
Allows the user to select a color.
Allows the user to select a value based on a compound trait.
Because a compound trait is composed of multiple trait definitions, this editor factory displays trait editors for each of the constituent traits. For example, consider the following trait attribute, defined as a compound that accepts integer values in the range of 1 to 6, or text strings corresponding to those integers:
compound = Trait(1, Range(1, 6), 'one', 'two', 'three', 'four',
'five', 'six')
The editor displayed for this trait attribute combines editors for integer ranges and for enumerations.
Creates a developer-specified custom editor.
Allows the user to specify a directory.
Allows dragging and dropping an object.
Allows dropping an object to set a value.
Allows the user to select a single value from an enumerated list of values.
Allows the user to select a file.
Allows the user to select a typeface and type size.
Displays a text field with a history of prior values.
Displays formatted HTML text.
Allows an image to be imbedded ina traits ui.
Allows the user to select an image that represents a value in an enumerated list of values.
Allows the user to modify a trait attribute whose value is an instance, by modifying the trait attribute values on the instance.
Allows the user to modify a list of values.
The user can add, delete, or reorder items, or change the content of items.
Allows the user to modify a list of strings (or values that can be mapped to strings).
Defines an empty (placeholder) editor.
Allows the user to use a clickable popup editor.
Allows the user to specify a value within a range.
Allows the user to modify a list of objects using a table editor.
Allows the user to modify a list of objects using a table editor.
Allows the user to modify a text string.
The string value entered by the user is coerced to the appropriate type for the trait attribute being modified.
Displays a dynamic value using a title control.
Allows the user to modify a tree data structure.
| Local name | Refers to |
|---|---|
| toolkit | enthought.traits.ui.toolkit.toolkit |
© Copyright 2002-2008 Enthought, Inc.