|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeEditorInterface
Method Summary | |
---|---|
void |
addAttributeListener(AttributeListener el)
Add a Listener to this editor. |
void |
clearChanged()
set the current value to be the original value, ie: changed must return false after a reset. |
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 |
void |
removeAttributeListener(AttributeListener el)
Remove the listener from this editor. |
void |
resetChanges()
reset the changes (if any) |
void |
setValue(java.lang.Object o)
Set the value of the edited value |
Method Detail |
---|
boolean hasChanged()
void clearChanged()
void resetChanges()
java.lang.Object getValue()
void setValue(java.lang.Object o)
o
- the new value.void addAttributeListener(AttributeListener el)
el
- a listenervoid removeAttributeListener(AttributeListener el)
el
- the listener to be removed.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 |