|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceEditorInterface
Method Summary | |
---|---|
void |
addResourceListener(ResourceListener el)
Add a Listener to this helper. |
void |
clearChanged()
set the current value to be the original value, ie: changed must return false after a reset. |
void |
commitChanges()
commit the changes (if any) |
RemoteResource |
getValue()
Get the current value of the edited value |
boolean |
hasChanged()
Tells if the edited value has changed |
void |
initialize(RemoteResourceWrapper rw,
java.util.Properties p)
initialize the helper |
void |
removeResourceListener(ResourceListener el)
Remove the listener from this helper. |
Method Detail |
---|
boolean hasChanged()
void clearChanged()
void commitChanges() throws RemoteAccessException
RemoteAccessException
- if a remote access error occurs.RemoteResource getValue()
void addResourceListener(ResourceListener el)
el
- a listenervoid removeResourceListener(ResourceListener el)
el
- the listener to be removed.void initialize(RemoteResourceWrapper rw, java.util.Properties p) throws RemoteAccessException
rw
- the ResourceWrapper of the Resource edited with this helperp
- some Properties, used to fine-tune the helper
RemoteAccessException
- if a remote access error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |