Uses of Class
com.arsdigita.cms.AuthoringKit

Packages that use AuthoringKit
com.arsdigita.cms Contains the core classes for the Red Hat Content Management System (CMS), classes that persist the fundamental objects for CMS such as content items, templates, content sections, and content types
com.arsdigita.cms.installer.xml   
com.arsdigita.cms.ui.authoring Provides a set of UI components and tools for the Authoring Kit user interface. 
com.arsdigita.cms.ui.authoringkit Provides a set of UI components for administering the authoring kit for a content type. 
 

Uses of AuthoringKit in com.arsdigita.cms
 

Methods in com.arsdigita.cms that return AuthoringKit
 AuthoringKit ContentType.getAuthoringKit()
          Fetch the authoring kit for this content type.
 AuthoringKit ContentType.createAuthoringKit()
          Create an authoring kit to this content type.
 AuthoringKit ContentType.createAuthoringKit(String createComponent)
          Create an authoring kit to this content type.
 

Methods in com.arsdigita.cms with parameters of type AuthoringKit
 boolean AuthoringStep.addToKit(AuthoringKit kit, BigDecimal ordering)
          Add this Step to an AuthoringKit.
 boolean AuthoringStep.removeFromKit(AuthoringKit kit)
          Remove this step from a kit.
 BigDecimal AuthoringStep.getOrdering(AuthoringKit kit)
          Get the ordering of this step for a kit
 

Uses of AuthoringKit in com.arsdigita.cms.installer.xml
 

Methods in com.arsdigita.cms.installer.xml that return AuthoringKit
 AuthoringKit UDCTHelper.createAuthoringKit()
           
 AuthoringKit ContentTypeHelperImpl.getAuthoringKit()
           
 AuthoringKit ContentTypeHelperImpl.createAuthoringKit()
           
 AuthoringKit ContentTypeHelper.getAuthoringKit()
           
 AuthoringKit ContentTypeHelper.createAuthoringKit()
           
 

Uses of AuthoringKit in com.arsdigita.cms.ui.authoring
 

Methods in com.arsdigita.cms.ui.authoring that return AuthoringKit
 AuthoringKit AuthoringKitWizard.getAuthoringKit()
           
 

Methods in com.arsdigita.cms.ui.authoring with parameters of type AuthoringKit
protected abstract  com.arsdigita.bebop.Component AuthoringKitSelector.instantiateKitComponent(AuthoringKit kit, ContentType type)
          Instantiate an authoring kit component.
 com.arsdigita.bebop.Component WizardSelector.instantiateKitComponent(AuthoringKit kit, ContentType type)
           
protected  com.arsdigita.bebop.Component CreationSelector.instantiateKitComponent(AuthoringKit kit, ContentType type)
           
 

Uses of AuthoringKit in com.arsdigita.cms.ui.authoringkit
 

Methods in com.arsdigita.cms.ui.authoringkit that return AuthoringKit
protected  AuthoringKit EditKit.getKit(com.arsdigita.bebop.PageState state)
           
protected  AuthoringKit DeleteStep.getKit(com.arsdigita.bebop.PageState state)
           
protected  AuthoringKit AddStep.getKit(com.arsdigita.bebop.PageState state)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 19 2004:2352 UTC