All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigadm.editors.ResourceEditor

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

public class ResourceEditor
extends Object
implements ResourceEditorInterface

Variable Index

 o b
 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)
 o processEvent(EventObject)
 o removeResourceListener(ResourceListener)
 o resetChanges()
 o switchHelper(Button)

Variables

 o UNREMOVABLE_P
 public static final String UNREMOVABLE_P
 o rls
 protected Vector rls
 o b
 protected Button b[]

Constructors

 o ResourceEditor
 public ResourceEditor(Panel p)

Methods

 o commitChanges
 public void commitChanges() throws RemoteAccessException
 o resetChanges
 public void resetChanges() throws RemoteAccessException
 o switchHelper
 protected void switchHelper(Button toggled) throws RemoteAccessException
 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

All Packages  Class Hierarchy  This Package  Previous  Next  Index