-
Notifications
You must be signed in to change notification settings - Fork 263
Property Editing in ATF
Gary edited this page Aug 27, 2014
·
2 revisions
Editing data objects' properties is usually one of the fundamental purposes of an application, so ATF provides comprehensive facilities for property editing.
Note that property in the context of this topic refers to an attribute of application data — not to be confused with a C# property.
The ATF Timeline Editor Sample in the figure features two different property editors in the "Property Editor" and "Grid Property Editor" tabs:
This section covers the following topics.
- Using Properties in ATF: Overview of the ATF property editing process.
-
Selection Property Editing Context: How the
SelectionPropertyEditingContext
class is used in editing properties. -
Property Descriptors: Discusses various kinds of
PropertyDescriptor
classes and how they are created from constructors or XML Schema annotations. - Value Editors: Types of value editors and how they are implemented.
- Value Editors and Value Editing Controls: Survey of the various kinds of ATF value editors and their associated value controls.
- Value Converters: How value converters convert values between value editors and value controls.
- Property Editor Components: Discussion of widely used ATF property editor components.
- Implementing a Property Editor: How to implement a property editor.
- Home
- Getting Started
- Features & Benefits
- Requirements & Dependencies
- Gallery
- Technology & Samples
- Adoption
- News
- Release Notes
- ATF Community
- Searching Documentation
- Using Documentation
- Videos
- Tutorials
- How To
- Programmer's Guide
- Reference
- Code Samples
- Documentation Files
© 2014-2015, Sony Computer Entertainment America LLC