| |
|
| java.lang.Object org.w3c.jigadm.editors.ResourceHelper org.w3c.jigadmin.editors.ResourceHelper org.w3c.jigadmin.editors.AttributesHelper
AttributesHelper | public class AttributesHelper extends ResourceHelper (Code) | | The Attributes helper
version: $Revision: 1.8 $ author: Benoît Mahé (bmahe@w3.org) |
AttributesHelper | public AttributesHelper()(Code) | | Constructor.
|
clearChanged | public void clearChanged()(Code) | | 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.
|
getComponent | public Component getComponent()(Code) | | Get the AttributeHelper component
|
getTitle | final public String getTitle()(Code) | | Get the AttributeHelper title
|
hasChanged | public boolean hasChanged()(Code) | | tells if the edited resource in the helper has changed
true if the values changed.to get more informations about what has changed, you can use the three methods below. |
resetChanges | public void resetChanges()(Code) | | undo the not-yet-commited changes
|
setMessage | public void setMessage(String msg)(Code) | | Set the message of the information Label.
Parameters: msg - the message to display |
|
|
|