All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigadm.editors.FramesHelper

java.lang.Object
   |
   +----org.w3c.jigadm.editors.ResourceHelper
           |
           +----org.w3c.jigadm.editors.FramesHelper

public class FramesHelper
extends ResourceHelper

Constructor Index

 o FramesHelper()

Method Index

 o addFrame()
 o clearChanged()
set the current resource to be the original resource (ie: the hasChanged() method must return false now.
 o commitChanges()
Commit changes (if any).
 o deleteCurrentFrame()
 o editFrame(RemoteResourceWrapper)
 o getComponent()
 o getTitle()
 o hasChanged()
tells if the edited resource in the helper has changed
 o initAddPanel(Properties)
 o initFrames()
 o initialize(RemoteResourceWrapper, Properties)
initialize this helper
 o removeAll()
 o removeCenterComp()
 o resetChanges()
undo the not-yet-commited changes

Constructors

 o FramesHelper
 public FramesHelper()

Methods

 o addFrame
 protected void addFrame()
 o deleteCurrentFrame
 protected void deleteCurrentFrame()
 o editFrame
 protected void editFrame(RemoteResourceWrapper framew)
 o removeAll
 public void removeAll()
 o removeCenterComp
 public void removeCenterComp()
 o getComponent
 public Component getComponent()
Overrides:
getComponent in class ResourceHelper
 o commitChanges
 public void commitChanges() throws RemoteAccessException
Commit changes (if any).

Throws: RemoteAccessException
if a remote access error occurs.
Overrides:
commitChanges in class ResourceHelper
 o hasChanged
 public boolean hasChanged()
tells if the edited resource in the helper has changed

Overrides:
hasChanged in class ResourceHelper
 o resetChanges
 public void resetChanges()
undo the not-yet-commited changes

Overrides:
resetChanges in class ResourceHelper
 o clearChanged
 public void clearChanged()
set the current resource to be the original resource (ie: the hasChanged() method must return false now.

Overrides:
clearChanged in class ResourceHelper
 o getTitle
 public final String getTitle()
Overrides:
getTitle in class ResourceHelper
 o initFrames
 protected void initFrames() throws RemoteAccessException
 o initAddPanel
 protected void initAddPanel(Properties config)
 o initialize
 public void initialize(RemoteResourceWrapper rrw,
                        Properties pr) throws RemoteAccessException
initialize this helper

Parameters:
rrw - The RemoteResourceWrapper
pr - The properties
Throws: RemoteAccessException
if a remote access error occurs.
Overrides:
initialize in class ResourceHelper

All Packages  Class Hierarchy  This Package  Previous  Next  Index