All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.formedit.ContainerResourceEditor

java.lang.Object
   |
   +----w3c.tools.store.AttributeHolder
           |
           +----w3c.tools.store.Resource
                   |
                   +----w3c.jigsaw.resources.HTTPResource
                           |
                           +----w3c.jigsaw.resources.FilteredResource
                                   |
                                   +----w3c.jigsaw.resources.FileResource
                                           |
                                           +----w3c.jigsaw.forms.PostableResource
                                                   |
                                                   +----w3c.jigsaw.forms.FormResource
                                                           |
                                                           +----w3c.jigsaw.formedit.GenericResourceEditor
                                                                   |
                                                                   +----w3c.jigsaw.formedit.FilteredResourceEditor
                                                                           |
                                                                           +----w3c.jigsaw.formedit.ContainerResourceEditor

public class ContainerResourceEditor
extends FilteredResourceEditor

Constructor Index

 o ContainerResourceEditor()

Method Index

 o defineCards()
Define all the cards to edit a filtered resource:
 o defineDirectoryAddCard()
Defines the card to add brand new resources.
 o defineDirectoryListCard()
Current list of resources for the directorty.
 o getTargetDirectory()

Constructors

 o ContainerResourceEditor
 public ContainerResourceEditor()

Methods

 o getTargetDirectory
 public ContainerResource getTargetDirectory()
 o defineDirectoryAddCard
 protected void defineDirectoryAddCard()
Defines the card to add brand new resources. This card allows to add new resources to a directory. If the directory isn't extensible, than this is the only way to add new resources. Otherwise, you can also use the laziness of the direrctory resource to create file resource on demand.

 o defineDirectoryListCard
 protected void defineDirectoryListCard()
Current list of resources for the directorty. This card will list the available children resources, and provide commands to update or delete them.

 o defineCards
 protected void defineCards()
Define all the cards to edit a filtered resource:

Overrides:
defineCards in class FilteredResourceEditor

All Packages  Class Hierarchy  This Package  Previous  Next  Index