org.w3c.jigadm.editors
Class PasswordAttributeEditor

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

public class PasswordAttributeEditor
extends AttributeEditor


Field Summary
protected  java.lang.String name
           
 
Fields inherited from class org.w3c.jigadm.editors.AttributeEditor
als
 
Constructor Summary
PasswordAttributeEditor()
           
 
Method Summary
 void clearChanged()
           
protected  void dispose()
           
 java.awt.Component getComponent()
           
 java.lang.Object getValue()
           
 boolean hasChanged()
           
 void initialize(org.w3c.jigadm.RemoteResourceWrapper w, org.w3c.tools.resources.Attribute a, java.lang.Object o, java.util.Properties p)
          Initialize the editor
protected  void popupDialog()
           
 void resetChanges()
           
protected  void setLabel(java.lang.String s)
           
 void setValue(java.lang.Object o)
           
 
Methods inherited from class org.w3c.jigadm.editors.AttributeEditor
addAttributeListener, processEvent, removeAttributeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
Constructor Detail

PasswordAttributeEditor

public PasswordAttributeEditor()
Method Detail

dispose

protected void dispose()

popupDialog

protected void popupDialog()

setLabel

protected void setLabel(java.lang.String s)

hasChanged

public boolean hasChanged()
See Also:
AttributeEditorInterface

clearChanged

public void clearChanged()
See Also:
AttributeEditorInterface

resetChanges

public void resetChanges()
See Also:
AttributeEditorInterface

getValue

public java.lang.Object getValue()
See Also:
AttributeEditorInterface

setValue

public void setValue(java.lang.Object o)
See Also:
AttributeEditorInterface

getComponent

public java.awt.Component getComponent()
Overrides:
getComponent in class AttributeEditor

initialize

public void initialize(org.w3c.jigadm.RemoteResourceWrapper w,
                       org.w3c.tools.resources.Attribute a,
                       java.lang.Object o,
                       java.util.Properties p)
                throws RemoteAccessException
Initialize the editor
Parameters:
w - the ResourceWrapper father of the attribute
a - the Attribute we are editing
o - the value of the above attribute
p - some Properties, used to fine-tune the editor
Throws:
RemoteAccessException - if a remote access error occurs.