All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigadm.editors.ResourceEditor

java.lang.Object
   |
   +----org.w3c.jigadm.editors.ResourceEditor

public class ResourceEditor
extends Object
implements ResourceEditorInterface

Variable Index

 o b
 o DELETE_L
 o message
 o REINDEX_L
 o rls
 o UNREMOVABLE_P

Constructor Index

 o ResourceEditor(Panel)

Method Index

 o addResourceListener(ResourceListener)
 o clearChanged()
 o commitChanges()
 o delete()
 o getValue()
 o hasChanged()
 o initialize(RemoteResourceWrapper, Properties)
initialize this editor
 o processEvent(EventObject)
 o reindex()
 o removeResourceListener(ResourceListener)
 o resetChanges()
 o setMessage(String)
 o switchHelper(Button)

Variables

 o UNREMOVABLE_P
 public static final String UNREMOVABLE_P
 o rls
 protected Vector rls
 o b
 protected Button b[]
 o message
 protected Label message
 o DELETE_L
 protected static final String DELETE_L
 o REINDEX_L
 protected static final String REINDEX_L

Constructors

 o ResourceEditor
 public ResourceEditor(Panel p)

Methods

 o setMessage
 public void setMessage(String msg)
 o commitChanges
 public void commitChanges() throws RemoteAccessException
 o resetChanges
 public void resetChanges() throws RemoteAccessException
 o switchHelper
 protected void switchHelper(Button toggled) throws RemoteAccessException
 o reindex
 protected void reindex()
 o delete
 protected void delete()
 o hasChanged
 public boolean hasChanged()
 o clearChanged
 public void clearChanged()
 o getValue
 public RemoteResource getValue()
 o addResourceListener
 public synchronized void addResourceListener(ResourceListener rl)
 o removeResourceListener
 public synchronized void removeResourceListener(ResourceListener rl)
 o processEvent
 protected void processEvent(EventObject eo)
 o initialize
 public void initialize(RemoteResourceWrapper rrw,
                        Properties p) throws RemoteAccessException
initialize this editor

Parameters:
rrw - The RemoteResourceWrapper
pr - The properties
Throws: RemoteAccessException
if a remote access error occurs.

All Packages  Class Hierarchy  This Package  Previous  Next  Index