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