Package | com.adobe.guides.domain |
Class | public class GuideNodeType |
Inheritance | GuideNodeType Object |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Runtime Versions: | AIR 1.0, Flash Player 10.2 |
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
GUIDE : String = "Guide" [static]
GUIDE represents a Guide object. | GuideNodeType | ||
ITEM : String = "Item" [static]
ITEM represents a panel item object. | GuideNodeType | ||
PANEL : String = "Panel" [static]
PANEL represents a Panel object. | GuideNodeType | ||
SECTION : String = "Section" [static]
SECTION represents a Section object. | GuideNodeType |
Constant Detail
GUIDE | Constant |
public static const GUIDE:String = "Guide"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Runtime Versions: | AIR 1.0, Flash Player 10.2 |
GUIDE represents a Guide object.
ITEM | Constant |
public static const ITEM:String = "Item"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Runtime Versions: | AIR 1.0, Flash Player 10.2 |
ITEM represents a panel item object.
PANEL | Constant |
public static const PANEL:String = "Panel"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Runtime Versions: | AIR 1.0, Flash Player 10.2 |
PANEL represents a Panel object.
SECTION | Constant |
public static const SECTION:String = "Section"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Runtime Versions: | AIR 1.0, Flash Player 10.2 |
SECTION represents a Section object.
Mon Nov 28 2011, 06:48 AM -08:00