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
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
name
protected java.lang.String name
PasswordAttributeEditor
public PasswordAttributeEditor()
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 attributea
- the Attribute we are editingo
- the value of the above attributep
- some Properties, used to fine-tune the editor- Throws:
- RemoteAccessException - if a remote access error occurs.