All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigadm.editors.ControlHelper

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

public class ControlHelper
extends ResourceHelper

Variable Index

 o CHECKPOINT_L
 o controlLabel
 o RESTART_L
 o SAVE_L
 o STOP_L
 o widget

Constructor Index

 o ControlHelper()

Method Index

 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 executeAction(String)
 o getComponent()
 o getIcon(PropertyManager, String)
 o getTitle()
 o hasChanged()
tells if the edited resource in the helper has changed
 o initControlPanel()
 o initialize(RemoteResourceWrapper, Properties)
initialize the editor
 o resetChanges()
undo the not-yet-commited changes
 o setMessage(String)

Variables

 o CHECKPOINT_L
 protected static final String CHECKPOINT_L
 o SAVE_L
 protected static final String SAVE_L
 o STOP_L
 protected static final String STOP_L
 o RESTART_L
 protected static final String RESTART_L
 o widget
 protected Panel widget
 o controlLabel
 protected Label controlLabel

Constructors

 o ControlHelper
 public ControlHelper()

Methods

 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 getComponent
 public Component getComponent()
Overrides:
getComponent in class ResourceHelper
 o getTitle
 public final String getTitle()
Overrides:
getTitle in class ResourceHelper
 o setMessage
 public void setMessage(String msg)
 o executeAction
 protected void executeAction(String action)
 o getIcon
 protected Image getIcon(PropertyManager pm,
                         String name)
 o initControlPanel
 public void initControlPanel()
 o initialize
 public void initialize(RemoteResourceWrapper rrw,
                        Properties pr) throws RemoteAccessException
initialize the editor

Throws: RemoteAccessException
if a remote access error occurs.
Overrides:
initialize in class ResourceHelper

All Packages  Class Hierarchy  This Package  Previous  Next  Index