All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigadm.editors.AttributeEditorFactory

java.lang.Object
   |
   +----w3c.jigadm.editors.AttributeEditorFactory

public class AttributeEditorFactory
extends Object

Constructor Index

 o AttributeEditorFactory()

Method Index

 o getEditor(RemoteResourceWrapper, Attribute)
Get an editor for the Attribute element of the Resource.

Constructors

 o AttributeEditorFactory
 public AttributeEditorFactory()

Methods

 o getEditor
 public static synchronized AttributeEditor getEditor(RemoteResourceWrapper rrw,
                                                      Attribute attribute)
Get an editor for the Attribute element of the Resource. If the editor for the specified attribute in the specified resource is not found, we try to find an editor for the same attribute in the superclasses of the resource. If it is still not found, we try to find an editor for the superclass of the attribute in the specified resource, if still not found, we iterate the process.

Parameters:
resource - the RemoteResource which contains informations about the server resource.
attribute - the attribute to be edited
Returns:
an AttributeEditor, or null if none found

All Packages  Class Hierarchy  This Package  Previous  Next  Index