All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigadm.editors.ResourceHelper
java.lang.Object
|
+----w3c.jigadm.editors.ResourceHelper
- public abstract class ResourceHelper
- extends Object
- implements ResourceHelperInterface
-
rls
-
-
ResourceHelper()
-
-
addResourceListener(ResourceListener)
-
-
clearChanged()
- set the current resource to be the original resource (ie: the
hasChanged() method must return false now.
-
commitChanges()
- commit the changes (if any)
-
errorPopup(String, Exception)
-
-
getComponent()
-
-
getTitle()
-
-
getValue()
-
-
hasChanged()
- tells if the edited resource in the helper has changed
-
initialize(RemoteResourceWrapper, Properties)
- initialize the helper
-
processEvent(EventObject)
-
-
removeResourceListener(ResourceListener)
-
-
resetChanges()
- undo the not-yet-commited changes
rls
protected Vector rls
ResourceHelper
public ResourceHelper()
getTitle
public abstract String getTitle()
getComponent
public abstract Component getComponent()
errorPopup
protected void errorPopup(String name,
Exception ex)
addResourceListener
public synchronized void addResourceListener(ResourceListener rl)
getValue
public RemoteResource getValue()
removeResourceListener
public synchronized void removeResourceListener(ResourceListener rl)
processEvent
protected void processEvent(EventObject eo)
All Packages Class Hierarchy This Package Previous Next Index