-
Notifications
You must be signed in to change notification settings - Fork 263
Details on Selected ATF Components
This topic shows some ATF components that might be useful in your ATF applications.
HistoryLister
creates a window with a list of actions in the history stack which can be undone and redone.
A description of each action is listed. The last action that is undoable is highlighted. Undoing and redoing actions moves the highlight. This component is used in several samples, including ATF Circuit Editor Sample, ATF Circuit Editor Sample, and ATF Timeline Editor Sample.
SkinService
allows you to "skin" your application, changing the appearance of its user interface. This component adds the following items to the View menu:
-
Edit Skin: Display a dialog to select a skin file (
skn
extension) and display the Skin Editor. - Load Skin: Display a dialog to select a skin file and change the user interface to use that skin.
- Reset Skin to Default: Change the user interface to the default skin, that is, the default appearance of all controls.
- New: Create and open a new skin file.
- Open: Open an existing skin file. This also loads the skin file, applying it the application's user interface so you can immediately observe the effects of changing skin properties.
- Open Containing Folder: When a skin file is open, display a file selection dialog with the folder showing the files in the currently opened skin file.
- Save: Save skin changes to the open file.
- Save As: Display a file save dialog and save skin changes to a selected file.
- Exit: Close the Skin Editor dialog.
Selecting a category shows the properties of controls in appropriate value editors that allow you to change these properties. Property changes are immediately reflected in the user interface's appearance, both of the Skin Editor dialog itself as well as the running application.
SkinService
is used in ATF DOM Property Editor Sample and ATF Target Manager Sample.
- What is MEF: Brief description of MEF with links to more detailed information.
- How MEF is Used in ATF: Examine how ATF is used in sample applications to compose components and how components are decorated.
- Initializing Components: How component initialization is implemented in ATF.
- Using ATF Components: How to use ATF components, discovering what you need to provide in your application.
- Creating MEF Components: How to create components of your own, using the attributes you need.
- Important ATF Components: Description of some key ATF components in functional areas as well as some components in sample applications.
- Finding ATF Components: How to find components you need for your application.
- Details on Selected ATF Components: Provides more details on some ATF components you might want to use in your applications.
- Details on Using Selected ATF Components: Shows exactly how to use certain components.
- 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