All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigadm.editors.ShortcutHelper

java.lang.Object
   |
   +----w3c.jigadm.editors.ResourceHelper
           |
           +----w3c.jigadm.editors.ShortcutHelper

public class ShortcutHelper
extends ResourceHelper

Constructor Index

 o ShortcutHelper()

Method Index

 o addAuthFilter()
 o addFilter(String)
 o addIndexer(String, String)
 o addPassDirectory()
 o addResource(String, String)
 o clearChanged()
set the current resource to be the original resource (ie: the hasChanged() method must return false now.
 o commitChanges()
commit the changes (if any)
 o getComponent()
 o getTitle()
 o getWrapper()
 o hasChanged()
tells if the edited resource in the helper has changed
 o initialize(RemoteResourceWrapper, Properties)
initialize the helper
 o initShortcutPanel()
 o resetChanges()
undo the not-yet-commited changes

Constructors

 o ShortcutHelper
 public ShortcutHelper()

Methods

 o addPassDirectory
 protected void addPassDirectory()
 o addAuthFilter
 protected void addAuthFilter()
 o addIndexer
 protected RemoteResourceWrapper addIndexer(String ident,
                                            String iclass)
 o addResource
 protected RemoteResourceWrapper addResource(String ident,
                                             String rclass)
 o addFilter
 protected RemoteResourceWrapper addFilter(String rclass)
 o getWrapper
 protected RemoteResourceWrapper getWrapper()
 o getComponent
 public Component getComponent()
Overrides:
getComponent in class ResourceHelper
 o commitChanges
 public void commitChanges()
commit the changes (if any)

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 initShortcutPanel
 protected void initShortcutPanel()
 o initialize
 public void initialize(RemoteResourceWrapper rrw,
                        Properties pr) throws RemoteAccessException
initialize the helper

Overrides:
initialize in class ResourceHelper

All Packages  Class Hierarchy  This Package  Previous  Next  Index