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
-
b
-
-
rls
-
-
UNREMOVABLE_P
-
-
ResourceEditor(Panel)
-
-
addResourceListener(ResourceListener)
-
-
clearChanged()
-
-
commitChanges()
-
-
delete()
-
-
getValue()
-
-
hasChanged()
-
-
initialize(RemoteResourceWrapper, Properties)
-
-
processEvent(EventObject)
-
-
removeResourceListener(ResourceListener)
-
-
resetChanges()
-
-
switchHelper(Button)
-
UNREMOVABLE_P
public static final String UNREMOVABLE_P
rls
protected Vector rls
b
protected Button b[]
ResourceEditor
public ResourceEditor(Panel p)
commitChanges
public void commitChanges() throws RemoteAccessException
resetChanges
public void resetChanges() throws RemoteAccessException
switchHelper
protected void switchHelper(Button toggled) throws RemoteAccessException
delete
protected void delete()
hasChanged
public boolean hasChanged()
clearChanged
public void clearChanged()
getValue
public RemoteResource getValue()
addResourceListener
public synchronized void addResourceListener(ResourceListener rl)
removeResourceListener
public synchronized void removeResourceListener(ResourceListener rl)
processEvent
protected void processEvent(EventObject eo)
initialize
public void initialize(RemoteResourceWrapper rrw,
Properties p) throws RemoteAccessException
All Packages Class Hierarchy This Package Previous Next Index