All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface w3c.jigsaw.formedit.FormEditorHelper

public interface FormEditorHelper
Some objects might require helper editors. This interface is to be used by objects that require help editors to create the form to edit their target. This helper object will just take care of the editing of a single aspect of the global target (such as, say, one of its filters).


Method Index

 o generateFormCard(Resource, FormResource)
Generate a form card to edit the provided target resource.

Methods

 o generateFormCard
 public abstract void generateFormCard(Resource target,
                                       FormResource form)
Generate a form card to edit the provided target resource. The provided target resource might be only a single aspect of a full blown resource.

Parameters:
target - The target resource to edit.
form - The form this object editor should be inserted to.

All Packages  Class Hierarchy  This Package  Previous  Next  Index