|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.jigadm.editors.AttributeEditor org.w3c.jigadmin.attributes.PasswordAttributeEditor
public class PasswordAttributeEditor
Field Summary | |
---|---|
protected javax.swing.JFrame |
frame
|
protected java.lang.String |
name
|
protected javax.swing.JButton |
widget
|
Fields inherited from class org.w3c.jigadm.editors.AttributeEditor |
---|
als |
Constructor Summary | |
---|---|
PasswordAttributeEditor()
|
Method Summary | |
---|---|
void |
clearChanged()
set the current value to be the original value, ie: changed must return false after a reset. |
protected void |
dispose()
|
java.awt.Component |
getComponent()
get the Component created by the editor. |
java.lang.Object |
getValue()
Get the current value of the edited value |
boolean |
hasChanged()
Tells if the edited value has changed |
void |
initialize(RemoteResourceWrapper w,
Attribute a,
java.lang.Object o,
java.util.Properties p)
Initialize the editor |
protected void |
popupDialog()
|
void |
resetChanges()
reset the changes (if any) |
protected void |
setText(java.lang.String s)
|
void |
setValue(java.lang.Object o)
Set the value of the edited value |
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 |
---|
protected java.lang.String name
protected javax.swing.JButton widget
protected javax.swing.JFrame frame
Constructor Detail |
---|
public PasswordAttributeEditor()
Method Detail |
---|
protected void dispose()
protected void popupDialog()
protected void setText(java.lang.String s)
public boolean hasChanged()
AttributeEditorInterface
AttributeEditorInterface
public void clearChanged()
AttributeEditorInterface
AttributeEditorInterface
public void resetChanges()
AttributeEditorInterface
AttributeEditorInterface
public java.lang.Object getValue()
AttributeEditorInterface
AttributeEditorInterface
public void setValue(java.lang.Object o)
AttributeEditorInterface
o
- the new value.AttributeEditorInterface
public java.awt.Component getComponent()
AttributeEditor
getComponent
in class AttributeEditor
public void initialize(RemoteResourceWrapper w, Attribute a, java.lang.Object o, java.util.Properties p) throws RemoteAccessException
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
RemoteAccessException
- if a remote access error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |