|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public boolean hasChanged()
public void clearChanged()
public void commitChanges() throws RemoteAccessException
public RemoteResource getValue()
public void addResourceListener(ResourceListener el)
el
- a listenerpublic void removeResourceListener(ResourceListener el)
el
- the listener to be removed.public 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |