org.w3c.jigadm.editors
Class UsersHelper
java.lang.Object
|
+--org.w3c.jigadm.editors.ResourceHelper
|
+--org.w3c.jigadm.editors.UsersHelper
- public class UsersHelper
- extends ResourceHelper
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
UsersHelper
public UsersHelper()
addUser
protected void addUser()
getWrapper
protected RemoteResourceWrapper getWrapper()
getComponent
public java.awt.Component getComponent()
- Overrides:
- getComponent in class ResourceHelper
commitChanges
public void commitChanges()
- Description copied from interface: ResourceHelperInterface
- commit the changes (if any)
- Tags copied from interface: ResourceHelperInterface
- Throws:
- RemoteAccessException - if a remote access error occurs.
hasChanged
public boolean hasChanged()
- Description copied from interface: ResourceHelperInterface
- tells if the edited resource in the helper has changed
- Tags copied from interface: ResourceHelperInterface
- Returns:
- true if the values changed.
to get more informations about what has changed, you can use the
three methods below.
resetChanges
public void resetChanges()
- Description copied from interface: ResourceHelperInterface
- undo the not-yet-commited changes
clearChanged
public void clearChanged()
- Description copied from interface: ResourceHelperInterface
- set the current resource to be the original resource (ie: the
hasChanged() method must return false now.
to do a "fine tuned" reset, use one of the three following method.
getTitle
public final java.lang.String getTitle()
- Overrides:
- getTitle in class ResourceHelper
initAddPanel
protected void initAddPanel()
initialize
public void initialize(RemoteResourceWrapper rrw,
java.util.Properties pr)
throws RemoteAccessException
- initialize this helper
- Parameters:
rrw
- The RemoteResourceWrapperpr
- The properties- Throws:
- RemoteAccessException - if a remote access error occurs.