All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigadm.editors.AttributesHelper

java.lang.Object
   |
   +----org.w3c.jigadm.editors.ResourceHelper
           |
           +----org.w3c.jigadm.editors.AttributesHelper

public class AttributesHelper
extends ResourceHelper

Variable Index

 o COMMIT_L
 o RESET_L

Constructor Index

 o AttributesHelper()

Method Index

 o clearChanged()
set the current resource to be the original resource (ie: the hasChanged() method must return false now.
 o commitChanges()
Commit changes (if any)
 o getComponent()
 o getTitle()
 o hasChanged()
tells if the edited resource in the helper has changed
 o initialize(RemoteResourceWrapper, Properties)
initialize.
 o resetChanges()
undo the not-yet-commited changes
 o setMessage(String)

Variables

 o COMMIT_L
 protected static final String COMMIT_L
 o RESET_L
 protected static final String RESET_L

Constructors

 o AttributesHelper
 public AttributesHelper()

Methods

 o setMessage
 public void setMessage(String msg)
 o commitChanges
 public void commitChanges() throws RemoteAccessException
Commit changes (if any)

Throws: RemoteAccessException
if a remote access error occurs.
Overrides:
commitChanges in class ResourceHelper
 o hasChanged
 public boolean hasChanged()
tells if the edited resource in the helper has changed

Overrides:
hasChanged in class ResourceHelper
 o resetChanges
 public void resetChanges()
undo the not-yet-commited changes

Overrides:
resetChanges in class ResourceHelper
 o clearChanged
 public void clearChanged()
set the current resource to be the original resource (ie: the hasChanged() method must return false now.

Overrides:
clearChanged in class ResourceHelper
 o getComponent
 public Component getComponent()
Overrides:
getComponent in class ResourceHelper
 o getTitle
 public final String getTitle()
Overrides:
getTitle in class ResourceHelper
 o initialize
 public void initialize(RemoteResourceWrapper rrw,
                        Properties pr) throws RemoteAccessException
initialize.

Throws: RemoteAccessException
if a remote access error occurs.
Overrides:
initialize in class ResourceHelper

All Packages  Class Hierarchy  This Package  Previous  Next  Index