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
-
CHECKPOINT_L
-
-
controlLabel
-
-
RESTART_L
-
-
SAVE_L
-
-
STOP_L
-
-
widget
-
-
ControlHelper()
-
-
clearChanged()
- set the current resource to be the original resource (ie: the
hasChanged() method must return false now.
-
commitChanges()
- commit the changes (if any)
-
executeAction(String)
-
-
getComponent()
-
-
getIcon(PropertyManager, String)
-
-
getTitle()
-
-
hasChanged()
- tells if the edited resource in the helper has changed
-
initControlPanel()
-
-
initialize(RemoteResourceWrapper, Properties)
- initialize the editor
-
resetChanges()
- undo the not-yet-commited changes
-
setMessage(String)
-
CHECKPOINT_L
protected static final String CHECKPOINT_L
SAVE_L
protected static final String SAVE_L
STOP_L
protected static final String STOP_L
RESTART_L
protected static final String RESTART_L
widget
protected Panel widget
controlLabel
protected Label controlLabel
ControlHelper
public ControlHelper()
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
getComponent
public Component getComponent()
- Overrides:
- getComponent in class ResourceHelper
getTitle
public final String getTitle()
- Overrides:
- getTitle in class ResourceHelper
setMessage
public void setMessage(String msg)
executeAction
protected void executeAction(String action)
getIcon
protected Image getIcon(PropertyManager pm,
String name)
initControlPanel
public void initControlPanel()
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