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
   
  -   ShortcutHelper() ShortcutHelper()
-  
   
  -   addAuthFilter() addAuthFilter()
-  
  
-   addFilter(String) addFilter(String)
-  
  
-   addIndexer(String, String) addIndexer(String, String)
-  
  
-   addPassDirectory() addPassDirectory()
-  
  
-   addResource(String, String) addResource(String, String)
-  
  
-   clearChanged() clearChanged()
-   set the current resource to be the original resource (ie: the
 hasChanged() method must return false now.
  -   commitChanges() commitChanges()
-   commit the changes (if any)
  
-   getComponent() getComponent()
-  
  
-   getTitle() getTitle()
-  
  
-   getWrapper() getWrapper()
-  
  
-   hasChanged() hasChanged()
-   tells if the edited resource in the helper has changed
 
  
-   initialize(RemoteResourceWrapper, Properties) initialize(RemoteResourceWrapper, Properties)
-   initialize the helper
 
  
-   initShortcutPanel() initShortcutPanel()
-  
  
-   resetChanges() resetChanges()
-   undo the not-yet-commited changes
   
 ShortcutHelper
ShortcutHelper
 public ShortcutHelper()
   
 addPassDirectory
addPassDirectory
 protected void addPassDirectory()
 addAuthFilter
addAuthFilter
 protected void addAuthFilter()
 addIndexer
addIndexer
 protected RemoteResourceWrapper addIndexer(String ident,
                                            String iclass)
 addResource
addResource
 protected RemoteResourceWrapper addResource(String ident,
                                             String rclass)
 addFilter
addFilter
 protected RemoteResourceWrapper addFilter(String rclass)
 getWrapper
getWrapper
 protected RemoteResourceWrapper getWrapper()
 getComponent
getComponent
 public Component getComponent()
  - 
    -  Overrides:
    
-  getComponent in class ResourceHelper
  
 
 commitChanges
commitChanges
 public void commitChanges()
  -  commit the changes (if any)
   
- 
    -  Overrides:
    
-  commitChanges in class ResourceHelper
  
 
 hasChanged
hasChanged
 public boolean hasChanged()
  -  tells if the edited resource in the helper has changed
   
- 
    -  Overrides:
    
-  hasChanged in class ResourceHelper
  
 
 resetChanges
resetChanges
 public void resetChanges()
  -  undo the not-yet-commited changes
   
- 
    -  Overrides:
    
-  resetChanges in class ResourceHelper
  
 
 clearChanged
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
  
 
 getTitle
getTitle
 public final String getTitle()
  - 
    -  Overrides:
    
-  getTitle in class ResourceHelper
  
 
 initShortcutPanel
initShortcutPanel
 protected void initShortcutPanel()
 initialize
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