All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigadm.editors.PasswordAttributeEditor

java.lang.Object
   |
   +----w3c.jigadm.editors.AttributeEditor
           |
           +----w3c.jigadm.editors.PasswordAttributeEditor

public class PasswordAttributeEditor
extends AttributeEditor

Variable Index

 o name

Constructor Index

 o PasswordAttributeEditor()

Method Index

 o clearChanged()
 o dispose()
 o getComponent()
get the Component created by the editor.
 o getValue()
 o hasChanged()
 o initialize(RemoteResourceWrapper, Attribute, Object, Properties)
Initialize the editor
 o popupDialog()
 o resetChanges()
 o setLabel(String)
 o setValue(Object)

Variables

 o name
 protected String name

Constructors

 o PasswordAttributeEditor
 public PasswordAttributeEditor()

Methods

 o dispose
 protected void dispose()
 o popupDialog
 protected void popupDialog()
 o setLabel
 protected void setLabel(String s)
 o hasChanged
 public boolean hasChanged()
Overrides:
hasChanged in class AttributeEditor
See Also:
AttributeEditorInterface
 o clearChanged
 public void clearChanged()
Overrides:
clearChanged in class AttributeEditor
See Also:
AttributeEditorInterface
 o resetChanges
 public void resetChanges()
Overrides:
resetChanges in class AttributeEditor
See Also:
AttributeEditorInterface
 o getValue
 public Object getValue()
Overrides:
getValue in class AttributeEditor
See Also:
AttributeEditorInterface
 o setValue
 public void setValue(Object o)
Overrides:
setValue in class AttributeEditor
See Also:
AttributeEditorInterface
 o getComponent
 public Component getComponent()
get the Component created by the editor.

Overrides:
getComponent in class AttributeEditor
 o initialize
 public void initialize(RemoteResourceWrapper w,
                        Attribute a,
                        Object o,
                        Properties p) throws RemoteAccessException
Initialize the editor

Overrides:
initialize in class AttributeEditor

All Packages  Class Hierarchy  This Package  Previous  Next  Index