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
-
ContainerResourceEditor()
-
-
defineCards()
- Define all the cards to edit a filtered resource:
-
defineDirectoryAddCard()
- Defines the card to add brand new resources.
-
defineDirectoryListCard()
- Current list of resources for the directorty.
-
getTargetDirectory()
-
ContainerResourceEditor
public ContainerResourceEditor()
getTargetDirectory
public ContainerResource getTargetDirectory()
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.
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.
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